* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

@font-face {
    font-family: 'Mygls';
    src: url('../fonts/semfont.eot');
    /* src: url('../fonts/semfont.eot') format('embedded-opentype'),
    / / url('../fonts/semfont.woff') format('woff'), */
    src: url('../fonts/semfont.eot') format('embedded-opentype'),
    url('../fonts/semfont.ttf') format('truetype'),
    url('../fonts/semfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mygls';
    src: url('../fonts/semfontbold.eot');
    /* src: url('../fonts/semfontbold.eot') format('embedded-opentype'),
    / / url('../fonts/semfontbold.woff') format('woff'), */
    src: url('../fonts/semfontbold.eot') format('embedded-opentype'),
    url('../fonts/semfontbold.ttf') format('truetype'),
    url('../fonts/semfontbold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

a, img {
    border: none;
    outline: none;
}

body {
    height: 100%;
    background: #e0e3e7 url('../img/bg-body.jpg') no-repeat center top fixed;
    font: 12px/18px 'Mygls', helvetica, Arial, sans-serif;
    background-size: cover;
}

table.header {
    /*    background: url('img/bg-head.jpg') no-repeat center top;*/
}

.td-logo {
    height: 119px;
    background: url('../img/bg1.png') no-repeat right bottom;
}

.logo {
    float: left;
    text-transform: uppercase;
    margin: 31px 0 0 20px;
    color: #fff;
    min-width: 600px;
}

.main_logo_image {
    float: left;
    padding-top: 10px;
    margin-right: 1em;
    width: 108px;
}

.logo h1 {
    font-size: 24px;
    line-height: 36px;
    text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -moz-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    font-weight: bold;
}

.logo p.slogan {
    font-size: 13px;
    text-shadow: 1px 1px 2px #000;
    -o-text-shadow: 1px 1px 2px #000;
    -moz-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
}

td.menu {
    height: 31px;
}

.tr-tabs {
    height: 52px;
    background: url('../img/bg2.png') no-repeat right top;
    overflow: hidden;
}

.maintabs {
    height: 52px;
    overflow: hidden;
}

ul.tabs {
    list-style: none;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

ul.tabs li {
    float: left;
    display: block;
}

ul.tabs li a {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
/* / / border: 1 px solid #fff;
/ / border: 1 px solid #3e9de5; */
    border: 1px solid rgba(255, 255, 255, .4);
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    color: #6e6e6e;
/* / / color: #fff; */
    font-size: 13.6px;
/* / / background: #f0f0f0;
/ / background: #5cb3ec; */
    background: rgba(255, 255, 255, .75);
/* / / box-shadow: 0 0 12 px rgba(9, 9, 9, .4) inset;
/ / box-shadow: 0 0 12 px rgba(255, 255, 255, .4) inset; */
    margin: 0 1px;
    text-decoration: none;
    position: relative;
    min-width: 160px;
    text-align: center;
    box-shadow: inset 0 -2px 3px rgba(9, 9, 9, .15);
}

ul.tabs li a:hover {
    color: #000;
}

ul.tabs li a.active {
/* / / background: #e0e3e7;
/ / background: #5cb3ec; */
    background: rgba(255, 255, 255, .75);
    color: #000;
/* / / color: #fff; */
    padding: 0 14px;
    padding-top: 4px;
    height: 30px;
    border-radius: 4px 4px 0 0;
/* / / border: 1 px solid #bde4f5;
/ / border: 1 px solid #3e9de5; */
    border: 1px solid rgba(255, 255, 255, .4);
    border-bottom: none;
    right: -3px;
    margin-left: -4px;
    margin-top: -4px;
    box-shadow: inset 0 7px 10px rgba(9, 9, 9, .15), -2px 5px 5px 0px rgba(9, 9, 9, .27), 6px 6px 5px 0px rgba(9, 9, 9, .27);

    z-index: 9;
}

ul.tabs_left li a {
    background: url('../img/bg4.png');
    border: 1px solid rgba(255, 255, 255, .01);
}

ul.tabs_left li a.active {
    background: url('../img/bg4.png');
    border: 1px solid rgba(255, 255, 255, .01);
}

ul.main-menu {
    display: block;
    height: 31px;
    float: right;
}

ul.main-menu li {
    list-style: none;
    display: block;
    height: 31px;
    float: left;
    padding-right: 16px;
    z-index: 999;
}

ul.main-menu li:hover {
    background: url('../img/bg3.png') no-repeat right -1px;
}

ul.main-menu li a {
    font-size: 14.5px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 33px;
    line-height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    padding-right: 15px;
    font-weight: normal;

    transition: background 150ms linear;
    -o-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -webkit-transition: background 150ms linear;
    z-index: 999;
}

ul.main-menu li:hover a {
    background: #5cb3ec;
}

ul.main-menu li a img {
    float: left;
    margin: 0px 14px 0 9px;
}

ul.main-menu li ul {
    position: absolute;
    padding: 15px 0;
    background: #5cb3ec;
    display: block;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, .3);
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    /*height: 0;
    overflow: hidden;*/

    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;

}

ul.main-menu li ul li {
    float: none;
    padding-right: 0;
    position: relative;
    clear: both;

}

ul.main-menu li:hover ul {
    visibility: visible;
    /*display: block;
    overflow: visible;
    height: auto;
    padding: 15px 0;*/
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.main-menu li ul li a {
    text-align: left;
    height: 31px;
    display: block;
}

ul.main-menu li ul li:hover a {
    background: #3e9de5;
}

ul.main-menu li:hover ul > li > ul, ul.main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
    background: #3e9de5;
    padding: 8px 0;
    top: -10px;
    box-shadow: 3px 10px 5px -5px rgba(0, 0, 0, .3);
    display: block;
    left: 100%;
    width: 0%;
    overflow: hidden;

    transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;

}

ul.main-menu li.sub-left:hover ul li ul, ul.main-menu li.sub-left ul li ul {
    left: 0%;
}

ul.main-menu li:hover ul li:hover ul, ul.main-menu li ul li:hover ul {
    width: 100%;
}

ul.main-menu li.sub-left:hover ul li:hover ul, ul.main-menu li.sub-left ul li:hover ul {
    left: -100%;
}

ul.main-menu li ul li ul li {
    height: auto;
}

ul.main-menu li ul li ul li a {
    padding: 6px 6px 6px 15px;
    line-height: 19px;
    height: auto;
}

ul.main-menu li:hover ul li ul li a:hover {
    background: #318dd2;
}

ul.main-menu li ul li a img {
    float: left;
    margin: 0px 14px 0 18px;
}

ul.main-menu li a.contacts {
    height: 31px;
}

ul.main-menu .menu_icon {
    padding-top: 4px;
    width: 21px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
}

.main-menu__svg-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 14px 0 9px;
    width: 21px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
    position: relative;
    top: -2px;
}

ul.main-menu li ul li .main-menu__svg-icon {
    margin: 0px 14px 0 18px;
}
/*
TABS
********************************************************************/
.tab_view {
    display: none;
}

.show {
    display: block;
}

/*
US FORM
********************************************************************/

.form-user {
    float: right;
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url('../img/bg5.png');
    text-align: center;
    margin: 7px 35px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(9, 9, 9, .3);
    padding: 6px;
}

.form-user-large {
    width: 500px !important;
}

.form-user p {
    padding: 3px 0;
}

.form-user p input[type=text], .form-user p input[type=password] {
    width: 204px;
    height: 25px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(9, 9, 9, .3) inset;
    border: none;
    /*border-top: 1px solid #919191;
    border-left:1px solid #919191;*/
    outline: none;
    padding: 0 12px;
    font-size: 13px;
    font-style: italic;
}

.form-user .ava {
    float: left;
    margin: 9px 10px 15px;
    height: 70px;
    width: 70px;
}

.form-user .us-descr {
/* / / background: url('../img/bg55.png'); */
    width: 190px;
    float: left;
    margin: 9px 0 9px 6px;
    padding: 3px 5px;
    text-align: left;
    /* font-size: 13px;*/
    font-style: italic;
    line-height: 13px;
}

#us_submit, #logout, .blue_button {
    height: 22px;
    width: 85px;
    color: #fff;
    text-align: center;
    background: #3e9de5;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(9, 9, 9, .3);
    border: none;
    outline: none;
    cursor: pointer;
}

.blue_button {
    height: 22px;
    width: 50%;
    color: #fff;
    text-align: center;
    background: #3e9de5;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(9, 9, 9, .3);
    border: none;
    outline: none;
    cursor: pointer;
}

#logout {
    text-decoration: none;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: 6px;
}

#us_submit:hover, #logout:hover {
    background: #348dd0;
}

.work_obl_list {
    background: rgb(192, 192, 192);
}

.content p {
    margin-top: 0.5em; /* Отступ сверху */
    margin-bottom: 1em; /* Отступ снизу */
}

.content ul li {
    margin-left: 30px;
    padding-left: 14px;
}

.wp_div_grey {
    width: 100px;
    height: 11px;
    background-color: #c0c0c0;
    border: 1px solid black;
}

.wp_div_green {
    width: 100px;
    height: 11px;
    background-color: #00FF00;
    border: 1px solid black;
}

.wp_div_red {
    width: 100px;
    height: 11px;
    background-color: #FF0000;
    border: 1px solid black;
}

.wp_div_yellow {
    width: 100px;
    height: 11px;
    background-color: #FFFF00;
    border: 1px solid black;
}

.wp_div_ping {
    width: 100px;
    height: 11px;
    background-color: #FF91ff;
    border: 1px solid black;
}

.wp_div_leftz {
    /* zbackground-color: #c0c0c0; */
    border: 1px solid black;
    font-size: 11px;
}

.wp_l_menu_spacer {
    padding-top: 4px;
}

.wp_l_tmenu {
    border: 0px; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
}

.wp_l_tmenu td {
    padding-bottom: 4px; /* cellpadding="0" */
    /* zbackground-color: #c0c0c0;
    zborder-bottom: 4px solid #c6e9fc; */
    font-size: 11px;
}

.nodisp {
    display: none;
}

#prem_left_plas {
    padding: 0 0 0 15px;
    background: url('/js/fancybox/fancy_title_left.png') 0px -7px no-repeat;
    line-height: 32px;
}

#prem_main_plas {
    color: #FFF;
    line-height: 32px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('/js/fancybox/fancy_title_main.png') 0px -7px;

}

#prem_right_plas {
    padding: 0 0 0 15px;
    background: url('/js/fancybox/fancy_title_right.png') 0px -7px no-repeat;
    line-height: 32px;
}

.row_highliter {
    background: #8AF3FF;
}

.filter_button {
    margin-top: 2px;
}

.filter_item[type="date"] {
    height: 18px;
}

.filter_item_div_raw {
    background: #FFFFFF;
    width: 95%;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding-left: 0.3em;
    cursor: pointer;
}

.print_bottom_button {
    width: 95%;
    margin-top: 4px;
}

.left_txt {
    padding-right: 5px !important;
}

.thumb_with_shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
    border-radius: 4%;
}

.img_with_shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}

.sort_link {
    text-decoration: none;
    color: black;
}

.pointer {
    cursor: pointer;
}

.like_link {
    cursor: pointer;
    text-decoration: underline;
    color: #0000EE;
}

.vote_star_add_material_default {
    transition: opacity 0.5s, visibility 0.5s;
    cursor: pointer;
    opacity: 0.5;
}

.vote_star_add_material_default:hover {
    opacity: 1;
}

.vote_star_add_material_default_score {
    opacity: 1;
}

.training_read {
    color: #c0c0c0;
}

.tovar_grp_item {
    padding-left: 25px !important;
    list-style-type: none;
}

.content_item {
    margin: 15px;
    margin-bottom: 25px;
    padding: 18px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
}

.img-framed {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.55);
            box-shadow: 4px 4px 10px rgba(45, 52, 54, 0.55); }
.img-framed--md {
    width: 90px;
    height: 90px; }
.img-framed--frame-xl {
    padding: 20px; }
.img-framed--zoomed {
    padding: 15px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
.img-framed--zoomed.img-framed--md {
    width: 190px;
    height: 190px;
    -webkit-transform: scale(1);
            transform: scale(1); }
.img-framed--zoomed.img-framed--fullsize {
    width: auto;
    height: auto;
    -webkit-transform: scale(1);
            transform: scale(1); }

.tovar_category_label_selected {
    background: rgba(170, 221, 255, 1);
}

.tovar_size_editor_field {
    width: 3em;
    text-align: center;
}

.tovar_size_editor_button {
    width: 7em;
}

.approve_image_button {
    width: 190px;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background: url('/images/icon_top.png') no-repeat;
    cursor: pointer;
}

.image_example_item {
    border: 3px solid #00FF00;
    width: 90px;
}

.notes_img_full_width {
    width: 100%;
}

.add_addr_form_input {
    width: 450px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.righclickmenu {
    position: absolute;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #EEE;
    padding: 0px;
    margin: 0px;
}

.righclickmenu li {
    list-style: none;
    background: #EEE;
    margin: 0px;
    padding: 1px 5px;
    line-height: 20px;
    height: 20px;
}

.righclickmenu li:hover {
    background: #AAA;
    cursor: pointer;
}

.disable_selection {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
}

.vote_star_item {
    transition: all 0.35s ease;
    cursor: pointer;
}

.vote_star_item.vote_star_item_inactive {
    opacity: 0.3;
}

.vote_star_item:hover {
    opacity: 1;
}

.score_additional_comment_form .score_additional_comment_header {
    text-align: center;
    margin-bottom: 1em;
}

.score_additional_comment_text_block input {
    width: 20em;
}

.score_additional_comment_text_block {
    margin-bottom: 1em;
}

.score_additional_comment_save_block {
    text-align: center;
}

/* options editor */
.plan_info_tab_options {
    margin-top: 4em;
}

.plan_info_tab_options_doc_options_block, .plan_info_tab_options_available_options_block {
    margin-top: 2em;
    border: 1px solid;
}

.plan_info_tab_options_block_title {
    font-weight: bold;
}

.plan_info_tab_options_current_options_table_block, .plan_info_tab_options_available_options_table_block {
    overflow: auto;
    overflow-x: hidden;
    min-height: 10em;
    max-height: 15em;
    max-width: 50em;
    margin-top: 1em;
    user-select: none;
}

.plan_info_tab_options_current_options_table_block thead th, .plan_info_tab_options_available_options_table_block thead th {
    text-align: left;
}

.plan_info_tab_options_current_options_table, .plan_info_tab_options_available_options_table {
    width: 100%;
    border-collapse: collapse;
}

.plan_info_tab_options_current_options_table tbody tr:hover, .plan_info_tab_options_available_options_table tbody tr:hover {
    background: #c0c0c0;
}

.plan_info_tab_options_move_option_button {
    font-size: 3em !important;
    cursor: pointer;
}

.plan_info_tab_options_move_option_button_disabled {
    cursor: default !important;
    opacity: 0.55;
}

.plan_info_tab_options_current_move_disabled {
    cursor: default !important;
    opacity: 0.55;
}

.plan_info_row_selected {
    background: #8af3ff;;
}

.plan_info_tab_selector_checkbox {
    display: none;
}

.used_option_item {
    display: none;
}

.plan_info_tab_options_search_field {
    width: 100%;
}

.plan_info_tab_options_search_row_not_found {
    display: none;
}

.plan_info_tab_options_available_option_param {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* options editor end*/

/* order */
.order_data_modal_new_order_type_row {
    margin-top: 1em;
    cursor: pointer;
}

.order_data_modal_new_order_type_row:hover {
    background: #E0E0E0;
}

.order_data_modal_new_order_title {
    text-align: center;
}

/* order end*/

.route_select_modal_title {
    text-align: center;
    margin-bottom: 1.2em;
}

.route_select_modal_row {
    cursor: pointer;
}

.route_select_modal_row:hover {
    background: #3e9de5;
}

.route_select_modal_add_new_route {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.route_highlight {
    background: #3e9de5;
}

.route_modal_button_block {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.route_modal_route_select_selector_checkbox {
    display: none;
}

.route_modal_row_selected {
    background: #8af3ff;;
}


.sotr_select_modal_title {
    text-align: center;
    margin-bottom: 1.2em;
}

.sotr_select_modal_row {
    cursor: pointer;
}

.sotr_modal_sotr_select_selector_checkbox {
    display: none;
}

.sotr_select_modal_row:hover {
    background: #3e9de5;
}

.sotr_modal_row_selected {
    background: #8af3ff;;
}

.sotr_highlight {
    background: #3e9de5;
}

.sotr_select_modal_add_new_sotr {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.sotr_modal_button_block {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.table_row_selection tr:not([data-no_selection='1']):hover {
    background: #8af3ff !important;
}

.table_selection_row_selected {
    background: #8af3ff !important;
}

.breadcrumbs.site_object_header {
    margin-right: 0;
}

.site_object_row:hover {
    background: #8af3ff !important;
}

.site_object_row_control_no {
}

.site_object_row_control_ok {
    color: #E0E0E0;
}

.site_object_row_control_fail {
}

.table_block_font_small {
    font-size: 0.75em !important;
}

.table_block_font_normal {
    font-size: 1em !important;
}

.table_block_font_large {
    font-size: 1.5em !important;
}

.filter_smart_option_radio_block input[type=radio] {
    margin: 0 !important;
}

.work_plan_table_list_header_weekend {
    color: red;
}

.work_plan_table_list_header{
    min-width: 1.5em;
}