@import url('https://fonts.googleapis.com/css?family=Rubik&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Russo+One&subset=cyrillic');
html, body, a, p, button, input, textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* tables: eo, tbl*/

table.eo {
	width:100%;
	border: 1px solid #d9d9d9;
	border-collapse:collapse;
	border-spacing:0;	
}

table.eo tr.l th {
	text-align: left;
	padding: 6px 12px;
}

table.tbl,
table.eo {
	width:100%;
	border-spacing:0;
}

table.tbl th,
table.eo th
  {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 12px;
	min-height:30px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table.tbl tr th:first-child, table.tbl tr td:first-child {
	border-left: 1px solid #d9d9d9;	
}

table.tbl tr th:last-child, table.tbl tr td:last-child {
	border-right: 1px solid #d9d9d9;		
}

table.tbl tr:last-child td  {
	border-left: none;		
	border-right: none;			
}

table.tbl tr:last-child td:first-child  {
	padding-left: 0;
}


table.tbl td, table.tbl th,
table.eo td, table.eo th {
	height:30px;
	vertical-align:middle;
}



table.tbl tr:nth-child(even), 
table.eo tr:nth-child(even) {
	background-color:#ffffff;
}

table.tbl tr:nth-child(odd), 
table.eo tr:nth-child(odd){
	background-color:#f0f0f0;
}


td.subtoolbar {
	background-color:#fff;
	border-top: 1px solid #d9d9d9;
	white-space:nowrap;
}

form {
	margin: 0;
}

/* rc lc*/
div.lc {
	position:absolute;
	top: 71px;
	left: 0;
	width:220px; 
	border-right: 1px solid #bbbbbb; 
	height: calc(100% - 78px);
	box-sizing: border-box;
	overflow-x:hidden;
    padding-top: 8px;
	
}
div.rc {
	position:absolute;
	top: 71px;
	left: 0; 
	padding: 10px 10px 10px 50px; 
	height: calc(100% - 78px);
/*	width:calc(100% - 220px);*/
    width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

div.dc {
	position:absolute;
	top: 54px;
	left: 0;
	overflow-x: none;		
	overflow-y: auto;
	height: calc(100% - 54px);
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
}

div.dct {
	position:absolute;
	top: 0;
	left: 0;
	overflow-x: none;		
	overflow-y: auto;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
}

div.dcb {
	position:absolute;
	top: 54px;
	left: 40px;
	overflow-x: none;		
	overflow-y: auto;
	height: calc(100% - 54px);
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}

/* Для вкладок */
div.dcbt {
	position:absolute;
	top: 205px;
	left: 40px;
	overflow-x: none;		
	overflow-y: auto;
	height: calc(100% - 185px);
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 0px 10px 20px 20px;
}


/* map */
div.map {
	width: 100%;
	height: 512px;
	margin-top: 12px;
	border:1px solid #d9d9d9;
}

/* ojo */
span.ojo{
	color:#CC3333; 
	font-weight:bold;
}
	
td.oja {
	padding-left: 10px; 
	padding-right: 10px; 
	color: #BBBBBB; 
	font-weight: bold;
}

td.oje {
	padding-left: 10px; 
	padding-right: 10px; 
	color: #F00; 
	font-weight: bold;
}



/* */
div.example {
	margin-top:3px; 
	font-style:italic;
	font-size:13px;
}

/* show_view */
table.show_view {
	width:100%;
	border: none;;
	padding: 10px 5px 10px 10px;
}

table.show_view th {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	vertical-align:top;
	font-weight:bold;
	color: #444;
	font-size: 13px;
	width:200px;
}

table.show_view td {
	padding-top:10px; 
	padding-bottom:10px; 
	vertical-align: top;
}


/* form_view */
table.form_view,
table.edit_form
{
	width:100%;
	border: 1px solid #d9d9d9;
	background-color:#f4f4f4;
	padding: 10px 5px 10px 10px;
}

table.form_view th, 
table.edit_form th 
{
	text-align:left;
	padding-top:15px;
	padding-bottom:10px;
	padding-left: 10px;
	vertical-align:top;
	font-weight:bold;
	color: #444;
	font-size: 13px;
	width:200px;
}

table.form_view td,
table.edit_form td 
{
	padding-top:10px; 
	padding-bottom:10px; 
	vertical-align: top;
}

i.fa {
	margin-right: 8px;
}


textarea, input, select {
	font-size:14px;
	color:#000;
	 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;	
	 padding: 6px 12px;
	border: 1px solid #D9D9D9;
	background-color:#fff;
}


td {
	vertical-align:top;
	padding: 6px 12px;
}

table.eo td {
	vertical-align:top;
	padding: 3px 6px;
}

html, body {
	font-size:14px;
	color:#000;
	background-color:#fdfdfd;
	padding: 0;
	height: 100%; 
	overflow: hidden;
	margin: 0	
}

td.main_cell_hdr {
/*	background-color:#244e81;
	font-weight:bold;
	color:#fff;
	*/
/*
	color:#244e81;
	border-bottom: 1px solid #244e81;
*/	
	color:#244e81;
	border-bottom: 1px solid #d9d9d9;


	font-size:16pt;
	text-align: left;

	padding-left: 0;
}

table.menu {
	margin: 0;
}

table.menu td.item {
	white-space:nowrap;

}

h2 {
/*	
	color:#244e81;
	border-bottom: 1px solid #244e81;
*/
	color: #244e81;
/*	border-bottom: 1px solid #d9d9d9;*/
		
	font-size:18px;
	text-align: left;

/*    font-family: Rubik;*/

	font-weight:normal;
	padding: 6px 6px 6px 0;	
	margin-bottom: 0;
	
}

h2.i {
    font-size: 14px;
}

table.menu td.item:hover {
	background-color: #e8e8e8;
}



a.p_menu, a.p_menu:visited, a.p_menu:active, a.p_menu:hover {
	text-decoration:none;
	color: #000;
	width:100%;
	display:block;
	height:100%;
}

td.show_th {
	font-weight:bold;
	background-color:#f6f6f6;
}

td.list_td_o{

}

td.list_td_e{
	background-color:#f0f0f0;
/*	background-color:#e8e8e8;*/
}

.list_search_th {
	background-color:#f0f0f0;
/*	background-color:#ffffff;*/
	font-weight:bold;
/*	text-align:center;*/
	vertical-align: middle;
	border-bottom: 1px solid #D9D9D9;
	color: #444;
	font-size:13px;
}


div.err {
	margin: 10px 0;
	border: 2px solid #f00;
	padding: 10px;
	color: #f00;
}

div.main{
	padding:5px 115px
}
/*
button, a.button, a.buttonrev {
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #444;
    line-height: 17px;
    height: 17px;
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    background: #F3F3F3;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
 	-webkit-transition: border-color .20s;
 	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
    cursor: pointer;
	font-size: 13px;
	white-space:nowrap;
}

a.button {
	box-sizing:content-box;
	-webkit-box-sizing: content-box;
	
}

button {
    height: 31px !important;
}



button:hover, a.button:hover {
    background: #F4F4F4;
    border-color: #C0C0C0;
    color: #333;
}
button:active, a.button:active {
    border-color: #4D90FE;
    color: #4D90FE;
    -moz-box-shadow:inset 0 0 10px #D4D4D4;
    -webkit-box-shadow:inset 0 0 10px #D4D4D4;
    box-shadow:inset 0 0 10px #D4D4D4;
}



button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.h, a.h {
    background-color: #244e81;
    color: #fff;
    border: solid 2px #244e81;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    line-height: 17px;
    height: 17px;
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
 	-webkit-transition: border-color .20s;
 	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
    cursor: pointer;
	font-size: 13px;
	white-space:nowrap;

}
*/
/****************************************************************************************************************/

input.textbox {width:300px;border:1px solid #f90;padding:10px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:0;border-radius:0;-webkit-appearance:none;background-image:none}


@charset "utf-8";


.main_fill {
	background-color:#FFFFFF;
	}

.hl_fill {
	background-color:#BBBBBB;
}



td.prv_hdr{
	background-color:#FFDEAD;
	text-align:center;
	}


.list_search_thl {
	background-color:#FFDEAD;
	font-weight:bold;
	text-align:left;
	vertical-align: middle;
}


.list_search_subth {
	background-color:#FFDEAD;
	text-align:center;
	vertical-align: middle;
}



/*****/

h1 {
	font-size:16px;
	font-weight:bold;
	}

a.menu, a.menu:hover, a.menu:visited, a.menu:active {
text-decoration:none;
color: #BBBBBB;
font-weight:bold;
}

a.menu_active, a.menu_active:hover, a.menu_active:visited, a.menu_active:active {
text-decoration:none;
color: #fff;
font-weight:bold;
background-color:#BBBBBB;
}

a.project, a.project:hover, a.project:visited, a.project:active {
text-decoration:none;
color: #000;
}

a.projectdis, a.projectdis:hover, a.projectdis:visited, a.projectdis:active {
text-decoration:none;
color: #AAA;
}


td.menu_delim {
font-weight:bold;
color:#555;
/*vertical-align:middle;*/
}

td.send_th {
	font-weight:bold;
}

td.send_td {
	vertical-align:top;
}

td.show_rtd {
	text-align:justify;
	vertical-align:top;
	hyphens: auto;
}



td.show_td {
	vertical-align:top;
	font-style:italic;
	text-align:right;
	width:25%;
	hyphens: none;	
}

td.show_rtd_pdf {
	text-align:justify;
	vertical-align:top;
	hyphens: auto;
	font-size:10pt;
}

td.show_td_pdf {
	vertical-align:top;
	font-style:italic;
	text-align:right;
	width:120pt;
	hyphens: none;
	font-size:10pt;	
}


td.show_ftd {
	vertical-align:top;
	text-align:right;
}



sup.req, span.req {
	color:#F00;
	font-weight:bold;
}

span.comment, div.comment {
	font-size:12px;
}

td.list_th{
	text-align:center;
	background-color:#ddd;
	font-weight:bold;
}


span.err_req, p.err_req {
	font-weight:bold;
	color:#F00;
}

span.err_req_signup,  p.err_req_signup {
	color:#F00;
}


a.action_menu, a.action_menu:hover, a.action_menu:visited, a.action_menu:active {
text-decoration:none;
 color: #444;
}


a.thin,  a.thin:visited, a.thin:active {
	text-decoration:none;
	color:#BBBBBB;
	font-weight:normal;
	border-bottom:#BBBBBB 1px dashed; 
}

a.thin:hover {
	text-decoration:none;	
}

a.thinerr,  a.thinerr:visited, a.thinerr:active {
	text-decoration:none;	
	color:#F00;
	font-weight:normal;
	border-bottom:#BBBBBB 1px dashed; 	
}

a.thinerr:hover {
	text-decoration:none;	
}


a.bthick, a.bthick:hover, a.bthick:visited, a.bthick:active {
	text-decoration:none;	
	color:#000;
	font-weight:bold;
}

a.bthin, a.bthin:hover, a.bthin:visited, a.bthin:active {
	text-decoration:none;	
	color:#000;
	font-weight:normal;
}


option.fo {
	color:#BBBBBB;
}

td {
	vertical-align:top;
	}
	
	
.stat_h	{ background-color:#eee;
font-style:italic;
}
.stat_h_sup	{ background-color:#ddd;
font-weight:bold;
}


p.err_empty_list {
	text-align:center;
	}
	
td.statFOtitle{
	font-weight:bold;
	background-color:#FFDEAD;	
}



button.btn {
padding-left: 10px; 
padding-right:10px; 
width: auto; 
overflow:visible;
}


h3 { font-size:14px; }

td.footer {
/* background-color: #FFDEAD;*/
font-size:11px;
color:#333;
/*border-top: 1px solid #FFDEAD;*/
}

h1.listhdr {
	font-size:14px;
	color: #$ffffff;
	margin-top:0;
	margin-bottom: 0;
}

td.sal {
	padding-right:10px; 
	text-align:left;
	width:50%;
}

td.sar{
	padding-left:10px; 
	text-align:left;
	width:50%;
}

table.stat td, table.stat td.list_td_o, table.stat td.list_td_e{
border-top: 1px solid #ffdead;
background-color:#FFFFFF;
}

table.stat th {
border-bottom: 1px solid #ffdead;
background-color:#ffdead;
text-align:right;
vertical-align:middle;

}

table.stat td.cr {
background-color:#ffdead;	
font-weight: bold;
}
	
ul {
	padding-left: 25px;
	list-style-type:circle;
}

ol {
	padding-left: 25px;
}


ul li {
	margin-bottom: 1em;

}

ol li {
	margin-bottom: 1em;
}


strong {
	font-weight:normal;
}

td.sublist {
border-top: 1px solid #ffdead;
padding-bottom: 10px;
vertical-align:top;
}


div.item_markup_page {
font-weight: normal;
font-size:14px;
font-style:italic;
}

td.litd {
	width:25%;
	font-style:italic;
	text-align:left;
}

td.plr {
border-top: 2px solid #ffdead;
}

td.ph {
background-color:#BBBBBB; 
font-weight:bold; 
color:#fff;
}

/* iframe { overflow:hidden; }*/




ul.slides_rotator{
    margin: 0;
    padding: 0;
    position: relative;
      list-style: none;
}

div.rotator{
    float: left;
    margin: 0 25px;
    position: relative;
}

a.rotator-nav{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    cursor: pointer;    
}

a.rotator-nav div{
    height: 32px;
    width: 32px;
    background: url('../images/nav.png')  no-repeat;    
}

#rotator-left{
    left:-16px;    
}

#rotator-left div{
    background-position: 0 0;    
}

#rotator-left:hover div{
    background-position: 0 -32px;    
}

#rotator-right{
    right:-16px;
}

#rotator-right div{
    background-position: -32px 0;    
}

#rotator-right:hover div{
    background-position: -32px -32px;
}

div.img_rotator {
	margin:0; padding:0;
}

table.vat td , table.vat th {
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;	
}
table.vat th {
	text-align:left;
}

/* button.hl */

button.hl, a.buttonhl {
color: #fff;
border: solid 1px #cb132d;
background: #cb132d;
text-decoration: none;
font-weight:normal;
line-height: 17px;
height: 17px;
display: inline-block;
margin: 0;
padding: 6px 12px;

        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: border-color .20s;
        -moz-transition: border-color .20s;
        -o-transition: border-color .20s;
transition: border-color .20s;
cursor: pointer;
        font-size: 13px;
        white-space:nowrap;
}

a.buttonhl {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;

}

button.hl {
height: 31px !important;
}



button.hl:hover, a.buttonhl:hover,button.hl:active, a.buttonhl.rev:active {
background: #cb132d;
color: #fff;
border-color:#cb132d;
}

button.hl::-moz-focus-inner {
padding: 0;
border: 0
}

/**** FROM DEV *****/
/* SEC */

div.sec {
font-size: 15px;
color: #244e81;
margin: 25px 5px 5px 0;
}

/* FLD */

div.fld {
vertical-align:top;
hyphens: auto;
border-left: 10px solid #e9e8e4;
padding-left: 10px;
margin:0 0 25px 0;
display: block;
}

div.fld div {
/*margin: 10px 0;*/
}

div.fld p:last-child {
margin-bottom:0;
}
div.fld p:first-child {
margin-top:0;
}

/* button.hl */


button.hl1, a.buttonhl1 {
color: #fff;
border: solid 1px #244e81;
background: #244e81;
text-decoration: none;
font-weight:normal;
line-height: 17px;
height: 17px;
display: inline-block;
margin: 0;
padding: 6px 12px;

        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: border-color .20s;
        -moz-transition: border-color .20s;
        -o-transition: border-color .20s;
transition: border-color .20s;
cursor: pointer;
        font-size: 13px;
        white-space:nowrap;
}

a.buttonhl1 {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;

}

button.hl1 {
height: 31px !important;
}



button.hl1:hover, a.buttonhl1:hover,button.hl1:active, a.buttonhl1.rev:active {
background: #cb132d;
color: #fff;
border-color:#cb132d;
}

button.hl1::-moz-focus-inner {
padding: 0;
border: 0
}

.middle {
/*	text-align: center;
	margin: 0 auto;
	padding: 2rem;*/
}

.active,
.active1,
.active2,
.active4
{
	color: #244e81;
}
.inactive,
.inactive1,
.inactive2,
.inactive4
{
	color: #ccc;
}

.active3,
.inactive3 {
    color: #7192a9;
}

.event {
height: 100%; background-image: linear-gradient(-45deg, #dae0cf 25%, transparent 25%, #dae0cf 50%, #dae0cf 50%, #dae0cf 75%, transparent 75%, transparent); background-size: 4px 4px;
}

/* button.rev */

button.rev, a.buttonrev {
color: #244e81 !important;
border: solid 1px #244e81;
text-decoration: none;
font-weight:normal;
line-height: 17px;
height: 17px;
display: inline-block;
margin: 0;
padding: 6px 12px;
background: #fff;

        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: border-color .20s;
        -moz-transition: border-color .20s;
        -o-transition: border-color .20s;
transition: border-color .20s;
cursor: pointer;
        font-size: 13px;
        white-space:nowrap;
}

a.buttonrev {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;

}

button.rev {
height: 31px !important;
}



button.rev:hover, a.buttonrev:hover,button.rev:active, a.button.rev:active {
background: #cb132d;
color: #fff !important;
border: solid 1px #cb132d;
}

button.rev::-moz-focus-inner {
padding: 0;
border: 0
}

/* button */
button, a.button {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
color: #fff;
       font-weight:normal;
       line-height: 17px;
height: 17px;
display: inline-block;
margin: 0;
padding: 6px 12px;
background: #244e81;
border: solid 1px #244e81;

        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: border-color .20s;
        -moz-transition: border-color .20s;
        -o-transition: border-color .20s;
transition: border-color .20s;
cursor: pointer;
        font-size: 13px;
        white-space: nowrap;
}

a.button {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;

}

button {
height: 31px !important;
}



button:hover, a.button:hover,button:active, a.button:active  {
background: #cb132d;
border: solid 1px #cb132d;
color: #fff;
       }

button::-moz-focus-inner {
padding: 0;
border: 0
}


/* button.low */

button.low, a.buttonlow, div.low {
color: #444;
border: solid 1px #D9D9D9;
text-decoration: none;
font-weight:normal;
line-height: 17px;
height: 17px;
display: inline-block;
margin: 0;
padding: 6px 12px;
background: #F3F3F3;

        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: border-color .20s;
        -moz-transition: border-color .20s;
        -o-transition: border-color .20s;
transition: border-color .20s;
cursor: pointer;
        font-size: 13px;
        white-space:nowrap;
}

a.buttonlow {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;

}

button.low {
height: 31px !important;
}



button.low:hover, a.buttonlow:hover,button.low:active, a.button.low:active {
background: #cb132d;
color: #fff;
border-color:#cb132d;
}

button.low::-moz-focus-inner {
padding: 0;
border: 0
}

/********* button in table string even-odd */

/* button.low */

button.evenodd, a.buttonevenodd, div.evenodd {
color: #444;
border: solid 1px #ffffff;
text-decoration: none;
font-weight:normal;
line-height: 17px;
height: 17px;
display: inline-block;
margin: 0;
padding: 6px 12px;
background: #F3F3F300;

        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-transition: border-color .20s;
        -moz-transition: border-color .20s;
        -o-transition: border-color .20s;
transition: border-color .20s;
cursor: pointer;
        font-size: 13px;
        white-space:nowrap;
}

a.buttonevenodd {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;

}

button.evenodd {
height: 31px !important;
}



button.evenodd:hover, a.buttonevenodd:hover,button.evenodd:active, a.button.evenodd:active {
background: #cb132d;
color: #fff;
border: solid 1px #ffffff;
}

button.evenodd::-moz-focus-inner {
padding: 0;
border: 0
}


/*
table {
  overflow: hidden;
}

td, th {
  padding: 10px;
  position: relative;
  outline: 0;
}

body:not(.nohover) tbody tr:hover {
  background-color: rgba(255, 0, 0, 0.1);
}

td:hover::after,
thead th:not(:empty):hover::after,
td:focus::after,
thead th:not(:empty):focus::after {
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: 0;
}

td:hover::after,
th:hover::after {
  background-color: rgba(255, 0, 0, 0.1);
}

td:focus::after,
th:focus::after {
  background-color: lightblue;
}

td:focus::before,
tbody th:focus::before {
  background-color: lightblue;
  content: '';
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}
*/


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size: 13px;
  z-index: 999;
}
.custom-select select {
  display: none; 
}
.select-selected {
  background-color: #244e81;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 5px;
}
.select-items div,.select-selected {
  color: #ffffff;
  padding: 6px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-items {
  position: absolute;
  background-color: #244e81;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/************************************************************************************************************************************************/

.range-slider {
  margin: 10px 0 10px 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #244e81;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #7192a9;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #7192a9;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #7192a9;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px #7192a9;
}

.range-slider__value {
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #244e81;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #244e81;
  border-bottom: 7px solid transparent;
  content: '';
}
::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
/*****************************************************************/
input[type=text].search {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
                font-family: 'FontAwesome', 'Open Sans';
    margin-right: 5px;
height: 100%;
}

input[type=text].search:focus {
    width: 50%;
}

/*****************************************************/
.tagcloud01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud01 ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tagcloud01 ul li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {
	background-color: #cb132d;
	border: 1px solid #cb132d;
	color: #fff;
}




.tagcloud05 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud05 ul li {
	display: inline-block;
	margin: 0 10px .3em 1em;
	padding: 3px 0;
}
.tagcloud05 ul li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #f0f0f0;
	border-radius: 0 3px 3px 0;
	color: #000;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud05 ul li a::before {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #f0f0f0 transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud05 ul li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
.tagcloud05 ul li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tagcloud05 ul li a:hover {
	background-color: #cb132d;
	color: #fff;
}
.tagcloud05 ul li a:hover::before {
	border-right-color: #cb132d;
}
/***************************************************************************************************************************/
.box1, .box2, .box3, .box4 {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 400px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 10px 15px 15px 15px;
  background-color: #efefef;
  color: #424242;
}

.box4 {
    background-color: #f9f2f4;
}

.box1 i, .box2 i, .box3 i, .box4 i {
    margin-right: 3px;
    color: #555;
}

.box1 h2, .box2 h2, .box3 h2, .box4 h2 {
    margin-top: 0px;
}
.box1, .box3, .box4 {
  margin-left: 10px;
  width: 390px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.box1:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: #244e81;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box1 h1 {
  color: #244e81;
}
.box3:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: #7192a9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.box3 h1 {
  color: #244e81;
}
.box4:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background: #cb132d;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.box2 {
  border-radius: 10px;
  background-image: linear-gradient(to right, #00BFFF 10px, white 11px);
  padding-left: 35px;
}
.box2 h1 {
  color: #00BFFF;
}

/***************** TREE ***********************/

ul.tree, ul.tree ul {
    list-style: none;
     margin: 0;
     padding: 0;
   }
   ul.tree ul {
     margin-left: 57px;
   }
   ul.tree li {
     margin: 0;
     padding: 0 7px;
     line-height: 35px;
     color: #369;
/*     font-weight: bold;*/
     border-left:1px solid rgb(100,100,100);

   }
   ul.tree li:last-child {
       border-left:none;
   }
   ul.tree li:before {
      position:relative;
      top:-0.6em;
      height:1em;
      width:12px;
      color:white;
      border-bottom:1px solid rgb(100,100,100);
      content:"";
      display:inline-block;
      left:-7px;
   }
   ul.tree li:last-child:before {
      border-left:1px solid rgb(100,100,100);
   }


/******************/
div.hl table.eo tr.yellow:hover {
    background-color: #ffc10722;
}
div.hl table.eo tr.red:hover {
    background-color: #dc354522;
}
div.hl table.eo tr.green:hover {
    background-color: #28a74522;
}
div.hl1 table.eo tr.yellow:hover {
    background-color: #ffc10722;
}
div.hl1 table.eo tr.red:hover {
    background-color: #dc354522;
}
div.hl1 table.eo tr.green:hover {
    background-color: #28a74522;
}
div.hl1 table.eo tr {
background-color: #fff;
}

div.hl1 table.eo tr.bb {
    border-bottom: 1px solid #ddd;
}
td.t1 {
background-color: #eee;
}

/*********************/
[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  90% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type="date"] {
/*  border: 1px solid #c4c4c4;
  border-radius: 5px;
 background-color: #fff;
  padding: 6px 12px;*/
/*  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);*/
  width: 150px;
}


/*********** Кнопка-dropdown menu ********************/
.dropbut{
/*  background-color: #4caf50;*/
/*  padding: 16px;
  border: none;
  font-size: 120%;*/
}

/*
.dropdown{
  position: relative;
  display: inline-block;
}
*/
.dropdown-content1{
  position: absolute;
  background-color: #fff;
  height: auto;
  min-width: 100%;
  display: none;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 99999;
}
.dropdown-content1 a{
    display: block;
    white-space: nowrap;
    text-decoration: none;
    padding: 12px 18px;
    color: #244e81;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    border-bottom: solid 1px #f1f1f1;
}
.dropdown:hover .dropdown-content1{
    display: block;
}
.dropdown-content1 a:hover{
    background-color: #cb132d;
    color: #fff;
    margin: 0;
}
/*
.dropdown:hover .dropbut{
  background-color: #3e8e41;
}
*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

    -webkit-box-shadow: 2px 0 123px 2px rgba(0,0,0,0.56);
    -moz-box-shadow: 2px 0 123px 2px rgba(0,0,0,0.56);
    box-shadow: 2px 0 123px 2px rgba(0,0,0,0.56);
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/**************************/
.input-group {
		position: relative;
		padding-top: 20px;
		margin-top: 20px;
}

.input-group:after {
		content: "";
		display: table;
		clear: both;
}

.input-group input {
		border: none;
		border-bottom: solid 1px #ccc;
		width: 100%;
		padding: 10px 0;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group input:focus {
		outline: none;
		border-color: #33B0E5;
		box-shadow: 0 1px 0 0 #33B0E5;
}

.input-group label {
		position: absolute;
		top: 30px;
		left: 0;
		color: #aaa;
		font-weight: 300;
		transition: transform 0.2s ease, color 0.2s ease;
}

.input-group label:hover {
		cursor: text;
}

.input-group input:focus + label {
		color: #33B0E5;
}

.input-group input:focus + label,
.input-group input.active + label {
		transform: translateY(-30px);
}

.input-group .btn {
		float: right;
               font-size: 120%;
		color: #33B0E5;
		border: none;
		outline: none;
		background-color: transparent;
		border-radius: 2px;
		text-transform: uppercase;
		transition: opacity 0.2s ease, background-color 0.2s ease-in-out;
}

.input-group .btn:hover,
.btn:focus {
color: #fff;
	background-color: #33B0E5 !important;
    cursor:pointer;
}

.input-group .btn:active {
		background-color: #f2f2f2;
}

.card {
		background-color: white;
		max-width: 680px;
		padding: 40px;
		margin: auto;
		border-radius: 2px;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


div.char_counter {width:100%;}
div.char_counter div.example {float:left;width:80%;}
div.char_counter div.counter {float:right;width:10%; white-space:nowrap; text-align: right; margin-right: 3px;}

div.selectize-input {
    padding-right: 24px !important;
}

/* Не показывать крестик в правом верхнем углу диалога подтверждения */
.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog-titlebar {
    display: none;
}

button:disabled,
button[disabled]{
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  color: #d9d9d9;
}

button.rev:disabled,
button.rev[disabled]{
  background-color: #ffffff;
  color: #d9d9d9 !important;
}

/*
.selectize-dropdown {
  width: 100% !important;
}
.selectize-dropdown single, 
.selectize-dropdown [data-selectable], 
.selectize-dropdown .optgroup-header {
  width: 100% !important;

}

.selectize-dropdown-content {
    width: 100% !important;
}
*/
/* Чтобы не прыгал в ширину при вводе символов и очистке поля для ввода */
/*
.selectize-input input {
    width: 100% !important;
}

.selectize-control.single .selectize-input:after {
    display: none !important;
}
*/
/* Оформление инверсного оформления активного (при наведении) элемента выпадающего списка selectize */
div.selectize-dropdown-content div.option:hover
{
    color: #ffffff;
  background-color: #244e81;
}
div.selectize-dropdown-content div.active {
  background-color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div.dropdown-content1 button.rev{
    border:none; 
    border-bottom: solid 1px #f1f1f1; 
    margin: 0; 
    width:100%; 
    text-align: left;
}

input:disabled {
   background-color: #f4f4f4;
}
