body, html {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #222;
	background: #fff;
}
* {
	line-height: 140%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
input, select, textarea {
	padding: 5px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 30px 0;
}
a {
	color: #0000cc;
	text-decoration: underline;
}
i {
	padding-right: 8px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.main {
	display: table;
	width: 100%;
	min-height: 100vh;
}
.side_menu {
	display: table-cell;
	width: 240px;
	vertical-align: top;
	background: #1e282c;
}
.side_menu .header {
	padding-left: 20px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #f2cd89;
}
.side_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side_menu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.side_menu a {
	display: block;
	padding: 5px 15px;
	margin: 0 5px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
.side_menu a:hover {
	text-decoration: none;
	background: #829799;
}
.side_menu a.box {
	border-bottom: 1px solid #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side_menu ul li i {
	width: 28px;
}
.side_menu .menu_separator {
	height: 5px;
	margin-bottom: 5px;
	margin-left: 18px;
	margin-right: 18px;
	border-bottom: 1px solid #aaa;
}
.hamburger {
	display: none;
	position: relative;
	padding: 10px;
	background: #222;
	color: #fff;
}
.hamburger_button {
	float: left;
}
.hamburger_label {
	float: right;
	font-size: 20px;
	padding-right: 10px;
}
.hamburger_menu {
	display: none;
	color: #fff;
	background: #222;
}
.hamburger_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.hamburger_menu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.hamburger_menu a {
	display: block;
	padding: 20px 10px;
	margin: 0 5px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}
.hamburger_menu a:hover {
	text-decoration: none;
	background: #829799;
}
.hamburger_menu a.box {
	border-bottom: 1px solid #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hamburger_menu ul li i {
	width: 28px;
}
.hamburger .menu_separator {
	height: 5px;
	margin-bottom: 5px;
	margin-left: 18px;
	margin-right: 18px;
	border-bottom: 1px solid #aaa;
}
.debug {
	background: #fff;
	color: #000;
}
.middle {
	display: table-cell;
	vertical-align: top;
	padding: 20px 40px 80px 40px;
	background-color: #ECF0F5;
}
.centered {
	text-align: center;
}
.form {
	display: inline-block;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ddd;
}
.width300 {
	min-width: 300px;
}
.width400 {
	min-width: 400px;
}
.width500 {
	min-width: 500px;
}
.maxwidth {
	width: 100%;
}
.button_row {
	margin-top: 20px;
}
.button {
	display: inline-block;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal !important;
  padding: 8px 12px;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.button:hover {
	background: #fff;
	color: #000 !important;
}
.label {
	font-size:  15px;
	font-weight: bold;
	text-align: left;
}
label.checkbox_label {
	display: block;
	font-size:  15px;
	text-align: left;
}
.label.inline {
	display: inline-block;
	padding-right: 5px;
}
.space10 {
	height: 10px;
}
.space20 {
	height: 20px;
}
.errortable {
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
	color: #ff0000;
}
.errortable ul,
.errortable ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.datatable {
	width: 100%;
	position: relative;
}
.datatable th,
.datatable td {
	font-size: 15px;
	padding: 6px 6px;
	vertical-align: top;
}
.datatable th {
	position: sticky;
	top: 0;
	background: #444;
	color: #fff;
	text-align: left;
}
.datatable th a {
	color: #fff;
	text-decoration: none;
}
.datatable th a:hover {
	text-decoration: underline;
}
.datatable th a.active {
	text-decoration: underline;
}
.datatable td {
	vertical-align: top;
	line-height: normal;
}
.datatable td a {
	color: #00c;
	text-decoration: none;
}
.datatable td a:hover {
	text-decoration: underline;
}
.datatable td .button {
	font-size: 13px;
	padding: 3px 8px;
	border: none;
	border-radius: 0;
}
.datatable tr.row1 td {
	background: #fff;
}
.datatable tr.row2 td {
	/* background: #f2f2f2; */
	background: #fff;
}
.datatable tr.row3 td {
	background: #e6f6d7;
}
.datatable tr.row_torolve td {
	background: #fce4e4;
}
.datatable .torolve {
	font-weight: bold;
	color: #c00;
}
.datatable td.td1st {
	white-space: nowrap;
}
.datatable td.td2nd {
	width: 100%;
}
.datatable tr:hover td {
	background: #FDF9E8;
}
.datatable td.smallwidth {
	width: 12px;
}
.formtable td {
	padding: 5px 10px 5px 0;
}
.task_number {
	color: #666;
	font-weight: normal;
}
.tasktable {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tasktable .taskrow:hover {
	background: #f8f8f8;
	cursor: pointer;
}
.tasktable .taskrow {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.tasktable .title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
	color: #4B66D6;
}
.tasktable .datum {
	font-weight: normal;
	color: #666;
}
.tasktable .project {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tasktable .last_comment {
	font-style: italic;
	padding: 3px 0;
	color: #c00;
}
.taskview {
	padding: 20px;
	background-color: #fff;
}
.taskview .title {
	font-size: 26px;
	font-weight: bold;
	color: #4B66D6;
	margin-bottom: 20px;
}
.taskview .project {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.taskview .description {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.taskview .edit_row {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.taskview .edit_row .tags {
	float: left;
}
.taskview .edit_row .buttons {
	float:  right;
}
.taskview .edit_row a {
	text-decoration: none;
}
.taskview .edit_row a:hover {
	text-decoration: underline;
}
.comment_form {
	margin-top: 10px;
}
.comment_box {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px #ddd;
}
.comment_box .header {
	/* font-weight: bold; */
	/* background: #eee4be; */
	background: #F7F7F7;
	padding: 5px 20px;
	border-bottom: 1px solid #ccc;
}
.comment_box .comment_text {
	padding: 20px;
	background: #fff;
}
.tasks_page .right_col {
	float:  none;
	width:  100%;
	background-color:  #fff;
}
.tasks_page .left_col {
	float:  none;
	width:  100%;
}
.tasks_page	.searchblock {
	display: none;
	padding:  20px;
	margin-bottom: 20px;
}
.showme {
	display: block !important;
}
.tasks_page	.searchblock select {
	width: 100%;
	max-width:  100%;
	overflow: hidden;
}
.button_small {
	display:  inline-block;
	color:  #222;
	text-decoration: none;
	font-size: 13px;
	padding: 3px 8px;
	border-radius: 0;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.button_small:hover {
	color:  #333;
	text-decoration: none !important;
	background: #fff !important;
}
.flag_row {
	margin: 5px 0;
}
.flag {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	margin-right: 5px;
	padding: 3px 8px;
}
.flag_closed {
	background: #ddd;
	color: #222;
}
.flag_bug {
	background: #f00;
	color: #fff;
}
.flag_new {
	background: #AEF09B;
	color: #222;
}
.flag_info {
	background: #d2e3fd;
	color: #444;
}
.flag_urgent {
	background: #FFBB77;
	color: #444;
}
.flag_very_urgent {
	background: #D510DE;
	color: #fff;
}
.message_box {
	display: inline-block;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
}
.files_label{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.uploaded_file {
	color: #666;
	text-decoration: none;
}
.uploaded_file:hover {
	text-decoration: underline;
}
.line {
	padding-bottom: 5px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.delete_file_link {
	margin-left: 10px;
	color: #f00;
	text-decoration: none;
}
.delete_file_link:hover {
	text-decoration: underline;
}
.pager_buttons {
	margin: 10px 0 10px 10px;
}
.pbutton {
	font-size: 13px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #222;
}
.grey {
	color: #ccc;
}




/* Media queries for less than 1000 pixels: */
/*======================================== */
@media only screen and (max-width: 1000px) {
	.middle {
		display: block;
	}
	.side_menu {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.tasks_page .right_col {
		float: none;
		width: 100%;
	}
	.tasks_page .left_col {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.form {

	}
	select {
		max-width: 80vw;
	}
}

/* Media queries for less than 600 pixels: */
/*======================================== */
@media only screen and (max-width: 600px) {
	.middle {
		padding: 5px 10px 40px 5px;
	}
	.taskview .edit_row .buttons {
		float: none;
	}
	.tasktable .col2 {
		display: none;
	}
}

/* Media queries for less than 400 pixels: */
/*======================================== */
@media only screen and (max-width: 400px) {
	.width300 {
		min-width: 100%;
	}
	.width400 {
		min-width: 100%;
	}
	.width500 {
		min-width: 300px;
	}
}
