body {
	margin: 0px;
    padding: 0px;
	height:100%;
	width:100%;
	min-height: 800px;
	min-width: 1600px;
	background-color:#E9ECF1;
	color:#262222;
}

.body_block {
	width:100%;
	height:100%;
	margin:auto;
	min-height: 800px;
	min-width: 1600px;
	display: block;
	float:left;
	position: fixed;
	/*background-color:#1b2b40;*/
	background-image: url("/img/fon2.jpg");
	background-repeat: round;	
	background-attachment: fixed;
	/*background: rgba(42, 67, 99, 0.9); 	*/
}

.work_block {
	display: inline-block;
	vertical-align: top;
	width:100%;
	height:98%;
	position: fixed;
	padding-left:60px;
	margin:10px;
}

#caption_site{
	height:50px; 
	padding:10px;
}

.header_top {
	height: 45px;
	line-height:40px;
	margin-bottom: 10px;
    padding: 10px;
	width:90%;
	color:#3a5c8a;
	font-style: italic;
	font-size:16pt;
	border-bottom:2px solid #3a5c8a;
}

.logo {
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 5px;/*top right bottom left*/
	min-width: 30px;
}
.img_logo{
	width:38px;
	height:38px;
}
.top_info {
	display: inline-block;
	float: left;
	padding: 10px 0px  0px 10px;
	font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
	color:white;
	position: absolute;
}
.center_body{
	width:50%;
	margin:0 20% 0 20%;
	min-width:800px;
	height:100%;

}
.whitebox{
	background-color:white;	
	padding :20px;
	border-radius:5px;
	border:1px solid #d0d2d9;
}
.head{
	font-size:13pt;
	font-weight:bold;
	padding:30px 0 10px 0;
}
.set_block{
	overflow-y:auto;
	height:90%;
	width:80%;
	display:inline-block;
}
/*=================значок ожидания закгруки===================*/
.loading {
	 background:#ffff;
	 background-image: url("/img/load.gif"); 
	 background-position: center center;
	 width:92%;
	 height:92%;
	 background-repeat: no-repeat;
	 z-index:2; 
	 position: absolute;
	 border-radius:3px;
	 opacity: .8;
	 display:none;
}
/*=============== списки навигация главное меню============*/
* {
  margin: 0;
  padding: 0;
}

.navigation {
  position: fixed;
  width: 60px;
  height: 100%;
  background: #4974ad;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  z-index:15;
}

.navigation.active,
.navigation:hover {
  width: 300px;
}

.navigation ul {
 /* position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
}

.navigation ul li:hover {
  background: #003366;
}

.navigation ul li a {
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #fff;
}
.navigation ul li .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-top:5px;
}
.navigation ul li .icon .fa {
  font-size: 24px;
}
.navigation ul li .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: start;
  white-space: nowrap;
}
#active{
	background: #003366;	
	color: #003366;
}
/*=========================================================*/


.button {
	padding:5px 15px 5px 15px;/*top right bottom left*/
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
	color:white;
	display: inline-block;
	background-color:#1E90FF;
	border-radius: 5px;
	margin-left:30px;
	line-height: 20px; 
}

.button:hover {
	border-radius: 5px;
	background-color:#005cb8;
	cursor: pointer;
}

.plus_btn{
	font-size:20pt;
	color:#1E90FF;
	display:inline-block;
	text-align:right;
	cursor:pointer;
	width:97%;
}
.plus_btn.new{
	width:auto;
}
.plus_btn:hover {
	color:#005cb8;
}

.downbuttonblock {
	display:block;
	width:97%;
	text-align:right;
	margin-top:10px;
}

.button.del {
	background-color:#c41684;
}
.button.del:hover {
	background-color:#961165;
}

/* полоса прокрутки на блоке*/
.u2_1::-webkit-scrollbar {
  width: 3px;
}

.u2_1::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.4) inset;
  background-color: #3a5b87;
  border-radius: 10px;
}

.u2_1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #4974ad, #0acefa);
}

/*===cблок с прокруткой==*/
.divscroll{
	/*display: block;*/
	vertical-align: top;
	overflow-y:auto;
	max-height:100%;
	height:100%;
	scrollbar-width: thin;
	scrollbar-color: #4974ad #E9ECF1;
}

/* полоса прокрутки на блоке*/
.divscroll::-webkit-scrollbar {
  width: 3px;
}

.divscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.4) inset;
  background-color: #3a5b87;
  border-radius: 10px;
}

.divscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #4974ad, #E9ECF1);
}
/*-------------------------------------------*/
.comment {
    color: black;
    display: inline-block;
    background-color: #E9ECF1;
    resize: none;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
 
    padding: 2px;
	border-radius: 5px;
	width:90%;
	height:100%;
}
#savebut{
	display:inline-block;
	float:right;
	font-size:24px;
	cursor:pointer;
	line-height:40px;
}
#savebut:hover{
	color:#1E90FF;
}

#fset{
	border-radius:10px; 

	border:1px solid #3a5c8a;
	height:25%;
	padding:5px;
}

legend {
	color:#3a5c8a;
}

.cutdiv {
	display:inline-block; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
	width:85%;
}
/*---------------------блок пользователя-----------------------------------*/
#static_user_block {
	height:540px; 
	display:inline-block;
	position:relative;
	width:100%;
}
#main_userblock{
	width:100%;
	background:#ffffff;
	position:relative;
}
.user_item {
    margin: 10px;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: 250px;
    height: 200px;
    text-align: center;
    background-color: white;
	border:1px solid #d0d2d9;
}
.user_item:hover{
	background-color:#b8dbff;
}

.empty_line{
	height:10px;
	width:50px;
}

.roundimg {
    border-radius: 80px; /* Радиус скругления */
    box-shadow: 0 0 0 1px #f2a81d, 0 0 13px #333; /* Параметры теней */
	width:80px;
	height:80px;
   }   
.roundimg.r40 {
	width:40px;
	height:40px;
   }     

.img_user{
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.title_user {
    padding: 30px 0px 10px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
    color: black;
    text-align: center;
    display: block;
	color:#3a5c8a;
	font-style: italic;
}

.user_link {
	color: black;
}

.user_link:hover {
	color: black;
	font-weight: bold;
}
/*---------изменения в профиле пользователя ------------------------*/
/*---заголовок детальной таблицы профиля--------------*/
.head_t{
	color: #3a5c8a;
	padding-right:20px;
	width:40%;
	vertical-align:top;
}
.head_t_b{
	color: #000000;
	padding-right:20px;
	font-weight:bold;
	line-height:30px;
	width:40%;
}
.table_vkinfo{
	table-layout: fixed;
    width:100%;
	line-height:20px;
}
.table_vkinfo td {
    word-wrap:break-word;
}
/*---список изменений в профиле в виде листинга-------*/
.user_change_list{
	cursor:pointer;
	padding:5px;
	border-radius:5px;
	border:1px solid #E9ECF1;
}
.user_change_list:hover{
	background-color:#E9ECF1;
}
.user_change{
	cursor:pointer;
	padding:5px;
	border-radius:5px;
}
.user_change:hover{
	background-color:#E9ECF1;
}
/*--------таблица с сортировкой-------------------------------*/
.table_list{
	width:100%;
	table-layout:fixed;
	word-wrap:break-word;
}
.table_list tr{
	
}
.table_list th{
	padding:10px;
	/*color:#ade8ff; */
	background: #d1e3f0;
	border-right:1px solid black;
	line-height:20px;
	cursor:pointer;
	
}
.table_list td{
	padding:5px;
	/*background: #f0f8ff;*/
	/*white-space:nowrap;
	overflow:hidden;*/
	text-overflow:ellipsis;
	border-bottom:1px solid black;
	border-right:1px solid black;
	color: #403939;
}
.table_list thead th {
  position: sticky;
  top: 0;

}
.checkdev{
	width:15px;
	border-radius: 3px; 
	border: 2px solid #a9b0b8; 
	height: 15px; 
	padding-left:0px;	
	margin:0px;
}
/*-------------------строка поиска-----------------------------*/
find_dev{display: block; width: 100%;padding:5px;}
.find_dev:after {content:""; clear:both; display:table}

.find_dev input {
  width: 90%;
  height: 30px;
  border-radius: 5px;
  border: 2px solid #324b4e;
  /*background: #0c131c;*/
  outline: none;
  padding-left: 15px;
  transition: .3s linear;
  color:#403939;
}

.find_dev button {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  margin-top:-5px;	
  position: absolute;
  margin-left:-40px;	
  cursor:pointer;
}
.find_dev button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: black;
}
.clear {
	color:#ff5349;
	display:inline-block;
	cursor:pointer;
	font-size:18pt;
}
/*==================enter================*/
.enter {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	background: #4974ad; 
	border-radius:10px;
	z-index:0;
}
.enter input{
	width:100%;
}
.bt_enter {
	display:block; 
	border-radius:3px;
	background-color:#2a4363; 
	width:100%;
	height:30px;  
	line-height: 30px; 
	color:white;
	cursor:pointer;
	text-align:center;
}
.bt_enter:hover{
	background-color:#1E90FF; 
}
.enter_logo{
	display:block;
	text-align:center;
	width:100%;
	padding-top:10px;
}
.enter_logo img{
	width:58px;
	height:58px;
}
/*================кнопка выход==============================*/
#incpector {
	float: right;
	padding:0px 20px 0px 20px;
	font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
	color:white;
	bottom: 0;
	position: absolute;
	width:90%;
}

#incpector:hover {
	background-color:#1E90FF;
	cursor: pointer;
}

#cabinet{
	display:none;
	position:absolute;
	bottom: 40px;
	z-index:16; 
	width:250px;
	height:auto;
	background:white;
	margin:0px 0px 0px 10px;
	float:right;
	border-radius:5px;
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.5);
	color:#999999; 
}
.cabinetmenu{
	width:240px;	
	text-align:left;
	padding-left:10px;
}

.cabinetmenu.active:hover{
	background-color:#1E90FF;
	cursor: pointer;
	color:white;
}
.cabinetmenu.user{
	font-weight: bold;
	color:#666666;
	line-height:30px;
}

.cabinetmenu.role{
	color:#999999;
	line-height:20px;
}
#changepass{
	display:none;
	padding-left:10px;
	line-height:20px;
	border-radius:5px;
	border:1px solid #999999;
	margin:5px;
}
/*------------оформление таблицы через div--------------------------*/
.parametr{
	line-height:35px;
	display: inline-block;
	padding-left:15px;
	text-align:center;
	vertical-align:top;
	color: #3a5c8a;
	font-size:14pt;
	z-index:1;
	position:relative;
}

.parametr input,select {
	width: 90%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #324b4e;
    outline: none;
    transition: .3s linear;
    color: black;
	padding-left:15px;
	font-size:11pt;
}

.parametr.left30{
	color: #3a5c8a;
	width:27%;
	text-align:left;
}

.parametr.left40{
	color: #3a5c8a;
	width:37%;
	text-align:left;
}


.parametr.left80{
	color: #3a5c8a;
	width:77%;
	text-align:left;
	font-size:13pt;
	color:black;
}

.parametr.rigth70{
	width:67%;
	text-align:left;
	padding-left:15px;
	color: black;
}
.parametr.rigth80{
	width:80%;
	text-align:left;
	padding-left:15px;
	color: black;
}
.parametr.rigth20{
	width:17%;
	text-align:right;
	padding-left:15px;
}
.parametr.left50{
	color: #3a5c8a;
	width:47%;
	text-align:left;
	font-size:13pt;
	color:black;
}

.parametr.rigth45{
	width:47%;
	text-align:right;
	padding-left:15px;
}

.parametr.rigth50{
	width:47%;
	text-align:left;
	padding-left:15px;
}
.parametr.thin{
	line-height:25px;
	font-size:13pt;
	
}
.parametr.thin input,select {
    height: 25px;
	width: 85%;
}
/*---------------------График по датам раскрывающийся-------------------*/
.timegraph{
	width:1.1%; 
	height:40px; 
	display:inline-block;
	margin:1px;
	cursor:pointer;
	position: relative; 
	background:#f5f5f5;

}
.timegraph.hour{
/*	width:0.3%; */
	width:2.25px;
	margin:0px;
	
}
.timegraph:hover{
	background:#1E90FF; 
}
.timegraph_color{
	background:#003366; 
	width:100%;
	position: absolute; 
	bottom: 0;
}
.timegraph_color:hover{
	background:#1E90FF; 
}
.separator{
	width:1px; 
	height:50px; 
	background:gray; 
	display:inline-block;
}
.detail_date{
	min-width:8%; 
	height:50px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	color:#3a5c8a;
}
.linegraph{
	padding-top:10px;
	height:auto;
	text-align:center;
	margin-bottom:15px;
	width:100%;
	color:#8f9eb8;
}
.back{
	border: 25px solid transparent;
	border-right: 15px solid #003366;
	display:inline-block;
	cursor:pointer;
	float:right;
	margin:0 2px 0 0;
}
.back:hover{
	border-right: 15px solid #1E90FF;
}

/*============== поиск подразделения==================*/
#podrlist{
    background: #E9ECF1;
    border: 1px #324b4e solid;
	margin:-5px 40px 0px 0px;
    border-radius: 4px;
    max-height:300px;
    overflow-y:scroll;
    display:none;
	position:relative;
	z-index:3;
	scrollbar-width: thin;
	scrollbar-color: #1b2b40 #004c61;
}
#podrlist li{
    list-style: none;
    padding: 0px 10px;/*top right bottom left*/
    color: #003366;
    cursor: pointer;
    transition:0.3s;
	font-size:12pt;
}
/*========================================================*/
/*====================модальные окна=======================*/
.base_modal{
	z-index:13;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: rgba(12, 19, 28, 0.6);  
	margin:-20px;
	display:none;
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.5);
}
.modal_win{
	margin:auto; 
	width:500px;
	height:500px;
	background-color:white;
	border-radius:5px; 
	overflow: auto;  
	position: absolute;  
	top: 0; left: 0; bottom: 0; right: 0;
}
.modal_win_head{
	padding:10px 0px 10px 30px;
	border-bottom:1px solid #d0d2d9;
	font-size:14pt;
}
.add_win input{
	width:440px; 
	border-radius: 5px;  
	border: 2px solid #a9b0b8;
	height: 30px;
	padding-left:15px;
	margin:20px; 
}
/*========================================================*/
/*==============красивые чек боксы========================*/
.checkbox-ios {
	display: inline-block;    
	height: 24px;    
	line-height: 24px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 48px;	
	height: 24px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 20px;	
	height: 20px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: #1E90FF;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(24px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}