@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    color:#464646;
}

img, form {
    padding: 0px;
    margin: 0px;
}

a, td {
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
}
a {
    color:#70A8D2;
}

.inp_t {
    width:100%;
    border: 1px solid #ddd;
    color: #666;
    padding:7px;
    font-size:14px;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
}

.inp_t.half {
    width: 49%;
}
.inp_t_disp {
    width:35px;
    border: 1px solid #ddd;
    color: #666;
    padding:5px;
    font-size:12px;
    transition: border ease-in-out 0.15s;
    box-sizing: border-box;
}
.div_font1 {
    font-weight:bold;
    color:#2960A2;
    padding-bottom:5px;
}

.chosen-container {
    width: 100%!important;
}

h2,h3 {
    color:#2960A2;
    margin:0px;
    padding:0px;
}

.inp_bnt {
    font-weight:bold;
    font-size:14px;
    height:34px;
    cursor: pointer;
    background: #2960A2;
    border: none;
    color:#fff;
}
#svg_map .hover_group:hover .elem {
    stroke:#333;
    stroke-width:2px;
    stroke-opacity:0.8;
    cursor:pointer;
}
.tooltip_content {
    display:none;
}

.inp_b {
    display:block;
    cursor:pointer;
    background-image: linear-gradient(to bottom, #70c1e3, #4aa0d3);
    border:1px solid #4aa0d3;
    padding:10px;
    line-height: 10px;
    font-size: 12px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    display: flex;
    justify-content: center;
}
.inp_b:hover {
    background-image: linear-gradient(to bottom, #469dd1, #6cbde1);
}
.inp_b:active {
    border: solid 1px #6cbde1;
}

.td_menu {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background:#2960A2;
}

.page_container {
    padding-top:20px;
}

.menu {
    float: left;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-left:15px;
    padding:8px;
    border-radius:5px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.menu i {
    font-size: 20px;
    margin-right: 3px;
}

.menu:hover {
    color:#FFD000;
    cursor:pointer;
}
.menu:hover i {
    color:#FFD000;
}

.menu.current {
    background-color: #70A8D2;
}
.lang_div {
    padding: 8px 30px 8px 0px;
}
.lang_div a {
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    text-decoration: none;
}
.lang_div a.active {
    background-color: #70A8D2;
    padding: 4px 10px;
    border-radius: 5px;
}
.lang_div a:hover {
    text-decoration: underline;
}

.sub_menu {
    display:none;
    position:absolute;
    width:90%;
    left:4%;
    top:50px;
    padding-left:10px;
    padding-top:6px;
    padding-bottom: 10px;
    line-height:25px;
    background:#70A8D2;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.sub_menu a {
    font-size:15px;
    font-weight:normal;
    color:#fff;
    margin-left:5px;
    margin-right:8px;
    text-decoration: none;
}
.sub_menu a:hover {
    text-decoration: underline;
}
.sub_menu a .notif{
    font-weight:bold;
    font-size:12px;
}
.sub_menu.current {
    display:block;
}
.sub_menu .current.current {
    color:#FFD000;
    border-bottom:1px dotted #FFD000;
    text-decoration: none;
}

.form_containter {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.form_containter .block {
    margin-right:20px;
    margin-bottom:20px;
    display: inline-block;
    vertical-align: top;
}
.form_containter.inline_block {
    padding: 5px;
    display: inline-block;
    width: 23%;
    min-width: 300px;
    vertical-align: top;
}
.form_containter.inline_block .block {
    margin-right: 5px;
}
.tip_info {
    background: #2960A2;
    padding:0px 6px;
    border-radius:100%;
    color:#fff;
    cursor:help;
}
.block_inputs {
    width:40%;
    min-width: 500px;
    background:#F0F0F0;
    border-radius:5px;
    padding:5px;
    border:1px solid #C0C0C0;
    box-sizing: border-box;
}

.form_tbl tr td {
    padding:5px;
}


.data_table {
    padding-top:15px;
}

.ui_button {
    float:left;
    cursor: pointer;
    padding:5px;
}



.error {
    margin:15px;
    width: 400px;
    background: #fff6a7;
    border:1px solid #f7ea8a;
    padding:15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    color:red;
}
.status {
    margin:15px auto;
    width: 400px;
    background: #c0ffbc;
    border:1px solid #84ff90;
    padding:15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    color:green;
}

.top_map_card {
    padding:20px 0px;

}
.popup_window {
    font-size: 14px;
}
.popup_window .title {
    font-size: 16px;
    font-weight: bold;
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
}
.data_table_title {
    font-weight: bold;
    padding-bottom: 5px;
    color:#2960A2;
    font-size: 14px;
}
.data_table .bold_font {
    font-weight: bold;
    color:#2960A2;
}
.data_table .bold_font_red {
    font-weight: bold;
    color:red;
}
.data_table .bold_font_green {
    font-weight: bold;
    color:green ;
}

.topology_tbl {
    border-collapse: collapse;
}
.topology_tbl tr td {
    padding:3px 5px;
    border:1px solid #eee;
    text-align: center;
}
.topology_tbl tr.header td {
    color:#70A8D2;
}
.additional_activ {
    display: flex;
    flex: 1;
    font-size: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.additional_activ .item {
    cursor: pointer;
    background: #70A8D2;
    border-bottom:2px solid #70A8D2;
    padding:5px 10px;
    margin-right: 10px;
    color:#fff;
    font-weight: normal;
}
.additional_activ .item.active {
    font-weight: bold;
    background: #2960A2;
    border-bottom:2px solid #2960A2;
}

.additional_activ .item:hover {
    border-bottom:2px solid #2960A2;
}
.grey_subblock {
    background: #eee;
    padding:15px;
    font-size: 12px;
}
.link {
    color:#2960A2;
    text-decoration: underline;
    cursor: pointer;
}
.filter_flex {
    display: flex;
}
.filter_flex div {
    padding-right: 15px;
}
.grey_bg {
    background: #eee;
    padding:15px;
}
#svg_map_title {
    text-align: center;
    color:#70A8D2;
    padding-left: 30px;
    font-size: 16px;
    padding-bottom:10px;
}
.way {
    text-decoration: underline;
    color:#2960A2;
    cursor: pointer;
}

.placing_view, .placing_view1 {
    cursor: pointer;
}
.placing_view1.active {
    color:orange;
}
.status_box {
    color:#FFF;
    padding: 5px 10px;
    text-align:center;
    font-size: 12px;
    font-weight: normal;
}
.skl_ordet_title {
    margin-bottom:10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color:#2960A2;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.placing_view:hover, .placing_view1:hover {
    text-decoration: underline;
}
.tovar_view {
    cursor:pointer;
    font-weight: bold;
    color: #2960A2;
}
.tovar_view:hover {
    text-decoration: underline;
}
.message {
    background: yellow;
    padding:10px;
    margin-top:15px;
    text-align: center;
    border: 1px solid #ffd800;
    border-radius: 10px;
}
.yellow_tr {
    background: yellow;
}
.skl_order_karta {
    border: 0px;
    border-radius: 0px;
    padding:15px;
    background: #eee;
    display: block !important;
    margin: 0px auto !important;
    margin-top:30px!important;
}
.skl_order_status {
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    margin:2px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
.skl_order_status:hover {
    text-decoration: underline;
}
.tovar_name_comment {
    font-size: 11px;
    color: #a3a3a3;
    font-weight: normal;
}
.placed_cells {
    color:#70A8D2;
    cursor: pointer;
    padding-top:5px;
}
.placed_cells:hover {
    text-decoration: underline;
}
.dt-button {
    padding:5px 15px;
    font-weight: bold;
    margin-right: 5px;
}
.dt-button-collection {
    margin-top:5px!important;
}
.data_table .dt-yellow_bg{
    background-color: yellow!important;
}
.data_table .dt-blue_bg {
    background-color: #00f6ff!important;
}
.data_table .dt-green_bg {
    background-color: #88ff00!important;
}
.data_table .dt-purple_bg {
    background-color: #faa8ff!important;
}

@media screen and (max-width: 800px) {
    h2 {
        text-align: center;
    }
    .form_containter {
        width: 100%;
    }
    .float_right {
        float: none;
    }
    .tiny_mce {
        width: 100%!important;
    }

    .block_inputs {
        width: 100%;
    }
    .menu_container {
        width: 90%;
    }
    .sub_menu {
        position: static;
        width: 100%;
        background: none;
        box-sizing: border-box;
    }
    .menu {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .sub_menu a {
        font-size: 15px;
    }

    .sub_menu a:hover {
       text-decoration: none;
    }
    .menu:hover {
        text-decoration: none;
    }
    .new_add {
        margin:0px auto;
    }
    .report_block {
       width: 100%;
    }
    .form_containter {
        width: 100%!important;
    }

    .form_containter.inline_block {
        width: 100%;
    }

}


