html, body {
font-size:12px; 
margin:0px!important; 
padding:0px!important; 
background:#fff;

font-family:verdana;
font-size:12px;
color:#007dc5;
line-height:14px;

height:100%!important;
font-family: Roboto,Arial,Helvetica;

overflow: hidden;


}



@media screen and (min-width: 1240px) {
	body {zoom:1;}
	
	}

/* tablet */
@media screen and (min-width: 1024px) and (max-width: 1240px) {body {zoom:1;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {body {zoom:1;}}
/* mobile */
@media screen and (max-width: 768px) {body {zoom:1;}}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {body {zoom:1;}}


#fog {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s; 
	opacity: 0.4;
	display:none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
	box-shadow: 5px 0 10px 0px rgb(0 0 0 / 12%);
	
	
	
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}



#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.sidebar_item{
	padding:0px 0px 0px 20px;
	height:40px;
    color: #404040; 
	vertical-align: middle;
}

.sidebar_item img{
	float:left;
	width:24px;
	padding-top:7px;
}

.sidebar_item span{
	float:left;
	padding:13px 0px 0px 25px;
	font-size: 16px;
    font-family: Roboto,Arial,Helvetica;
    
	
	
	
}

#sidebar{
	
	padding-top: 15px;
}
#sidebar_user{
	
	width:100%;
	height:200px;
	background-color:#0099cf;
}

#sidebar_user .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
	color:#fff;
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: local('Exo Light'), local('Exo-Light'), url(https://fonts.gstatic.com/s/exo/v5/UBp-XO1kX21SvGJfEj7pc_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}


.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}

 #fuzz{ position:absolute; top:0; left:0; width:100%; z-index:300; background:url(../images/fuzz_t.png); display:none; text-align:left; }
 
  #stat{ position:absolute; overflow:auto; top:0; left:0; width:600px; z-index:400; background:#fff; display:none; text-align:left; border:2px solid #3399cc;}
 
 
.button_login {
    background: #3399cc;
    color: #fff;
    font-size: 14px;
    border: 1px solid #3399cc;
    padding: 5px 15px;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
	cursor: pointer; cursor: hand;
}

.button_login:hover {
    background: #fff;
    color: #282828;
}
 
*:focus {outline: none;}

a {text-decoration:none;
   color:#007dc5;
   border:none;
   }
   
a:hover {
color:#cd540b;
}





 p {
    text-indent: 20px; /* Отступ первой строки в пикселах */
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
   }

   
td {

	font-family:verdana;
	font-size:12px;
	color:#231815;
	line-height:12px;
	
}

td.history {
font-family: Roboto, Arial, Helvetica; 

font-size: 14px;
	color:#666;
	line-height:12px;
	
}



img {
border:none;
}


#container_html {
width:100%;
  min-height:100%;
   position:relative;
   
   padding:0px 0px 0px 0px;

}

#header {
font-family: 'Exo 2', sans-serif;
 padding:0px 0px 0px 0px;
/* background:url(../images/up_logo2.png) no-repeat ;
background-position: center top;*/
height:60px;
width:100%;
color:#333;

background:#fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#doc_time{
	padding:8px 50px 0px 0px;
color:#3399cc;	
font-size:14px;

 line-height: 1.42857143;  
   
}


#content {
  padding:0px;
  padding-top:80px;
 /* width:1100px;*/


}

#content2 {
  padding:0px;
  padding-top:10px;
  width:100%;


}




#footer {

  position:absolute;
   bottom:0;
   width:100%;
color:#333;
   height:45px;   /* Высота футера */
background-color:#f7f8fa;
font-family: 'Exo 2', sans-serif;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#footer2 {
font-family: 'Exo 2', sans-serif;
  position:absolute;
   bottom:0;
   width:100%;
color:#333;
   height:5px;   /* Высота футера */
background-color:#f7f8fa;
}


#foot1 {
font-family: 'Exo 2', sans-serif;
width:100%;
background:#f7f8fa;
/*border-top:2px solid #3399cc;*/
height:3px;
}

#foot {
	width:100%;
background:#8d8d8d;
height:70px;
font-family: 'Exo 2', sans-serif;
}


.zag{
font-size:12px;
font-weight:bold;
text-align: left;
padding:0px 0px 5px 0px;
}

 .txt{
text-align: left;
font-size:10px;
font-weight:normal;
color:#666;
}


 .gray_border{
border:1px solid #dcdcdc;
padding:10px 10px 10px 10px;
line-height:14px;
}

#tbl{
border:1px solid #dcdcdc;
padding:10px 10px 10px 10px;
margin:0px 0px 10px 0px;
float:left;

}

#zagolovok {

font-size:18px;
font-weight:bold;
color:#aaa;
}



#tel_otdel {
color:#555;

 background:#fff;
}

#tel_shpka {
border:1px solid #999;
padding:10px 10px 10px 10px;
 background:#ccc;
}

#tel_row1 {
border:1px solid #dcdcdc;

padding:10px 10px 10px 10px;

}

#tel_row2 {

border:1px solid #dcdcdc;
padding:10px 10px 10px 10px;
 background:#f9f9f9;
}


.line_h14{ line-height:14px;}

.line_h16{ line-height:16px;}

.line_h18{ line-height:18px;}

.line_h20{ line-height:20px;}

.line_h22{ line-height:22px;}

.line_h24{ line-height:24px;}

.line_h26{ line-height:26px;}


		label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(../images/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
		
		#sel_ok {
		  width: 24px;
		  height: 24px;
		  background: url(../images/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		

.jq-selectbox {
	width: 250px;
}
.jq-selectbox.width-auto {
	width: auto;
}
.jq-selectbox.width-200 {
	width: 200px;
}
.maxheight .jq-selectbox__dropdown ul {
	max-height: 203px;
}

.jq-selectbox.width-355 {
	width: 355px;
}







/******************с index.php***********************************************/

	.hello {
	font-weight: normal !important;
	line-height: 22px;
			text-align: left;
			font-size: 20px;
			padding:10px;
			color:#3399cc;
			font-family: Roboto,Arial,Helvetica;
	}
	
	div#sidebarObj {
			position: relative;
			margin-left: 10px;
			margin-top: 10px;
			width: 600px;
			height: 450px;
			box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.09);
		}
		.dhxsidebar_tpl_myview div.dhxsidebar_item {
			height: 53px;
			line-height: 53px;
		}
		.dhxsidebar_tpl_myview img.dhxsidebar_item_icon {
			left: 8px !important;
			top: 11px !important;
		}
		.dhxsidebar_tpl_myview div.line_one {
			margin-left: 51px;
			margin-top: 9px;
			line-height: 16px;
			font-size: 1em;
		}
		.dhxsidebar_tpl_myview div.line_two {
			margin-left: 51px;
			margin-top: 3px;
			line-height: 16px;
			font-size: 0.95em;
			color: #999;
		}
		
		
	/*********************************/
	
	
	
		.important{
	border:none;
	color:red;
	background:red;
}

.important .gantt_task_progress{
	background: #ff5956;
}

		
		.form_label {
		
		font-weight: normal !important;
		}
		
		.bold {
		
		font-weight: bold !important;
		}
		
		input.input_center {
		text-align: center; !important;
		
		}

		.highlighted-column {
			background-color:#fff3a1;
		}
		.gantt_task_scale .gantt_scale_cell{
			cursor: default;
		}
		.gantt_task_scale .gantt_scale_cell.highlighted-column {
			color: #454545;
			font-weight: bold;
		}
		
			.gantt_task_cell.week_end{
		background-color: #EFF5FD;
	}
	.gantt_task_row.gantt_selected .gantt_task_cell.week_end{
		background-color: #F8EC9C;
	}

			.deadline {
			position: absolute;
			/*border-radius: 12px;
			border: 2px solid #585858;
			-moz-box-sizing: border-box;
			box-sizing: border-box;*/

			width: 22px;
			height: 22px;
			margin-left: -11px;
			margin-top: 6px;
			z-index: 1;
			background: url("js/pro5/imgs/menu/24/finish.png") center no-repeat;
		}
		
		
			.start_date_project {
			position: absolute;
			/*border-radius: 12px;
			border: 2px solid #585858;
			-moz-box-sizing: border-box;
			box-sizing: border-box;*/

			width: 28px;
			height: 28px;
			margin-left: -23px;
			margin-top: 2px;
			z-index: 1;
			background: url("js/pro5/imgs/menu/24/start2.png") center no-repeat;
		}

		.overdue-indicator {
			width: 24px;
			margin-top: 5px;
			height: 24px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border-radius: 17px;
			color: white;
			background: rgb(255, 60, 60);
			line-height: 25px;
			text-align: center;
			font-size: 24px;
		}

.weekend{ background: #f4f7f4 !important;z-index: 0;}

.gantt_task_progress{
	text-align:left;
	padding-left:10px;
    box-sizing: border-box;
	color:white;
	font-weight: bold;
}

	.hide_project_progress_drag .gantt_task_progress_drag{
			visibility: hidden;
		}

		.summary-row,
		.summary-row.odd{
			background-color:#f4f7f4;
			font-weight: bold;
			z-index: 122 !important;
		}
		.gantt_grid div,
		.gantt_data_area div{
			/*font-size:12px;*/
		}

		.summary-bar{
			opacity: 0.4;
		}

		
		.gantt_task_line.gantt_dependent_task {
			background-color: #65c16f;
			border: 1px solid #3c9445;

		}
		.gantt_task_line.gantt_dependent_task .gantt_task_progress {
			background-color: #46ad51;
		}

