*{
    margin:0;padding:0;	
}
html{
    height: 100%;  
    min-width:1240px;
}
html.overlay_open{position: fixed;width:100%;}

body {
    background:#FAFAFA;
    font-size:13px;
    line-height:20px;
    font-weight: 400;
    -webkit-text-size-adjust:none;
    font-family: "Open Sans", sans-serif;   
    /*color:#ABABAB;*/
    min-height: 100%;  
    min-width: 100%;  
    position: relative;
}

*:focus,*:active {
    outline: none;
}

h1,h2,h3,h4,h5{
    color: #6F828C;
    font-weight: 400;
    font-size:14px;
    margin: 25px 0px 10px;
    text-transform: uppercase;    
}


#staff_search_result{
    position: absolute;top:31px;left:0;border:solid 1px #ddd;
}
#staff_search_result li{
    background:#fff;cursor:pointer;list-style:none;padding:5px;   
}
#staff_search_result li:hover{
    background:#eee;
}
 
div.notify_block{
    margin-bottom:20px;
    padding:10px;
    background:#fff;
    border:0;
    text-transform: uppercase;
    position: relative;
}

div.notify_block ol,
div.notify_block ul{
    margin-left:20px;
}


div.notify_block a{
    text-decoration: underline;
}

div.info_block {
    background-color: #fff;
    padding: 5px 10px 5px 30px;
    position: relative;
    border: solid 1px #ddd;
}


div.info_block i {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ccc;
}

/*div.notify_header{
    font-weight:bold;
    font-size:120%;
}*/

.outer_buttons a{
    color:#c5c5c5;
}

.outer_url{
    overflow: hidden;
}
table.main_table{
    background: #FFF;
    width: 100%;
    border: 1px solid #DDD;
    border-left: 0px solid #FAFAFA;
    border-right: 0px solid #FAFAFA;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: left;
}

table.main_table input[type=checkbox]{
    vertical-align: middle;
}

table.main_table th{
    background: #e6e6e6;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    color: #323232 !important;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
    line-height: 1.5;
    white-space: nowrap;
    word-wrap: normal;
}

table.main_table td{
    border: 0px solid #DDD;
    line-height: 1.5;
    padding: 8px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    color:#6F828C;
}

table.main_table tr:nth-child(even){
    background:#F5F5F5;
}

table.main_table td:nth-child(12),
table.main_table th:nth-child(12){
    text-align: right;
    width:1%;
    white-space: nowrap;
    word-wrap: normal;    
}

table.main_table tr:hover {
    background: #eee;
}

a{
    color: #6F828C;
    text-decoration:none;
}

a:hover{ 
    color: #0068B2 !important;
    text-decoration: none;
}

a.link_button{
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 15px;
    text-transform: uppercase;    
    background: #0068B2;
    color: #FFFFFF;
    box-sizing: border-box;
    text-decoration: none;
    display:inline-block !important;
}

a.link_button:hover{
    background: #004a80;
    color: #FFFFFF !important;
}

a.link_button i{
    padding-right: 10px;
}
a.link_button_black{
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 15px;
    text-transform: uppercase;    
    background: #000000;
    color: #FFFFFF;
    box-sizing: border-box;
    text-decoration: none !important;
    display:inline-block;
}

a.link_button_black:hover{
    background: #777575;
    color: #FFFFFF !important;
}

a.link_button_black i{
    padding-right: 10px;
    width:10px;
}

a.link_button_blue{
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 15px;
    text-transform: uppercase;    
    background: #44A0CC;
    color: #FFFFFF;
    box-sizing: border-box;
    text-decoration: none !important;
    display:inline-block;
}

a.disabled,a.disabled_always{
    background:#ABABAB !important;
    color:#fff !important;
    cursor:default;
}

a.link_button_blue:hover{
    background: #3c83a5;
    color: #FFFFFF !important;
}

a.link_button_blue i{
    padding-right: 10px;
    width:10px;
}

input[type=text],input[type=password],input[type=file]{
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #D6D4D4;
    border-radius: 0px;
    box-shadow: none;
    color: #777777;
    display: block;
    height: 32px;
    padding: 5px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=submit],input[type=button],input[type=reset]{
    border-radius: 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 15px;
    text-transform: uppercase;    
    background: #0068B2;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}


div#content input[type=text],div#content input[type=password],div#content input[type=file]{
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #D6D4D4;
    border-radius: 0px;
    box-shadow: none;
    color: #000000;
    font-size: 14px;
    display: block;
    height: 32px;
    padding: 5px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
    text-transform: uppercase;
}

div#content input[type=submit],div#content input[type=button],div#content input[type=reset]{
    border-radius: 0px;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 15px;
    line-height:20px;
    text-transform: uppercase;     
    background: #0068B2;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
}

div#content input[type=reset]{background: #44A0CC;}
div#content input[type=reset]:hover, div#content input[type=reset]:active, div#content input[type=reset]:focus{background: #3c83a5;}

input[type=submit][disabled],input[type=submit][disabled]:hover,input[type=button][disabled],input[type=button][disabled]:hover{
    background:#ABABAB !important;
    color:#fff !important;
    cursor:default !important;
    -webkit-appearance: none;
}

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
div#content input[type=submit]:hover, div#content input[type=submit]:active, div#content input[type=submit]:focus,
div#content input[type=button]:hover, div#content input[type=button]:active, div#content input[type=button]:focus{ 
    background: #004a80;
    color: #FFFFFF;
}    



input[type=submit].submit_blue,input[type=button].submit_blue{
    background: #44A0CC !important;
    -webkit-appearance: none;
}

input[type=submit].submit_blue:hover,input[type=button].submit_blue:hover{
    background: #3c83a5;
    -webkit-appearance: none;
}



input[type=submit].submit_blue:hover, input[type=submit].submit_blue:active, input[type=submit].submit_blue:focus{ 
    background: #64ac8f;
    color: #FFFFFF;
} 

input.error_field,select.error_field{
    border:solid 1px #64ac8f;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(252, 124, 116, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(252, 124, 116, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(252, 124, 116, 0.75);
}

input.error_field + span.desc,select.error_field + span.desc{
    color:#64ac8f !important;
}

button{
    padding:2px 5px;
    cursor: pointer;
    text-transform: uppercase;
}

select{
    background-color: #FBFBFB;
    border: 1px solid #D6D4D4;
    color: #000000;
    font-size: 12px;
    height: 32px;
    padding: 5px 12px;
    box-sizing: border-box;
    text-transform: uppercase;
}

textarea{
    background-color: #FBFBFB;
    background-image: none;
    border: 1px solid #D6D4D4;
    border-radius: 0px;
    box-shadow: none;
    color: #000000;
    display: block;
    padding: 5px 12px;
    vertical-align: middle;
    box-sizing: border-box;
    width:100%;
    height:150px;
    resize: vertical;  
    text-transform: uppercase;
}


input, textarea {
 /*-webkit-appearance: none;*/
 -webkit-border-radius: 0;
 /*vertical-align: middle;*/
}

input::-webkit-input-placeholder{color:#BBB9B9;}
input:-moz-placeholder{color:#BBB9B9;}
textarea:-moz-placeholder{color:#BBB9B9;}
textarea::-webkit-input-placeholder{color:#BBB9B9;}
input:-ms-input-placeholder {color: #BBB9B9 !important;}        
textarea:-ms-input-placeholder {color: #BBB9B9 !important;}      

div.clear{
    clear:both;
}

div#warning_block{
    width:100%;
    height:24px;
    background-color:#F1F9F7;
    border-top: solid 1px #E0F1E9; 
    border-bottom: solid 1px #E0F1E9; 
    box-sizing: border-box;
}

div.warning_block{
    box-sizing: border-box;
    color:#3391BE;
    word-wrap: normal;
    white-space: nowrap;
    overflow-x: hidden;    
    margin:0 auto;
    font-size:13px;
    line-height:20px;
}

@media all and (max-width:1199px) {div.warning_block {width:940px;}}
@media all and (min-width:1200px) {div.warning_block {width:1170px;}}


div.warning_block span.date{
    font-weight: bold;
    margin-right:5px;
}

div#header_block{
    width:100%;
    height:45px;
    background:#002d4d;
}

div.header_block{
    height:45px;
    margin:0 20px;
}


div.header_block_left{
    float:left;
    font-size:12px;
    line-height:44px;
    font-weight:400;
    text-transform: uppercase;
    color:#fff;
}

div.header_block_left a,
div.header_block_left a:hover{
    color:#ffffff;
}

div.header_block_left div.user,
div.header_block_left div.balans,
div.header_block_left div.last_vizit{
    float:left;
}

div.header_block_right div.exit,
div.header_block_right div.mode,
div.header_block_right div.user_message,
div.header_block_right div.last_vizit,
div.header_block_right div.user_requests{
    float:right;
}

div.header_block_right div.mode a{
    border-right: solid 1px rgba(255,255,255,0.4);    
    margin-right: 10px;
    padding-right:10px;
}


div.header_block_right div.last_vizit{
    padding-right:10px;
}

div.header_block_right div.last_vizit span{
    border-right: solid 1px rgba(255,255,255,0.4);
    padding-right: 10px;
    color: #fff;    
}

div.header_block_right div.user_message a,
div.header_block_right div.user_requests a{
    border-right:solid 1px rgba(255,255,255,0.4);
    margin-right:10px;
    padding-right:10px;
}

div.header_block_left span.user{
    font-weight:700;
    color:#fff;
    border-right: solid 1px rgba(255,255,255,0.4);
    padding-right:10px;
}

div.header_block_left .message{
    float:left;
    margin-left:10px;
}

div.header_block_left span.last_vizit,
div.header_block_left span.balans{
    padding-left: 10px;
}

div.header_block_left span.balans{
    /*border-right:solid 1px rgba(255,255,255,0.4);*/
    padding-right:10px;
}

div.header_block_right{
    float:right;
    font-size:12px;
    line-height:44px;
    font-weight:400;
    text-transform: uppercase;
    color:#fff;
}

div.header_block_right a{
    color:#fff;
    text-decoration:none;
}

div.header_block_right a:hover,
a.user_rules:hover,
a.user_stat:hover
{
    color:#b8ddf4;
}


div#logo_block{
    width:100%;
    background:#FFF;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0    
}

div.logo_block{
    height:60px;
    margin:0 20px;
}

div.logo_block_left{
    float:left;
    margin-top:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:32px;
    color:#6f828c;
    text-transform: uppercase;
}

div.logo_block_left span.first_part{
    color:#0068B2;
}

div.logo_block_right{
    float:right;
    position:relative;
}


div#content{
    width:100%;
    padding-bottom:80px;
    box-sizing: border-box;
}


div.right_bar_block_header{
    background: #64ac8f;    
}

div.right_bar_block_header span{
    color:#fff;
    text-transform: uppercase;
    padding:0 40px;
    display: block;
    height:40px;
    font-size:14px;
    line-height:40px;
    font-weight:400;
}

div.right_bar_block_header_blue{
    background: #0068B2;    
}

div.right_bar_block_header_blue span{
    color:#fff;
    text-transform: uppercase;
    padding:0 40px;
    display: block;
    height:40px;
    font-size:14px;
    line-height:40px;
    font-weight:400;
}

div#footer{
    margin:0 auto;
    margin-top:40px;
    border: 1px solid #E4E4E4;
    background:#fff;
    min-height:280px;
}

@media all and (max-width:1199px) {div#footer {width:940px;}}
@media all and (min-width:1200px) {div#footer {width:1170px;}}

div#copyright_block{
    position:absolute;
    bottom:0;
    background:#6f828c;
    height:40px;
    width:100%;
    margin-top:40px;
}

div.copyright_block{
    margin:0 20px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
}

div.pagination{
    text-align: center;
}

p.pagination-counter{
    margin-bottom: 20px;    
}

ul.pagination{
    display:inline-block;
    padding:0;
    margin-top:20px;
    margin-bottom:20px;
}

ul.pagination li{
    list-style: none;
    display:inline-block;
    text-align: center;
    line-height: 1.5;
    color: #000;
    background: #FFF;
    float:left;
}

ul.pagination li a,ul.pagination li span{
    display: inline-block;
    padding: 6px 12px;
}

ul.pagination li a{
    color:#000;
}

ul.pagination li a:hover {
    background:#eeeeee;
    cursor:pointer;
}

ul.pagination li.disabled{
    color: #999999;
}

ul.pagination li.active{
    color: #FFF;
    background: #000;
}

div.block_title{
    border-bottom: 1px solid #CCCCCC;
    /*padding-bottom: 1em;*/
    background:#E6E6E6;
}

div.block_title a{
    color:#323232;
}

div.block_title h3{
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    margin:0;
    padding:0 13px 0 20px;
}

div.block_title span{
    color: #313131;
    font-size: 13px;
    font-weight: 400;
}

div.alert{
    border: solid 1px #D2B2B2; /*#FAEBCC*/
    padding: 10px 15px;
    background-color: #fceaea; /*FCDEDE;*/
    margin-top: 20px; 
    color:#991111;
}

form#search_form input{
    text-transform: uppercase;
}

div.field{
    width:33.3%;
    float:left;
    box-sizing: border-box;
    padding-right:30px;
}

div.field:nth-child(3){
    width:33.4%;
    padding-right:0px;
}

div.field_30{
    width:30%;
    float:left;
    box-sizing: border-box;
}

div.field_50{
    width:50%;
    float:left;
    box-sizing: border-box;
}
div.field_50:nth-child(1){padding-right: 2%;}
div.field_50:nth-child(2){padding-left: 2%;}

div.field_70{
    width:70%;
    float:left;
    box-sizing: border-box;
    padding-right: 1%;
}

div.inputs_search div.input_block:nth-child(1){
    width:160px;
    float:left;
    margin-bottom:20px;
}

div.inputs_search div.input_block:nth-child(4){
    width:45%;
    float:right;
    margin-bottom:20px;
}

div.inputs_search div.input_block:nth-child(2),
div.inputs_search div.input_block:nth-child(3){
    width:15%;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}


div.inputs_5 div.input_block{
    float:left;
    width:18%;
    box-sizing: border-box;
    margin-right:2.5%
}

div.inputs_5 div.input_block:last-child{
    margin-right:0;
}

div.inputs_5 div.input_block input[type=text]{
    width:100%;
}

div.inputs_5 label{
    display: inline-block;
    margin-bottom: 2px;
}

div.inputs_5 label span.label_red{
    color:#64ac8f;
}







div.inputs_4 div.input_block{
    float:left;
    width:24%;
    box-sizing: border-box;
    margin-right:1.333%
}

div.inputs_4 div.input_block:last-child{
    margin-right:0;
}

div.inputs_4 div.input_block input[type=text]{
    width:100%;
}

div.inputs_4 label{
    display: inline-block;
    margin-bottom: 2px;
}

div.inputs_4 label span.label_red{
    color:#64ac8f;
}

div.inputs_3 div.input_block{
    float:left;
    width:32%;
    box-sizing: border-box;
}

div.inputs_3 div.input_block:first-child{
    margin-right:2%;
}

div.inputs_3 div.input_block:last-child{
    margin-left:2%;
}

div.inputs_3 div.input_block input[type=text],
div.inputs_3 div.input_block select{
    width:100%;
}

div.inputs_3 label{
    display: inline-block;
    margin-bottom: 2px;
}

div.inputs_3 label span.label_red{
    color:#64ac8f;
}

div.inputs_2 div.input_block{
    float:left;
    width:49.5%;
    box-sizing: border-box;
}

div.searchform_checbox{
    /*border:solid 1px red;*/
}

div.searchform_checbox label{
    margin-right:30px;
}

div.searchform_checbox label input[type=checkbox]{
    margin-right:5px;
}

div.inputs{
    /*margin:10px 0;*/
}

div.inputs label { 
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}

div.inputs_2 div.input_block:first-child{
    margin-right:1%;
}

div.inputs_2 div.input_block input[type=text]{
    width:100%;
}

div.inputs_2 label{
    display: inline-block;
    /*font-weight: 700;*/
    margin-bottom: 2px;
    text-transform: uppercase;
    
}

div.inputs_3 label span.label_red{
    color:#64ac8f;
}


label.tooltip{
    display:none;
    position: absolute;
    bottom:25px;
    left:-10px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    padding:4px 10px;
    box-sizing: border-box;
    font-size:13px;
    font-family: "Open Sans", sans-serif;
    line-height:18px;
    text-align:center;
    white-space: nowrap;
    word-wrap: normal;
    min-width:70px;
}

label.tooltip icon{
    display:block;
    width:10px;
    height:5px;
    background:url('../images/treug_alert.png') center center no-repeat;
    opacity:0.8;
    position: absolute;
    left:25px;
    bottom:-5px;
}

i{
    /*position: relative;*/
    /*cursor:pointer;*/
}

i.fa{
    font-size:120%;
}

span.label_span{
    position: relative;
    cursor:pointer;
}

span.label_span:hover label.tooltip{
    display:block;
}

i.fa-question-circle{
    color:#6F828C;    
}

i.fa-question-circle:hover{
    color:#64ac8f;
}


div.login_block_header{
    background: #002d4d;    
    width:410px;
    border:solid 1px #002d4d;
}

div.login_block_header span{
    color:#fff;
    text-transform: uppercase;
    padding:0 15px 0 40px;
    display: block;
    height:40px;
    font-size:14px;
    line-height:40px;
    font-weight:400;
}

div.login_block_header i{
    float: right;
    padding-top:12px;
}

div.login_block_content{
    background: #FFF;    
    border:solid 1px #E3E3E3;
    width:330px;
    padding:30px 40px;
}

div#login_block label{
    display:block;
    font-weight: 700;
    margin-bottom: 5px;
}

div#login_block input[type=text],div#login_block input[type=password]{
    margin-bottom:15px;
    width:100%;
}

div#login_block a{
    text-transform: uppercase;
}

div#login_block{
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-142px;
    margin-left:-206px;
}

form.search_form{
    /*margin-top:20px;*/
    /*background:#fff;*/
    /*padding-bottom:10px;*/
}

form.search_form h2{
    margin-top:0px;
}

form.search_form input[type=text],
form.search_form input[type=file],
form.search_form select{
    width:100%;
}

form.search_form label{
    font-weight: 400;
    color:#000;
    text-transform: uppercase;
}

form.search_form div.inputs_2,
form.search_form div.inputs_3,
form.search_form div.inputs_4{
/*margin:10px 0;*/    
}

form.search_form div.inputs_2 span.desc,
form.search_form div.inputs_3 span.desc,
form.search_form div.inputs_4 span.desc{
    font-size:12px;
    line-height:1em;
    display:block;
}

form.search_form div.line{
    border-bottom:solid 1px #cccccc;
    margin:15px 0 10px;
}

div.line_block{
    border-bottom:solid 1px #cccccc;
    margin:15px 0px 10px 0px;
}

div.search_checkbox_block{
    height:20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

div.search_checkbox_block label{
    display:block;
    float:left;
    padding-right:20px;
}

div.search_checkbox_block label:last-child{
    float:right;    
    padding-right:0;
}

 
div.search_checkbox_block label input[type=checkbox],div.search_checkbox_block label input[type=radio]{
    margin-right: 5px;
}


i.warning-icon{
    float:right;
    color:#64ac8f;
    font-size:120%;
    line-height: 40px;
}

i.bars-icon{
    float:right;
    color:#6F828C;
    font-size:120%;
    line-height: 40px;
}

i.warning-pas{
    color:#64ac8f;
}

/*модальные*/
div.modal_block{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    position:fixed;
    left:0;
    top:0;
    z-index:1001;
    overflow: auto;
}

div.modal_into_table
{
    display:table;
    width:100%;
    height:100%;
}

div.modal_into_table-cell
{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

div.modal_content{
    display: inline-block;
    text-align: left;
    min-width: 580px;
}

div.modal_content_header
{
    background: #0068B2;
    border:solid 1px #0068B2;
}

div.modal_content_buttons
{
    background: #0068B2;    
    border:solid 1px #0068B2;
    padding:5px 10px;
}

div.modal_content_header > span{
    color:#fff;
    text-transform: uppercase;
    padding:0 15px 0 40px;
    display: block;
    height:40px;
    font-size:14px;
    line-height:40px;
    font-weight:400;
}

div.modal_content_header a{
    text-transform: uppercase;
    color:#fff;
}


div.modal_content_header a:hover{
    color:#000 !important;
}

div.modal_content_header i{
    float: right;
    padding-top:12px;
}

div.modal_content_text
{
    background: #FFF;    
    border:solid 1px #E3E3E3;
    padding:30px 40px;
}

div.modal_content_text input.submit_blue
{
    margin-left:10px;
}

/*модальные*/

table.empty_table{
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
}

table.empty_table td:first-child{
    padding-right:20px;
}

table.empty_table td:nth-child(2){
    color:#858383;
}

ul.tabs_links{
    border-bottom:solid 1px #ccc;
    padding-left:40px;
    display:block !important;
}

div.tabs div.tab{
    /*background-color:#fff;*/
    padding-top:20px;
    padding-bottom:20px;
}

ul.tabs_links li{
    list-style:none;
    display:inline;
    float:left;
    margin-bottom:-1px;
}

ul.tabs_links li a{
    display:block;
    border:solid 1px #ccc;
    margin-right:10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 15px;
    color:#000;
    background: #F5F5F5;
    text-transform: uppercase;
}

ul.tabs_links li a.current{
    border-bottom:solid 1px #fafafa;
    background:#fafafa;
}

ul.tabs_links li a.current.white{
    border-bottom:solid 1px #FFF;
    background:#FFF;
}

.tabs .tab{
    padding:0 20px;
}

div.more_info{
    text-align: right;
}


div#full_map{
    width:28px;
    height:28px;
    padding:5px;
    background:url('../images/full_map.png') center center no-repeat;
    position:absolute;
    bottom:152px;
    right:20px;
}


div.footer_right{
    float:right;
}

a.user_rules,
a.user_stat{
    color:#fff;
    text-decoration: none;
}

div.footer_right i{
    padding-right:10px;
}

div.footer_right a{
    color:#fff;
}

div.footer_right a:hover{
    color:#B8DDF4;
}

a.user_stat{
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right:10px;
    margin-right:8px;
}

div.header_block i{
    padding-right:10px;
}

i.fa{
    /*width:10px;*/
    text-align: center;
}

div#agreement{
    width:100%;
    margin:0 auto;
}

div#agreement label{
    /*color:#000;*/
}

div.agree{
    height:300px;
    overflow-y: scroll;
    border:solid 1px #DDDDDD;
    padding:0 10px 10px 10px;
    margin-top:20px;
}

div.block_title h3 i.fa{
    padding-right:7px;
}

div#block_message{
    background-color: #fff;
    color:#000;
    padding:10px;
}

div.message_text{
    padding:10px;
    border:dotted 1px #e3e3e3;
}

div.egrp_menu{
    display:none;position: absolute;border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;width:210px;z-index:1;right:0;top:32px;background:#fff;box-sizing: border-box;
}

div.func_menu{
    display:none;position: absolute;border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;width:212px;z-index:1;right:0;top:32px;background:#fff;box-sizing: border-box;
}

div.func_menu a,
div.egrp_menu a{
    width:100%;
}

div#head_message{
    margin-bottom:20px;
    border:dotted 1px #E3E3E3;
    padding:5px;
    box-sizing: border-box;
    background-color: #F1F9F7;
}


table.all_spr{
    background: #FFF;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #DDD;
    border-left: 0px solid #FAFAFA;
    border-right: 0px solid #FAFAFA;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
}

table.all_spr th{
    background: #e6e6e6;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    color: #323232 !important;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    line-height: 1.5;
    text-align: center;
}

table.all_spr td{
    border: 0px solid #DDD;
    line-height: 1.5;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    color:#6F828C;
}

table.all_spr tr:nth-child(even){
    background:#F5F5F5;
}

table.all_spr th:first-child,
table.all_spr td:first-child{
    text-align:left;
    padding-left:20px;
}

table.spr{
    background: #FFF;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #DDD;
    border-left: 0px solid #FAFAFA;
    border-right: 0px solid #FAFAFA;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
}

table.spr th{
    background: #e6e6e6;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    color: #323232 !important;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
}

table.spr td{
    border: 0px solid #DDD;
    line-height: 1.5;
    padding: 8px 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color:#6F828C;
}

table.spr tr:nth-child(even){
    background:#F5F5F5;
}

table.spr th:first-child,
table.spr td:first-child,
table.spr th:last-child,
table.spr td:last-child,
table.spr th:nth-child(3),
table.spr td:nth-child(3)
{
    width:1%;
    text-align:center;
    white-space: nowrap;
    word-wrap: normal;    
}



fieldset{
    padding: 5px 10px 10px 10px;
    border: solid 1px #D6D4D4;    
}


.calendar_form{
    /*width:350px;*/
    box-sizing: border-box;
    float:left;
}

.calendar_form input,.calendar_form select,.calendar_form input[type=submit]{
    display:inline !important;
    margin-right:5px;
    margin-bottom:20px;
    vertical-align: top;
}

.calendar_form input[name=date_start],
.calendar_form input[name=date_end],
.calendar_form input[name=date_start2],
.calendar_form input[name=date_end2]
{
    width:100px !important;
    text-align: center !important;
}

.fastsearch_form{
    /*width:545px;*/
    box-sizing: border-box;
    float:left;
}

.fastsearch_form .inputDate{
    width:100px;
    text-align: center;
}

.fastsearch_form input,.refresh{
    display:inline !important;
    margin-right:5px;
    margin-bottom:20px;
}

.fastsearch_form input[name=fastsearch],
.fastsearch_form input[name=fastsearch2]{
    width:300px !important;
    text-align: left !important;
}

fieldset legend{
    margin-left: 10px;
    padding: 0px 10px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
}

.cell_id{
    position: relative;
    cursor: pointer
}

.parsers_info{
    font-size: 12px;
    background: #ffffff;
    position: absolute;
    left: 100px;
    top:0;
    display:none;
    padding: 10px;
    border:solid 1px #D6D4D4;;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
    
}

.cell_id:hover > div.parsers_info{
    display: block;
}

.alert{
    border:solid 1px #CF0034 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(207, 0, 52, 0.5) !important;
    -moz-box-shadow:    0px 0px 10px 0px rgba(207, 0, 52, 0.5) !important;
    box-shadow:         0px 0px 10px 0px rgba(207, 0, 52, 0.5) !important;
        
}

/*Новый дизайн*/
#content #left_bar{
    float:left;
    width:310px;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    box-sizing: border-box;
}

#content #right_bar{
    float:left;
    width:calc(100% - 330px);
    box-sizing: border-box;
    margin-top:20px;
    /*background: #ffffff;*/
    padding-bottom: 80px;
    min-height: 500px;
}

div.left_bar_block_header.active_block,
div.left_bar_block_header.active_block:hover{
    background:#004a80;
}

div.left_bar_block_header.active_block span,
div.left_bar_block_header.active_block i{
    color:#fff;
}

div.left_bar_block_header{
    background-color:#f5f5f5;
    cursor: pointer;
    border-bottom:solid 1px #e6e6e6;
    border-right:solid 1px #e6e6e6;
    border-left:solid 1px #e6e6e6;
}

div.left_bar_block_header:first-child{
    border-top:solid 1px #e6e6e6;    
}

div.left_bar_block_header:hover{
    background:#f0efef;
}

div.left_bar_block_header span{
    color:#6F828C;
    text-transform: uppercase;
    display: block;
    height:40px;
    padding-left:40px;
    font-size:14px;
    line-height:40px;
    font-weight:400;
    float:left;
}

div.left_bar_block_header i{
    color:#6F828C;
    float:right;
    margin-right:20px;
    margin-top:12px;
}

div.left_bar_block_header.disabled{
    background-color:#f5f5f5 !important;    
    cursor: default;
}

div.left_bar_block_header.disabled:hover
{
    background:#f5f5f5 !important; 
}

div.left_bar_block_header.disabled span,
div.left_bar_block_header.disabled i{
    color:#cccaca !important;
}

div.left_bar_block_content{
    background: #FFF;    
    border:solid 1px #E3E3E3;
    border-top:0px;
    box-sizing: border-box;
    padding:30px 40px;
}

div.left_bar_block_content ul.menu_left li{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    text-transform: uppercase;
    padding: 7px 0px 6px;
}

div.left_bar_block_content ul.menu_left li.line{
    border-bottom:solid 1px #DDD;
    font-size:1px;
    line-height: 1px;
    margin:5px 0;
    padding:0;
}

div.left_bar_block_content ul.menu_left li a{
    color: #6F828C;
    text-decoration: none;
}

div.left_bar_block_content ul.menu_left li a:hover,
div.left_bar_block_content ul.menu_left li a.active{
    color: #0068B2;
}

div.left_bar_block_content ul.menu_left li a span.menu_left_counter{
    float:right;
    /*border:solid 1px red;*/
    /*width:40px;*/
}


div#breadcrumbs_block{
    margin:20px auto 0;
    background:#F5F5F5;
    color: #ABABAB;
    box-sizing: border-box;
    text-transform: uppercase;
    width:calc(100% - 40px);
}


div#breadcrumbs_block ul{
    display:block;
    margin:0;
    padding:8px 15px;
}

div#breadcrumbs_block ul li{
    display:inline;
    list-style: none;
}

div#breadcrumbs_block ul li a{
    color: #6F828C;
    text-decoration: none;
}

div#breadcrumbs_block ul li a:hover{
    color: #FC7C74;
    text-decoration: none;
}

div#breadcrumbs_block ul li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

div#breadcrumbs_block ul li:first-child:before {
    content: "";
}

div.right_bar_block_header_blue span{
    color:#fff;
    text-transform: uppercase;
    padding:0 40px;
    display: block;
    height:40px;
    font-size:14px;
    line-height:40px;
    font-weight:400;
}

.slide{
    background:#ffffff;
}

.slide > div{
    padding:10px;
}

.slide_header{
    border:solid 1px #e6e6e6;
    background: #e6e6e6;
    font-size:14px;
    text-transform: uppercase;
    padding-left:20px;
    line-height: 40px;
    color:#000000;
    border-bottom: 1px solid #CCCCCC;
}

.slide_header i{
    margin-right: 10px;
}

.news_block{
    background: #ffffff;
    border-bottom: 1px solid #CCCCCC;
}

.news_block h2{
    margin:0;
    border:solid 1px #e6e6e6;
    background: #e6e6e6;
    padding-left: 20px;
    line-height: 40px;    
    font-size: 14px;    
    color:#000;
    border-bottom: 1px solid #CCCCCC;
}

.news_block h2 span{
    float:right;
    font-weight: 400;
    padding-right:20px;
}

.news_block a{
    text-decoration: underline;
}

.news_block div{
    padding:10px;
}

.response_date{
    display:none !important;
}

h1.response_header{
    font-family: "Open Sans", sans-serif !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 0 40px !important;
    display: block !important;
    height: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 400 !important;    
    margin:0 !important;
    background: #0068B2 !important;
    text-align: left !important;
}

h2.response_header{
    font-family: "Open Sans", sans-serif !important;
    border: solid 1px #dad9d9 !important;
    background: #dad9d9 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding-left: 20px !important;
    line-height: 40px !important;
    color: #000000 !important;
    text-align: left !important;
    margin:0px 0 0 0 !important;
    cursor: pointer !important;
}

h2.response_header:before{
    font-family: FontAwesome !important;
    content: "\f106";
    padding-right:10px;
}

h2.response_header.up:before{content: "\f106";}
h2.response_header.down:before{content: "\f107";}

.event_block ul,.event_block ol{
    margin-left: 20px;
}

div.push_the_button {
    margin-left: 20px;
    margin-top: 0px;
    float: right;
    font-weight: bold;
}

table.query{
    background: #FFF;
    border: 1px solid #DDD;
    border-left: 0px solid #FAFAFA;
    border-right: 0px solid #FAFAFA;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: left;
    width:100%;
}

table.query th{
    background: #e6e6e6;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    color: #323232 !important;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
    line-height: 1.5;
    white-space: nowrap;
    word-wrap: normal;
}

table.query td{
    border: 0px solid #DDD;
    line-height: 1.5;
    padding: 8px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    color:#6F828C;
}

table.query tr:nth-child(even){
    background:#F5F5F5;
}

table.query.without_thead tr:nth-child(odd){background:#F5F5F5;}
table.query.without_thead tr:nth-child(even){background:#FFFFFF;}

div.sdata h3{
    cursor:pointer;
}
div.sdata h3 i{
    margin-left:10px;
    margin-right:10px;
}

#staff_search_result li{
    text-transform: uppercase;
}