@font-face {
    font-family: 'Gilroy';
    src: url('font/Gilroy/Gilroy/Gilroy-Regular.woff2') format('woff2'),
		 url('font/Gilroy/Gilroy/Gilroy-Regular.woff') format('woff'),
         url('font/Gilroy/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('font/Gilroy/Gilroy-Bold/Gilroy-Bold.woff2') format('woff2'),
		 url('font/Gilroy/Gilroy-Bold/Gilroy-Bold.woff') format('woff'),
         url('font/Gilroy/Gilroy-Bold/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('font/Gilroy/Gilroy-Medium/Gilroy-Medium.woff2') format('woff2'),
        url('font/Gilroy/Gilroy-Medium/Gilroy-Medium.woff') format('woff'),
        url('font/Gilroy/Gilroy-Medium/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
@font-face{
	font-family:'FontAwesome';
	src:url('font/awesome/fontawesome-webfont.eot?v=4.7.0');
	src:url('font/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('font/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('font/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('font/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('font/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
	}

body {
    min-height: 100%;
    font-family: "Gilroy";
	line-height: 20px;
    font-size: 16px;
    margin: 0;
	padding:0px;
	background-color:#f9f9f9;
}

ul {
    list-style-type: none;
}
ol, ul {
    list-style: none;
}
li {
    list-style: none;
    margin: 0;
}
/**, *:after, *:before {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
}*/
*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	border: 0 none;
	outline: 0 none;
    /*transition: .5s ease-in-out;*/
}
a {
    cursor: pointer;
    background-color: transparent;
    text-decoration: underline;
    color: #000;
	font-family: "Gilroy";
}
hr{width:100%;}
.clear{
	clear:both;
}
a:hover {
	text-decoration:none;
}
header{
	width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 85px;
	background-color:#fff;
}
.red{
	color:red !important;
}
.blueviolet{
	color:blueviolet !important;
}
.green{
	color:green !important;
}


a#logo {
    display: block;
    float: left;
    margin: 30px 15px 20px 30px;
    font-size: 1.8em;
    font-family: Gilroy-Bold;
    text-decoration: none;
	color:#333e50;
}
.fontG{
	font-family:'Gilroy';
}
.fontGB{
	font-family:'Gilroy-Bold';
}
.fontGM{
	font-family:'Gilroy-Medium';
}
.bl1{
	border-left: 1px solid #000 !important;
}
.br1{
	border-right: 1px solid #000 !important; 
}
.bb1{ 
	border-bottom: 1px solid #000 !important;
}
.bt1{
	border-top: 1px solid #000 !important;
}
/*
#nav {
    display: none;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    background: #EF5A42;
    cursor: pointer;
	top: 10px;
    right: 10px;
}
#nav span {
    display: block;
    position: absolute;
    top: 19px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: white;
}
#nav span:after {
    bottom: -10px;
}
#nav span:before {
    top: -10px;
}
#nav span:before, #nav span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    content: "";
}
*/
.di{
	display: inline;
}
#menu{
	float:right;
	/*width:100%;*/
	list-style:none;
	/* font-weight:bold; */
	margin-top:28px;
	font-size:1em;
	/*margin-bottom:10px;*/
}
#menu li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
#menu .first:after{
	content:"v";
	color:#1e1e1e;
	position: absolute;
    top: 7px;
    right: 10px;
	font-size:11px;
}
#menu li:first-child a{padding:6px 20px 6px 6px;}
#menu li a{
	display: block;
    padding: 6px;
    color: #1e1e1e;
    text-decoration: none;
}
#menu li a:hover{
	color:#fff;
	/*background:#6b0c36;
	background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
	text-decoration:underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#menu ul, #menu li ul li ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
	z-index:101;
	border:1px solid #ccc;
}
#menu ul li{
	/*padding-top:1px;  Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	border-left:1px solid #0889ba;
	border-right:1px solid #0889ba;
	border-bottom:1px solid #0889ba;
	float:none;
	width:200px;
	margin-right:0 !important;
}
#menu .border_hr{
	border:1px dotted #abd0de;
	height:2px;
}
#menu ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	background:#fff;
	display:block;
	
}
#menu li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
	/*font-size:14px;*/
	
}
#menu li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	color: #0889ba;
	
	/* background:#4e6f58;
	background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
	text-decoration:none;
}
#menu li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	color:#000;
	-webkit-transition:-webkit-transform 0.075s linear;
	background:#fff;

}
#menu li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#ededef;
	/*background:rgba(51,51,51,0.75);  Будет полупрозрачным */
	text-decoration:none;
	color:#0889ba;
	/*-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);*/
}
#menu .email{
	font-size: 13px;
	color: chocolate;
	font-weight: bold;
}
/*
#menu li ul li .add_new {    text-decoration: none;
    float: right;
    background: url('/templates/img/preview.png') no-repeat;
    position: absolute;
	width:15px;
	height:15px;
    top: 10px;
    right: 1px;}
#menu li:hover ul li a.add_new:hover{background: url('/templates/img/preview.png') no-repeat;}
*/
#menu-toggle {
    display: none;
    color: #CCC;
    text-decoration: none;
	margin:10px;
}
#menu-toggle i {
    line-height: 2;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
	font-style:normal;
}
#menu-toggle i.active {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fa{
	font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
	display: inline-block;
	margin-top:10px;
}
.fa:before {
    content: "\2630";
}

#menu-toggle-lk {
    display: none;
    color: #CCC;
    text-decoration: none;
	margin:0px 10px;
}
#menu-toggle-lk .fa{
	margin-top:5px;
}
#menu-toggle-lk i {
    line-height: 1;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
	font-style:normal;
}
#menu-toggle-lk i.active {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#menu-lk{
	float:right;
	/*width:100%;*/
	list-style:none;
	/* font-weight:bold; */
	/* margin-top:28px; */
	font-size:1em;
	/*margin-bottom:10px;*/
}
#menu-lk li{
	float:left;
	/* margin-right:10px; */
	position:relative;
	display:block;
}
#menu-lk .first:after{
	content:"v";
	color:#1e1e1e;
	position: absolute;
    top: 7px;
    right: 10px;
	font-size:11px;
}
#menu-lk li:first-child a{padding:6px 20px 6px 36px;}
#menu-lk li a{
	display: block;
    /* padding: 6px; */
    color: #1e1e1e;
    text-decoration: none;
}
#menu-lk li a:hover{
	color:#fff;
	/*background:#6b0c36;
	background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
	text-decoration:underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#menu-lk ul, #menu-lk li ul li ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
	z-index:101;
}
#menu-lk ul li{
	/*padding-top:1px;  Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	/*border-top:1px solid #0889ba;*/
	float:none;
	width:200px;
}
#menu-lk ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	background:#fff;
	display:block;
	
}
#menu-lk li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
	/*font-size:14px;*/
	
}
#menu-lk li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	color: #0889ba;
	
	/* background:#4e6f58;
	background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
	text-decoration:none;
}
#menu-lk li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	color:#000;
	-webkit-transition:-webkit-transform 0.075s linear;
	background:#fff;

}
#menu-lk li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#ededef;
	/*background:rgba(51,51,51,0.75);  Будет полупрозрачным */
	text-decoration:none;
	color:#0889ba;
	/*-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);*/
}


/* меню 
#menu {
	float: right;
	margin-right: 10px;
    margin-top: 8px;
	font-size:0.8em;
}
#menu li {
	display: inline-block;
	margin-right: 20px;
}
#menu a {
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: block;
	line-height: 40px;
}
#menu a:hover {
	color: #EF5A42;
}
#menu li:last-child  {
	margin-right: 0;
}
#menu.active {
	max-height: 223px;
}*/






/*@media (min-width:1024px){
	
}*/

#left, #right {
  float: left;
  width: 20%; /* The width is 20%, by default */
  min-height:100px;
  /*background-color:#ccc;*/
}

#main {
  float: right;
  width: 80%; /* The width is 70%, by default */
  /* position: relative; */
  min-height: calc(100vh - 80px);
  border-left:1px dotted #ccc;
  position:relative;
}
#main .arrow{
	background: url('/templates/img/arrow.png');
    top: 2px;
    position: absolute;
    left: -32px;
    font-size: 22px;
	width:25px;
	height:21px;
	opacity:0.7;
	/* font-weight: bold;
	color: tomato; */
}
#main .arrow:hover{
	opacity:1;
}
.arrow_toggle {-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#right .menu{
	margin:30px 10px 0px 20px;
	background:#fff;
	border: 1px solid #d4d4d4;
	border-radius:7px;
}
#right .menu ul li a{
	    /* float: left; */
    display: block;
    width: 100%;
    /* height: 50px; */
    /* background: #ccc; */
    /* margin-top: 10px; */
    padding: 15px;
	border-bottom:1px solid #b4dbea;
	font-family:Gilroy-Medium;
	text-decoration:none;
	position:relative;
}
#right .menu ul li a:hover{
	background: #e9f6fb;
}
#right .menu ul li:first-child a:hover{
	border-radius:7px 7px 0px 0px;
}
#right .menu ul li:last-child a:hover{
	border-radius:0px 0px 7px 7px;
}
#right .menu ul li:last-child a{
	border-bottom:0px;
}



.login_index{
	text-align:center;
	/* width: 30%; */
    margin: 0 auto;
}
.login_index h4{
	margin:10px 0 20px 0; 
	font-size:1.5em;
}
.login_index input[type="email"]{
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px 8px;
	font-size:1em;
}
.login_index input[type="submit"]{
	color:#cb8203;
	font-size:0.8em;
	border:1px solid #5bc4fa;
	background-color:#dbf1fd;
	padding:5px 10px;
	margin:4px 0px;
	cursor:pointer;
}
.login_index input[type="submit"]:hover{
	background-color:#c3deed;
}
.login_index p{
	font-size:0.8em;
}
.login_index .demo{
}
.login_index .demo a{
	display: block;
    padding: 10px;
    border: 1px solid #ccc;
    width: 20%;
    margin: 0 auto;
    text-decoration: none;
    background-color: aliceblue;
}
.login_index .demo a:hover{
	 background-color: #cbe1f5;
}
footer{
	/* position: absolute;
	left:0;
	bottom : 0;  */
	width:100%;
	height:120px; 
	border-top:2px solid #444; 
	margin-top:5px; 
	background-color:#15181d;
}
footer .name{
	max-width: 800px;
    margin: 0 auto;
    display: block;
    height: 70px;
}
footer h3{
	color: #ffffff;
    margin: 10px 20px 10px 0px;
    display: block;
    float: left;
	font-size: 1.7em;
}
footer .support{
	display: block;
    float: left;
    margin: 10px 20px 0px 20px;
}
footer .support a{
	color:#0889ba;
}
footer .copy{
	color: #fff;
    /* max-width: 800px; */
    margin: 10px auto;
    display: block;
    text-align: left;
}

.nav_lk{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px 20px;
	justify-content: space-between;
	margin: 20px 0px 10px 0px;
}

.nav_lk a{
	height: 50px;
    background-color: #fff;
    width: 100%;
    /* margin: 0 auto; */
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.05em;
    font-family: "Gilroy-Bold";
}
.nav_lk a:hover, .nav_lk .active{
	background-color:#0889ba;
	color:#fff;
	border-color:#0889ba;
}

/*.nav_lk a:last-child:after{
	content: ' \2193';
	color:limegreen;
}*/





.padding{
	background-color: #fff;
    padding: 15px;
    border: 1px solid #d4d4d4;
	border-radius:5px;
    text-align: left;
	margin:10px 0px;
	/* font-size:1.1em; */
}

.main-body{
	padding: 23px 20px 3px 10px;
}
.main-body.delete_doc{
	background-color: #edecd6;
}
.main-title, .main-title a {
    color:#333e50;
	line-height: 34px;
    
	/* font-size:0.75em; */
	font-family:Gilroy-Bold;
	/*color: rgb(255, 255, 255);
    background: url(../img/topstory.png) 0px 0px repeat-x;
    /*margin: 0px -15px;*/
}
.main-title a{
	text-decoration: none;
	border-bottom: 2px dashed #ccc;
}
.main-title a:hover{
	border-bottom: 0;
}

.main-content{
	/*background-color: #eae7e7;
	border: 1px solid #999999;
	*/
    padding: 2px;
    
    text-align: left;
	font-size:1.2em;
}
.main-content p, .main-content h2{
	line-height:1.5em;
}

.main-content .logh{
	float: left;
    width: 10em;
    margin: 10px 20px 20px 30px;
    font-size: 1.5em;
}

.main-content .capability{
	/* display: flex; */
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-auto-rows: 120px;
    overflow: hidden;
    padding: 0 8px;
	
	background:#0889ba;
	border-radius:6px;
	color:#fff;
	margin:15px 0px;
}
.main-content .capability div{
	flex: auto;
    margin: 0 8px;
    vertical-align: top;
    min-width: 200px;
    
	margin:24px 0px 20px 60px;

}
.main-content .capability div:first-child{
	border-right:1px solid #ccc;
}
/* .main-content .capability div:last-child{
	border-right:0px;
} */
.main-content .capability div ul{
	
}
.main-content .capability div ul li{
	display: inline;
	float:left;
}
.main-content .capability .number{
	font-size:2.8em;
	padding-top: 20px;
	font-family:Gilroy-Bold;
}
.main-content .capability .text{
	font-size: 0.9em;
    padding: 10px 0px 0px 20px;
}
.main-content .start{
	margin:20px 0px;
	/* display: grid;
    grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
	grid-auto-rows: 120px; */
}
.main-content .start h2{
	color:#333e50;
	font-family:Gilroy-Bold;
}
.main-content .start-block{
	width:45%;
	min-height:120px;
	float:left;
	padding:5px;
	margin:10px 15px 10px 0px;
}
.main-content .start-block .start-img{
	width: 120px; 
	height: 120px;
	background: #fff;
	border:1px solid #d3d3d3;
	border-radius: 50%;
	position:relative;
	float:left;
	margin-right:20px;
}
.main-content .start-block .start-img img{
	max-width: 100%; 
	max-height: 100%;
	position: absolute;
	/* z-index: 1; */
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}
.main-content .start-block .start-text{
	
}
.main-content .start-block .start-text h3{
	color:#333e50;
	margin:20px 0px 6px 0px;
}
.main-content .start-block .start-text p{
	color:#1e1e1e;
	font-size:0.8em;
}
.doc_hidden{
	margin: 20px 0px 0px 0px;
    color: #080808;
    font-size: 1.2em;
	border: 2px solid #ff0000;
    padding: 10px;
    border-radius: 9px;
}
.pageView{
	font-size: 18px;
}
.pageView ol {
	list-style: none;

	padding: 0;
	margin: 10px 0;
}
.pageView li {
	margin: 0;
	padding: 0 0 10px 40px;
	position: relative;
	line-height: 20px;
}
.pageView li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 23px;
	font-size: 10px;
	border-radius: 50%;
}
/* 1-й уровень */
.pageView ol {
	counter-reset: num;
}
.pageView ol > li {
	counter-increment: num;
}
.pageView ol > li::before {
	content: counter(num);
	border: 1px solid #ef6780;
}
/* 2-й уровень */
.pageView ol ol {
	counter-reset: num2;
}
.pageView ol ol > li {
	counter-increment: num2;
}
.pageView ol ol > li::before {
	content: counter(num) '.' counter(num2);
	border: 1px solid #8a41fd;
}
/* 3-й уровень */
.pageView ol ol ol {
	counter-reset: num3;
}
.pageView ol ol ol > li {
	counter-increment: num3;
}
.pageView ol ol ol > li::before {
	content: counter(num) '.' counter(num2) '.' counter(num3);
	border: 1px solid #368c49;
}
.pageView blockquote {
	margin: 0;
	color: #231E28;
	padding: 30px;
	border-left: 8px solid #CBDDE7;
	position: relative;
	background: #FAF8EB;
}

.pageView blockquote p {
	font-style: italic;
	font-size: 24px;
	margin-top: 0;
}



#showmore-triger{
	text-align: center;
    padding: 10px;
    background: #ffdfdf;
	border-radius:8px;
}
.content{
	background-color: #c7c7c7;
	/*background-color: #eae7e7;*/
    padding: 5px;
    border: 1px solid #999999;
    text-align: left;
	/*margin-top:10px;*/
	font-size:1.1em;
	/*font-family:"arial", sans-serif;*/
}
.searchForm{font-size:16px; margin:10px 0px 10px 0px;}
.searchForm .newForm{float:right;}

/*сортировка в таблице*/
.sortable_info{overflow:auto; height:500px; margin-top:15px;}
.sortable {/*width:980px;*/ border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none; margin:0 auto 15px}
.sortable th {background:url(/templates/css/tinytable/images/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none}
.sortable th h3 {font-size:14px; padding:6px 8px 8px; }
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.sortable .head h3 {background:url(/templates/css/tinytable/images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px; font-size: 16px;margin: 0px;}
.sortable .desc, .sortable .asc {background:url(/templates/css/tinytable/images/header-selected-bg.gif)}
.sortable .desc h3 {background:url(/templates/css/tinytable/images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px; font-size: 16px;margin: 0px;}
.sortable .asc h3 {background:url(/templates/css/tinytable/images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px; font-size: 16px;margin: 0px;}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}
#controls { margin:0 auto; height:20px}
#perpage {float:left; width:20%}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:30%; text-align:right}
#navigation img {cursor:pointer}
#text {float:right; width:40%; text-align:right; margin-top:2px; margin-right:10px;}


#updateData{
	height: calc(100vh - 50%);
    overflow: auto;
}


#preloader{ 
	background-color: #64676b;
	opacity:0.8;
    position: fixed;
    display: none;
    margin: auto;
	right:0; left:0; top:0; bottom:0; z-index:2000;}

#preloader .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  animation-delay: 1s;

}

.item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}




.calendar-box {display:none; background-color:#fff; border:1px solid #444; position:absolute; width:250px; padding: 0 5px;  z-index:2;}
.calendar-box .headers{background-color:#88b5cc;}
.calendar-box select.calendar-month {width:90px;}
.calendar-box select.calendar-year {width:70px;}
.calendar-box .calendar-cancel {width:100%; margin:3px; padding:3px; cursor:pointer;}
.calendar-box table td {width:14%;}
.calendar-box .calendar-title {text-align:center;}
.calendar-box a {text-decoration:none; color:#00324B; }
.calendar-box a:hover {color:#024c71;}
.calendar-box .today a {padding:0 5px; margin-left:-5px; background-color:#ffe9c6;} 
.calendar-box .selected a {padding:0 5px; margin-left:-5px; background-color:#c9ff8b;}
	
#grid{width: 100%; height: 100%; min-height:500px;}	

.print_box{padding: 15px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-size:16px;
	background-color:#ECECEC;}
.checkbox input[type="checkbox"] {
    display:none;
}
.checkbox label{font-size:18px; cursor:pointer;}
.checkbox input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('/templates/img/check_radio_sheet1.png') left top no-repeat;
    cursor:pointer;
}
.checkbox input[type="checkbox"]:checked + label span {
    background:url('/templates/img/check_radio_sheet1.png') -19px top no-repeat;
}
#registration{}
#registration table{margin:15px 0px 15px 0px; border-top:1px solid #ccc; width:100%;}
#registration table tr td{padding:4px}
#registration table tr:first-child td{padding-top:10px;}
#registration input{font-size:16px;  padding:4px 0px 4px 1px; border:1px solid #ccc;}
#registration input[type="submit"]{border:1px solid #ccc; cursor:pointer; padding:3px 10px;}



.page {
    height: 36px;
    /* border: 1px solid #dadddf;
    background: #9e9e9e; */
	border-radius:5px;
    background: #183c4a;
    margin: 30px 0px 20px 0px;
    padding: 16px 0px 40px 30px;
    color: #FFFFFF;
}
.page .active {
    padding-left: 10px;
    font-weight: bold;
}
.page a {
    color: #FFFFFF;
    padding-left: 10px;
}


/* таблица главная начало */
.table-pricing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  /* padding: 2rem 0rem 0rem 0rem; */
  /* max-width: 1100px; */
}

.table-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style-type: none;
  outline: 1px solid #ddd;
  text-align: center;
  font-weight: 300;
  margin-top: 1px;
  margin-left: 1px;
}
.table-cell:first-child {
  /* outline: 1px solid #fff; */
  background: transparent;
}
@media only screen and (max-width: 768px) {
  /* .table-cell:first-child {
    display: none;
  } */
}

.table-cell:nth-child(3) {
	/* outline: 1px solid #30305b; */
}
/* .table-cell:nth-child(-n+4) {
  padding-top: 40px;
  padding-bottom: 40px;
} */
.table-cell > h3 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .table-cell > h3 {
	font-size: 18px;
  }
  .table-cell .hyst_button{
	  padding:2px;
  }
}
.table-cell.cell-feature {
  text-align: left;
  font-size: 18px;
}
.table-cell.cell-feature span{
	font-size:.7em;
	line-height:0em;
	font-style:italic;
}
.table-cell.free {
  color: limegreen;
}
.table-cell .btn{
	font-size:1.1em
}
.table-cell.free .btn {
  color: limegreen;
}
/* .table-cell.free .btn:hover {
  background-color: limegreen;
  border-color: limegreen;
  color: white;
} */
.table-cell.month {
  background-color: #c5effb;
  color: #6b92c1;
}
.table-cell.month .btn {
  color: #848a92;
    font-weight: bold;
}
/* .table-cell.month .btn:hover {
  background-color: #85bafc;
  border-color: #85bafc;
  color: #30305b;
} */
.table-cell.year {
	background-color: #65b7d7;
    color: #3a464e;
}
.table-cell.year .btn {
  color: #061c36;
  font-weight:bold;
}
/* .table-cell.year .btn:hover {
  background-color: #85bafc;
  border-color: #85bafc;
  color: #30305b;
} */
.table-cell .chek_green:after {
    content: ' \2714';
    color:limegreen;
	font-size:1.5em;
}
.table-cell .no-chek:after {
    content: ' \268A';
    color:black;
	font-size:1.5em;
}

/* Table columns
================================== */
.table-cell {
  width: calc(33% - 1px);
}
@media only screen and (max-width: 768px) {
  .table-cell.cell-feature {
    width: 100%;
    text-align: center;
  }
}


a.btn {
  border: 2px solid;
  padding: .6rem .9rem .6rem .9rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
/* таблица главная конец */


.line_doc{
	display: block;
    background-color: #183c4a;
    /* background-color: #0889ba; */
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
	float:left;
	width:100%;
	position: sticky; 
	top: 0; 
	z-index:1;
}
.line_doc a{
	display: block;
    height: 31px;
    float: left;
    /* width: 150px; */
    cursor:pointer;
	padding:6px 20px 0px 40px;
	color:#fff !important;
	text-decoration:none;
	margin-right:20px;
}
.line_doc a:first-child{
	margin-left:20px;
}
.line_doc a:hover{
	/* background-color:#126a8c; */
	background-color:#1e4f63;
	/* text-decoration:underline; */
	border-radius:5px;
}
.line_doc .disabled{
	display:none;
}
.line_doc .new, .line_doc .make{
	background: url('/templates/img/doc_new.png') 10px no-repeat;
}
.line_doc .copy{
	background: url('/templates/img/doc_copy.png') 10px no-repeat;
}
.line_doc .print{
	background: url('/templates/img/doc_print.png') 10px no-repeat;
}
.line_doc .email{
	background: url('/templates/img/doc_email.png') 10px no-repeat;
}
.line_doc .link{
	background: url('/templates/img/doc_link.png') 10px no-repeat;
}
.line_doc .del{
	background: url('/templates/img/doc_del.png') 10px no-repeat;
}
.line_doc .excel{
	background: url('/templates/img/doc_download.png') 10px no-repeat;
}
.line_doc .text-success{
	/* display: block; */
    margin-top: 6px;
	float:right;
}
.line_doc .del_cat{
	/* display:none; */
}
.unload_xls{
	margin-top:10px;
}
.unload_xls a{
	color:green;
	text-decoration:none;
	border-bottom: 1px dashed green;
	font-size:1.1em;
}
.unload_xls a:hover{
	border-bottom:none;
}

.filter-info, .in-add-info{
	color: #0889ba;
}
.ico_filter{
	display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0.2em 0.5em;
    background: url('/templates/img/filter.png') no-repeat;
}
.ico_filter_back{
	display: inline-block;
    width: 8px;
    height: 5px;
    margin: 0.6em 0.5em;
    background: url('/templates/img/filter_back.png') no-repeat;
}
.ico_down{
	display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0.2em 0.5em;
    background: url('/templates/img/down.png') no-repeat;
}
.ico_base{
	display: inline-block;
    width: 19px;
    height: 20px;
    margin: 0.2em 0.5em;
    background: url('/templates/img/base.png') no-repeat;
}

.block-element .search_button {
    position: relative;
	float:left;
}
.block-element .search_button a {
    margin: 30px 10px 0px 50px;
    /* position: absolute; */
    display: block;
	/* background: url('/templates/img/search.png') no-repeat; */
}

.block-element .search_button a.s:before, .block-element .search_button a.d:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;	
}
.block-element .search_button a.s:before {
	width: 20px;
    height: 20px;
    background: url('/templates/img/search.png') no-repeat;
}
.block-element .search_button a.d:before {
	width: 18px;
    height: 22px;
    background: url('/templates/img/trash.png') no-repeat;
}

.ico_in{
	display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0.4em 0.5em 0.2em 0.5em;
    background: url('/templates/img/in_add.png') no-repeat;
}
.in-add-info{
	margin: 6px 0px 0px 1px;
	font-size:0.9em;
}

.info_bar{
	position:relative;
	margin-top:10px;
}
.info_bar ul#menu-lk{
	/* position: absolute;
    right: 0;
    top: 5px; */
}
.info_bar ul#menu-lk li{
	float:left;
	margin-left: 5px;
}
.info_bar ul#menu-lk li a{
	padding:5px 10px 5px 35px;
	margin-left:5px;
	text-decoration:none;
	font-size:0.9em;
}
.info_bar ul#menu-lk li a:hover{
	border-radius:5px;
	background-color:#ccc !important;
}
.info_bar ul#menu-lk li a.edit{
	background: url('/templates/img/ico_edit.png') 10px no-repeat;
}
.info_bar ul#menu-lk li a.copy{
	background: url('/templates/img/ico_copy.png') 10px no-repeat;
}
.info_bar ul#menu-lk li a.make{
	background: url('/templates/img/ico_new.png') 10px no-repeat;
}
.info_bar ul#menu-lk li a.print{
	background: url('/templates/img/ico_print.png') 10px no-repeat;
}
.info_bar ul#menu-lk li a.email{
	background: url('/templates/img/ico_email.png') 10px no-repeat;
}
.info_bar ul#menu-lk li a.link{
	background: url('/templates/img/ico_link.png') 10px no-repeat;
}
.info_bar ul#menu-lk li a.del{
	background: url('/templates/img/ico_del.png') 10px no-repeat;
}




.border-gold{border-color:#ffd325 !important;}
.border-blue-doc{border-color:#2094c1 !important;}
.border-d4d4d4{border-color:#d4d4d4 !important;}
.border-ececec{border-color:#ececec !important;}
.back-f2f2f2{background-color:#f2f2f2 !important;}
.back-ececec{background-color:#ececec !important;}

.lk_item{
	margin-top:10px;
}
.lk_item .block_lab{
	box-shadow: 0px 0px 6px 2px rgba(110, 126, 139, 0.3);
	border-radius:5px;
	position:relative;
}

.lk_item .block_lab .cap{
	background-color: #d4d4d4;
    border-radius: 5px 5px 0 0;
    padding: 1.5rem 1rem;
    position: relative;
    border-top:2px solid;
    border-left:2px solid;
    border-right:2px solid;
}
.lk_item .block_lab .cap .number{
	position: absolute;
	font-size: 1.1em;
	top: 12px;
    /* left: 30px; */
}
.lk_item .block_lab .cap .number a{
	text-decoration:none;
	font-size:1.1em;
}
.lk_item .block_lab .cap .number a:hover{
	text-decoration:underline;
}
.lk_item .block_lab .cap .number span{
	margin-left: 20px;
	font-size: 0.8em;
}
.lk_item .block_lab .cap .pick{
	position: absolute;
    right: 45px;
    top: 12px;
}
.lk_item .block_lab .cap .pick label{
	cursor:pointer;
}
.lk_item .block_lab .cap .pick input{
	position: absolute;
    top: 3px;
    right: -25px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.lk_item .block_lab .cap .pick.org_default{
	right:10px;
	top:2px;
}


.lk_item .block_lab .body{
	background-color:#ececec;
	border-left:2px solid;
	border-right:2px solid;
	border-bottom:2px solid;
	border-radius: 0 0 5px 5px;
}
.lk_item .block_lab .body .info{
	padding:15px;
	overflow: hidden;
}
.lk_item .block_lab .body .info .table_doc{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 1000px;
	padding: 0px;
	display:table;
	margin-bottom:15px;
}
.lk_item .block_lab .body .info .table_doc .table_doc_row{
	display: table-row;
}
.lk_item .block_lab .body .info .table_doc .table_doc_row li{display: table-cell; padding-bottom:10px;}
.lk_item .block_lab .body .info .table_doc .table_doc_row li:first-child{
	width:60%;
}
.lk_item .block_lab .body .info .table_doc .table_doc_row li:not(:first-child){
	text-align:center;
	width: 10%;
} 
.lk_item .block_lab .body .info .table_doc .table_doc_row li div{
	font-size:0.8em;
}
.doc-pay{
	text-decoration:none;
	width: 24px;
    height: 24px;
	cursor: pointer;
}
.not_paid{} 
.not_paid:before{
	content: "–";
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.paid{}
.paid:before{
	content: "✔";
    font-size: 20px;
    color: #00aa44;
    font-weight: bold;
}
.part_paid{}
.part_paid:before{
	content: "✔";
    font-size: 20px;
    color: #d4d4d4;
    font-weight: bold;
}
.annul{
	display: inline-block;
    width: 15px;
    height: 15px;
    background: url('/templates/img/delete.png') no-repeat;
	background-size:15px;
}
.hr1p{
	height:1px;
	border-top:1px solid;
}

.lk_item .block_lab .body .lk_info_doc{}
.lk_item .block_lab .body .lk_info_doc ul{}
.lk_item .block_lab .body .lk_info_doc ul li{overflow:hidden;}
.lk_item .block_lab .body .lk_info_doc table, .lk_item .hide table{
	/* display: flex; */
	flex-wrap: nowrap;
	overflow-x: auto;
	/* border-top:1px solid #ccc; */
	border-left:1px solid #ccc;
	width: 100%;
}
.lk_item .block_lab .body .lk_info_doc table tr td, .lk_item .hide table tr td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:4px;
}
.lk_item .block_lab .body .lk_info_doc table tr td:first-child{
	/* width:50%; */
}
.lk_item .block_lab .body .lk_info_doc table tr td:not(:first-child){
	/* width:10%; */
}
.lk_item .block_lab .body .lk_info_doc table tbody.num {
    counter-reset: section;
}
.lk_item .block_lab .body .lk_info_doc table tbody.num td:first-child:before {
    /* content: counters(section,".")". "; */
}
.lk_item .block_lab .body .lk_info_doc table tr:last-child td:first-child:before {
    /* content: none; */
}
.lk_item .block_lab .body .lk_info_doc table tr th, .lk_item .hide table tr th{
	/* background-color:#183c4a;
	color:#fff; */
	background-color: #a6adcc;
    color: #272424;
	padding: 0.3em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.lk_item .block_lab .body .lk_info_doc table tr:first-child td{
	padding:10px 10px;
}
.lk_item .block_lab .body .lk_info_doc table tr:nth-child(even), .lk_item .hide table tr:nth-child(even){
	background-color:#fff;
}
.lk_item .block_lab .body .lk_info_doc table tr:not(:first-child):nth-child(odd), .lk_item .hide table tr:not(:first-child):nth-child(odd){
	background-color:#e8eced;
}
.lk_item .block_lab .body .lk_info_doc table tfoot tr, .lk_item .hide table tfoot tr{
	background-color:#e7f3f8;
	color:#0889ba;
	/* font-size:1.1em; */
}
/* табличный вид */
.lk_item .item_table{
	width:100%;
	/* flex-wrap: nowrap; */
    
	}
.lk_item .item_table{
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
}
.lk_item .item_table tr td{
	border-bottom:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
.lk_item .item_table thead tr{
	background-color:#0889ba;
	
}
.lk_item .item_table thead tr td{
	color:#fff;
	padding:15px;
	font-size:1em;
}
.lk_item .item_table thead tr td:nth-child(2){
	min-width:200px !important;
}
.lk_item .item_table tbody tr td:first-child{
	padding:7px;
}
.lk_item .item_table tbody tr td:not(:first-child){
	padding:15px;
}
.lk_item .item_table tbody.item{
	background-color:#fcfcfc;
}
/* .lk_item .item_table tbody:nth-child(4n+2){
	background-color:#f3f3f3;
} */
.lk_item .item_table tbody.item:nth-child(4n+2){
	background-color:#f3f3f3;
}
.lk_item .item_table tbody.hide{
	background-color:#fff;
}


.lk_item .item_table tbody.tab_lab a.name{
	text-decoration:none;
}
.lk_item .item_table tbody.tab_lab a.name:hover{
	text-decoration:underline;
}
.lk_item .item_table tbody.tab_lab .ico_in{
	margin:0.3em 0.3em 0 0;
}
.lk_item .item_table tbody.tab_lab .in-add-info, .lk_item .item_table tbody.tab_lab .ico_in{
	cursor:pointer;
}
.lk_item .item_table tbody.tab_lab .in-add-info:hover{
	text-decoration:underline;
}
.lk_item .item_table tbody.tab_lab .date{
	color:#333e50;
	font-size:0.8em;
}
.lk_item .item_table tbody.hide .very_div{
	overflow-x:scroll;
	position: relative; 
	height: 50px;
}
.lk_item .item_table tbody.hide .very_div table{
	position:absolute; 
	width:100%
}
/* .lk_item .item_table tbody.tab_lab .in-add-info{
	float:left;
} */
/* .lk_item .item_table tbody.tab_lab .table-info{
	position: absolute;
    font-size: 0.9em;
    margin: 0.4em 0.3em;
	color: #0889ba;
	cursor:pointer;
	float:left;
}
.lk_item .item_table tbody.tab_lab .table-info:hover{
	text-decoration:underline;
} */
/* .lk_item .item_table tbody:nth-child(2n+1){
	background-color:#fff;
} */


.table_doc_mobile{display:none;}

.breadcrumbs{
	margin-bottom:30px;
	}
.breadcrumbs li{
	float:left; 
	margin-right:6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	}
.breadcrumbs li a{
	font-family: Tahoma, Geneva, sans-serif;
	/* font-size:0.8em; */
}
.breadcrumbs li a:after{
	display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}


.button_yellow{
	/* position: absolute;
    right: 0; */
    color: #fff;
    /* border: 1px solid green; */
    padding: 3px 30px 6px 30px;
    /* font-weight: bold; */
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    text-align: center;
   /*  background-color: #ffd325; */
    border-radius: 5px;
	background: linear-gradient(#ffcc01, #ffd325);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.button_yellow:hover{
	color: crimson;
	background: linear-gradient(#eac11b, #e8cb58);
}
.b_padding{
	padding: 5px 10px 8px 10px !important;
}

/*номенклатура*/
.nomenclature { 
	width: 100%; 
	border-collapse: collapse; 
	/* margin:50px auto; */ 
}

.nomenclature td { 
	padding: 15px;
	/* border: 1px solid #ccc; */ 
	text-align: left; 
	font-size: 1em; 
}
.labels tr td {
	background-color: #e0e0e0;
	/* font-weight: bold; */
	color: #000;
	border-top: 2px solid #f9f9f9;
}
.labels tr td:not(:first-child){
	border-left:1px solid #f9f9f9;
}
.labels tr td label {
	display: block;
	cursor:pointer;
}
.labels tr td:nth-last-child(4){
	width:10em;
}
.labels tr td:nth-last-child(3), .labels tr td:nth-last-child(2), .labels tr td:nth-last-child(1){
	width:1em;
}
.labels tr td label:before{
	
}
.labels tr td label i{
	display: inline-block;
	width: 15px;
	height: 8px;
	margin: 0.1em 0.5em;
	background: url('/templates/img/back.png') no-repeat;
}
.transform_span {-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}

.labels .edit, .hide .edit{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('/templates/img/pencil2.png') no-repeat;
}
.labels .delete, .hide .delete{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('/templates/img/close.png') no-repeat;
	background-size:22px;
}
[data-toggle="toggle"] {
	display: none;
}
.hide{display:none;}
.hide tr td{
	border-top: 1px solid #f9f9f9;
}
.hide tr td:last-child, .hide tr td:nth-last-child(2), .hide tr td:nth-last-child(3){
	border-left:1px solid #f9f9f9;
}
.hide span.gray{
	font-size:0.8em;
	color:#666;
}
.hide #iprice{
	width:8em;
	height:20px;
}
.hide #price{
	padding:5px;
	width:8em;
	text-align:center;
}
.hide #iname a{
	color: tomato; font-style: italic;
}

.checkbox-other {
	display: block;
	margin: 0 0 10px 0;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.checkbox-other input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-other span.checkbox {
	display: inline-block;
	/* position: relative;  */
	padding: 0 0 0 20px; 
	line-height: 22px;    
}
.checkbox-other span.checkbox:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 2px;
	transition: background 0.3s ease;
	background: #ffffff url('/templates/img/checkbox-1.png') 0 0 no-repeat;
}

/* Checked */
.checkbox-other input[type=checkbox]:checked + span.checkbox:before {
	background-image: url('/templates/img/checkbox-2.png');
}

/* Focus */
.focused span:before {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover */
.checkbox-other span.checkbox:hover:before {
	filter: brightness(110%);
}

/* Active */
.checkbox-other span.checkbox:active:before {
	filter: brightness(80%);
}

/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span.checkbox {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span.checkbox:before {
	filter: grayscale(100%);
	opacity: 0.6;
}

/* radio button */
.radio-other {
	margin-left: 20px;
	cursor: pointer;
}
.radio-other input[type=radio] {
	display: none;
}
.radio-other span {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}
.radio-other span:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url('/templates/img/radio-1.png') 0 0 no-repeat;
}
 
/* Checked */
.radio-other input[type=radio]:checked + span:before {
	background: url('/templates/img/radio-2.png') 0 0 no-repeat;
}
 
/* Hover */
.radio-other span:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.radio-other input[type=radio]:disabled + span:before {
	filter: grayscale(100%);
}

.input-file {
	position: relative;
	display: inline-block;
	padding: 14px;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: #419152;
	line-height: 22px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
	text-shadow:0 0 black;
	/* font-weight:bold; */
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #59be6e;
}
.input-file:active .input-file-btn {
	background-color: #2E703A;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}


.catEdit{}
.catEdit tr td{padding:6px;}
.catEdit .int {
	width: 100%;
	font-size: 16px;
	/* border: 1px solid #ccc; */
	/* padding: 10px; */
	border-radius: 4px;
}
.catEdit .ints {
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
}
.xls_nom{border-left:1px solid #ccc; border-top:1px solid #ccc;}
.xls_nom thead tr th{font-size:0.9em; padding:2px; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.xls_nom tbody tr td{font-size:1em; padding:2px; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.xls_nom .ints_xls {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	width:100%;
	font-size: 0.9em;
}
.xls_nom .textArea{width: 100%; font-size: 1em; font-family: Arial; border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;}
.catEdit .textArea{width: 100%; font-size: 16px; font-family: Arial; border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;}
.xls_nom {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	overflow: hidden;
}
.xls_nom th, .xls_nom td {
	/* border: 1px solid #888; */
	/* padding: 10px; */
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.xls_nom th, .xls_nom td {
	/* border: 1px solid #888; */
	/* padding: 10px; */
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.xls_nom td:hover {
	background: #fffabe;
}
 
.xls_nom td:hover:before { 
	background-color: #eee;
	content: '';  
	height: 100%;
	left: -5000px;
	position: absolute;  
	top: 0;
	width: 10000px;   
	z-index: -2;        
}
 
.xls_nom td:hover:after { 
	background-color: #eee;
	content: '';  
	height: 10000px;    
	left: 0;
	position: absolute;  
	top: -5000px;
	width: 100%;
	z-index: -1;        
}

.xls_nom .del_stroka_xls {
    display:block;
	opacity:0.7;
    margin-left: 5px;
	cursor:pointer;
    width: 18px;
    height: 18px;
    background: url("/templates/img/delete.png") no-repeat;
}
.xls_nom .del_stroka_xls:hover{
	opacity:1;
}
.xls_nom tfoot tr td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.xls_nom > tfoot > tr > td a.add_stroka_xls{
	float: left;
    /* width: 110px; */
    padding-left: 20px;
    font-weight: normal;
    margin-left: 3px;
    background: url('/templates/img/plus_add.png') 3px 5px no-repeat;
}
.xls_nom > tfoot > tr > td a.add_stroka_xls:hover{
	background-color:#ccc;
}

.icon_info {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	margin-bottom: -2px;
	background: url('/templates/images/warning.png') no-repeat;
}

#tooltip {
	z-index: 9999;
	position: absolute;
	display: none;
	top:0px;
	left:0px;
	width: 250px;
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	color: #000;
	border-radius: 5px;
	box-shadow: 0 1px 2px #555;
}
	
	
#nomenclature{}
#nomenclature h3{margin:10px 6px;}




#modal_html {
		background: rgba(102, 102, 102, 0.68);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 99;
	}
	#modal_html:target {
		display: block;
	}
	#modal_html .window{
		position: absolute;
		top: 50%;
		left: 50%;
		/* width: 400px; */
		border: 1px solid #cecece;
		padding: 50px;
		transform: translate(-50%,-50%);
		background-color: #fafafa;
	}
	#modal_html .window a.close_window{
		position: absolute;
		right: 10px;
		top: 8px;
		border: none;
		text-decoration: none;
		font-size: 22px;
	}

.guide{}
.stick{
	display: block;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    min-height: 3em;
    padding: 1em;
	background-color:white;
}
.stick a.title{
	color: #c61212;
    border-bottom: 1px dashed #c61212;
    cursor: pointer;
	text-decoration:none;
	font-size: 1.2em;
}
.stick a.title:hover{
	border-bottom: none;
}
.stick p{
	font-size: 1em;
    /* line-height: .7em; */
    margin: 0 0 1em;
    text-align: justify;
}
.stick p a{
	color: #c61212;
    border-bottom: 1px dashed #c61212;
    cursor: pointer;
	text-decoration:none;
	font-size: 1em;
}
.stick p a:hover{
	border-bottom: none;
}
.stick_info{}
.stick_info p{
	line-height: 1.2em;
    margin-bottom: 14px;
	font-family: Arial;
	font-size:1em !important;
}
.stick_info a{
	font-family: Arial;
	font-size:1em !important;
	color:cornflowerblue;
}
.stick_info li{
	font-family: Arial;
	font-size:1em !important;
}
.stick_info h2{
	line-height: 1.2em;
    margin-bottom: 14px;
	color:brown;
	font-family: 'Gilroy';
}
.docket-title {
    font-size: 20px;
    margin-bottom: 0;
    color: #555;
}
.docket-list {
    margin: 0!important;
    padding: 0!important;
    overflow: hidden;
    counter-reset: myCounter;
}
.docket-list li {
    margin: 10px 0 10px 0!important;
    padding: 0 0 0 35px;
    display: block;
    position: relative;
    line-height: 17px;
}
.docket-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    text-align: right;
    color: orange;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
}
.docket-list li a {
    color: #333;
    font-size: 16px;
    border-bottom: 1px dashed #999;
	text-decoration:none;
}
.view_anchor {
    overflow: hidden;
    position: relative;
}
.view_anchor-num {
    display: inline-block;
    width: 27px;
    height: 26px;
    float: left;
    background: orange;
    border-radius: 4px 1px 1px 4px;
    line-height: 26px;
    text-align: center;
    margin-top: 17px;
    color: #fff!important;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    text-indent: 4px;
    font-style: normal;
}
.view_anchor h2 {
    margin:20px 40px;
	line-height:1em !important;
}


/* stick изображение */
.img-zoom > input:checked + span{display:block;position:fixed;top:0;bottom:0;right:0;left:0;height:auto;width:auto;background-position:center center;background-repeat:no-repeat;background-color:#fff;z-index:5000;text-align:center;overflow:auto;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;}
.img-zoom > input:checked + span:after{display:none;content:"✖";position:fixed;top:0;right:40px;width:40px;height:40px;line-height:40px;background-color:rgba(0,0,0,.25);text-align:center;cursor:pointer;color:#fff;font-size:18px;}
.img-zoom > input:checked + span:after{display:block;}
.img-zoom > input:checked + span:before{display:inline-block;content:"";height:100%;vertical-align:middle;}
.img-zoom {cursor:-webkit-zoom-in;cursor:-moz-zoom-in;}
.img-zoom img {width:auto;height:auto;box-shadow:1px 1px 3px 1px #a0a0a0;-webkit-box-shadow:1px 1px 3px 1px #a0a0a0;-moz-box-shadow:1px 1px 3px 1px #a0a0a0;-o-box-shadow:1px 1px 3px 1px #a0a0a0;}

.img-zoom > input:checked + span > img {display:inline-block;width:auto;height:auto;max-width:100%; float:none;margin:40px auto;vertical-align:middle;}
.img-zoom > input {display:none;}
/* .clear-block > .img-zoom > span > img {margin-left:3px;} */

.line12{display:none;}

.view_doc{
	float:right;
	margin:2px;
}
.view_doc img{
	float:right;
	padding:4px 1px 0 3px;
	cursor:pointer;
}
#cke_288_label{display:block;}


/* Системное уведомление */
#notice:checked + .notice {bottom:0;-webkit-transition: bottom .1s ease;transition: bottom .1s ease;}
.notice {visibility:hidden;position:fixed;bottom:-86px;width:100%;height:86px;background-color:#fdfdfd;border-top: 1px solid #ddd; -webkit-transition: bottom .3s ease;transition: bottom .3s ease;z-index:10000;}
.notice > .notice-message {cursor:pointer;-webkit-transition:top .4s ease;transition:top .4s ease;}
.notice > .notice-message:hover {background-color:rgba(255,255,255,0.4);}
.notice > .notice-message {position:absolute;left:5px !important;top:-24px;}
#notice:checked + .notice > .notice-message {
	top:2px;opacity:.6;-webkit-transition:top .15s ease .2s;transition:top .15s ease .2s;
	left:6px;
}
#notice:checked + .notice > .notice-message:hover {background-color:rgba(0,0,0,.05);}
.notice > div {margin:0 0 0 32px;overflow:auto;font-size:18px;line-height:24px;height:100%;}
.notice p.success, .notice p.error, .notice p.note{

}
.notice p.success{color:green;}
.notice p.error{color:red;}
.notice p.note{color: red;}
.notice p.success:before, .notice p.error:before, .notice p.note:before{
	display:block;width:24px;height:24px;float:left;margin-right:0.5em;text-align:center;font-size:20px;font-weight:bold;}
.notice p.success:before{content:"✔";}
.notice p.error:before{content:"✖";}
.notice p.note:before{content:"‼";}
.icon-notice{
	width: 24px;
	height: 29px;
	background: url("/templates/images/notice.png") no-repeat;
}

.ui-autocomplete.ui-widget-content {
	width: 500px !important;
}

.discount_view, .discountTable{
	display: none;
}


@media only screen and (max-width : 1300px) {
	.table_doc{display:none !important;}
	.table_doc_mobile{
		display:block;
		margin-bottom:15px;
	}
	.info_bar ul li{
		margin-left:0px;
	}
	#menu-toggle-lk {
		float: right;
		clear: none;
		display: block;
	}
	#menu-lk {
		/* max-height: 0; */
		background: white;
		position: absolute;
		/* overflow: hidden; */
		top: -4em !important;
		right: 0;
		/* left: 0; */
		/* margin-top: 0px !important; */
		padding: 0;
		/* float: none; */
		/* z-index: 3; */
		display: none;
		width: 50%;
		/* bottom: 11px; */
	}
	#menu-lk.show{display:block;}
	#menu-lk li {
		text-align:left;
		display: block;
		margin-left:0px !important;
		/* text-align: center; */
		border-bottom: 1px solid #EBEBE3;
		margin-right: 0px !important;
		/* float:none !important; */
		width:30%;
	}
	#menu-lk ul li {
		padding-top: 1px;
		float: right !important;
		width: 100%;
	}

	
	
}


@media only screen and (max-width : 880px) {
	a#logo{
		margin: 30px 0px 30px 10px;
	}
	#right .menu{margin:10px;}
	.main-body{padding: 0px 10px 3px 10px;}
	.main-content .capability div{
		border-right:0px;
		margin-left:10px;
	}
	
	.main-content .capability .text {
	padding-left:2px;
    word-break: break-word;
    overflow-wrap: break-word;}
	.main-content .start-block{
		width:100%;
	}
	.footer{height:40px;}
	.main-title h1{
		font-size: 1.5em;
	}
	#menu-toggle {
		float: right;
		clear: none;
		display: block;
	}   
    #left, #main, #right {
		width: 100% !important;
	}
	#main{border-left:none;}
	/*#main{position:relative; float:left;}
	#right{position:relative; float:right;}*/
	.w40, .w20, .w25, .w33, .w80, .w50{width:100% !important;}
	#logo {
		
	}
	#nav {
		display: block;
	}
	#menu {
		/*max-height: 0;*/
		/* background: white; */
		position: absolute;
		overflow: hidden;
		top: 56px;
		right: 0;
		margin-top: 0px !important;
		padding: 0;
		float: none;
		z-index: 99;
		display:none;
		width: 65%;
	}
	#menu a{
		white-space: nowrap;
		background: #fff;
		display: block;
	}
	#menu.show{display:block;}
	#menu li {
		display: block;
		/*text-align: center;*/
		border-bottom: 1px solid #EBEBE3;
		margin-right: 0px !important;
		float:right !important;
		width: 200px;
	}
	#menu ul li {
		/* padding-top: 1px; */
		float: right !important;
	}
	#menu ul{
		left: 0;
    	opacity: 1;
    	position: relative;
	}
	#menu .hideLi{display: none}
	/* #menu ul li{} */
	.searchForm .newForm{float:none;}
	#updateData{
		height: calc(100vh - 200px);
	}
	/* таблица главная начало */
	.table-cell{
		padding:0px;
	}
	/* таблица главная конец */
	
	.nav_lk{
		display:block;
		margin-top:0px
	}
	.nav_lk a{
		float:left;
		margin: 5px 5px 5px 0;
		padding:5px; height:auto;
		width:min-content;
	}
	
	.line_doc a{
		margin-right:0px;
		width:auto;
	}
	.line_doc a:first-child{
		margin-left:0px;
	}
	.lk_item{
		overflow-x: scroll;
	}
	.lk_item .block_lab .cap .number{
		top: 4px;
		left: 10px;
	}
	.lk_item .block_lab .cap .number span{
		margin-left:0px;
		display:block;
	}
	.lk_item .block_lab .cap .pick span{
		display: none;
	}
	.lk_item .block_lab .w50{
		width:100%
	}
	.lk_item .block_lab .body .lk_info_doc table{
		display: flex;
	}
	
	
	
	#menu-lk{
		width:100%;
	}
	.nomenclature td{
		padding:5px !important;
		font-size:0.9em;
	}
	.labels .delete, .hide .delete, .labels .edit, .hide .edit{
		background-size:15px;
		width:15px;
		height:15px;
	}
	.question{
		margin:0px !important;
	}
	.support-usermsg {
		padding-right: 0px !important;
	}
	.support-supportmsg {
		padding-left: 0px !important;
	}
}
@media only screen and (max-width : 1200px) {
	.content-index .block{width:auto;}
}



@media (min-width: 481px){
.img-zoom img {
    max-width: 20em;
    width: 100%;
    margin-right: 2em;
    margin-bottom: 1.5em;
    /* float: left; */
}
}	

@media (max-width: 480px){
.img-zoom img {
    max-width: 100%;
    max-height: 20em;
    margin-left: auto;
    margin-right: auto;
}
}



.you-widget {
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background: #ffffff;
	box-shadow: var(--shadow-content-default);
	/* box-sizing: border-box; */
	width: 100%;
	max-width: 460px;
}

.you-widget .qa-amount-label {
	margin: 0;
	margin-bottom: 8px;
	display: block;
	font-weight: 400;
}

.you-widget .qa-amount-input {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	width: 100%;
	font-size: var(--form-control-size-m-font-size);
	line-height: var(--form-control-size-m-line-height);
}

.you-widget .qa-amount-input .mui {
	box-sizing: border-box;
	position: relative;
	cursor: text;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: inherit;
	font-weight: inherit;
	border-radius: 4px;
	padding-right: 14px;
	border: 1px solid #ccc;
}

.you-widget .qa-amount-input .mui .mui-input {
	outline: 0;
	font: inherit;
	letter-spacing: inherit;
	color: currentColor;
	border: 0;
	box-sizing: content-box;
	background: none;
	height: 1.4375em;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	display: block;
	min-width: 0;
	width: 100%;
	-webkit-animation-name: mui-auto-fill-cancel;
	animation-name: mui-auto-fill-cancel;
	-webkit-animation-duration: 10ms;
	animation-duration: 10ms;
	padding: 16.5px 14px;
	padding-right: 0;
}

.you-widget .qa-amount-input .mui input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

.you-widget .qa-amount-input .mui input[type="number"]::-webkit-outer-spin-button,
.you-widget .qa-amount-input .mui input[type="number"]::-webkit-inner-spin-button {
	display: none;
}

.button_pay {
	background-color: #EA624A;
	height: 46px;
	width: 100%;
	padding-left: var(--space-l);
	padding-right: var(--space-l);
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	border-radius: 4px;
	border: 0px;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.button_pay:hover {
	background: linear-gradient(0deg, #00000026, #00000026), #EA624A;
}

.logo_money {
	background: url('/templates/img/youmoney.png') no-repeat 0px 0px;
	left: 30px;
	top: 12px;
	width: 30px;
	height: 30px;
	position: absolute;
}

.text_money {
	font-size: 18px;
	color: #fff;
	font-family: "Gilroy;
}

.ammount_money {
	position: absolute;
	right: 25px;
	top: 12px;
	font-size: 18px;
	color: #fff;
	font-family: "Gilroy";
	font-weight: 700;
}

.admin pre{
	border:#a0a0c0 1px solid;
	background:#e8faff;
	color:black;
	padding:10px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.admin .inputDoc{
	border: 1px solid #ccc;
	padding: 5px;
}
.inputUPD{
	display: block;
	margin-top: 2px;
}