

/* Start:/bitrix/components/vsevset/enter_form/templates/.default/style.css?17195215691444*/
.popup_window_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.popup_window{
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    position: absolute;
    padding: 18px;
}
.popup_window.authorize_window{
    width: 350px;
    height: 310px;
    padding-top: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #B1B1B1;
}
.popup_window_title{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
.popup_window_body{
    padding: 0px 5px;
}

@media (max-width: 600px) {
    .popup_window.authorize_window{
        width: 100%;
        height: 100%;
        padding: 10px;

        border-radius: 0;
        box-shadow: none;
    }
    .popup_window.authorize_window .popup_window_body{
        max-height: calc(100% - 140px);
        overflow: auto;
        height: 150px;
        width: 100%;
        /*position: absolute;
        left: 0;
        top: 90px;
        bottom: 70px;
        margin: auto;*/
    }
    .popup_window.authorize_window .input_field_complex:last-child{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin: auto;
    }
    .popup_window.authorize_window .input_field_wrap.error{
        margin-bottom: 30px;
    }
}

/* End */


/* Start:/bitrix/templates/vsevset_template/styles.css?1719521680485*/
.table_in_text{
    border-spacing: 0;
    border: none;
    font-size: 14px;
    font-weight: 200;
    max-width: 100%;
}
.table_in_text tr:nth-child(2n+1) {
    background: #ebebeb;
}
.table_in_text tr:first-child td {
    padding: 16px 20px;
}
.table_in_text td {
    padding: 5px 20px;
    border: 1px solid #d9d9d9;
    text-align: center;
}
.table_in_text td:nth-child(1) {
    border-right: 1px solid #d9d9d9;
    text-align: right;
    max-width: 300px;
}
/* End */


/* Start:/bitrix/templates/vsevset_template/template_styles.css?171952167934027*/
section_rootbody, html {
    width: 100%;
    height: 100%;
}

section_rootbody {
    display: table;
}

html body {
    font-size: 13px;
    font-family: 'Open Sans';
    height: 100%;
    display: block;
    max-width: 100%;
}

.modal-body form {
    position: relative;
}

scroll_data {
    display: block;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.no_selected {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.yes_selected {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

a {
    font-size: inherit;
    text-decoration: underline;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

a i {
    padding: 0 5px;
}

body h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 10px 15px;
}

body h3 {
    padding: 5px 0px;
}

body textarea {
    max-width: 100%;
}

.wrapper {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 10px;
}

.buttin_block:after, .button_block:after, .title:after, .wrapper:after, title_top:after, .one_kp_tr .one_kp_top:after, .one_kp_tr .one_kp_bottom:after {
    content: '';
    clear: both;
    display: table;
}

.footer, .header {
    margin: 0;
}

.plavno, .button, .btn {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.logo_complex {
    position: relative;
}

.logo_complex .logo_complex_text {
    line-height: 14px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 700;
    display: none;
}

.logo_complex .logo_complex_icon {
    width: 100%;
    height: 85px;
    margin-top: 0px;
    background: transparent no-repeat center center;
    background-size: 70px auto;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.buttin_block {
    padding: 20px 0 0;
}

.buttin_block .btn, .title .btn, .title_top .btn,
.buttin_block .big_btn, .title .big_btn, .title_top .big_btn {
    float: right;
    margin-left: 10px;
    text-decoration: none;
}

.button_block .btn:last-child {
    float: right;
}

.btn i + span {
    padding-left: 7px;
}

.title {
    padding: 15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.title.small {
    padding: 9px 20px;
}

.title_top {
    border-bottom: 1px solid #000;
    margin: 0px -10px 0px;
    padding: 10px 10px 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.title_top:after {
    content: '';
    display: table;
    clear: both;
}

.title_top h1 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 35px;
}

.buttin_block .btn:last-child, .title .btn:last-child {
    margin-left: 0px;
}

.title h1, .title .table_search {
    float: left;
}

.title h1 {
    margin: 0;
    font-size: 32px;
}

.title_select {
    float: right;
    line-height: 34px;
    margin-right: 20px;
}

.change_view {
    margin: 0;
    padding: 10px 13px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.change_current_data {
    position: relative;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;

}

.change_current_data_scroll {
    overflow-y: hidden;
}

.title.small > .change_current_data {
    line-height: 40px;
    margin-bottom: -10px;
}

.change_current_data .runner {
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 0;
    width: 0px;
}

.title.small > .change_current_data .runner {
    height: 4px;
    bottom: -8px;
}

.change_current_data .btn {
    float: none;
    margin: 0 20px 0 15px;
}

.change_current_data .btn:first-child {
    margin: 0 15px 0 0px;
}

.change_current_data input {
    margin: 0 -10px;
    border: none;
    outline: none;
    text-align: center;
    width: 80px;
    cursor: pointer;
    font-weight: 600;
}

.change_current_data .table_legend {
    text-align: right;
    float: none;
    padding-top: 15px;
    font-size: 13px;
    margin-bottom: -10px;
}

.change_current_data .table_legend span {
    width: 20px;
    height: 20px;
}

.title_top .change_current_data {
    padding-top: 10px;
    height: 45px;
    margin-bottom: -10px;
}

.title_top .change_current_data a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.title_top .change_current_data .runner, .tabs_over .runner {
    height: 4px;
}

.change_current_data.flex {
    display: flex;
    padding: 0px 10px 0;
    overflow: hidden;
    overflow-x: auto;
}

.change_current_data.flex .change_view {
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
}

.change_current_data.scroll .runner,
.change_current_data.flex .runner {
    height: 3px;
    bottom: 0px;
    z-index: 1;
}

.change_current_data.scroll:after,
.change_current_data.flex:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #D8D8D8;
}

.change_current_data.scroll {
    overflow: hidden;
    overflow-x: auto;
}

.runner.plavno {
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}

.one_section_sub {
    padding-left: 25px;
    display: none;
}

.one_section_sub.open {
    display: block
}

.section_list_over {
    position: relative;
    display: table;
    width: 100%;
}

#section_root .section_list_over {
    width: calc(100% + 20px);
    margin: 0 -10px -10px;
}

#section_root.section_list_over {
    padding: 0;
    width: calc(100%);
    margin: 0;
}

.section_element, .section_list {
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    width: 50%;
    margin-left: 15px;
    margin-right: -10px;
    padding: 20px 15px;
}

.section_element #section_root {
    box-shadow: none;
    margin: -20px -15px 0 -10px;
}

.setting_section_element .back {
    display: none;
}

.section_list {
    margin-left: 0;
    padding: 0px;
    margin-right: -15px;
    padding: 0px;
    line-height: 1.8;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    height: 100%;
}

.section_list_title {
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0;
    cursor: auto;
}

.one_section {
    white-space: nowrap;
    border-top: 1px solid #000;
    padding: 12px 0px 12px 25px;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    display: block;
    color: inherit;
}

.one_section {
    border-top: 1px solid #c3ccd1;
}

.one_section i {
    padding-right: 4px;
    font-weight: 100;
}

.one_section i:before {
    content: "\f067";
}

.one_section.open i:before {
    content: "\f068";
}

.one_section_sub .one_section {
    border-top: none;
    padding: 0px 0px 0px 15px;
    margin: 5px 0;
    text-transform: none;
}

#section_root {
    position: relative;
    overflow: auto;
    padding: 0 10px 10px;
    background: #fff;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#section_root.small_section_root {
    padding: 10px 10px 0;
    margin-bottom: 20px;
}

.section_list_after {
    width: 5px;
    background: #ccc;
    position: absolute;
    height: 100%;
    left: 205px;
    top: 0;
    cursor: e-resize;
    z-index: 4;
}

.one_section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.one_section_sub .one_section:before {
    width: 3px;
}

.one_section_sub .one_section:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 1px;
    margin: auto;
}

.one_section.selected:before, .one_section:hover:before {
    height: 100%;
}

.CREATED_BY {
    float: right;
    min-width: 250px;
    font-size: 12px;
    line-height: 1;
}

#add_input_form .CREATED_BY {
    min-width: 50px;
}

.CREATED_BY .one_task_info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 74px);
    white-space: nowrap;
}

.CREATED_BY .one_task_user {
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.CREATED_BY .ava {
    width: 60px;
    display: inline-block;
    vertical-align: top;
}

.ava img {
    max-width: 50px;
    border-radius: 50%;
}

.search_input {
    position: relative;
    display: inline-block;
}

.search_input .icon {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 14px;
    line-height: 26px;
}

.btn {
    text-decoration: none;
}

/* для печати */
td.no_border, .print_table td.no_border {
    border: none;
}

.print_content {
    -webkit-print-color-adjust: exact;
}

.print_content p {
    text-align: justify;
}

.print_content p[align=center] {
    text-align: center;
}

.print_content p[align=left] {
    text-align: left;
}

.print_content p[align=right] {
    text-align: right;
}

.print_table {
    width: 100%;
    border-spacing: 0;
    margin: 0 auto;
}

table.no_padding td {
    padding: 3px;
}

.left_align_table td {
    text-align: left;
}

.end_page {
    page-break-after: always;
}

.HOLIDAY_DATA {
    width: 100%;
}

.HOLIDAY_DATA td {
    padding: 2px 3px;
}

.HOLIDAY_DATA tr:first-child td {
    font-weight: bold;
}

.final td {
    font-weight: 700;
}

.final td:first-child {
    text-align: right;
    padding-right: 20px;
}

.padding_table {
    width: 100%;
}

.padding_table td {
    padding: 10px;
}

.font_size_6 {
    font-size: 6pt;
}

.font_size_7 {
    font-size: 7pt;
}

.font_size_8 {
    font-size: 8pt;
}

.font_size_9 {
    font-size: 9pt;
}

.font_size_10 {
    font-size: 10pt;
}

.font_size_11 {
    font-size: 11pt;
}

.font_size_12 {
    font-size: 12pt;
}

.order_div_span {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    line-height: 1.5;
}

@media print {
    @page {
        margin: 0.5cm 1cm 0.5cm 2cm;
    }

    .order_div_span {
        border-bottom: 1px solid #000;
        padding-bottom: 2px;
        line-height: 1.5;
    }
}

/* для печати */

.hidden_wrap_title {
    height: 30px;
    background: #F2F2F2;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
}

.hidden_wrap.open .hidden_wrap_title {
    cursor: default;
}

.hidden_wrap_title i {
    float: right;
    line-height: 20px;
}

.hidden_wrap.open .hidden_wrap_title i {
    display: none;
}

.hidden_wrap .hidden_wrap_body {
    visibility: hidden;
}

.hidden_wrap.open .hidden_wrap_body {
    visibility: visible;
}

.hidden_wrap_title:after {
    content: '';
    clear: both;
    display: table;
}

.table_search form {
    display: inline-block;
    margin-left: 20px;
}

#MOMENTAL_MSG {
    position: fixed;
    z-index: 1000;
    width: 260px;
    bottom: 30px;
    right: 50px;
}

.momental_success a, .momental_error a {
    color: #fff;
}

.momental_success a:hover, .momental_success a:active, .momental_success a:link, .momental_success a:visited, .momental_error a:hover, .momental_error a:active, .momental_error a:link, .momental_error a:visited {
    color: #fff;
}

.momental_success, .momental_error {
    position: relative;
    opacity: 0;
    width: calc(100%);
    height: 0px;
    padding: 0;
    line-height: 14px;
    margin: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}

.momental_success {
    background: #3cc560;
    color: #fff;
}

.momental_error {
    background: #f14949;
    color: #fff;
}

.momental_success.show, .momental_error.show {
    opacity: 1;
    height: 70px;
    margin: 10px auto 0;
    padding: 20px;
    padding-right: 25px;
}

#MOMENTAL_MSG .close_button {
    position: absolute;
    top: 9px;
    right: 7px;
    margin: auto;
    width: 12px;
    height: 12px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#MOMENTAL_MSG .close_button:before, #MOMENTAL_MSG .close_button:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0.7;
    transform: rotate(45deg);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

#MOMENTAL_MSG .close_button:after {
    transform: rotate(-45deg);
}

#MOMENTAL_MSG .close_button:hover:before, #MOMENTAL_MSG .close_button:hover:after {
    opacity: 1
}

.kp_list_table {
    width: 100%;
}

.kp_list_table .kp_list_data_table {
    font-size: 14px;
}

.kp_list_table .kp_list_data_table th {
    font-size: 12px;
}

.kp_list_table .kp_list_data_table td {
    padding: 3px;
}

.search_data, #search_data, .section_element {
    min-height: 80px;

}

#search_data td {
    vertical-align: middle;
}

.job_tab,
.one_tab {
    width: 0px;
    display: block;
    vertical-align: top;
    margin-right: -4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    position: relative;
    max-height: 0px;
    height: 0;
}

.job_tab.active,
.one_tab.active {
    width: 100%;
    max-height: none;
    height: auto;
    overflow: visible;
    margin-top: 15px;
}

.all_page_content.show_big_table {
    position: fixed;
    left: 210px;
    top: 70px;
    min-height: 0px;
    margin: 0px;;

    width: calc(100vw - 210px);
    max-width: calc(100vw - 210px);
    height: calc(100% - 160px);
}

.all_page_content.show_big_table .title {
    position: fixed;
    left: 210px;
    top: 55px;
    z-index: 3;
    width: calc(100vw - 210px);
}

.all_page_content.show_big_table #section_root {
    overflow: auto;
    position: fixed;
    left: 210px;
    top: 125px;
    width: calc(100vw - 210px);
    max-width: calc(100vw - 210px);
    height: calc(100% - 125px);
}

.all_page_content.with_big_padding #section_root {
    top: 160px;
    height: calc(100% - 160px);
}

.no_data {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.no_data .fa {
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-right: 5px;

    color: #fff;
    background: #f0c624;
}

.data-form-control {
    cursor: pointer;
    width: 80px;
    border: none;
    background: transparent;
    outline: none;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    line-height: 1;
}

#preload {
    z-index: 1000;
}

.popup_list {
    position: absolute;
    top: 62px;
    opacity: 0;
    z-index: 1;
    padding: 7px 0px;
    line-height: 1;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    visibility: hidden;
    font-size: 13px;
    text-transform: none;
    white-space: nowrap;
    color: #000;
}

.popup_list a, .popup_list span, .popup_list input {
    display: block;
    padding: 10px 10px 10px 20px;
    font-weight: normal;
    cursor: pointer;
}

.popup_list a i, .popup_list span i, .popup_list span input {
    margin-left: -10px;
    margin-right: 5px;
    display: inline;
}

.popup_list a i {
    display: inline-block;
    width: 18px;
}

.popup_list input {
    float: none;
    background: transparent;
    text-align: left;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    font-size: inherit;
    width: auto;
}

.popup_list_angle_top {
    top: -22px;
    height: 22px;
    position: absolute;
    overflow: hidden;
    width: 33px;
}

.popup_list_angle_top:before {
    content: '';
    height: 15px;
    position: absolute;
    left: 9px;
    top: 16px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    width: 15px;
}

.open_down #add_btn .popup_list,
.open_down > .popup_list {
    opacity: 1;
    visibility: visible;
}

#add_btn .popup_list {
    top: auto;
    bottom: calc(100% + 12px);
    right: 8px;
}

.popup_list_btn #add_btn .popup_list_angle_top {
    top: auto;
    bottom: -22px;
    transform: rotate(180deg);
}

.popup_list_btn.open_down {
    z-index: 4;
}

.popup_list_btn {
    position: relative;
    z-index: 3;
}

.popup_list_btn > .fa {
    padding: 0 10px;
    cursor: pointer;
    font-size: 13px;
}

.popup_list_btn .popup_list {
    right: -6px;
    width: auto;
    top: 35px;
}

.popup_list_btn .popup_list.left {
    left: 0;
    right: auto;
}

.popup_list_btn .popup_list_angle_top {
    right: 0px;
}

.popup_list_btn .left .popup_list_angle_top {
    right: auto;
    left: 0;
}

.RESPONSE_USER {
    margin-bottom: 10px;
}

.RESPONSE_USER.edit {
    padding: 10px 5px;
    background: #f2f2f2;
    margin-bottom: 10px;
    opacity: 0.7;
}

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

.RESPONSE_USER .user_info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
    margin-left: 10px;
}

.RESPONSE_USER .user_info .user_name {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}

.RESPONSE_USER .user_info .user_edit_data {
    display: none;
}

.RESPONSE_USER .user_info .user_name .add_in_project, .RESPONSE_USER .user_info .user_name .td_delete {
    float: right;
}

.RESPONSE_USER.edit .ava, .RESPONSE_USER.edit .user_info {
    vertical-align: top;
}

.RESPONSE_USER.edit .user_info .user_edit_data .property_title {
    margin-top: 5px;
}

.RESPONSE_USER .td_add, [role="adding"] .RESPONSE_USER .add_in_project, .RESPONSE_USER.edit .td_delete {
    display: none;
}

[role="adding"] .RESPONSE_USER .td_add, [role="adding"] .RESPONSE_USER .td_delete {
    display: initial;
}

[role="adding"] .RESPONSE_USER {
    opacity: 1;
}

[role="adding"] .RESPONSE_USER .user_info .user_edit_data {
    display: block;
}

.auto_one_line {
    background: inherit;
    height: 20px;
}

.auto_one_line .text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 20px;
    overflow: hidden;
    padding: 3px;
}

.auto_one_line:hover {
    position: relative;
}

.auto_one_line:hover .text {
    overflow: visible;
    white-space: normal;
    position: absolute;
    background: inherit;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    left: 0;
    top: 0;
    height: auto;
    width: calc(100% + 20px);
}

.openable_block {

}

.openable_block .show_part {
    height: 0;
    overflow: hidden;
}

.openable_block.open .show_part {
    height: auto;
}

.openable_block .opener {
    display: inline-block;
    margin: 0px;
    color: #7d7d7d;
    border-bottom: 1px solid transparent;
}

.openable_block.open .opener {
    display: none;
}

.openable_block .opener:hover {
    border-bottom: 1px solid #7d7d7d;
}

.check-list ul {
    padding: 0;
    list-style: none;
}

.check-list ul li {
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.check-list ul li.remove {
    height: 0 !important;
    overflow: hidden;
}

.check-list ul .check-list-content {
    padding: 2px 5px;
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0;
    font-weight: normal;
}

.check-list ul li .check-list-text {
    max-width: calc(100% - 23px);
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.check-list ul li .check-list-content.edit .check-list-text {
    width: calc(100% - 18px);
}

.check-list ul .check-list-content label {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 50px);
    height: 100%;
    margin: auto;
}

.check-list ul .check-list-content.edit label {
    display: none;
}

.check-list ul .check-list-content:hover, .check-list ul .check-list-content.edit {
    background: #d5f1fc;
}

.check-list ul .check-list-content i.fa {
    color: #383838;
    padding: 7px 5px;
    margin: -5px 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 4px;
}

.check-list ul .check-list-content text i.fa:nth-last-child(3),
.check-list ul .check-list-content text_edit i.fa:nth-last-child(2) {
    right: 23px;
}

.check-list ul .check-list-content:hover i.fa, .check-list ul .check-list-content.edit i.fa {
    opacity: 1;
}

.check-list ul .check-list-content i.fa.fa-check, .check-list ul .check-list-content i.fa.fa-pencil {
    margin-left: 5px;
}

.check-list ul li input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 6px 0;
}

.check-list ul li input[type="checkbox"]:checked + .check-list-text val {
    text-decoration: line-through;
    text-decoration-color: rgba(0, 0, 0, 0.6);
}

.check-list ul .check-list-text text val {
    line-height: 1.1;
    padding-left: 10px;
    word-wrap: break-word;
}

.check-list ul .check-list-text text val a {
    position: relative;
}

.check-list ul .check-list-text text_edit, .check-list ul .check-list-content.edit .check-list-text text {
    display: none;
}

.check-list ul .check-list-text text, .check-list ul .check-list-content.edit .check-list-text text_edit {
    display: inline-block;
    vertical-align: middle;
}

.check-list ul .check-list-content.edit {
    display: block;
}

.check-list ul .check-list-content.edit .check-list-text text_edit {
    width: calc(100%);
}

.check-list ul .check-list-content.edit text_edit input {
    width: calc(100% - 0px);
    display: inline-block;
    vertical-align: middle;
    padding: 1px 3px;
    color: #555;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.check-list .check-list-add .input_field_wrap, .check-list .check-list-add i.fa {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
}

.check-list .check-list-add {
    height: 0;
    overflow: hidden;
    padding-bottom: 0px;
}

.check-list .check-list-add.show {
    height: auto;
    padding-bottom: 10px;
}

.check-list .check-list-add.show + a {
    display: none;
}

.check-list .check-list-add i.fa {
    color: #383838;
    padding: 7px 5px;
    margin: -5px 0;
    cursor: pointer;
    width: auto;
}

.check-list .check-list-add i.fa.fa-check {
    margin-left: 5px;
}

.h1_editable {
    position: relative;
    min-height: 34px;
}

.h1_editable text {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}

.h1_editable text h1 {
    padding: 0px 0;
    line-height: 20px;
    font-size: 25px;
    font-weight: 400;
}

.h1_editable.edit text, .h1_editable text_edit {
    display: none;
}

.h1_editable.edit text_edit {
    display: block;
    padding-right: 55px;
}

.h1_editable i.fa {
    color: #383838;
    padding: 7px 5px;
    margin: -5px 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 3px;
    top: 7px;
}

.h1_editable text i.fa {
    top: 2px;
    font-size: 16px;
    color: #00b2ff;
}

.h1_editable:hover i.fa, .h1_editable.edit i.fa {
    opacity: 1;
}

.h1_editable i.fa:nth-last-child(2) {
    right: 23px;
}

.right_panel {
    position: fixed;
    right: -70px;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 5;

    background: #fff;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
}

.show_right_panel .right_panel {
    right: 0;
}

.right_panel .delete_place {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-top: 1px solid #ccc;
    color: #f75a53;
}

.right_panel .delete_place:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.right_panel .delete_place.recive {
    background: #f8cdcb;
}

.input_field_wrap .datepicker {
    top: calc(100% + 5px) !important;
    left: 0% !important;
    visibility: hidden;
}

.input_field_wrap .datepicker.active {
    visibility: visible;
}

.version {
    position: fixed;
    z-index: 5;
    left: 10px;
    bottom: 10px;
    padding: 0px;
    font-size: 10px;
}

.user_data {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user_data._small {
    max-width: 150px;
}

.user_data .ava {
    margin-right: 5px;
    display: inline-block;
}

.user_data._small .ava {
    margin-right: 2px;
}

.user_data .ava img {
    border-radius: 50%;
    max-width: 35px;
}

.user_data._small .ava img {
    max-width: 20px;
}

.user_data._no_ava {
    display: inline;
}

.user_data._no_ava .ava {
    display: none;
}

.pay_price {
    white-space: nowrap;
}

.mobile_btns {
    display: none;
    font-size: 16px;
    padding: 15px 0px;
    text-align: right;
}

.title + .mobile_btns {
    padding-top: 5px;
}

.mobile_btn {
    display: none;
}

#add_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 3;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#add_btn:hover {
    opacity: 1;
    border-radius: 10px;
}

#add_btn:after,
#add_btn:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 32px);
    height: 2px;
    background: #fff;
}

#add_btn:before {
    transform: rotate(90deg);
}

.popup_screen {
    position: fixed;
    z-index: 10;
    top: 0px;
    height: calc(100% - 0px);
    overflow: auto;
    left: 100%;
    width: 100%;
    background: #F4F5F9;
    transition: left 0.2s ease-in-out 0s;
}

.popup_screen.show,
.popup_screen[show] {
    left: 0;
}

.body_scroller {
    position: fixed;
    top: 55px;
    left: 256px;
    width: calc(100% - 256px);
    height: calc(100% - 55px);
    overflow: auto;
    padding: 10px;
    padding-right: 30px;
}

[role="service_table"] {
    display: block;
    margin: -15px;
    width: calc(100% + 30px);
}

[role="service_table"] .body_scroller {
    position: relative;
    width: auto;
    height: auto;
    overflow: initial;
    left: auto;
    top: auto;
    padding: 10px;
}

.body_scroller .list_top {
    left: 0;
    height: auto;
    position: sticky;
}

.body_scroller .list_top [view] {
    float: right;
    margin-left: 10px;
    height: 36px;
    width: 24px;
    cursor: pointer;
}

.body_scroller .list_top .filter_data {
}

@media (max-width: 1372px) {
    .all_page_content.show_big_table {
        left: 40px;
        width: calc(100% - 210px);
        max-width: calc(100% - 210px);
    }

    .all_page_content.show_big_table .title {
        left: 40px;
        width: calc(100% - 40px);
    }

    .all_page_content.show_big_table #section_root {
        left: 40px;
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    .body_scroller {
        left: 40px;
        width: calc(100% - 40px);
        min-height: calc(100vh - 56px - 0px);
    }
}

@media (max-width: 768px) {
    .version {
        display: none;
    }

    .btn-success {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .title {
        margin: -10px -10px 10px;
        padding: 10px;
        border-radius: 0;
    }

    .title .table_search {
        width: calc(100% - 50px);

        width: calc(100%);
    }

    .title .table_search .search_input {
        width: 100%;
    }

    .title > .btn-success,
    .title .table_search + .btn-success {
        color: transparent;
        font-size: 0;

        display: none;
    }

    .title.small {
        padding: 9px 10px;
    }

    .title > .btn-success:before,
    .title .table_search + .btn-success:before {
        content: '+';
        font-size: 14px;
        color: #fff;
    }

    .mobile_btns {
        display: block;
    }

    #add_btn {
        bottom: 65px;
    }

    .body_scroller {
        left: auto;
        width: 100%;
        position: initial;
        padding: 10px;
    }

    .h1_editable {
        min-height: auto;
    }

    .h1_editable text h1 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .h1_editable text {
        padding: 0;
    }

    .h1_editable text i.fa {
        display: none;
    }

    .section_list_over {
        position: relative;
        overflow: hidden;
    }

    #section_root .section_list_over {
        min-height: calc(100vh - 56px);
    }

    .section_element,
    .section_list {
        width: 100% !important;
        display: block;
    }

    .section_list_after {
        display: none;
    }

    .section_element {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        box-sizing: border-box;
        margin: auto;
        background: #fff;
        padding: 0;
        transition: left 0.2s ease-in-out 0s;
    }

    .section_element #section_root {
        margin: 0;
    }

    .section_element.section_element_hide {
        left: 100%;
    }

    #section_root.tabs_over {
        margin: 0 -10px;
    }

    .section_element_hide {

    }

    .setting_section_element .back {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 auto;
        padding: 17px 14px;
        cursor: pointer;
    }

    .setting_section_element .title_top {
        padding-left: 50px;
    }
}

.arrow_back {
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: opacity .3s;
    opacity: 0.7;
    z-index: 1;
    position: relative;
}

.arrow_back:hover {
    opacity: 1;
}

.arrow_back:after, .arrow_back:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background-color: #383838;
    content: ""
}

.arrow_back:after {
    top: 25px;
}

.arrow_back:before {
    top: 18px;
}

.arrow_back:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.arrow_back:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#centrifuge_status {
    font-size: 14px;
    padding-top: 5px;
}

table.table > tbody > tr[prop_name] {
    background: #f3f7f9;
}

table.table > tbody > tr[prop_name] > td {
    box-shadow: none;
}

.title_ {
    display: block;
    color: #000;
}

.title_ .arrow_back {
    margin: 0px -3px 0 -1px;
    display: inline-block;
    vertical-align: top;
}

.title_ .arrow_back + .h1_editable {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.PERSONAL_NOTES,
[comment_id] {
    word-break: break-word;
}

.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 10px 0;
}

.skilet_animation.loading,
.skilet_animation.loading {
    background-color: #ccc;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.8s infinite linear;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 500px;
    }
}

@media (min-width: 769px) {
    .full_div .all_page_content {
        width: 1030px;
        margin: 55px 10px 0 256px;
        max-width: calc(100% - 256px - 334px);
    }

    body.full_div {
        background: #fff !important;
    }
}

@media (min-width: 1300px) {
    .full_div .all_page_content {
        width: calc(100% - 256px);
        margin: 55px 0px 0 256px;
        max-width: calc(100% - 256px);
    }
}

@media (max-width: 1650px) and (min-width: 769px) {
    .full_div .all_page_content {
        width: 100%;
        margin: 55px 0px 0 256px;
        max-width: calc(100% - 256px);
    }
}

@media (max-width: 1372px) and (min-width: 769px) {
    .full_div .all_page_content {
        margin: 55px 0px 0 40px;
        max-width: calc(100% - 40px - 0px);
    }
}

.add-btn {
    background: #ECF2F6;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px;
    display: block;
    text-align: center;
}

.add-btn:hover {
    background: #dCe2e6;
}

.order_add_service .modal-footer {
    display: none;
}

/* End */
/* /bitrix/components/vsevset/enter_form/templates/.default/style.css?17195215691444 */
/* /bitrix/templates/vsevset_template/styles.css?1719521680485 */
/* /bitrix/templates/vsevset_template/template_styles.css?171952167934027 */
