/* Start:/bitrix/templates/vsevset_template/styles.css?1611723419485*/
.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?161172341932924*/
section_rootbody, html {
    display: table;
    width: 100%;
    height: 100%;
}

html body {
    font-size: 13px;
    height: 100%;
    display: block;
    width: 100%;
    min-width: 1170px;
}

body textarea {
    max-width: 100%;
}

.modal-body form {
    position: relative;
}

.one_kp_trbody {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

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;
}

body h3 {
    padding: 5px 0px;
}

.wrapper {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 10px;
}

.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;
}

.all_page_content, .footer, .header {
    margin: 0;
}

.big_btn {
    display: block;
    text-align: center;
    padding: 7px 0 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    outline: none;
    border: none;
}

.btn.rounded {
    border-radius: 30px;
    padding: 5px 12px;
}

.big_btn svg,
.btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.big_btn > svg,
.btn > svg {
    margin-right: 5px;
}

span.big_btn {
    display: inline-block;
    text-align: center;
    padding: 4px 7px 5px;
    width: auto;
}

.big_btn i, .btn i {
    padding: 0;
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.td_add .btn i, .td_delete .btn i {
    margin: auto;
    padding: 2px;
    font-size: 14px;
}

.plavno, .big_btn {
    -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;
}

.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: inherit;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
}

.footer .copyright_block {
    position: relative;
    width: 230px;
    float: right;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 10px;
    background: transparent;
}

.footer .copyright_block .wrapper {
    padding: 15px 0px;
}

.footer .copyright_block .company_copyright {
    font-size: 12px;
    width: 60%;
    float: left;
    margin: 8px 0 5px 10px;
    color: #fff;
    font-weight: 300;
}

.footer .copyright_block #bx-composite-banner {
    float: right;
    margin-right: 7px;
    margin-top: 3px;
}

.footer .copyright_block .vsevset_copy {
    font-size: 11px;
    padding-left: 33px;
    position: relative;
    display: block;
    float: right;
    margin: 5px 6px 5px 0;
    color: #9fb3c3;
    line-height: 1;
    text-decoration: none;
    font-weight: 300;
}

.footer .copyright_block .vsevset_copy:before {
    content: "";
    background: url(/bitrix/templates/vsevset_template/images/vsevset_icon_26_26.png) no-repeat scroll 0px 0px transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 26px;
    height: 26px;
}

.footer .vsevset_social_block {
    display: none;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.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: 0 0 30px -5px #000;
}

.popup_window_title {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.popup_window_body {
    padding: 0px 5px;
}

.button {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.input_field_complex {
    position: relative;
    font-size: 14px;
    margin: 10px 0px 13px;
}

.input_field_complex .input_field_name {
    margin: 0px 5px 2px;
    font-weight: bold;
}

.input_field_wrap {
    padding: 0px;
    position: relative;
}

.input_field_wrap.animator_select {
    float: left;
}

.input_field_complex.C .input_field_name {
    display: inline-block;
}

textarea {
    width: 100%;
    height: 30px;
}

.C .input_field_wrap {
    display: inline-block;
    padding-left: 30px;
    border: none;
    box-shadow: none;
}

.input_field_wrap.B {
    padding: 5px;
}

.input_field_wrap.B:after {
    content: '';
    clear: both;
    display: table;
}

.input_field_wrap.B input[type=button] {
    float: right;
}

.input_field_wrap .input_field_item {
    outline: none;
    width: 100%;
}

.input_field_wrap .input_field_select {
    outline: none;
    width: 100%;
}

.input_field_wrap .input_field_textarea {
    outline: none;
    width: 100%;
}

.input_success_message, .input_error_message {
    position: absolute;
    top: 100%;
    width: 96%;
    left: 0;
    right: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 2%;
    margin: auto;
    margin-top: 5px;
    display: none;
    z-index: 5;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input_success_message:before, .input_error_message:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.input_field_wrap.error .input_error_message {
    display: block;
}

.input_field_wrap.success .input_success_message {
    display: block;
}

.input_field_wrap.button {
    margin-top: 20px;
    padding: 0;
}

.input_field_wrap.button .input_field_item {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0;
    cursor: pointer;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input_field_wrap.button.error .input_field_item {
    cursor: not-allowed;
}

.form-radio-control {
    padding: 6px 0px;
}

.form-radio-control.label-block {
    padding: 0px;
}

.form-radio {
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 0 0px 0 0;
}

.form-radio + label {
    cursor: pointer;
}

.label-block .form-radio + label {
    display: block;
    padding: 6px 0px;
    padding-left: 25px;
}

.form-radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.form-radio:not(checked) + label {
    position: relative;
    padding: 0;
    padding-left: 25px;
    margin: 0;
}

.form-radio[name='GENDER'] + label {
    width: calc(50% - 25px);
    margin: 0 10px 0 0;
}

.form-radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;

    border: 1px solid #02a9f0;
    background: #FFF;
}

.form-radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;

    background: #02a9f0;
}

.form-radio:checked + label:after {
    opacity: 1;
}

@media (max-width: 272px) {
}

.all_page_content {
    min-height: 100px;
    margin: 0px auto;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: calc(100% - 230px);
    width: 1100px;
    padding: 0 0px 0px;
}


.buttin_block {
    padding: 20px 0 0;
}

.buttin_block .btn, .title .btn, .title_top .btn {
    float: right;
    margin-left: 10px;
    text-decoration: none;
}

.title {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.title_top {
    background: #f3f7f9;
    border-bottom: 1px solid #d5d5d5;
    margin: 0px -10px 0px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.kp_list_table .title_top {
    padding: 6px 10px;
    border-top: 1px solid #dadada;
    border-radius: 0px;
}

.kp_list_table .title_top .change_current_data {
    padding-top: 6px;
    height: 35px;
}

.kp_list_table .one_task .one_kp_top {
    border: none;
}

.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;
}

body h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 10px 15px;
}

.title h1, .title .table_search {
    float: left;
}

.title .title_select {
    float: right;
    line-height: 34px;
    margin-right: 20px;
}

.title h1 {
    margin: 0;
    font-size: 32px;
}

.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_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%;
}

.modal-body .section_element, .modal-body .section_list {
    margin-left: 10px;
}

.modal-body .section_list {
    margin-left: 0;
    margin-right: -15px;
}

.modal-body .section_element {
    border-top: 1px solid #c3ccd1
}

.section_list_title {
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0;
    cursor: auto;
}

.one_section {
    white-space: nowrap;
    border-top: 1px solid #c3ccd1;
    padding: 12px 0px 12px 25px;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    display: block;
    color: inherit;
}

.one_section {
    white-space: nowrap;
    border-top: 1px solid #c3ccd1;
    padding: 15px 0px 15px 25px;
    text-transform: uppercase;
}

.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%;
}

.one_section:after {
    content: '';
    width: 190px;
    height: 1px;
    margin: auto;
    display: block;
}

.one_crm_task {
    font-weight: 600;
    margin: 15px 5px;
}

.one_kp_tr {
    background: #fff;
    border-radius: 10px;
    margin: 0 0 8px;
    border: none;
}

.one_kp_tr .one_crm_task {
    cursor: pointer;
    margin: 0;
}

.one_kp_tr .one_crm_task .one_crm_task_col {
    display: table-cell;
    margin: 0;
    padding: 20px 10px;
    width: 250px;
    vertical-align: top;
    border-left: 1px solid #d5d5d5;
    height: 100%;
}

.one_kp_tr .one_crm_task .one_crm_task_col:nth-child(1) {
    width: 60px;
    border-left: none;
    text-align: center;
}

.one_kp_tr .one_crm_task .one_crm_task_col:nth-child(2) {
    width: 780px;
}

.one_kp_tr .one_crm_task .one_crm_task_col.double:nth-child(2) {
    width: 1040px;
}

.one_kp_tr .one_crm_task .one_crm_task_col:nth-child(3) {
    text-align: right;
}

.one_kp_tr .one_crm_task.expired .one_crm_task_col:first-child {
    font-weight: 300;
}

.one_task.one_kp_tr.hid {
    padding-bottom: 0;
    cursor: pointer;
}

.one_task.one_kp_tr.remove {
    padding: 0 10px;
    margin: 0 0 -9px;
    opacity: 0;
    overflow: hidden;
}

.one_task.one_kp_tr.remove .one_kp_top {
    padding: 0px 25px;
    opacity: 0;
}

.one_task.one_kp_tr.remove .one_kp_top .one_kp_name {
    font-size: 0px;
    margin-top: 0px;
}

.one_task.one_kp_tr.remove .one_kp_top i.fa-angle-down {
    margin-top: 0px;
    font-size: 0px;
}

.one_task.one_kp_tr.remove .one_kp_top .CREATED_BY {
    line-height: 0px;
    font-size: 0px;
}

.one_task.one_kp_tr .hid_open {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    max-width: 300px;
}

.one_task.one_kp_tr.hid .hid_open {
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
}

.one_task.one_kp_tr .hid_open a {
    font-size: 16px;
}

.one_kp_tr.hid .one_kp_midle {
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
}

#client_detail_show_kp .one_kp_tr {
    box-shadow: none;
}

.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;
}

.CREATED_BY .ava img {
    max-width: 50px;
}

.one_kp_top .CREATED_BY {
    float: right;
    min-width: 50px;
    width: 150px;
    font-size: 14px;
    line-height: 50px;
}

.one_task .one_kp_top {
    padding: 2px 25px;
    margin: -10px -10px 0;
    cursor: pointer;
}

.one_task .one_kp_top h1 {
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 0 10px;
}

.one_kp_top i.fa-angle-down {
    border-radius: 8px;
    float: right;
    padding: 8px 10px;
    margin-top: 10px;
    transform: rotate(180deg);
}

.one_kp_tr.hid .one_kp_top i.fa-angle-down {
    transform: rotate(0deg);
}

.one_kp_tr .one_kp_midle {
    padding: 0px 0px 10px;
    position: relative;
}

.one_kp_tr .one_kp_midle .title_top {
    margin-bottom: 15px;
}

.one_kp_tr .one_kp_midle .title_top i.fa-ellipsis-h {
    float: right;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 1px;
    margin-right: 15px;
    cursor: pointer;
}

.one_kp_tr .one_kp_td {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 610px);
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}

.one_kp_tr .one_kp_td:nth-child(2) {
    width: 360px;
    margin-right: 10px;
}

.one_kp_tr .one_kp_td:nth-child(3) table tr td {
    padding: 0px 5px;
    text-align: left;
    vertical-align: middle;
    border: none;
    cursor: default;
}

.one_kp_tr .one_kp_td:nth-child(4) {
    width: 220px;
    margin-left: 10px;
    padding: 10px 15px;
}

.one_kp_tr .one_kp_td:nth-child(4) .big_btn {
    text-align: left;
    padding-left: 10px;
    margin: 5px 0;
}

.one_kp_tr .one_kp_td_title {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0 10px;
}

.one_kp_tr .one_kp_td table, .kp_data_table {
    width: 100%;
}

.kp_data_table.auto_width {
    width: auto;
}

.kp_data_table.auto_width th, .kp_data_table.auto_width td {
    text-align: center;
}

.one_kp_tr .one_kp_td table td, .kp_data_table td {
    height: 30px;
    padding: 0px 5px;
}

.kp_data_table tr:last-child td {
    border-bottom: none;
}

.kp_data_table a {
    font-weight: bold;
}

.kp_data_table select, .property_title select {
    box-shadow: none;
    outline: none;
    padding: 0 7px;
    border-radius: 1px;
    height: 26px;
    border: 1px solid #ccc;
    margin: 5px 0;
    font-weight: normal;
}

.kp_data_table input + .fa, .kp_data_table select + .fa, .property_title select + .fa {
    margin-left: 12px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.one_kp_tr .one_kp_td table td:first-child, .one_kp_tr .kp_data_table td:first-child, .kp_left_div .kp_data_table td:first-child {
    text-align: right;
    font-weight: bold;
}

.kp_left_div.one_history_kp {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.kp_left_div.one_history_kp .one_kp_td {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    border: none;
    padding: 0 10px;
}

.kp_left_div.one_history_kp .one_kp_td:nth-child(2) {
    margin-left: 30px;
    margin-right: 0;
    width: calc(100% - 360px);
    overflow: auto;
}

.one_kp_tr .kp_data_table td:first-child {
    white-space: nowrap;
}

.kp_data_table tr:nth-child(1) td:nth-child(2) {
    font-weight: bold;
}

.one_kp_tr .kp_data_table tr:nth-child(5) td:nth-child(1), .one_kp_tr .kp_data_table tr:nth-child(6) td {
    vertical-align: top;
    padding: 5px;
}

.kp_left_div.one_history_kp .kp_data_table tr td {
    white-space: nowrap;
}

.kp_data_table.history_right_table tr td {
    vertical-align: top;
    padding-top: 5px;
}

.kp_data_table.history_right_table tr td:first-child {
    white-space: nowrap;
}

.kp_data_table.history_right_table tr td:last-child {
    font-weight: normal;
    text-align: left;
}

.kp_left_div.one_history_kp .kp_data_table tr:last-child td:last-child {
    white-space: normal;
}

.one_kp_tr .one_kp_td table td:nth-child(3), .one_kp_tr .one_kp_td table td:nth-child(4) {
    font-weight: bold;
}

.one_kp_tr .one_kp_td:nth-child(3) .result_comment {
    margin: 20px 0 0;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.one_kp_tr .one_kp_td:nth-child(3) .result_comment .can_click {
    font-weight: bold;
}

.one_kp_tr .one_kp_td:nth-child(3) .result_comment .can_click.save {
    float: right;
    display: none;
}

.one_kp_tr .one_kp_td:nth-child(3) .result_comment textarea {
    margin-top: 5px;
    border-radius: 5px;
    resize: none;
}

.one_kp_tr .one_kp_td:nth-child(3) .result_comment textarea, .one_kp_tr .one_kp_td:nth-child(3) .result_comment.EDIT .can_click, .one_kp_tr .one_kp_td:nth-child(3) .result_comment.EDIT #RESULT_COMMENT {
    display: none;
}

.one_kp_tr .one_kp_td:nth-child(3) .result_comment.EDIT .can_click.save, .one_kp_tr .one_kp_td:nth-child(3) .result_comment.EDIT textarea {
    display: block;
}

.one_kp_tr .one_kp_bottom {
    margin-top: 15px;
    padding: 0 20px;
}

.one_kp_tr .one_crm_task.expired .one_crm_task_col:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.one_kp_tr .kp_result_d {
    margin: 5px 0;
}

.one_kp_tr .kp_result_d .col {
    margin: 0px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 0px);
    line-height: 14px;
    font-size: 13px;
    font-weight: bold;
}

.one_kp_tr .kp_result_d .col:first-child {
    margin: 0px;
    line-height: 24px;
    width: calc(50% - 10px);
    font-weight: bold;
    text-align: right;
}

.one_kp_tr .kp_result_d.input_field_wrap {
    width: 100%;
    margin: 0;
}

.one_kp_tr .kp_result_d .form-control {
    height: 24px;
    padding: 0px 3px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
}

.one_kp_tr .kp_result_d .col table {
    margin: 0;
}

.one_kp_tr .one_kp_td:nth-child(3) .kp_result_d .col table tr td {
    height: 24px;
}

.one_kp_tr .kp_result_d[multy] .col {
    vertical-align: top;
}

.one_kp_tr [TYPE_SECTION="4"] .kp_result_d .btn_success,
.one_kp_tr .kp_result_d .btn_success[small] {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
}

.one_kp_tr [TYPE_SECTION="4"] .kp_result_d .btn_success i,
.one_kp_tr .kp_result_d[multy] .btn_success i {
    padding: 0;
    font-size: 14px;
    margin-top: -16px;
}

.one_kp_tr .kp_result_d[multy] table + .btn_success {
    margin-top: 10px;
}

.price_over {
    float: right;
    font-weight: bold;
    font-size: 13px;
}

.price_over .price, .one_kp_name {
    font-size: 22px;

}

.one_kp_name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #383838;
}

.one_kp_name span.exp {
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
}

.property_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.modal-body .property_title {
    margin: 15px 0 5px;
}

.property_title input[type=checkbox] {
    margin: 0px 0 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.search_input {
    position: relative;
    display: inline-block;
}

.search_input .icon {
    position: absolute;
    top: 6px;
    right: 10px;
    line-height: 26px;
    font-size: 14px;
}

.field_group.input_field_complex {
    padding: 0 0 20px;
    margin-bottom: 10px;
}

a i {
    padding: 0 5px;
}

.btn {
    text-decoration: none;
}

.spisok {
    padding-left: 20px;
    margin-top: 10px;
}

.spisok_title a {
    margin: 0px 20px;
}

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;
}

table.no_padding td {
    padding: 3px;
}

.left_align_table td {
    text-align: left;
}

.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;
}

.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 20 px0 25px;
    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;
}

.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;
}

.result_micro_td {
    width: 270px;
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
}

.result_micro_td:nth-child(2) {
    width: 80px;
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
}

.result_micro_td:nth-child(3) {
    width: calc(100% - 405px);
}

.result_micro_td:nth-child(3) .col {
    width: 100%;
    float: left;
    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside:avoid;
    break-inside:avoid-column;
}

.result_micro_td data {
    display: block;
    height: 540px;
    background: #f3f7f9;
    border: 1px solid #ccc;
}

.result_micro_td data .search_input input[type=search] {
    border-radius: 0;
}

.result_micro_td data .search_input .icon {
    top: 6px;
    font-size: 14px;
    color: #333;
}

.result_micro_td:nth-child(1) data #search_data {
    height: 460px;
    overflow: auto;
}

.result_micro_td:nth-child(3) data {
    padding: 10px 10px 2px;
}

.result_micro_td:nth-child(3) data select {
    margin-bottom: 10px;
}

.result_micro_td:nth-child(3) data #search_data {
    height: 475px;
    overflow: auto;
}

.result_micro_td data tr.active td, .result_micro_td data tr.active:hover td {
    background: #00b2ff;
    color: #fff;
}

.end_page {
    page-break-before: 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;
    }
}

.search_data, #search_data, .section_element {
    min-height: 80px;

}

#search_data td {
    vertical-align: middle;
}

.client_one_tab {
    width: 0px;
    display: inline-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: 100px;
}

.client_one_tab.active {
    width: 100%;
    max-height: none;
    overflow: visible;
}

.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);
}

.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;
}

.change_current_data .runner {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 0px;
}

.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 .btn i {
    padding: 0 5px;
    display: initial;
    display: initial;
    margin: auto;
    vertical-align: top;
}

.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 {
    height: 4px;
}

.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;
}

.data-form-control {
    cursor: pointer;
    width: 80px;
    border: none;
    background: transparent;
    outline: none;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    line-height: 1;
}

.data-form-control:focus {
}

#preload {
    z-index: 1000;
}

.bootstrap-select .select-default {
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    outline: none;
    padding: 8px 17px;
}

.bootstrap-select .select-default.dropdown-toggle:focus {
    outline: none !important;
}

@media (max-width: 1372px) {
    .all_page_content.data_div {
        margin: 65px 10px 0 60px;
        max-width: calc(100% - 70px);
    }

    .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);
    }
}

.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;
}

.one_kp_midle .popup_list {
    width: calc(200px);
    right: 3px;
}

.open_down .popup_list {
    opacity: 1;
    visibility: visible;
}

.one_kp_midle .open_down .popup_list {
    top: 48px;
}

.popup_list a, .popup_list span {
    display: block;
    padding: 10px 0px 10px 20px;
    font-weight: normal;
}

.popup_list a i {
    margin-left: -10px;
    margin-right: 5px;
    width: 25px;
}

.popup_list_angle_top {
    top: -22px;
    height: 22px;
    position: absolute;
    overflow: hidden;
    width: 33px;
}

.one_kp_midle .popup_list_angle_top {
    right: 10px;
}

.popup_list_angle_top:before {
    content: '';
    height: 15px;
    position: absolute;
    left: 9px;
    top: 16px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    width: 15px;
}

@media (max-device-width: 768px) {
    .modal-dialog.modal-lg {
        width: 100%;
        margin: 0px auto;
    }
}

tr.inline {
    display: inline-block;
}

body table.table > thead > tr.inline > th,
body table.table > tbody > tr.inline > th,
body table > thead > tr.inline > th,
body table.table > tbody > tr.inline > td,
tr.inline td {
    box-shadow: none;
}

#kp_result_micro_form.modal {
    z-index: 4 !important;
}

#kp_result_micro_form.modal .modal-dialog {
    margin-top: 60px;
}

#kp_result_micro_form.modal + .modal-backdrop {
    z-index: 3 !important;
}

