@font-face {
    font-family: Montserrat Bold;
    src: url('/delta-app/core/assets/fonts/montserrat/Montserrat-Bold.otf');
}
@font-face {
    font-family: Montserrat;
    src: url('/delta-app/core/assets/fonts/montserrat/Montserrat-Regular.otf');
}
body {
    font-family: Montserrat;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-width: 375px !important;
    text-align: center;
    width: 100%;
}
*::-moz-focus-inner {
    border: 0;
}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a {
    color: #405ba3;
    cursor: pointer;
}
b {
    font-weight: normal;
    font-family: Montserrat Bold;
}
.body_wrapper {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    text-align: left;
}

/* FORM --> */
.form {
    margin-bottom: 0px;
    padding: 0px 0px 15px 0px;
    border-radius: 0.25rem;
    max-width: 1200px;
}
.form h2 {
    text-align: center;
    margin-top: 0px;

}
.form_field {
    margin: 10px 0px 10px 0px;
}
.form input[type=text], .form input[type=password] {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-image: initial;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -moz-appearance: none;
    font-size: 16px;
    transition: all 0.1s ease 0s;
    padding: 12px;
    width: 100%;
}
.form select {
    width: 100%;
    padding: 13px 10px !important;
    border-radius: 0px;
    font-family: Montserrat;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid transparent;
}
.form input[type=text]::placeholder, .form input[type=password]::placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 100;
}
/*
.form input[type=text]:focus, .form input[type=password]:focus {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
    box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
}
 */
.form .form_bottom {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}
.form .td_left {
    padding: 10px 0px 3px 0px;
}
.form div.forgot {
    display: table-cell;
    text-align: right;
    font-size: 14px;
    vertical-align: top;
}
.form div.signup a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #4a4f93;
    border-radius: 4px;
    border-image: initial;
    background-color: #edeeff;
    color: #4a4f93;
    font-family: Montserrat !important;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form div.signup a:hover {
    background-color: #e2e4ff;
    color: #4a4f93;
}
.form .td_title {
    font-size: 18px;
    font-family: Montserrat Bold;
    margin: 20px 0px 0px 0px;
}
.form div.signup {
    font-size: 14px;
    border-top: 1px solid transparent;
    padding-top: 15px;
}
.form div.input span {
    font-size: 14px;
    display: block;
    margin: 10px 0px 5px 5px;
}
.form_error {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 7px;
    border:2px solid transparent;
}
.form_error p {
    margin:0px 0px 0px 0px;
    font-size: 14px;
}


input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #ccc;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease; /* АНИМАЦИЯ для фона */
    box-shadow: inset 0 0 0 0 #fff;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: left 0.3s ease; /* АНИМАЦИЯ для кружка */
}

input.apple-switch:checked {
    background-color: #007AFF; /* Цвет при ВКЛ */
    border-color: #007AFF;
}

input.apple-switch:checked:after {
    left: 22px; /* Позиция кружка при ВКЛ */
}



textarea:focus, input:focus{
    outline: none;
}
textarea {
    box-sizing: border-box;
}
.form textarea {
    width: 100%;
    height:100px;
    padding:10px;
    border-radius:3px;
    box-sizing: border-box;
    font-size:14px;
    font-family: Montserrat;
    border:2px solid transparent;
}
/* <-- FORM */

div.message {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 7px;
    box-sizing: border-box;
    border:2px solid transparent;
    width: 100%;
    align-self: flex-start;
}
div.message p {
    margin: 0px;
    padding: 0px;
}
.button {
    border:0px;
    padding:0px 25px;
    border-radius: 4px !important;
    font-family: "Montserrat";
    box-sizing: border-box;
    cursor:pointer;
    font-size:15px;
    height:38px;
    line-height:36px;
    display:inline-block;
    text-decoration:none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    text-transform: none;
}
.button:hover {
    text-decoration:none !important;
}

.red_button {
    border:0px;
    padding:0px 20px;
    text-align:center;
    border-radius: 4px !important;
    cursor:pointer;
    font-size:15px;
    height:38px;
    line-height:38px;
    display:inline-block;
    text-decoration:none;
    -webkit-appearance: none;
    box-sizing: border-box;
    white-space: nowrap;
}
.red_button:hover { text-decoration:none !important; }


/*
.form input[type=submit] {
    border-style: solid;
    border-width: 0px;
    border-radius: 4px;
    border-image: initial;
    background-color: #6C84CC;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto !important;
}
.form input[type=submit]:hover {
    background-color: #6278BA;
}
*/
.auth_component input[type=submit] {
    padding: 15px;
}

.filter_button {
    height: 38px;
    width: 38px;
    margin-left: 5px;
    background-image: url(/delta-app/core/assets/img/filter.svg);
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
}
div.table {
    display:table;
    width:100%;
}
div.table_user img {
    margin-right: 7px !important;
}
.right_side {
    width: 180px;
    padding: 0px 0px 0px 20px;
    display: none;
    vertical-align: top;
}
#filter_block {
    display: none;
    vertical-align: top;
}
div.td {
    display: table-cell;
    vertical-align: top;
}
div.th {
    display: table-cell;
    vertical-align: top;
}
div.table_row {
    display:table-row;
    width:100%;
}
.frame_menu_btn {
    width: 20px;
    height: 36px;
    right: 13px;
    top: 7px;
    z-index: 999;
    background-image: url(/delta-app/core/assets/img/frame_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 20px;
    filter: grayscale(1);
    cursor: pointer;
    position: absolute;
}
.frame_menu {
    display: none;
    position: absolute;
    max-width: 300px;
    min-width: 250px;
    margin-top: 40px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 99;
    background-color: #fff;
    right: 0px;
    margin-right: 20px;
}
.frame_menu .green_button {
    margin-bottom: 5px;
}
div.frame_menu ul {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}
div.frame_menu ul li {
    display: block;

}
div.frame_menu ul li a {
    display: block;
    padding: 1px 15px;
    border-radius: 4px;
    text-transform: none;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
}
div.frame_menu ul li a:hover {
    text-decoration: none;
}
div.frame_menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,1);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,1);
    z-index: 999999;
}
div.frame_menu ul li a:hover {
    background-color: #f4f4f4;
}
.table_setting {
    float: right;
    width: 15px;
    height: 15px;
    background-image: url(/delta-app/core/assets/img/setting.png);
    margin: 0px 0px 0px 0px;
    margin-top: 0px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    right: 7px;
    top: 7px;
}
.table_setting a {
    display: block;
    height: 15px;
    width: 15px;
}
div.cell {
    display:table-cell;
    vertical-align:middle;
}
div.cell img {
    border-radius: 25px;
    margin-right: 10px;
}
div.table_cell {
    display:table-cell;
    vertical-align:middle;
    position: relative;
}
.show_more {
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.show_more_comment {
    text-align:center;
    height:40px;
    line-height:40px;
    cursor:pointer;
    margin-left:60px;
}
.show_more:hover, .show_more_comment:hover {
}
.user_table th {
    font-weight:100;
    text-align:left;
    padding:5px 10px 5px 10px;
    position: sticky;
    top: 60px;
    z-index: 99;
}
.user_table td {
    border-bottom:1px solid transparent;
    vertical-align:middle !important;
    padding:10px 10px 10px 10px;
}
.user_table th a {
    padding:0px 15px 0px 0px;
    cursor:pointer;
}
.user_table th a.nosort {
    cursor: default !important;
}
.user_table th a.nosort:hover {
    text-decoration: none !important;
}
.user_table th a.asc {
    background-image:url(/delta-app/core/assets/img/sort_asc_blue.png);
    background-repeat:no-repeat;
    background-position:right;
}
.user_table th a.desc {
    background-image:url(/delta-app/core/assets/img/sort_desc_blue.png);
    background-repeat:no-repeat;
    background-position:right;
}
.user_table tbody tr {
    height: 55px;
}
.user_table td a {
    text-decoration:none;
}
.user_table td a:hover {
    text-decoration:underline;
}
.user_table td.td_status {
    text-align:right;
}
.user_table td.td_date {
    text-align:right;
}
.user_table img {
    margin:0px 5px 0px 0px;
    border-radius: 25px;
    float: left;
}
.user_table td.image {
    width:35px;
    padding:5px 0px 0px 0px;
}
td.td_edit {
    width:20px !important;
    padding:0px 2px 0px 2px !important;
}
td.td_edit a, a.edit_href {
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url(/delta-app/core/assets/img/pen.svg);
    opacity: 0.5;
    cursor:pointer;
    margin:8px 0px 0px 5px;
}
td.td_edit a:hover, a.edit_href:hover {
    opacity: 1;
}
h1.form_title {
    margin:-7px 0px 14px 0px;
}
div.info {
    font-size:11px;
    width: auto;
}
#di-preloader {
    opacity: 0.7;
    padding: 7px 6px 4px 6px;
    border-radius: 5px;
    width: 36px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -19px;
    display: none;
    text-align: center;
    z-index: 9999999;
    box-sizing: border-box;
}

ul.top_menu {
    list-style: none;
    display: table;
    width: 100%;
    height: 45px;
    table-layout: fixed;
    padding: 0px;
    margin: 0px 0px 10px 0px;

}
ul.top_menu li {
    display: table-cell;
    height: 40px;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space:nowrap !important;

}
div.top_menu_img {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align:middle;
    margin: -3px 5px 0px -7px;
    background-size: cover;
}
ul.top_menu a {
    text-decoration: none !important;
    border-radius: 3px;
    font-size: 14px !important;
    display: block;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-family: Montserrat Bold;
}
ul.top_menu li:last-child a {
    margin-right: 0px;
}
@media screen and (max-width: 720px) {
    ul.top_menu {
        display: block;
        width: 100%;
        height: auto;
    }
    ul.top_menu li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }
    ul.top_menu li a {
        margin-right: 0px !important;
    }

}
.auth_component {
    margin: 50px 0px 50px;
    text-align: center;
}
.auth_component .form {
    max-width: 500px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

div.block {
    border-radius: 7px;
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    width: 100%;
}
div.block h1 {
    font-weight: normal;
}
div.block div.block_header {
    padding: 0px 20px;
    font-size: 16px;
    min-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    align-content: center;
    position: relative;
}
div.block div.block_body {
    padding: 15px 20px 15px 20px;
}
div.block_header_container {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-content: center;
}
div.block_header_title {
    align-content: center;
    color: #333;
}
div.block_header_right {
    flex-grow: 1;
}
div.block_header_control {
    float:right;
}
@media only screen and (max-width: 850px) {

    div.block_header_right {
        display: block;
        position: relative;
        margin: 5px 0px 15px 20px;
    }
    div.block_header_control {
        float: none !important;
    }

}

#toggles *,*:before,*:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    /*transition*/
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
}
#toggles{
    width:45px;
    text-align:center;
}
.ios-toggle,.ios-toggle:active{
    position:absolute;
    top:-5000px;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label{
    display:block;
    position:relative;
    padding:10px;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:20px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}
.checkbox-label:before{
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    line-height:20px;
    text-indent:40px;
    height:20px;
    width:20px;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    /*box-shadow*/
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    left:-300px;
    padding:10px;
    height:100%;
    width:300px;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}

.ios-toggle:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 20px rgb(65, 191, 87),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow:inset 0 0 0 20px rgb(82, 191, 81),0 0 0 2px rgba(19,191,17,1);
    box-shadow:inset 0 0 0 20px rgb(69, 191, 72),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
    left:calc(100% - 20px);
    /*box-shadow*/
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
    content:attr(data-on);
    left:60px;
    width:36px;
}
.list_search {
    max-width: 200px;
    font-size: 13px !important;
    display:inline-block;
    position: relative;
    margin-right: 5px;
}
.list_search_field {
    font-size: 12px;
    padding: 3px 10px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    background-color: transparent;
    font-family: Montserrat;
}

div.search_clear {
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background-image: url('/delta-app/core/assets/img/modal_close.svg');
    background-size: cover;
}
.search_field {
    padding:0px 5px;
    height:26px;
    line-height:26px;
    border-radius:0px;
    width:200px;
    margin:0px 10px 0px 0px;
    border:1px solid transparent;
}



.modal {
    display: none;
    left: 50%;
    position: fixed !important;
    top:0px !important;
    z-index: 99999999;
    width:700px;
    min-height:400px !important;
    margin-left:-370px;
}


div.shadow {
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    opacity:0.7;
    z-index:999999;
    display: none;
}

.table_header_checkbox_checked {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 12px 0px rgba(255, 0, 0, 1);
}


.system_message {
    border-radius: 7px;
}

.clear {
    clear: both;
}

div.form_buttons {
    margin:20px 0px 20px 0px;
    /* width:700px; */
    display: table;
    width: 100%;
}
div.form_buttons_left {
    display: table-cell;
    text-align: left;
}
div.form_buttons_right {
    display: table-cell;
    text-align: right;
}

.select_file {
    height: 40px;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
}
.select_file input[type=file] {
    position:absolute;
    font-size:10px;
    width:195px;
    height:30px;
    opacity:0;
    cursor:pointer;
}
.select_file input[type=button] {
    position:absolute;
}

.file_form_container .del {
    width:20px;
    height: 20px;
    display:inline-block;
    margin:1px 0px 0px 6px;
    background-repeat:no-repeat;
    background-image: url(/delta-app/core/assets/img/white_close.png);
    background-position: center;
    float: right;
    cursor: pointer;
}

.file_form_container .val {
    display:inline-block;
    max-width:260px;
    overflow:hidden;
    float: left;
}
.file_form_container .selector_value {
    width:auto;
    border-radius:4px;
    height:20px;
    line-height:20px;
    display:inline-block;
    padding:5px 7px 5px 10px;
    background-color:#6C84CC;
    color:#FFF;
}
.selector_value a {
    color: #fff !important;
}

.multi_select .selector_value {
    margin: 0px 0px 0px 0px !important;
}

.img_form_description {
    opacity: 0.7;
    padding: 5px !important;
    position: absolute;
    width: 180px !important;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    z-index: 998;
}
.modal_body {
    padding:20px 20px 20px 20px;
    margin-top: 0px;
    overflow-y: auto !important;
    box-sizing: border-box;
    max-height: calc(100vh - 60px);
    text-align: left;
}
.modal_content {
    text-align: left;
}
.modal_content h1 {
    padding: 0px 30px 10px 20px;
    font-weight: 100;
}

div.close {
    width: 30px;
    height: 30px;
    background-image: url(/delta-app/core/assets/img/modal_close_black.svg);
    position: absolute;
    right: 20px;
    margin-top: 15px;
    cursor: pointer;
    opacity: 0.4;
    z-index: 1000000;
}
div.close:hover {
    opacity: 0.8;
}
.modal h4 {
    font-size:18px;
}

.modal_body {
    padding:20px 20px 20px 20px;
    overflow-y: auto !important;
    box-sizing: border-box;
    max-height: calc(100vh - 147px);
}

.modal_header {
    height: 65px;
    z-index: 999999;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
    font-size: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.modal_header h1 {
    margin:0px 0px 0px 0px;
    padding: 0px 70px 0px 20px !important;
    padding-right: 70px;
    font-size:22px;
}
div.modal_form {
    margin:-10px 0px 0px 0px;
    position: relative;
}
div.modal div.form_buttons_modal {
    bottom: 0px;
    height: 80px;
    width: 800px;
    box-sizing: border-box;
    padding: 20px 20px 0px 20px;
    position: fixed;
    margin-bottom: 15px;
    z-index: 999;
    display: inline-table;
}
@media only screen and (max-width: 500px) {
    .delete_button span.delete_button_icon {
        display: block;
    }
    .delete_button span.delete_button_txt {
        display: none;
    }
}
.delete_button span.delete_button_icon {
    display: none;
}

div.modal div.form_buttons_modal .button {
    min-width: 120px;
}
@media only screen and (max-width: 500px) {
    .delete_button span.delete_button_icon {
        display: block;
    }
    .delete_button span.delete_button_txt {
        display: none;
    }
    .delete_button {
        width: 50px !important;
        min-width: 50px !important;
        padding: 0px !important;
        margin-left: 7px !important;
    }
}

div.form_buttons {
    margin:20px 0px 20px 0px;
    /* width:700px; */
    display: table;
    width: 100%;
}
div.form_buttons_left {
    display: table-cell;
    text-align: left;
}
div.form_buttons_right {
    display: table-cell;
    text-align: right;
}

.img_prop_form {
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0px 10px 7px 0px;
}

.img_prop_form div.img_prop_form_del {
    width: 20px;
    height: 20px;
    background-color: #000;
    right: 0px;
    position: absolute;
    background-image: url(/delta-app/core/assets/img/white_close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 99;
}
.img_form_description {
    opacity: 0.7;
    padding: 5px !important;
    position: absolute;
    width: 180px !important;
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    z-index: 998;
}
.emptyIMGSpace {
    border:1px dashed #CCC;
    width: 180px;
    height: 180px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0px 10px 7px 0px;
}

table.di_calendar_table {
    width: 100%;
    max-width: 500px;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
}
table.di_calendar_table thead td {
    padding-bottom: 10px;
}
table.di_calendar_table td {
    text-align: center;
}
table.di_calendar_table .month_select {
    font-size: 30px;
    cursor: pointer;
}
table.di_calendar_table .di_unselectable {
    user-select: none;
}
table.di_calendar_table tbody td.calendar_active {
    cursor: pointer;
}
.di_calendar_table tfoot td {
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.di_calendar_table tfoot select {
    width: auto !important;
    padding: 5px 0px !important;
}
table.di_calendar_table {
    border: 1px solid transparent;
    border-collapse: collapse;
}
table.di_calendar_table .left_col {
    min-width: 200px;
}
table.di_calendar_table td, table.di_calendar_table th {
    border: 1px solid transparent;
    padding: 5px 5px;
}
table.di_calendar_table th {
    text-align: left;
    padding: 5px 15px;
}

table.calendar_ thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

table.calendar_ tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}
table.calendar_ thead th:first-child {
    left: 0;
    z-index: 1;
}
table.di_calendar_table .time_header {
    overflow: hidden;
    width: auto;
    height: 17.5px;
}
.time_header div {
    position: absolute;
    margin-top: -8px;
    overflow: hidden;
}
div.calendar_order {
    position: absolute;
    height: 44px;
    vertical-align: middle;
    text-align: center;
}
div.calendar_order a {
    margin-top: 4px;
    padding: 8px 0px;
    display: block;
    overflow: hidden;
}

/* COLORS */

table.di_calendar_table {
    border: 1px solid #CCC;
}
div.di_calendar_order a {
    color: #fff;
}
.di_calendar_weekend {
    background-color: #fff2e0;
}
table.di_calendar_popup {
    background-color: #fff;
}
.di_calendar_table tfoot td {
    background-color: #f9f9f9;
}
table.di_calendar_table tbody td.period {
    background-color: #b7b7b7;
}
table.di_calendar_table tbody td.period a {
    color: #666;
}
table.di_calendar_popup {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.18);
    -moz-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.18);
    box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.18);
}
table.di_calendar_table tbody td.calendar_day:hover {
    background-color: #ecefe7;
}
table.di_calendar_table tbody td.disabled, table.di_calendar_table tbody td.disabled a {
    background-color: #eee !important;
    color: #c1c1c1 !important;
}
table.di_calendar_table tbody td.selected {
    background-color: #E21621 !important;
    color: #fff !important;
}
table.di_calendar_table tbody td.selected a {
    color: #fff !important;
}
table.di_calendar_table tbody td:nth-child(n+6), table.di_calendar_table .holiday {
    color: rgb(231, 140, 92);
}
table.di_calendar_table tbody td.today {
    background-color: #B8ECB9;
    color: #000 !important;
}
table.di_calendar_table tbody td.today a {
    color: #000;
    background-color: transparent;
}

table.di_calendar_popup {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px;
    max-width: 300px !important;
}

div.chat {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}
div.chat_form {
    position: absolute;
    display: inline-table;
    bottom: 0px;
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid transparent;
}
div.chat_panel {
    margin: 0px 0px 5px 0px;
    height: 20px;
}
div.chat_form_mess {
    display: table-cell;
    padding: 0px 20px 0px 10px;
}
div.chat_form_mess textarea {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid transparent;
    resize: none;
    box-sizing: border-box;
    font-family: Montserrat;
    padding: 15px;
    font-size: 13px;
}
div.chat_form_send {
    display: table-cell;
    width: 50px;
    vertical-align: top;
}
div.chat_form_send a {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("/delta-app/core/assets/img/send.svg");
    filter: grayscale(1);
    cursor: pointer;
    margin-top: 8px;
    opacity: 0.8;
}
div.chat_form_send a:hover {
    opacity: 1;
}

.chat_message {
    margin: 0px 0px 20px 0px;
    display: inline-table;
    width: 100%;
}
div.chat_image_container {
    display: table-cell;
    width: 70px;
    vertical-align: top;
}
div.chat_user_photo {
    border-radius: 35px;
    width: 70px !important;
    height: 70px !important;
    overflow: hidden;
}
div.chat_user_photo img {
    width: 70px !important;
    height: 70px !important;
}
div.chat_message_container {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}
div.chat_time {
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
div.chat_user_name {
    margin: 0px 0px 5px 0px;
}
div.chat_date {
    text-align: center;
    margin: 10px 0px 10px 0px;
    color: #666;
}
div.chat_form {
    background-color: #fff;
    border-top: 1px solid #dae5f0;
}
div.chat_form_mess textarea {
    border: 1px solid #cbcacf;
}


div.selector {
    border-radius: 3px;
    height: 44px;
    overflow: hidden;
    background-image: url(/delta-app/core/assets/img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-sizing: border-box;
    border: 2px solid transparent;
}


div.selector input {
    user-select: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
}



.selector_value {
    width: auto;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 2px 7px 2px 7px;
    margin: 8px 0px 0px 8px;
}
.file_form_container .selector_value {
    margin: 0px 5px 5px 0px;
}
div.val {
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    float: left;
}
div.del {
    width: 12px;
    height: 12px;
    background-image: url(/delta-app/core/assets/img/modal_close.svg);
    display: inline-block;
    margin: 4px 0px 0px 7px;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}


div.select_item div.image {
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid transparent;
}
div.select_item {
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
div.select_item div.title {
    width: 220px;
    margin: 0px 0px 0px 10px;
    float: left;
}
.select_list {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    display: none;
    max-height: 215px;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    z-index: 999;
    border: 1px solid transparent;
}
.td_right {
    position: relative;
}
.date_form {
    max-width: 180px;
}

.object_block {
    margin:5px 0px 0px 0px;
    display:none;
}
.selected_object {
}
.selected_object span {
}
.object_input, .type_input {
    display:none;
}
.object_label {
    cursor:pointer;
    padding:2px 5px;
    border-radius:5px;
}
.type_label {
    cursor:pointer;
    padding:2px 5px;
    border-radius:5px;
}
.object_label span {
    border-bottom:1px dashed transparent;
}
.type_label span {
    border-bottom:1px dashed transparent;
}



.str_color {
    display: inline-block !important;
    border: 2px solid transparent !important;
    padding: 3px 7px !important;
    border-radius: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 3px !important;
    text-transform: none !important;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0px;
}
.str_color_menu {
    display: block;
    float: right;
    border: 2px solid transparent;
    padding: 2px 2px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 15px;
    width: 20px;
    text-align: center;
}




.selector_btn input {
    border: 0px;
    margin: 1px 0px 0px 5px;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.selector_btn input.find {
    background-image: url(/delta-app/core/assets/img/find.svg);
    background-size: 25px;
    border-radius: 17px;
    background-position: 5px 5px;
}
.selector_btn input.find:hover {  }

.selector_btn input.add {
    background-image: url(/delta-app/core/assets/img/plus.png);
    border-radius: 17px;
}


input.table_checked {
    margin:4px 0px 0px 8px;
}
div.check_panel {
    display: flex;
    align-content: center;
    gap: 10px;
    position:fixed;
    z-index:999;
    bottom:0px;
    width:100%;
    max-width: 400px;
    padding:10px 15px;
    margin:0px 0px 0px -20px;

}

div.check_panel select {
    max-width: 250px;
    padding: 9px 10px !important;
}
.check_option {
    display:none;
}
.deltawidget_modal_content:focus {
    outline: none;
}
.modal_body:focus {
    outline: none;
}
.list_img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
}

table.page_info {
    width: 100%;
    font-size: 13px;
}
table.page_info td {
    padding: 10px 20px 10px 0px;
    vertical-align: top;
    text-align: left;
}
table.page_info th {
    padding: 10px 20px 10px 20px;
    font-weight: 100;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    width: 200px;
}

.selector_file {
    display: inline-block;
    border-radius: 10px;
    max-width: 150px;
    min-height: 150px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: center;
    background-color: #f4f4f4;
    position: relative;
    padding: 15px;
}
.selector_file_name {
    overflow-wrap: break-word;
    word-break: break-all;
    display: block;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    height: 30px;
    margin-top: 5px;
}
.selector_file_ico {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.selector_file .del {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 1px 0px 0px 6px;
    background-repeat: no-repeat;
    background-image: url(/delta-app/core/assets/img/modal_close_black.svg) !important;
    background-position: center;
    cursor: pointer;
}
.file_ico {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 100px;
    text-align: center;
    /* Основной эффект: два градиента */
    background:
            linear-gradient(
                    to left bottom,
                    transparent 50%,
                    var(--corner-color, #ec0439) 0
            ) no-repeat 100% 0 / 19px 19px,
            linear-gradient(
                    -135deg,
                    transparent 14px,
                    var(--box-color, #b60128) 0
            );
}
.file_ico div.file_logo {
    width: 45px;
    height: 45px;
    top: 15px;
    left: 15px;
    position: absolute;
}
.file_ico div.file_ext {
    text-align: center;
    color: #fff;
    font-family: Montserrat Bold;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 75px;
    background-color: #850e1b;
}

.light_mode .page_info tr:nth-child(odd) {
    background: #f9f9f9; /* Цвет фона */
}
.light_mode .red_button { background-color:#BF3867; color:#FFF !important; }
.light_mode  .red_button:hover { background-color:#BF134F; }
.light_mode .list_img  {
    background-color: #f4f4f4;
}
.light_mode div.check_panel {
    background-color: #bec2d1;
}
.light_mode .selector_btn input.find {
    background-color: #E1E1E1;
}
.light_mode .selector_btn input.add {
    background-color: #6C84CC;
}
.light_mode .str_color_green {
    background-color: #e5ffe6;
    border: 2px solid #8ac88b !important;
    color: #8ac88b;
}
.light_mode .str_color_red {
    color: #ea7471;
    border: 2px solid #ea7471 !important;
    background-color: #fee;
}
.light_mode .selected_object {
    background-color:#6C84CC;
}
.light_mode .selected_object span {
    color:#FFF;
}
.light_mode .object_label {
    color:#6C84CC;
}
.light_mode .type_label {
    color:#6C84CC;
}
.light_mode .object_label span {
    border-bottom:1px dashed #6C84CC;
}
.light_mode .type_label span {
    border-bottom:1px dashed #6C84CC;
}
.light_mode .select_list {
    color: #000;
    background-color: #fff;
    border: 1px solid #9db9d6;
}
.light_mode div.select_item_active {
    background-color: #f2f5f9 !important;
}
.light_mode div.select_item {
    border-bottom: 1px solid #9db9d6;
}
.light_mode .select_list {
    color: #000;
}
.light_mode div.select_item div.image {
    background-color: #fff;
    border: 1px solid #9db9d6;
}
.light_mode .select_list {
    color: #000;
    background-color: #fff;
    border: 1px solid #9db9d6;
}

.light_mode .selector_value {
    background-color: #6C84CC;
    color: #FFF;
}
.light_mode div.selector {
    background-color: #fff;
    border: 2px solid #9db9d6;
}
.light_mode div.modal div.form_buttons_modal {
    background-color: white;
}
.light_mode .modal_header { color: #666; }
.light_mode .modal_body {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.light_mode .modal h4 { color:#000; }
.light_mode .system_message {
    border: 2px solid #feb23d;
    color: #f49500;
    background-color: #fff7ea;
}
.light_mode .save_message {
    color: #50ac52;
    border: 2px solid #50ac52;
    background-color: #e6ffe6;
}
.light_mode .no_result_title {
    border: 2px solid #feb23d;
    color: #f49500;
    background-color: #fff7ea;
}
.light_mode .form_error {
    color: #ea7471;
    border: 2px solid #ea7471;
    background-color: #fee;
}
.light_mode .user_table th {
    background-color:#f4f4f4;
    color:#999;
}
.light_mode .user_table td {
    border-bottom:1px solid #e1e1e1;
    color: #333;
    background-color: #ffffff;
}
.light_mode .user_table th a {
    color:#666;
}
.light_mode div.info {
    color:#666;
}
.light_mode .show_more {
    color: #50648E;
    background-color: #f2f5f9;
}
.light_mode .show_more_comment {
    color:#50648E;
    background-color:#f2f5f9;
}
.light_mode .show_more:hover, .light_mode .show_more_comment:hover {
    background-color: #e9ecf0;
}
.light_mode .show_up {
    background-color:#f2f5f9;
}
.light_mode .show_up:hover {
    background-color:#d8dfe9;
}
.light_mode #di-preloader {
    color:#FFF;
    background-color: #ececec;
}
.light_mode ul.top_menu li a {
    background-color: #a3b0bb;
    color: #fff !important;
}
.light_mode ul.top_menu li a.selected {
    background-color: #4e5a64 !important;
}
.light_mode ul.top_menu li a:hover {
    background-color: #333;
}
.light_mode div.shadow { background-color:#000; }

.light_mode .button {
    background-color:#6C84CC;
    color:#FFF !important;
}
.light_mode .red_button {
    background-color:#BF3867;
    color:#FFF !important;
}
.light_mode .red_button:hover {
    background-color:#BF134F;
}
.light_mode .gray_button {
    background-color:#E1E1E1;
    color:#1B1464 !important;
}
.light_mode .gray_button:hover {
    background-color:#DFE3E8 !important;
}
.light_mode .form input[type=text], .light_mode .form input[type=password], .light_mode .form input[type=email], .light_mode .form input[type="number"] {
    border: 2px solid #9db9d6;
    background-color: #fff;
    color: #333;
}

.light_mode input.apple-switch {
    background-color: #fff;
    border: 1px solid #D9DADC;
    box-shadow: inset -20px 0 0 0 #fff;

}
.light_mode input.apple-switch:after {
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.light_mode input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
}

.light_mode .invalid {
    border: 1px solid #f00 !important;
    border-top-color: rgb(255, 0, 0);
    border-right-color: rgb(255, 0, 0);
    border-bottom-color: rgb(255, 0, 0);
    border-left-color: rgb(255, 0, 0);
}
.light_mode input.invalid, textarea.invalid, select.invalid {
    border-color: #ea7471 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5) !important;
}
.light_mode .form textarea {
    border: 2px solid #9db9d6;
    background-color: #fff;
    color: #333;
}
.light_mode .form select {
    border: 2px solid #9db9d6;
    background-color: #fff;
    color: #333;
}
.light_mode .form select:disabled, .light_mode .form select[disabled] {
    background-color: #e0e6f2; /* светло-серый с синим оттенком для затенения */
    color: #7a7a7a; /* более светлый цвет текста */
    border-color: #a0a9c4; /* немного затемненная рамка */
    cursor: not-allowed; /* курсор запрета */
}
.light_mode .modal { background-color: #ffffff; }
.light_mode .list_search_field { color: #000; border: 1px solid #e3e3e3; }
.light_mode div.search_clear {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.light_mode .qr_left_side { background-color: #fff; }
.light_mode .qr_right_side { background-color: #eee; }
.light_mode .qrcode { border: 20px solid #cfcfcf !important; }
.light_mode .qr_lock_status {
    color: #ea7471;
    border: 2px solid #ea7471;
    background-color: #fee;
}
.light_mode .qr_lock_status_available {
    color: #50ac52;
    border: 2px solid #50ac52;
    background-color: #e6ffe6;
}
.light_mode .str_color_red {
    color: #ea7471;
    border: 2px solid #ea7471 !important;
    background-color: #fee;
}
.light_mode .str_color_yellow {
    border: 2px solid #feb23d !important;
    color: #feb23d;
    background-color: #fff7ea;
}
.light_mode .str_color_green {
    background-color: #e5ffe6 ;
    border: 2px solid #8ac88b !important;
    color: #8ac88b;
}

.light_mode .str_color_violet {
    background-color: #f0e6ff;
    border: 2px solid #b18fd9 !important;
    color: #b18fd9;
}

.light_mode .str_color_gray {
    background-color: #f0eeee;
    border: 2px solid #c1c1c1 !important;
    color: #878484;
}

.dark_mode .page_info tr:nth-child(odd) {
    background: #f9f9f9; /* Цвет фона */
}
.dark_mode .red_button { background-color:#BF3867; color:#FFF !important; }
.dark_mode  .red_button:hover { background-color:#BF134F; }
.dark_mode .list_img  {
    background-color: #f4f4f4;
}
.dark_mode div.check_panel {
    background-color: #bec2d1;
}
.dark_mode .selector_btn input.find {
    background-color: #E1E1E1;
}
.dark_mode .selector_btn input.add {
    background-color: #6C84CC;
}
.dark_mode .str_color_green {
    background-color: #e5ffe6;
    border: 2px solid #8ac88b !important;
    color: #8ac88b;
}
.dark_mode .str_color_red {
    color: #ea7471;
    border: 2px solid #ea7471 !important;
    background-color: #fee;
}
.dark_mode .selected_object {
    background-color:#6C84CC;
}
.dark_mode .selected_object span {
    color:#FFF;
}
.dark_mode .object_label {
    color:#6C84CC;
}
.dark_mode .type_label {
    color:#6C84CC;
}
.dark_mode .object_label span {
    border-bottom:1px dashed #6C84CC;
}
.dark_mode .type_label span {
    border-bottom:1px dashed #6C84CC;
}
.dark_mode .select_list {
    color: #000;
    background-color: #fff;
    border: 1px solid #9db9d6;
}
.dark_mode div.select_item_active {
    background-color: #f2f5f9 !important;
}
.dark_mode div.select_item {
    border-bottom: 1px solid #9db9d6;
}
.dark_mode .select_list {
    color: #000;
}
.dark_mode div.select_item div.image {
    background-color: #fff;
    border: 1px solid #9db9d6;
}
.dark_mode .select_list {
    color: #000;
    background-color: #fff;
    border: 1px solid #9db9d6;
}

.dark_mode .selector_value {
    background-color: #6C84CC;
    color: #FFF;
}
.dark_mode div.selector {
    background-color: #fff;
    border: 2px solid #9db9d6;
}
.dark_mode div.modal div.form_buttons_modal {
    background-color: white;
}
.dark_mode .modal_header { color: #666; }
.dark_mode .modal_body {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.dark_mode .modal h4 { color:#000; }
.dark_mode .system_message {
    border: 2px solid #feb23d;
    color: #f49500;
    background-color: #fff7ea;
}
.dark_mode .save_message {
    color: #50ac52;
    border: 2px solid #50ac52;
    background-color: #e6ffe6;
}
.dark_mode .no_result_title {
    border: 2px solid #feb23d;
    color: #f49500;
    background-color: #fff7ea;
}
.dark_mode .form_error {
    color: #ea7471;
    border: 2px solid #ea7471;
    background-color: #fee;
}
.dark_mode .user_table th {
    background-color:#f4f4f4;
    color:#999;
}
.dark_mode .user_table td {
    border-bottom:1px solid #e1e1e1;
    color: #333;
    background-color: #ffffff;
}
.dark_mode .user_table th a {
    color:#666;
}
.dark_mode div.info {
    color:#666;
}
.dark_mode .show_more {
    color: #50648E;
    background-color: #f2f5f9;
}
.dark_mode .show_more_comment {
    color:#50648E;
    background-color:#f2f5f9;
}
.dark_mode .show_more:hover, .dark_mode .show_more_comment:hover {
    background-color: #e9ecf0;
}
.dark_mode .show_up {
    background-color:#f2f5f9;
}
.dark_mode .show_up:hover {
    background-color:#d8dfe9;
}
.dark_mode #di-preloader {
    color:#FFF;
    background-color: #ececec;
}
.dark_mode ul.top_menu li a {
    background-color: #a3b0bb;
    color: #fff !important;
}
.dark_mode ul.top_menu li a.selected {
    background-color: #4e5a64 !important;
}
.dark_mode ul.top_menu li a:hover {
    background-color: #333;
}
.dark_mode div.shadow { background-color:#000; }

.dark_mode .button {
    background-color:#6C84CC;
    color:#FFF !important;
}
.dark_mode .red_button {
    background-color:#BF3867;
    color:#FFF !important;
}
.dark_mode .red_button:hover {
    background-color:#BF134F;
}
.dark_mode .gray_button {
    background-color:#E1E1E1;
    color:#1B1464 !important;
}
.dark_mode .gray_button:hover {
    background-color:#DFE3E8 !important;
}
.dark_mode .form input[type=text], .dark_mode .form input[type=password], .dark_mode .form input[type=email], .dark_mode .form input[type="number"] {
    border: 2px solid #9db9d6;
    background-color: #fff;
    color: #333;
}

.dark_mode input.apple-switch {
    background-color: #fff;
    border: 1px solid #D9DADC;
    box-shadow: inset -20px 0 0 0 #fff;

}
.dark_mode input.apple-switch:after {
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.dark_mode input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
}

.dark_mode .invalid {
    border: 1px solid #f00 !important;
    border-top-color: rgb(255, 0, 0);
    border-right-color: rgb(255, 0, 0);
    border-bottom-color: rgb(255, 0, 0);
    border-left-color: rgb(255, 0, 0);
}
.dark_mode input.invalid, textarea.invalid, select.invalid {
    border-color: #ea7471 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(234,75,64,.5) !important;
}
.dark_mode .form textarea {
    border: 2px solid #9db9d6;
    background-color: #fff;
    color: #333;
}
.dark_mode .form select {
    border: 2px solid #9db9d6;
    background-color: #fff;
    color: #333;
}
.dark_mode .form select:disabled, .dark_mode .form select[disabled] {
    background-color: #e0e6f2; /* светло-серый с синим оттенком для затенения */
    color: #7a7a7a; /* более светлый цвет текста */
    border-color: #a0a9c4; /* немного затемненная рамка */
    cursor: not-allowed; /* курсор запрета */
}
.dark_mode .modal { background-color: #ffffff; }
.dark_mode .list_search_field { color: #000; border: 1px solid #e3e3e3; }
.dark_mode div.search_clear {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.dark_mode .str_color_menu_red {
    color: #ea7471;
    border: 2px solid #ea7471 !important;
    background-color: #382c2c;
}
.dark_mode .str_color_menu_green {
    background-color: #283228;
    border: 2px solid #50ac52 !important;
    color: #50ac52;
}
