#switch_night_mode {
    display: none;
}

header#Релея_183452 #switch_night_mode,
header#Илья_484460 #switch_night_mode {
    display: block;
}

/* body.light main {
    background-color: #9598c2;
} */

/* body.light .box {
    background-color: #9598c2
} */

body.light {
    background: #e9e9e9;
    color: #000;
}

body.light header nav > :hover, body.light header nav .list .content a:hover {
    background-color: #cbc4fc;
    color: #000;
}

body.light header {
    background: #464866;
}

/* выезж */
body.light header nav {
    background-color:#464866;
}

body.light .list {
    color: #fff;
}

body.light th {
    background-color: #464866;
    color: white;
}

body.light table tr:nth-child(2n) {
    background-color: #d4d4d4;
    color: #3e4049;
    font-weight: 700;
}

body.light table {
    background-color: rgb(175, 172, 172);
    color: #3e4049;
    font-weight: 700;
}

/* чат */

body.light #chat_window #text_area {
    background-color: #d4d4d4;
}

body.light #chat_window #text_area .date {
    background-color: #ededed;
    color: rgb(0, 0, 0)
} 

body.light #chat_window #chat_tabs div {
    background-color: #464866;
}

body.light :-webkit-scrollbar-track {
    color: #08d34b;
    background-color: #464866;
}

body.light #chat_window #text_area .message.important {
    box-shadow: inset 0 0 0 1px #08d34b, -13px 0 15px -10px #43f017;
}

body.light #chat_window #context_menu {
    background-color: #ededed;
    color: #000000;
}

body.light #chat_window #text_area .message.mreport {
    background-color: #ededed;
    color: rgb(0, 0, 0)
}

body.light #chat_window #text_area .message {
    background-color: #ededed;
    color: rgb(0, 0, 0)
}

body.light #chat_window #text_area .message .time {
    color: rgb(0, 0, 0);
}


body.light main#chat #hints_check:checked+#hints>div {
background-color: #d3d8d7;
}

body.light #chat_window #controls{
    background-color: #464866;
}
body.light #chat_window #controls #type_message {
    background-color: #464866;
    color: #fff;
}

body.light #chat_window #controls .btn {
    background-color: #298a39;
    
}

/* отчёт */

body.light #report_params {
    background-color: #ededed;
}
body.light #report_params .option > div  {
    color: rgb(0, 0, 0);
}

body.light #report .table_wrap tbody tr td:first-child {
    background-color: #464866;
    color: wheat;
}

body.light #report_params select {
    background-color: #464866;
    color: rgb(255, 255, 255);
}

body.light .menu__btn > span, body.light .menu__btn > span::before, body.light .menu__btn > span::after {
    background-color: rgb(255, 255, 255);
}

/* квартиры */

body.light #report .rented {
color: #1e7708;
}

body.light .form {
    background-color: #249be0;
}

body.light .form input, body.light .form textarea, body.light .form select {
    background-color: #9bc8e2;
    color: rgb(0, 0, 0);
}

body.light #show_apartment_form .rent_info .sitem {
    background-color: #249be0;
}

/* пользователи */

body.light main#users .access > div label {
    background-color: #249be0;
    color: white;
}

body.light main#users form button:hover {
    background-color: #014166;
    color: aliceblue;
}

body.light main#users form button {
    background-color: #249be0;
    color: white;
}

body.light main#users #users_list .user {
    background-color: #249be0;
    color: white;
}

body.light main#users #users_list .user .parameter label {
    color: black;
}

body.light main#users #users_list .user .parameter input:checked + label {
    color: #fff;
}
body.light #popup_comment {
    background-color: #249be0;
    color: #fff;
}

