@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,cyrillic-ext);
@font-face {
  font-family: 'fontello';
  src: url('./fonts/fontello.eot?13850126');
  src: url('./fonts/fontello.eot?13850126#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff?13850126') format('woff'),
       url('./fonts/fontello.ttf?13850126') format('truetype'),
       url('./fonts/fontello.svg?13850126#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
canvas, embed { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
input:focus, textarea:focus { outline: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }

/* ============= GRID ============= */

html { width: 100%; height: 100%; }
body { min-width: 980px; min-height: 100%; position: relative; }

#wrap { /*width: 920px;*/ width: 1000px; margin: 0 auto; min-height: 100%; }
    #header { clear: both; position: relative; }
    #main { padding-bottom: 20px; }
    #footer { clear: both; position: relative; }


/* ============= STYLES ============== */

/* common elements */
body {
    background: #fff;
    font: normal 14px/1.3 'Trebuchet MS', arial, sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .legend, .h2 {
    font: 500 1em/1.1 ubuntu, arial, sans-serif;
    margin: 1.2em 0 0.8em;
    color: #2462ab;
}
h1, .legend { font-size: 1.86em; color: #2462ab; margin: 0 0 0.8em; text-align: center; }
/*h2, .h2 { font-size: 1.57em; color: #454545; margin: 1.1em 0 0.8em; text-align: center; padding: 0 95px; }*/
h2, .h2 { font-size: 1.57em; color: #454545; margin: 1.1em 0 0.8em; text-align: center; padding: 0 15px; }
h3 { font-size: 1.2em; }

/*legend { -webkit-padding-start: 0; -webkit-padding-end: 0; display: inline; }*/

a { color: #2873b7; text-decoration: underline; }
a:hover { text-decoration: none; }

ul, ol { list-style: none; }

table { border-collapse: collapse; }

/* user content block styles */
p { margin-top: 1em; margin-bottom: 1em; }
table:not([class]), ol:not([class]), ul:not([class]) { margin-top: 1em; margin-bottom: 1em; }
table td > p { margin-top: 0.4em; margin-bottom: 0.4em; }
table td > p:first-child { margin-top: 0; }
table td > p:last-child { margin-bottom: 0; }
h1 + p, h2 + p { margin-top: 0; }
ul { margin-left: 45px; list-style-type: disc; }
ol { margin-left: 50px; list-style-type: decimal; }
blockquote { margin-left: 35px; padding: 0 0 0 12px; border-left: 3px solid #9aca3c; font-style: italic; }

table { font-family: ubuntu, arial, sans-serif; }
th, td {
    padding: 7px 10px 7px 8px; border: 0 none; line-height: 1.2;
    text-align: left; vertical-align: middle;
}
th { padding-bottom: 5px; padding-top: 5px; text-align: left; vertical-align: middle; font-weight: normal; /*font-size: 1.3em;*/ font-size: 1em; border-bottom: 3px solid #2873b7; line-height: 1.3; }
td + td, th + th { padding-left: 20px; }
tr:nth-child(odd) td { background: #e4e4e4; padding-top: 9px; padding-bottom: 9px; }
tr:hover td { background: #f1f1f1; }

img[align="left"] { margin: 3px 25px 3px 0; }
img[align="right"] { margin: 3px 0 3px 25px; }
.text { line-height: 1.4; margin-bottom: 1.5em; }

/* form elements */
form {}
input, textarea, button, select, .btn, .dk_container {
    color: #010101;
    font: normal 1.14em/1.1 'Trebuchet MS', arial, sans-serif;
    vertical-align: middle; margin: 0;
}
input.itext, textarea, select, .dk_toggle {
    background: #fff; border: 2px solid #9aca3c;
    padding: 1px 6px 2px; line-height: 1.2;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    /*behavior: url(js/PIE.htc);
    position: relative;*/
    -webkit-transition: border-color .5s;
       -moz-transition: border-color .5s;
         -o-transition: border-color .5s;
            transition: border-color .5s;
    display: block; width: 100%; /* height: 1.82em*/
}
*+html input.itext, *+html textarea, *+html select, *+html .dk_toggle { width: 95%; }
textarea { height: 170px; resize: vertical; min-height: 100px;}
input:focus, textarea:focus, select:focus, .dk_focus .dk_toggle { border-color: #76a815; }
input.itext::-moz-placeholder, textarea::-moz-placeholder { color: inherit; opacity: 0.8; }
input.itext::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: inherit; opacity: 0.8; line-height: 1.4; }
input.itext.placeholder, textarea.placeholder { color: inherit; opacity: 0.8; }

label { display: block; margin-bottom: 10px; margin-top: 5px; font: normal 1.14em/1 'Trebuchet MS', arial, sans-serif; color: #010101; }
[type="checkbox"], [type="radio"] { float: left; line-height: 1; margin: 2px 8px 2px 0; }
[type="checkbox"] + label, [type="radio"] + label { /*display: inline-block; vertical-align: middle; margin: 0;*/ line-height: 1; margin: 0 !important; overflow: hidden; }
label [type="checkbox"], label [type="radio"] { margin: 0 5px 0 0; vertical-align: baseline; }

label .extra-data{
    display: block;
    background-color: #f2f2f2;
    padding: 7px 10px;
    border-radius: 2px;
    margin-top: 6px;
}

button::-moz-focus-inner { padding: 0; margin: 0; border: 0; }
.ibtn, button, .btn {
    padding: 11px 20px; font-size: 20px;
    color: #fff; font-weight: normal;
    background: #3a7dbc url("../pic/btn_over.png") 50% 50% no-repeat; border: 0 none;
    overflow: visible; cursor: pointer;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.34);
       -moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.34);
            box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.34);
}
a.btn { display: inline-block; text-decoration: none; text-align: center; }
.ibtn:focus, button:focus, .btn:focus { opacity: 0.9; }
.ibtn:hover, button:hover, .btn:hover { opacity: 0.9; }
.ibtn:active, button:active, .btn:active { opacity: 0.8; }

.smallest { font-size: 16px; }
.small { font-size: 18px; }
.big { font-size: 20px; padding: 14px 20px; }
.biggest { font-size: 26px; padding: 11px 30px 11px; }

form .fld { margin-top: 3px; margin-bottom: 7px; position: relative; }
form .star { color: #ff0000; }
form .error { border-color: #ee9f91; background-color: rgba(255,0,0,0.05); }
form .note { margin: 10px 0 20px; color: #888; }
form .wisi_poor{
    visibility: hidden;
    position: absolute;
    top: 67px;
    opacity: 0;
    display: block !important;
}

.form_error_msg { color: #ff0000; line-height: 1.1; font-size: 0.9em; text-align: center; z-index: 1102; }
.form_error_msg p { margin: 0; }

.form_error_msgs { color: #ff0000; line-height: 1.2; text-align: center; z-index: 1102; margin: 20px 0 0; }
.form_error_msgs p { margin: 0; }

/* customCheck */
.customCheck, .customRadio { opacity: 0; width: 0; height: 0; padding: 0; margin: 0; /*display: none;*/ visibility: hidden; }
.customCheck + label, .customRadio + label { margin: 3px 0 0; padding-left: 27px; position: relative; overflow: visible; }
.customCheck + label:before, .customRadio + label:before {
    content: ''; display: inline-block; vertical-align: middle; /*font-size: 0;*/
    /*line-height: 25px;*/ width: 30px; height: 24px;
    padding: 0; margin-left: -5px; margin-right: 2px;
    background-position: 0 0; background-repeat: no-repeat;
    /*border: 1px solid #6a3114;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;*/
    background-image: url("../pic/form_sprite.png");
    position: absolute; left: 0; top: 0.5em; margin-top: -12px; /*font-size: 1em;*/ font: inherit;
}
.customRadio + label:before { background-position: 0 -48px; /*-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;*/ }
.customCheck:checked + label:before { background-position: 0 -24px; /*background-image: url("../pic/checkbox.png");*/ }
.customRadio:checked + label:before { background-position: 0 -72px; /*content: "\2022"; color: #6a3114; font-size: 22px; text-align: center; line-height: 14px;*/ }
.customCheck:disabled + label:before, .customRadio:disabled + label:before { opacity: 0.6;  filter: alpha(opacity=60); }

/* custom input file */
.ifile { cursor: pointer; }

/* gorizontal forms */
.goriz { text-align: center; }
.goriz .fld { display: inline-block; }
.goriz .fld label, .goriz .fld input.itext, .goriz .fld textarea, .goriz .fld select, .goriz .dk_container { display: inline-block; width: auto; vertical-align: middle; margin: 0 5px; }
.goriz .fld .btn, .goriz .fld .ibtn, .goriz .fld button { display: inline-block; vertical-align: middle; margin: 0 5px; padding: 7px 10px 7px; font-size: 1em; }


/* common styles */
.lcol { float: left; }
.mcol { float: left; }
.rcol { float: right; }

.ralign { float: right; }

.clearfix:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0; } /* Updated by Jeff Starr */
* html .clearfix { zoom: 1; }
*+html .clearfix { zoom: 1; }

/* columns based on 12-col grid */
.col_auto, .col_w1, .col_w2, .col_w3, .col_w4,.col_w5, .col_w6,
.col_w7, .col_w8, .col_w9, .col_w10, .col_w11, .col_w12
{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: left; margin-left: 3.31126%; /*margin-left: 1.65563%; margin-right: 1.65563%;*/ }

.col_w1 { width: 5.298%; }
.col_w2 { width: 13.907%; }
.col_w3 { width: 22.516%; }
.col_w4 { width: 31.125%; }
.col_w5 { width: 39.735%; }
.col_w6 { width: 48.344%; }
.col_w7 { width: 56.953%; }
.col_w8 { width: 65.562%; }
.col_w9 { width: 74.172%; }
.col_w10 { width: 82.781%; }
.col_w11 { width: 91.39% }
.col_w12 { width: 100%; margin-left: 0; clear: both; }

.col_auto{
    width: auto;
}

*[class*="col_"]:first-child { margin-left: 0; }
/**[class*="col_"].omega{margin-right:0;}*/
/*.clear + [class*="col_w"]  { margin-left: 0 !important; }
.clear { clear: both; }*/
.row { clear: both; margin: 0; }
.row:after { content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0; }

/* ----------- HEADER ----------- */

.bg {
    width: 395px; height: 100%; background: url(../pic/bg.jpg) 0 0 no-repeat;
    position: absolute; z-index: 0; top: 0; left: 50%; margin-left: -780px; position: fixed;
}
@media screen and (min-width: 1560px) {
    .bg { left: 0; margin-left: 0; }
}
@media screen and (max-width: 1560px) {
    .bg { left: 50%; margin-left: -780px; }
}

#wrap { position: relative; }

#header { padding: 18px 0 12px; margin: 0 80px; overflow: hidden; }
#header .lcol { width: 16%; margin: 0 2.5% 0 0; float: left; }
#header .mcol { width: 55%; margin: 0 2% 0 0; float: left; padding-left: 3%; border-left: 1px solid #cfcfcf; }
/*#header .rcol { width: 20%; margin: 0 0 0 0; float: right; }*/
#header .rcol { width: 20%; margin: 0 0 0 0; position: absolute; right: 0; }

#header .logo { margin-bottom: 5px; }

#header .site_name { margin-bottom: 3px; margin-top: 10px; font: 500 1.29em/1.2 ubuntu, arial, sans-serif; }
#header .site_name span { font-size: 22px; display: block; }
#header .site_note { margin-bottom: 13px; font-size: 14px; font-family: ubuntu, arial, sans-serif; color: #686868; }
#header .menu { margin-bottom: 13px; }

/* --- front user acts list --- */
.widget_acts { margin-bottom: 10px; margin-top: 20px; font-size: 0.93em; line-height: 1.2; width: 140px; float: right; }
.widget_acts_list { list-style-type: none; margin: 0; }
.widget_acts_list li { margin-bottom: 10px; }
.widget_acts_list a { color: #6a6e72; padding-left: 23px; margin-left: -23px; }
.widget_acts_list a:before {
    content: ''; display: inline-block; vertical-align: middle;
    background: url("../pic/sprite.png") 0 0 no-repeat; width: 20px; height: 20px; margin-right: 3px;
}
.widget_acts_list .ask_link:before { background-position: 0 0; }
.widget_acts_list .login_link:before { background-position: 0 -20px; }

/* --- admin panel --- */
.admin_panel {
    padding: 8px 17px; border: 3px solid #ebeded; overflow: hidden;
    color: #6a6e72; font-size: 0.93em; line-height: 1.3;
    margin-bottom: 10px; margin-top: 10px; float: right; max-width: 170px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
.admin_panel a { color: inherit; }
.admin_panel .user_data { margin-bottom: 4px; position: relative; }
.admin_panel .user_data .user_name { color: #000; font-weight: bold; white-space: nowrap; }
.admin_panel .user_data:after { content: ''; display: block; width: 32px; height: 100%; background: url("../pic/over.png") 0 0 repeat-y; position: absolute; top: 0; right: -17px; }
.admin_panel .user_acts { margin-bottom: 2px; }

/* --- top menu --- */
.menu { font-size: 0.93em; line-height: 1.1; white-space: nowrap; }
.menu_list { list-style-type: none; margin: 0; }
.menu_list li { display: inline; margin-right: 15px; }
.menu_list li.active a { text-decoration: none; color: #000; }

/* ----------- MAIN ----------- */

.list {
    border: 3px solid #efefef; background: #fff; padding: 22px 70px 22px;
    -webkit-box-shadow: 8px 13px 34px 0 rgba(0,0,0,0.24);
       -moz-box-shadow: 8px 13px 34px 0 rgba(0,0,0,0.24);
            box-shadow: 8px 13px 34px 0 rgba(0,0,0,0.24);
    behavior: url(js/PIE.htc); position: relative;
    margin-bottom: 20px; /*overflow: hidden;*/
}

.list:after{
    content: '';
    clear: both;
    display: table;
}

/* ----------- FOOTER ----------- */

#footer { padding-bottom: 25px; }
.index #footer { padding: 25px 0; margin: 0 95px; border-top: 3px solid #e1e1e1; }

.widget_partners { margin: 0; text-align: center; }
.widget_partners_list { list-style: none; margin: 0; }
.widget_partners_list li { display: inline-block; vertical-align: middle; margin: 5px 20px 15px; }


/* ----------- OTHER ----------- */

/* --- data tables --- */
.tbl { width: 100%; margin-bottom: 1em; font-family: ubuntu, arial, sans-serif; }
.tbl th { white-space: nowrap; }
.tbl th:after {
    content: "";
    display: inline-block;
    height: 21px;
    vertical-align: middle;
}
.tbl th img{ vertical-align: middle; }
.tbl td { color: #5c5c5c; }
.tbl a { color: inherit; }

/* cols */
.tbl td.ex { color: #000; white-space: nowrap; }
.tbl td.ex_full { color: #000; }
.tbl .choose_link { color: #2873b7; }
.tbl th.act { color: #747474; font-size: 13px; text-transform: lowercase; text-align: center; width: 3%; padding-right: 10px; padding-left: 10px; padding-top: 1px;}
.tbl td.act { text-align: center; }
.tbl td.act:last-child .del_icon{margin-left: -13px;}
.tbl td.inactive { color: #a0a0a0; }
.tbl .check{width: 27px; text-align: center;}
.tbl .check label{ display: block; height: 22px;}
.tbl .check label:before{top: 0; margin: 0; display: inline-block;}
.tbl .check.processing label{opacity: .5;}
.tbl .count {text-align: center;}
.tbl .count a {color: #000; text-decoration: none;}

.table-legend{margin-top: 35px;}
    .table-legend img{vertical-align: middle;}
    .table-legend img + img{margin-left: 50px;}

.pagination + .table-legend{
    overflow: hidden;
    text-align: center;
    margin-top: 33px;
}

.sortable-table{position: relative; margin-right: -25px; padding-right: 25px;}
    .sortable-table .sortable-controlls{position: absolute; margin: 0; padding: 0; right: 0; display: none;}
    .sortable-table .sortable-controlls li{list-style: none; width: 18px; height: 9px; margin: 8px 0; cursor: pointer;}
    .sortable-table .sortable-controlls li:hover{background-color: #fefefe;}
    .sortable-table .sortable-controlls .up{background: url(../pic/icons/arrow_up2.png) 0 0 no-repeat;}
    .sortable-table .sortable-controlls .down{background: url(../pic/icons/arrow_down2.png) 0 0 no-repeat;}

/* rows */
.tbl .inactive td { color: #a0a0a0; }
.tbl .choosen td { color: #fff;
    background: #719226;
    background-color: #719226;
    background: -moz-linear-gradient(top, #a6ba26 0%, #719226 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6ba26), color-stop(100%,#719226)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a6ba26 0%,#719226 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a6ba26 0%,#719226 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a6ba26 0%,#719226 100%); /* IE10+ */
    background: linear-gradient(top, #a6ba26 0%,#719226 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ba26', endColorstr='#719226',GradientType=0 ); /* IE6-9 */
    zoom: 1;
}
.tbl .choosen:hover td {
    background: #a6ba26;
    background-color: #be5591;
    background: -moz-linear-gradient(top, #719226 0%, #a6ba26 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719226), color-stop(100%,#a6ba26)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #719226 0%,#a6ba26 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #719226 0%,#a6ba26 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #719226 0%,#a6ba26 100%); /* IE10+ */
    background: linear-gradient(top, #719226 0%,#a6ba26 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719226', endColorstr='#a6ba26',GradientType=0 ); /* IE6-9 */
    zoom: 1;
}

/* --- sort links --- */
.sort_links { display: inline-block; vertical-align: middle; font-size: 12px; line-height: 0; color: #c8c8c8; margin-left: 1em; width: 1em; white-space: normal; }
.sort_links a {
    text-decoration: none; color: inherit;
    display: inline-block; vertical-align: middle;
    height: 0.6em; line-height: 0.6em; margin-bottom: 0.3em;
}
.sort_links .active, .sort_links a:hover { color: #2366ae; }
.sort_links a:before { font: normal 18px fontello; display: inline-block; vertical-align: middle; height: 100%; width: 100%; /*margin-top: -1em;*/ line-height: 7px;}
.sort_links .asc:before { content: '\e803'; }
.sort_links .desc:before { content: '\e802'; }

th .sort_links{vertical-align: -6px;}

/* --- pagination --- */
.pagination { margin: 1em 5px; clear: left; font: 1.1em; line-heiht: 1.1; }
.pagination a, .pagination span { margin: 0; padding: 5px 6px; vertical-align: middle; text-decoration: none; }
.pagination .current, .pagination a:hover { color: #fff; background: #2361aa; }
.pagination .other { display: inline-block; text-decoration: none; color: #898989; font: bold 14px fontello; }
.pagination .other.prev:before { content: '\e806'; }
.pagination .other.next:before { content: '\e807'; }
.pagination .other:hover { color: #333; background: transparent; }
.pagination .more { text-decoration: none; }

.acts_pane + .pagination { margin-top: 40px; }
.info_pane + .pagination { margin-top: 15px; float: left; }

/* --- icons --- */
[class$="_icon"], [class*="_icon "] {
    display: inline-block; vertical-align: middle;
    width: 22px; height: 20px; overflow: hidden;
    font-size: 0; line-height: 0; /* text-indent: -9999px; */
    background-repeat: no-repeat; background-position: 50% 50%;
    text-decoration: none;
}
.closed_icon { background-image: url("../pic/icons/closed.png"); }
.search_results_tbl .inactive .closed_icon { background-image: url("../pic/icons/closed_past.png"); }
.opened_icon { background-image: url("../pic/icons/opened.png"); }
.edit_icon { background-image: url("../pic/icons/edit.png"); }
.del_icon { background-image: url("../pic/icons/del.png"); }
.enter_icon { background-image: url("../pic/icons/enter.png"); }
.hidden_icon { background-image: url("../pic/icons/hidden.png"); }
.visible_icon { background-image: url("../pic/icons/visible.png"); }

/* --- buttons panel --- */
.acts_pane { text-align: center; }
.acts_pane .ibtn, .acts_pane .btn, .acts_pane button, .acts_pane .ifile { margin: 10px 13px; font-size: 20px; }

fieldset + .acts_pane { margin-top: 20px; }

/* buttons */
.alt_btn { background-color: #595959; }
.extra_btn { background-color: #91ab26; }
.del_btn { background-color: #cb2c24; }

.iconed:before, .iconedend:after {
    content: ''; display: inline-block; /*vertical-align: middle;*/
    width: 22px; height: 1em; overflow: hidden; margin-right: 10px;
    font-size: 1em; line-height: 1.1em;
    background-repeat: no-repeat; background-position: 50% 50%;
    text-decoration: none;
}
.iconedend:after { margin-right: 0; margin-left: 10px; }
.add_btn:before { content: '+'; font-size: 1.5em; margin-top: -0.2em; margin-bottom: -0.2em; }
.back_btn:before { content: '\e80b'; font: normal 1em/1.1 fontello; vertical-align: top; }
.next_btn:after { content: '\e80a'; font: normal 1em/1.1 fontello; vertical-align: top; }
.save_btn:before { background-image: url("../pic/icons/save.png"); vertical-align: top; }
.print_btn:before { background-image: url("../pic/icons/print.png"); vertical-align: top; width: 30px; height: 23px; }


/* --- info panel --- */
.info_pane { color: #5e5e5e; font-size: 1.1em; line-height: 1.2; }
.info_pane .info_item { display: inline-block; margin: 20px 13px; }

/* --- dark panel --- */
.dark_pane {
    background: #f2f2f2; padding: 10px 15px 3px; margin: 0 -20px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

/* --- dialogs --- */
.dlg { padding: 30px 40px; color: #323232; width: 425px;}
.dlg .dlg_h { font: 500 1.86em/1.1 ubuntu, arial, sans-serif; color: #2462ab; margin: 0 0 0.8em; }
.dlg .ibtn { font-size: 1.3em; padding-left: 0.85em; padding-right: 0.85em; margin-right: 0.4em; margin-left: 0.4em; }
.dlg textarea { height: 130px; }
.dlg .fld { margin-bottom: 18px; margin-top: 0; }

.dlg .text { font-size: 1.14em; color: #323232; margin-bottom: 1em; }
.dlg .text p { margin: 0.4em 0; }
.dlg .text hr { margin: 1.1em 0 0.9em; border-color: #d8d8d8; border-style: solid; border-width: 1px 0; height: 0; }
.dlg .text .itext{
    font-size: 1rem;
}

.admin .dlg { width: 425px; }
.admin .dlg.narrow { width: 345px; }

.backoffice .dlg { width: 425px; }

.template_add_popup{
    min-height: 280px;
}

.front .dlg { width: 465px; padding-top: 25px; }
.front .dlg .dlg_h { margin-bottom: 0.5em; }
.front .dlg .fld { margin-bottom: 8px; }
.front .dlg textarea { height: 160px; }
.front .dlg .note { color: #565656; margin-top: 1em; }
.front .dlg .ibtn { margin-left: 0; margin-top: 1em; }

#ordered_msg_popup {  }
#ordered_msg_popup .text { color: #888; }

.info_rows .row { border-top: 1px solid #ccc; padding: 3px 0 7px; font: normal 1.14em/1 'Trebuchet MS', arial, sans-serif; color: #919191; }
.info_rows .row:first-child { border-top: 0 none; }
.info_rows .row p { margin: 8px 0 8px; }
.info_rows .row .label { color: #010101; }

/* --- forms --- */
.front label { margin-bottom: 8px; }

.admin_form {}
.admin_form textarea { height: 140px; }
.admin_form label { margin-bottom: 12px; }
.admin_form .fld { margin-top: 3px; margin-bottom: 10px; }

/* fields notes */
.fld_note { color: #888; line-height: 1.2; margin-top: 5px; }
.fld_note.abs {
    position: absolute;
    z-index: 2;
    left: 100%;
    /*bottom: 0.5em;*/
    margin: 0 0 0 10px;
    /*min-width: 200px;
    white-space: nowrap; */
    width: 515px;
    top: 2.3em;
    padding-left: 15px;
}
.fld_note.abs:before {
    content: '— '; 
    position: absolute;
    margin-left: -15px;
}

/* loaded files list */
.files_list { margin: 0; list-style-type: none; color: #434343; line-height: 1.2; font-size: 1.14em; }
.files_list li { display: inline-block; padding-right: 9px; margin: 5px 7px 5px 0; border-right: 1px solid #b8b8b8; }
.files_list li:last-child  { border-right: 0 none; }
.files_list li .file_name { color: inherit; margin-right: 1px; }
.files_list li .del {}

/* check */
.fld.check_fld { margin-top: 2.5em; }
.fld.check_fld label { font-size: 1em; line-height: 1.2; }
/* *[class*="col_"] > .fld.check_fld + .fld.check_fld { margin-top: 1.5em; }*/

/* --- filter --- */
.filter { text-align: center; margin: 0 0 13px; }
.filter .ibtn { background-color: #7aa025; }


.filter.large .fld{
    
}

.filter.large {
    text-align: left;
}
.filter.large .fld label{
    display: block;
    margin-bottom: 5px;
}
.filter.large .fld label, 
.filter.large .fld input.itext, 
.filter.large .fld textarea, 
.filter.large .fld select, 
.filter.large .dk_container{
    max-width: 455px;
}

.filter.large .dk_container a{
    max-width: 100%;
}

.dk_container select{
    left: -1000px;
}

/* --- datepicker --- */
input.datepicker { 
    width: auto; min-width: 180px; padding-right: 20px; cursor: default;
    background-image: url("../pic/icons/calendar.png"); background-position: 94% 40%; background-repeat: no-repeat;
}
input.datepicker[data-format] { min-width: 0; width: 132px; }
/* --- tabs --- */
.tabs {
    font-weight: 500; line-height: 1.1; font-family: ubuntu, arial, sans-serif;
    margin-top: 40px; margin-bottom: -0.4em !important; list-style: none; text-align: center;
    background: #fff; position: relative; margin-left: -10px; margin-right: -10px;
}
.tabs .tab { color: #000; margin: 0 10px; border-bottom: 1px dashed; display: inline; cursor: pointer; }
.tabs .tab.active {
    color: #2462ab; padding: 8px 15px; border: 3px solid #99ca3c; position: relative;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.tabs .tab.active:after {
    content: ''; display: block; width: 22px; height: 11px;
    position: absolute; bottom: -11px; left: 50%; margin-left: -11px;
    background: url("../pic/corner.png") 50% 50% no-repeat;
}

.panes { border: 3px solid #e1e1e1; margin: 0 -30px; padding: 2.5em 20px 0;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.pane { display: none; background: #fff; margin-bottom: -3px; padding: 0 20px 1px; }
.pane:first-child { display: block; }

/* ----------- INDEX PAGE ----------- */

.search_ex_form { margin-bottom: 25px; }
.search_ex_form label { font: inherit; color: inherit; }
.search_ex_form .customCheck + label:before { font-size: 1.14em; }
.search_ex_form .legend { margin-bottom: 1em; }
.search_ex_form .acts_pane .ibtn, .search_ex_form .acts_pane .btn, .search_ex_form .acts_pane button { font-size: 26px; padding: 11px 30px 11px; }

.exs_set { margin: -10px -20px 0px; }
.exs_set:before { background: url("../pic/plate_bg_top.png") 50% 0 no-repeat; content: ''; display: block; height: 210px; }
.exs_set:after { background: url("../pic/plate_bg_bottom.png") 50% 100% no-repeat; content: ''; display: block; height: 288px; }
.exs_set_mid { background: url("../pic/plate_bg_mid.png") 50% 0 repeat-y; padding: 1px 0; }
.exs_set_inner { padding: 35px 70px 60px 90px; margin: -210px 0 -288px; min-height: 403px; }

.exs_list { list-style: none; margin: 0; }
.exs_list a { color: inherit; }
.exs_list li { display: inline-block; width: 30%; margin: 0.5em 1%; vertical-align: top; float: none; }
.exs_list .name { font-size: 1.14em; line-height: 1.1em; margin-bottom: 3px; }
.exs_list .desc { font-size: 0.93em; line-height: 1.3em; color: #5c5c5c; }
.exs_list .desc strong {}

.places_set { padding: 0 60px; margin-bottom: 35px; }
.places_list { list-style: none; margin-bottom: 1em; }
.places_list a { color: inherit; }
.places_list li { display: block; font-size: 1.14em; margin: 0.5em 0; }

.places_list.columns{
    margin-left: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    -o-columns: 3;
    columns: 3;
    -webkit-column-gap: 3.31126%;
    -moz-column-gap: 3.31126%;
    -o-column-gap: 3.31126%;
    column-gap: 3.31126%;
}

.places_list.columns .fld{
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.actions_list { list-style: none; margin: 0; line-height: 1.3; margin-bottom: -11px; }
.actions_list li { display: inline-block; text-decoration: underline; margin-right: 10px; cursor: pointer; }
.actions_list li:hover { /*text-decoration: none;*/ color: #2462ab; }

[class$="_iconed"], [class*="_iconed "] {
    padding-left: 25px; line-height: 18px; padding-bottom: 2px; overflow: hidden;
    background-repeat: no-repeat; background-position: 50% 50%;
}
.check_iconed { background-image: url("../pic/form_sprite.png"); background-position: 0 -116px; }
.uncheck_iconed { background-image: url("../pic/form_sprite.png"); background-position: 0 -96px; }

.dates_set {}

/* ----------- ORDER PAGE ----------- */
.order_ex .tabs { font-size: 1.57em; }

/* --- print page --- */
.print_date, .print_url { display: none; }



/* ----------- popups ----------- */
.error_popup ul.popup_text, .success_popup ul.popup_text { padding: 0; margin: 0 0 1.4em; list-style-type: none; }
.error_popup p, .error_popup li,
.success_popup p, .success_popup li { margin: 0.6em 0; }

.success_popup { max-width: 350px; }
.error_popup { max-width: 350px; color: #d2361d; }
.error_popup .dlg_h { color: #d2361d; }
.error_popup ul.popup_text { color: #d2361d; list-style-type: disc; padding-left: 20px; }

.search_ex_form .sublegend {margin: 3em 0 1.5em; text-align: center;}
.search_ex_form .sublegend span{display: inline-block; position: relative; color: #2462ab; text-transform: uppercase; font: 500 14px/27px 'Ubuntu', sans-serif; padding: 0 10px; border: 2px solid #cacaca; border-radius: 3px;}
.search_ex_form .sublegend span:after{content: ''; position: absolute; width: 6px; height: 6px; border-style: solid; border-width: 0 0 2px 2px; border-color: #CCC; bottom: -6px; left: 50%; margin-left: -3px;
    border-radius: 0 0 0 2px; 
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #efefef;
}

.order_ex_form .fld.col_w4 + .fld.check_fld {margin-left: 0;}
.order_ex_form .fld.check_fld{margin-top: 30px;}
.order_ex_form .fld.check_fld label:before{top: 10px;}
/*.order_ex_form .fld.check_fld a{display: inline-block; margin-top: -6px;}*/
.order_ex_form .fld.col_w4 + .fld.check_fld label{display: inline-block; vertical-align: middle; margin-left: 0;}
.order_ex_form .optional-fields{display: none;}

.order_ex_form h2{margin-top: 0;}

.order_ex_form .row{
    margin-bottom: 10px;
}

.info-link{
    display: inline-block;
    background: url(../pic/icons/info.png) 0 0 no-repeat;
    /*background: url(data:image/gif;base64,R0lGODlhDAANAKIAAIa3Kf///77Zjc/iqZbBRgAAAAAAAAAAACH5BAAAAAAALAAAAAAMAA0AAAMWCLrc/iSMp+KkmAWRd+eYF4KUmJ1OAgA7) 0 0 no-repeat;*/
    width: 15px;
    height: 17px;
    position: relative;
}
.info-link:after,
.info-link:before{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);    
    left: 50%;
    position: absolute;
}

.info-link:before{
    content: attr(data-tip);
    background-color: #FFF;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: #000;
    border-radius: 3px;
    bottom: 17px;
    white-space: nowrap;
}

.info-link:after{
    content: '';
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #FFF transparent;
    bottom: 12px;
}

.info-link:hover:after,
.info-link:hover:before{
    opacity: 1;
    visibility: visible;
}


.splash-exam-block{width: 570px; padding: 30px 40px; font-size: 16px; line-height: 20px; color: #919191;}
.splash-exam-block a{color: #919191;}
.splash-exam-block .block-title{font: 26px/30px 'Ubuntu', sans-serif; color: #2462ab; margin-bottom: 15px;}
.splash-exam-block .block-section-title{font-weight: bold; color: #000; margin-bottom: 5px;}
.splash-exam-block .extra .block-section-title{margin-bottom: 15px;}
.splash-exam-block .section{overflow: hidden; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #d6d6d6;}
.splash-exam-block .right{float: right; margin:0 40px; }
.splash-exam-block .left{overflow: hidden;}
.splash-exam-block .extra .text ul{margin: 10px 0 10px 10px;}
.splash-exam-block .extra .text ul li{list-style: none;}
.splash-exam-block .extra .text ul li:before{content: '-'; position: absolute; margin-left: -10px;}
.splash-exam-block .extra .text h1,
.splash-exam-block .extra .text h2{text-align: left; padding: 0; margin: 0 0 15px;}

.goriz.filter input.itext{width: 180px;}

form .itext.num{width: 34px; min-width: 0; display: inline-block; text-align: center;}

.dlg-list.columns{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.dlg-list.columns .dlg{
    width: 33.333%;
    -webkit-flex: 0 1 33.333%;
    -moz-flex: 0 1 33.333%;
    -ms-flex: 0 1 33.333%;
    -o-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dlg-list .dlg{
    margin: 0 0 25px; padding: 0 15px 15px; width: auto; border-bottom: 1px dotted #444; 
}
.dlg-list .dlg .dlg_h{color: #444;}
.dlg-list .dlg hr{border-width: 1px 0 0;}


.dlg .dk_options_inner{
    max-height: 190px;
}

@media print{
    .dlg-list .dlg{border-bottom: none;}
}

.hidden{display: none;}

.print-office{font-size: 16px; color: #555; margin-top: 10px;}

.extra-controlls{clear: both;}
.extra-controlls .btn{font-size: 15px; padding: 7px 15px; margin: 10px 7px;}

.orders-print-tbl td + td, 
.orders-print-tbl th + th{padding-left: 10px;}

.alert-block{
    border: 4px solid #e95554;
    border-radius: 4px;
    padding: 20px 40px 20px 115px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAArCAMAAADmD5DTAAABC1BMVEVHcEzhJyThKSbhKSfhKSbhKCXhKCXhKSbhKSbiKSbhKSXhKCbhKSbhKSbhKyjiKSbhKSXhKSbhKSXhKSThKSbhKCbhKSbiKCbhKSbhKSbhKSbhKSbhKSbhKSbhKyjiKSbhKSbhKSbiKSbiKSbhKSfhKSfhKSfhKSfiKSbhKCbgKSXhKSf////hKSbhKCXdCAXeDwzhJSLgKSbfFRPoVVLhIyDeExD3w8LcBQHiKyniLyzjOjjfGBXdDAngIB3tfnz4ycjnUE7zp6boWlfmSUflREL99PTmT030r67uhYPfHBnrcG7jNDH++vrkPDrxmpj74uH40dDseHbpYV72vbz1tLTwlpT86ur519dqAd5fAAAAK3RSTlMAr/vWKsii7WzeM8578wxTZduKDsKBCAPomtFYtkq9iaBf8HUS9WOVGRnolD238gAAAfNJREFUSMeNlud2wjAMhV1GCatA6TzdezjOglAIqxS6ge7x/k9SsWPZDr0/E304R766ghBeCW1/JR47jOVWNrMRMlcXqSRjdCzGWFTLB9YfL6fZDKAMGOMyta4GDmKzap9yOypg3//7frE9af1SlMrrB1qQAWGDqmXsikQyCKDMEE5Z5AoqNQvkVvzMKg9k+G+wb4v3rZZnc8ck/MBamiPs0rUOKtY5Iucnltl8wmHZGZAPIaJwNSQs7gxnY0YcoYuQEsBkpkQY9dKVE3R7AkTwXdslORFaGxOag9445sOA6JTwRW5NHYg9Yb4AcNetYeJkjEQxwcqPQLzaDdEuZ0MiLni2/AzEW82VOCw5GOSY8Nj8AOKzZMtMGTolJC18lXUPxI2psPMqEWaV1fo9Xf8uK6YrQuK4u/TJ+9H1RzmhyXpFG+6vrj+bkvpwQnofYCwwb7suApujJNLEsTbBJh1LeJ6a+Ep449W77ZbVqODGKr1L3U6n2i96tsq75Ah3d+TEakE5H/kQJm4A6FWREzfUc24MiTtMZLks4RCj/CV+FZ8lJMMf8tRuNpvvnqvOK5yJXsEE2RVf9OBMhNylgRJzF7I9IKeZLNsH+0NNLCh2lBLZC9iDeK8xB9q6E7xr+fFyWOCuBZ2nktS/D+ft83/+Z/gDRCL95b8nkKYAAAAASUVORK5CYII=) 35px 50% no-repeat;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 -30px;
}

.alert-block b{
    color: #e12927;
}

.exam-dates{
    display: none;
    margin-top: 10px;
}
.exam-dates .day{
    display: inline-block;
    width: 150px;
    text-align: left;
}

.other-dates{
    margin-top: 20px;
}

.ui-datepicker{
    z-index: 1103 !important;
}