body, html {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	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: 15px;
}
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: 13px;
	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;
}
.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;
}
.width800 {
	width: 800px;
	max-width: 800px;
}
.width1000 {
	width: 100%;
	max-width: 1000px;
}
.maxwidth {
	width: 100%;
}
.grid25 {
	width: 24.9%;
	float: left;
	padding-right: 15px;
}
.grid33 {
	width: 33%;
	float: left;
	padding-right: 15px;
}
.grid50 {
	width: 49.9%;
	float: left;
	padding-right: 15px;
}
.grid66 {
	width: 66%;
	float: left;
	padding-right: 15px;
}
.grid75 {
	width: 74.9%;
	float: left;
	padding-right: 15px;
}
.grid100 {
	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: 13px;
	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 {
	display: block;
	font-size:  12px;
	font-weight: bold;
	text-align: left;
}
.label .info{
	font-weight: normal;
}
.mandatory {
	font-weight: bold;
	color: #f00;
	padding-left: 5px;
}
label.checkbox_label {
	display: block;
	text-align: left;
}
.label.inline {
	display: inline-block;
	padding-right: 5px;
}
.space5 {
	height: 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: 13px;
	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: 11px;
	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: 12px;
	padding: 1px 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;
}
.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_div {
	margin: 10px 0 10px 0px;
}
.pager_button {
	font-size: 13px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #222;
}
.pager_disabled {
	color: #ccc;
}
.uploads {
	margin-bottom: 15px;
	text-align: left;
}
.upload_box {
	display: inline-block;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: grab;
}
.upload_box a.delete_button {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: #f00;
}
.upload_box a.delete_button i {
	padding: 5px;
	color: #fff;
}
.upload_box img {
	height: 100px;
}
.sortable {
	cursor: move;
	cursor: -webkit-grabbing;
	width: 20px;
}
.selection {
	text-align: left;
}
a.delete_link {
	color: #f00;
	text-decoration: none;;
}
