html {
    height: 100%;
    width: 100%;
    width: auto; /*это типа чтобы не скакало при открытии модалки, а formodal_fixed*/
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-family: sans-serif;
    background-color: #eff3f8;
}

img{
    border: 0;
}

.pagetext {

}

.pagetext h1 {

}

#html_container {
    min-height: 100%;
}

.wrapper {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
}

.lesenka {
    font-family: trebuchet ms;
    color: #7d7d7d;
    font-size: 13px;
    margin-top: 5px;

    margin-bottom: 9px;
}
.lesenka a{
    font-size: 13px;
    color: #7d7d7d;
    text-decoration: underline;

}

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

.lesenka span {
    color: #7d7d7d;
}

div.clearer {
    clear:               both;
    overflow:            hidden;
    zoom:                1;
    height:              0; /* ie */
}


div.metrika_code {
    display: none;
}

.footer_marginer {
    height: 90px;
}

  .footer_container {
    margin-top: -60px;
    bottom: 0;
    height: 60px;
    width: 100%;
    position: relative;
  }

  .footer {
      height: 60px;
  }

.band_holder {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    width: 100%;
}

.band {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.footer_container .band {
    z-index: auto;
}

.footer_container .wrapper {
    z-index: 1;
}

.band .band_background, .band .band_shadow {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-position: center top;
}

.band_holder_1660 .wrapper {
    width: 1660px;
}

  
.up_button_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    
}

@media only screen and (min-width: 1140px) {
    .up_button_container {
        display: block;
    }
}
 
.up_button_control {
    position: fixed;
    bottom: 15px;
}

.up_button {
    cursor: pointer;
    position: fixed;
    background-image: url(/img/up_top.png);
    height: 29px;
    width: 45px;
    right: 20px;
    bottom: 15px;
    display: none;
}

.up_button:hover {
    background-position:  45px 0;
}

.up_button_absolute {
    position: absolute;
}

.expander {
    width: 100%;
    display: inline-block;
    height: 0px;
}

.transition {
    transition: all 0.3s;
}

.phonelink {
    color: inherit;
    text-decoration: none;
}

.block_updated {
    overflow: hidden;
}

.block_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(255,255,255,0.8);
    background-image: url(/img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.icon_wrapper {
    position: relative;
}

.icon_inner {
    background-position: top left;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.icon_inner_hover {
    opacity: 0;
}

.icon_parent:hover .icon_inner_auto {
    opacity: 0;
}

.icon_parent:hover .icon_inner_hover {
    opacity: 1;
}

.unlogin_body {
    background-color: #eff3f8;
}

.unlogin_page {
    height: 100%;
    
}

.unlogin_table {
    width: 100%;
    height: 100%;
    display: table;
    
}

.unlogin_cell {
    display: table-cell;
    vertical-align: middle;
}

.autorization_container {
    max-width: 560px;
    margin: 50px auto;
    padding: 4px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #6366f1 70px, #eff3f8 180px);
    border-radius: 54px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
}

.autorization_block {
    background-color: #ffffff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 70px;
}

.autorization_head {
    text-align: center;
    margin-bottom: 30px;
}

.autorization_head_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.autorization_head_hint {
    color: #757575;
    font-size: 14px;
}

.autorization_form {
    
}

.autorization_form_item {
    margin-bottom: 30px;
}

.autorization_form_caption {
    font-size: 18px;
    margin-bottom: 6px;
}

.autorization_form_field {
    position: relative;
}

.autorization_form_submit {
    margin-top: 40px;
}

.sup_inputtext {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 15px;
    transition: border-color 0.3s;
    font-size: 14px;
    font-family: inherit;
}

.sup_inputtext:focus {
    border-color: #6366f1;
}

.autorization_button {
    width: 100%;
}

.sup_button {
    text-decoration: none;
    transition: all 0.3s;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 0;
    background-color: #6366f1;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.sup_button:hover {
    background-color: #4f46e5;
}

.autorization_pass_eye {
    position: absolute;
    width: 14px;
    height: 20px;
    background-image: url(/img/icon_eye.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.autorization_pass_eye:hover {
    background-image: url(/img/icon_eye_blue.png);
}

.autorization_pass_uneye {
    background-image: url(/img/icon_uneye.png);
}

.autorization_pass_uneye:hover {
    background-image: url(/img/icon_uneye_blue.png);
}

.autorization_error_block {
    display: none;
    background-color: #ffe7e6;
    padding: 20px 25px;
    border-left: 6px solid #ff5757;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.autorization_error_text {
    color: #ff5757;
    font-size: 14px;
    line-height: 20px;
    background-image: url(/img/autorization_error_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 28px;
}


.header_pos {
    height: 70px;
    position: relative;
    z-index: 4;
}

.header_band {
    overflow: visible;
}

.header_band .band {
    z-index: auto;
}

.header_band .band_background {
    background-color: #ffffff;
    box-shadow: 0 3px 4px 0 rgba(220,224,229,0.7);
}

.header_fixed {
    position: fixed;
    top: 0;
    z-index: 3;
}

.header_container {
    height: 70px;
    text-align: justify;
}

.header_button {
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s;
}

.header_button:hover {
    background-color: #f6f9fc;
    background-color: #f0f3f6;
}

.header_user_block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header_login {
    right: 100%;
    line-height: 50px;
    margin-right: 10px;
    position: absolute;
}

.header_button_menu {
    background-image: url(/img/icon_menu.png);
}

.header_button_menu:hover {
    background-image: url(/img/icon_menu_blue.png);
}

.header_button_exit {
    background-image: url(/img/icon_exit.png);
}

.header_button_exit:hover {
    background-image: url(/img/icon_exit_blue.png);
}

.header_title {
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    font-size: 20px;
}

.footer_title {
    border-top: 1px solid #dfe7ef;
    line-height: 55px;
    text-align: center;
    color: #757575;
    font-size: 14px;
    transition: margin 0.3s;
}

.content_band {
    overflow: visible;
}

.page_container {
    padding-top: 30px;
}

.leftmenu_container {
    z-index: 2;
    position: fixed;
    background-color: #ffffff;
    bottom: 30px;
    top: 100px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 4px 6px 0 rgba(220,224,229,0.7);
    transition: width 0.3s;
    overflow: hidden;
}

.leftmenu_container_absolute {
    position: absolute;
    top: auto;
    bottom: auto;
}

.leftmenu_container {
    width: 0;
}

.body_withmenu .leftmenu_container {
    width: 240px;
}

.leftmenu_block {
    width: 200px;
    padding: 20px;
}

.leftmenu_section {
    margin-top: 15px;
}

.leftmenu_section:first-child {
    margin-top: 0;
}

.leftmenu_section_title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
}

.leftmenu_items {
    
}

.leftmenu_item {
    margin-top: 10px;
}

.leftmenu_item:first-child {
    margin-top: 0;
}

.leftmenu_item_link {
    padding: 10px 15px;
    line-height: 20px;
    display: block;
    color: #495057;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
}

.leftmenu_item_link:hover {
    background-color: #f6f9fc;
    background-color: #f0f3f6;
    
}

.leftmenu_item_active .leftmenu_item_link {
    background-color: #f0f3f6;
    
}

.leftmenu_item_icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
}

.leftmenu_item_caption {
    vertical-align: middle;
    display: inline-block;
}

.content_container {
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100%;
    transition: margin 0.3s;
    padding: 30px 20px;
}

.body_withmenu .content_container {
    margin-left: 270px;
}

.body_withmenu .footer_title {
    margin-left: 270px;;
}

.content_h1 {
    font-weight: normal;
    font-size: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.content_block {
    line-height: 24px;
    font-size: 16px;
}

.welcome_stat_block {
    color: #495057;
    font-size: 14px;
}

.welcome_stat_item {
    margin-top: 10px;
}

.welcome_stat_item:first-child {
    margin-top: 0;
}


.topline_block {
    text-align: justify;
    font-size: 0;
    margin-bottom: 10px;
}

.topline_h1 {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.topline_group_block {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    display: none;
    
}

.topline_group_choosed {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.status_block {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    font-size: 0;
}

.status_item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
}

.status_item_orange {
    background-color: #f59e0b;
    color: #ffffff;
}

.status_item_orange:hover {
    background-color: #d97706;
}

.status_item_red {
    background-color: #ef4444;
    color: #ffffff;
}

.status_item_red:hover {
    background-color: #dc2626;
}

.status_item_green {
    background-color: #22c55e;
    color: #ffffff;
}

.status_item_green:hover {
    background-color: #16a34a;
}

.topline_group_statuses {
    
}

.topline_buttons {
    display: inline-block;
    vertical-align: middle;
}

.topline_export_block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.topline_export_button {
    padding: 0 60px 0 20px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.topline_export_icon {
    display: inline-block;
    vertical-align: middle;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/img/export_icon.png);
    height: 18px;
    width: 15px;
    margin-right: 3px;
}

.topline_button_caption {
    display: inline-block;
    vertical-align: middle;
}

.topline_export_arrow {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/arrow_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s;
    background-color: #6366f1;;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.topline_export_arrow:hover {
    background-color: #4f46e5;
}

.topline_export_types {
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: 2px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(220,224,229,0.7);
    display: none;
    z-index: 15;
}

.topline_export_types_item  {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    padding: 0 20px 0 40px;
    color: #5d6870;
    background-position: left 20px top 11px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.3s;
}

.topline_export_types_csv {
    background-image: url(/img/icons/icon_csv.png);
}

.topline_export_types_xlsx {
    background-color: #dee2e6;
    background-image: url(/img/icons/icon_xlsx.png);
}

.topline_export_types_item:hover  {
    background-color: #e9ecef;
}

.fakemodal_fade {
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    display: none;
}

.table_block {
    
}

.sup_table {
    
}

.sup_table th, .sup_table td {
    border-right: 1px solid #a5a6a8;
    border-bottom: 1px solid #a5a6a8;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    
    padding: 8px;
}

.sup_table th:first-child, .sup_table td:first-child {
    border-left: 1px solid #a5a6a8;
    
}

.sup_table th {
    border-top: 1px solid #a5a6a8;
    background-color: #f0f3f6;
}

.sup_table td {
    color: #495057;
    transition: color 0.3s, background-color 0.3s;
}

.tr_chet td {
    background-color: #fafafa;
}

.tr_checked td {
    background-color: #eef2ff;
    color: #4338ca;
}

.copy_button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: url(/img/icon_copy.png);
    background-position: center;
    background-repeat: no-repeat;
}

.sup_checkbox {
    display: none;
}

.sup_checkbox_label {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ced4da;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    transition: border-color 0.3s, background-color 0.3s;
}

.sup_checkbox_label:hover {
    border-color: #6366f1;
}

.sup_checkbox:checked ~ .sup_checkbox_label {
    border-color: #6366f1;
    background-color: #6366f1;
    background-image: url(/img/icon_check.png);
    background-position: center;
    background-repeat: no-repeat;
}

.sort_cell {
    cursor: pointer;
    transition: all 0.3s;
}

.sort_cell:hover {
    background-color: #e9ecef;
}

.sort_cell_icon {
    display: inline-block;
    width: 14px;
    height: 17px;
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(/img/sort_icon_default.png);
    margin-left: 3px;
}

.sort_cell_active {
    background-color: #eef2ff;
    color: #4338ca;
}

.sort_cell_asc .sort_cell_icon {
    background-image: url(/img/sort_icon_asc.png);
}

.sort_cell_desc .sort_cell_icon {
    background-image: url(/img/sort_icon_desc.png);
}

.sup_table th.is_filter_called {
    background-color: #f0f3f6;
}

.filter_caller {
    float: right;
    
    margin-top: -4px;
    margin-bottom: -4px;
    margin-right: -4px;
    margin-left: 4px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    background-color: #e9ecef;
    background-color: #ffffff;
    background-image: url(/img/filter_icon_gray.png);
    background-position: center;
    background-repeat: no-repeat;
    
    transition: background-color 0.3s;
}

.filter_caller:hover {
    background-color: #eef2ff;
}

.filter_caller_active {
    background-image: url(/img/filter_icon_blue.png);
}

.filter_modal {
    cursor: auto;
    position: absolute;
    background-color: #ffffff;;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
    margin-top: 8px;
    width: 190px;
    display: none;
    z-index: 6;
}

.filter_modal_field {
    margin-bottom: 15px;
}

.filter_modal_input {
    line-height: 38px;
    height: 40px;
}

.filter_modal_buttons {
    
}


.sup_button2 {
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 48px;
    
    color: #6366f1;
    border: 1px solid #6366f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.sup_button2:hover {
    color: #ffffff;
    background-color: #6366f1;
}

.filter_modal_clear {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    width: 85px;
    
}

.filter_modal_submit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 85px;
    float: right;
}

.sup_row_filtered, .child_row_filtered {
    display: none;
}

.pseudolink {
    color: #6366f1;
    cursor: pointer;
    border-bottom: 1px dotted #6366f1;
}

.pseudolink:hover {
    border-color: transparent;
}

.pagination_container {
    margin-top: 15px;
    text-align: center;
}

.pagination_block {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.pagination_item {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    color: #6c757d;
    transition: all 0.3s;
    background-position: center;
    background-repeat: no-repeat;
}

.pagination_item:hover {
    color: #343a40;
    background-color: #e9ecef;
}

.pagination_item.pagination_item_disabled {
    cursor: auto;
    background-color: transparent;
}

.pagination_item.pagination_item_active {
    cursor: auto;
    background-color: #eef2ff;
    color: #4338ca;
}

.pagination_list {
    display: inline
}

.pagination_arrow_begin {
    background-image: url(/img/pagination_begin_norm.png);
}

.pagination_arrow_left {
    background-image: url(/img/pagination_left_norm.png);
}

.pagination_arrow_right {
    background-image: url(/img/pagination_right_norm.png);
}

.pagination_arrow_end {
    background-image: url(/img/pagination_end_norm.png);
}

.pagination_arrow_begin:hover {
    background-image: url(/img/pagination_begin_hover.png);
}
.pagination_arrow_left:hover {
    background-image: url(/img/pagination_left_hover.png);
}
.pagination_arrow_right:hover {
    background-image: url(/img/pagination_right_hover.png);
}
.pagination_arrow_end:hover {
    background-image: url(/img/pagination_end_hover.png);
}

.pagination_arrow_begin.pagination_item_disabled {
    background-image: url(/img/pagination_begin_disabled.png);
}
.pagination_arrow_left.pagination_item_disabled {
    background-image: url(/img/pagination_left_disabled.png);
}
.pagination_arrow_right.pagination_item_disabled {
    background-image: url(/img/pagination_right_disabled.png);
}
.pagination_arrow_end.pagination_item_disabled {
    background-image: url(/img/pagination_end_disabled.png);
}

.onpage_block {
    display: inline-block;
    vertical-align: top;
}

.onpage_select {
    height: 40px;
    width: 70px;
}

.sup_row_pageout, .child_row_pageout {
    display: none;
}

.notice_container {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 320px;
    
    
}

.notice_block {
    z-index: 10;
    position: fixed;
    width: 320px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    padding: 15px 30px 15px 55px;
    
    color: #f59e0b;
    border-left: 6px solid #f59e0b;
    background-image: url(/img/notice_orange_icon.png);
    background-position: top 18px left 15px;
    background-repeat: no-repeat;
    background-color: #f9f2e7;
}

.notice_block_green {
    background-color: #e7f9f2;
    color: #35b289;
    border-color: #35b289;
    background-image: url(/img/notice_green_icon.png);
}

.notice_block_red {
    background-color: #ffeae9;
    color: #ff6868;
    background-image: url(/img/notice_red_icon.png);
    border-left-color: #ff6767;
}

.notice_block_title {
    font-weight: bold;
}

.notice_block_text {
    line-height: 24px;
}

.plug_loader {
  width: 48px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #6366f1;
  border: 1px solid;
  -webkit-animation: fillX 2s linear infinite;
          animation: fillX 2s linear infinite;
}
.plug_loader::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #6366f1;
  width: 5px;
  height: 12px;
}
@keyframes fillX {
    0%{ box-shadow: 0 0 inset }
    100%{ box-shadow: 48px 0 inset }
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    
}

.sup_table .child_row > td {
    border: 0;
    padding: 0;
}

.child_div {
    display: none;
}

.sup_opener {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webki-border-radius: 11px;
    cursor: pointer;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/opener_icon.png);
    transition: all 0.3s;
}

.sup_opener:hover {
    background-color: #f0f3f6;
}

.sup_row_opened .sup_opener {
    transform: rotate(90deg);
}

.topline_import_block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    overflow: hidden;
}

.import_input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding-top: 40px;
    cursor: pointer;
}

.topline_import_block:hover .import_button {
    background-color: #4f46e5;
}

.expand_button, .collapse_button, .import_button {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.expand_button, .collapse_button {
    line-height: 38px;
    height: 38px;
    margin-right: 5px;
}

.expand_all_icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    margin-right: 4px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/img/expand_icon_blue.png);
}

.expand_button:hover .expand_all_icon {
    background-image: url(/img/expand_icon_white.png);
}

.collapse_all_icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 3px;
    margin-right: 4px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/img/collapse_icon_blue.png);
}

.collapse_button:hover .collapse_all_icon {
    background-image: url(/img/collapse_icon_white.png);
}

.import_icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 18px;
    margin-right: 4px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/img/import_icon.png);
}

.child_table th {
    border-top: 0;
    background-color: #dbdbdb;
    padding: 6px;
}

.child_table td {
    background-color: #e7e7e7;
    padding: 6px;
}

.child_manage {
    width: 28px;
}

.manage_button  {
    width: 28px;
    height: 28px;
    cursor: pointer;   
    
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s;
}

.offer_del {
    background-image: url(/img/del_icon.png);
    background-color: #ef4444;
}

.offer_del:hover {
    background-color: #dc2626;
}

.offer_save {
    display: none;
    background-image: url(/img/save_icon.png);
    background-color: #22c55e;
}

.offer_save:hover {
    background-color: #16a34a;
}

.offer_cancel {
    background-image: url(/img/del_icon.png);
    background-color: #f59e0b;
}

.offer_cancel:hover {
    background-color: #e48d0a;
}

.edited_row .offer_save, .new_row .offer_save {
    display: block;
}

.offers_add_button, .offers_paste_button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s;
}

.offers_add_button {
    background-color: #22c55e;
    background-image: url(/img/add_icon.png);
    margin-bottom: 4px;
}

.offers_add_button:hover {
    background-color: #16a34a;
}

.offers_paste_button {
    background-color: #6366f1;
    background-image: url(/img/paste_icon.png);
}

.offers_paste_button:hover {
    background-color: #4f46e5;
}

.child_empty_data {
    display: none;
}

.offer_row .sup_inputtext {
    padding: 0 10px;
    line-height: 34px;
    height: 36px;
    min-width: 90px;;
}

.edited_row .sup_inputtext {
    max-width: 110px;;
}

.radio_wrapper {
    white-space: nowrap;
}

.radio_item {
    display: inline-block;
}

.radio_item input[type="radio"] {
    display: none;
}

.radio_item label {
    display: inline-block;
    background-color: #ffffff;
    line-height: 34px;
    padding: 0 15px;
    border: 1px solid #ced4da;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
}

.radio_item:first-child label {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

.radio_item:last-child label {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.radio_item label:hover {
    color: #6366f1;
}

.radio_item input[type="radio"]:checked ~ label {
    background-color: #6366f1;
    border-color: #6366f1;
    color: #ffffff;
    cursor: auto;
}

.sup_inputtext.notnull_error {
    background-color: #ffdddd;
}

td.edit_able {
    cursor: pointer;
    transition: background-color 0.3s;
}

td.edit_able:hover {
    background-color: #f0f3f6;
}

.new_row .edit_able, .edit_able.edited_cell {
    cursor: auto;
}

.new_row td.edit_able:hover, td.edit_able.edited_cell:hover {
    background-color: #e7e7e7;
}

.import_block {
    margin: 20px 0;
}

.import_error {
    background-color: #ffeae9;
    color: #ff6868;
    background-position: left 30px top 26px;
    background-repeat: no-repeat;
    background-image: url(/img/notice_red_icon.png);
    border-left: 5px solid #ff6767;
    padding: 30px 30px 30px 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 24px;
}

.import_success {
    background-color: #e7f9f2;
    color: #35b289;
    background-image: url(/img/notice_green_icon.png);
    background-position: left 30px top 31px;
    background-repeat: no-repeat;
    border-left: 5px solid #35b289;
    padding: 30px 30px 30px 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 24px;
}

.import_success .import_error {
    margin-top: 25px;
    padding: 20px;
    background-image: none;
    border: 0;
    margin-left: -50px;
}

.import_error_item {
    margin-top: 8px;
}

.import_error_item:first-child {
    margin-top: 0;
}

.import_error_item ul {
    
    margin: 0;
    margin-top: 5px;
}

.sup_table td.cell_without_offers {
    padding-right: 24px;
    background-position: right 6px center;
    background-repeat: no-repeat;
    background-image: url(/img/voskl_icon.png);
}

.winloose_icon {
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.winloose_que_icon {
    background-image: url(/img/winloose_que_icon.png);
}

.winloose_ok_icon {
    background-image: url(/img/winloose_ok_icon.png);
}

.winloose_voskl_icon {
    background-image: url(/img/winloose_voskl_icon.png);
}

.offer_row_green td {
    background-color: #90e59a;
}

.offer_row_red td {
    background-color: #f5a5a0;
}

.backlog_ready_block {
    border: 2px solid #ced4da;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.backlog_ready_active {
    border-color: #6366f1;
    background-color: #6366f1;
    background-image: url(/img/icon_check.png);
    background-position: center;
    background-repeat: no-repeat;
}

.backlog_ready_inner {
    display: none;
}

.sup_td_BacklogDate {
    cursor: pointer;
}

.sup_td_BacklogDate:hover {
    color: #6366f1;
}

.sup_td_BacklogDate.backlog_edited {
    cursor: auto;
}

.sup_td_BacklogDate.backlog_edited {
    color: #495057;
}

.backlog_datepicker {
    line-height: 38px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    width: 100px;
    color: #495057;
}

.backlog_images_container {
    
}
.backlog_images_visible {
    min-width: 260px;
}

.backlog_images_list {
    display: none;
    
}


.backlog_images_visible .backlog_images_list {
    display: inline;
}

.backlog_images_adder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.backlog_images_add {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #bdbdbd;;
    background-image: url(/img/img_icon_gray.png);
}

.backlog_images_add:hover {
    border-color: #6366f1;
    background-image: url(/img/img_icon_blue.png);
}

.backlog_images_visible .backlog_images_add {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url(/img/img_icon2_gray.png);
}

.backlog_images_visible .backlog_images_add:hover {
    background-image: url(/img/img_icon2_blue.png);
}

.backlog_images_item {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    border: 1px solid #bdbdbd;;
    margin-bottom: 5px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.backlog_images_item_inner {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.backlog_images_item_img {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
    display: block;
}

.backlog_images_item_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: rgba(0,0,0,0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/img_loop_img.png);
}

.backlog_images_item_hover:hover {
    opacity: 1;
}

.backlog_images_item_del {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    background-color: #f59e0b;
    transition: background-color 0.3s;
    background-image: url(/img/del2_icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.backlog_images_item_del:hover {
    background-color: #d97706;
}

.photoerror {
    font-size: 14px;
    line-height: 20px;
    background-color: #ffeae9;
    margin-top: 8px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.photoerror:first-child {
    margin-top: 0;
}