:root {
    --primary: #0C587D;
    --secondary: #0C7D7D;
    --grey_01: #FAFAFA;
    --grey_02: #F5F5F5;
    --grey_03: #EEEEEE;
    --grey_04: #E0E0E0;
    --grey_05: #BDBDBD;
    --text_dark: #33393D;
    --text_light: #666B6E;
    --hover: RGBa(12, 125, 125, 0.1);
    --red: #BD4656;
    --green: #75AA00;
    --blue: #6060FF;
    --yellow: #F7A906;
    --shadow-big: 0 0 24px 0 rgba(0, 0, 0, 0.5);
    --shadow-small: 2px 2px 6px 2px rgba(102, 107, 110, 0.5);
    --radius-small: 0.5rem;
    --radius-big: 1rem;
}


main {
    display: flex;
    align-items: stretch;
    /*! height: calc(100vh - 0.5rem); */
    height: 100vh;
    /*! width: 100vw; */
    /*! height: 100%; */
    /*! overflow: hidden; */
    /*! background: blue; */
    /*background-image: linear-gradient(var(--primary) 0%, var(--secondary) 100%);*/
    background: linear-gradient(0deg, rgba(72, 115, 225, 1) 0%, rgba(52, 207, 151, 1) 100%);
}

.nav_left {
    /*! width: 6rem; */
    display: flex;
    flex-flow: column;
    overflow-y: auto;
    /*! box-shadow: var(--shadow-small); */
    z-index: 2;
    overflow-x: hidden;
    /*! width: 6rem; */
    min-width: 5.5rem;
    height: 100vh;
    /*background-color: var(--primary);*/
    /*! background-image: linear-gradient(var(--primary) 0%, var(--secondary) 100%); */
}



sup {
    line-height: 0.5rem;
    font-size: 0.5rem;
}


/*.content {*/
/*    !*! width: calc(100% - 6rem); *!*/
/*    background: var(--grey_02);*/
/*    !*! min-width: 1226px; *!*/
/*    width: 100%;*/
/*    !*! height: 100vh; *!*/
/*    !*! overflow-y: auto; *!*/
/*    overflow: auto;*/
/*    !*! padding: 2rem; *!*/
/*    padding: 2rem 0 3rem 0;*/
/*}*/

.logo {
    /*! max-width: 3rem; */
    /*! max-height: 3rem; */
    margin: auto 1rem 0 1rem;
    /*! padding-top: 4rem; */
    /*! margin: auto; */
}

.help {
    /*! display: flex; */
    /*! align-items: start; */
    /*! cursor: default; */
    /*! position: relative; */
    /*! width: 2rem; */
    /*! height: 2rem; */
    /*! background: aqua; */
    /*! margin: 0 0 0 0.5rem; */
}

.help .help_show {
    background: var(--grey_01);
    border-radius: var(--radius-small);
    box-shadow: var(--shadow-small);
    padding: 0 0.5rem;
    position: fixed;
    z-index: 4;
    display: none;
    max-width: 32rem;
}

.help .help_show .title {
    display: flex;
    border: none;
    align-items: center;
    /*! background: aqua; */
    font-size: 0.875rem;
}

.help .help_show article {
    margin: 0.5rem;
    font-size: 0.75rem;
    padding-bottom: 0.75rem;
}

.help .help_show article p {}


main .nav_left {
    padding: 1rem 0;
}

main .nav_left .menu_item a {
    /*! background-color: #F7A906; */
    margin: 1rem auto;
    padding: 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    opacity: 0.75;
}

main .nav_left .menu_item a:hover {
    opacity: 1;
}

main .nav_left .menu_item .active {
    opacity: 1;
    /*! color: white; */
    background: rgba(255, 255, 255, 0.25);
}

/*.content .title {*/
/*    margin: 0.5rem;*/
/*    color: var(--primary);*/
/*    font-weight: 500;*/
/*    !*! padding-bottom: 1rem; *!*/
/*    font-size: 0.875rem;*/
/*    border-bottom: solid 1px;*/
/*}*/

.content section {
    margin: 0 0 1rem 0;
    display: flex;
    /*! flex-wrap: wrap; */
    align-items: center;
    padding: 0 2rem;
    justify-content: flex-start;
    position: relative;
}

.content .column {
    align-items: flex-start;
}

.item {
    /*! margin-bottom: 2rem; */
    /*! display: flex; */
    /*! align-items: center; */
    /*! width: 100%; */
    /*! width: auto; */
    /*! min-width: 100%; */
    padding-bottom: 0.5rem;
}

.item .label {
    font-size: 0.75rem;
    margin-left: 0.5rem;
    font-weight: 300;
    margin-bottom: 0.25rem;
}

.label-chart {
    font-size: 0.75rem;
    font-weight: 400;
    /*! margin: -0.25rem 0 -0.25rem 0.5rem; */
    color: var(--text_light);
    position: absolute;

    top: 0;
    margin: -1.25rem auto auto -0.5rem;
}

section .label {
    /*! position: absolute; */

    font-size: 0.75rem;

    font-weight: 400;
    margin: -0.25rem 0 -0.25rem 0.5rem;

    color: var(--text_light);
    /*! background: aqua; */
}

.row {
    display: flex;
    flex-wrap: nowrap;
}

.row.week {
    margin-bottom: 1rem;
}

.box {
    /*! width: calc(4.5rem + 2px); */
    width: calc(100% / 7);
}

.box .el_input {
    text-align: center;
    padding: 0;
}

.scroll_area {
    background: white;
    /*! margin: 0 0.5rem; */
    border-radius: var(--radius-small);
    max-height: 24rem;
    overflow-y: auto;
    /*! box-shadow: 0 -16px 8px -16px var(--grey_05) inset, 0 16px 8px -16px var(--grey_05) inset; */

    /*! padding: 0.5rem; */
    /*! display: flex; */
    /*! margin-top: 1rem; */
    /*! position: relative; */
    margin: 0.5rem;
}

.scroll_area_message {
    max-height: 14rem;
}

.scroll_area.list {
    padding: 0.5rem;
}

.scroll_area .scroll_row {
    padding-top: 1rem;
    display: flex;
    flex-flow: column;
}

.scroll_area .scroll_row.week:last-child {

    padding-bottom: 1rem;
}

.scroll_row .name_check {
    /*! background: #9DC8E4; */
    width: 100%;

    /*! margin-right: 6rem; */
    padding-left: 0.5rem;
    font-weight: 500;
    color: var(--primary);
    /*! margin-left: 0.5rem; */
    display: flex;
    align-items: center;
}

.scroll_row .name_check .name {
    font-size: 0.75rem;
}

.scroll_row .row_check {
    display: flex;
    /*! margin: -0.5rem 0; */
}

.accept {
    display: flex;
    align-items: center;
    justify-content: end;
    /*! margin: 1rem 0; */
}

.date_name {
    /*! position: absolute; */
    /*! top: -1.25rem; */
    /*! background: aqua; */
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text_dark);
}

.date_name span {
    margin-right: 0.25rem;
    /*! padding-right: 0.25rem; */
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--text_light);
}

.nav_week {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--hover);
    border-radius: var(--radius-big);
    font-size: 0.75rem;
    margin: 0 0.5rem;
    font-weight: 500;
    color: var(--primary);
}

/*Навигация раздела*/
.nav_section {
    background: var(--primary);
    color: white;
    display: flex;
    border-radius: var(--radius-big);
    margin: 1rem 0.5rem;
    /*! width: 100%; */
    /*! overflow: clip; */
    flex-wrap: wrap;
}



.nav_section a {
    padding: calc(0.75rem + 1px) 2rem;
    display: block;
    font-size: 0.75rem;

}

.nav_section a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav_section .active {
    background: rgba(255, 255, 255, 0.25);

    /*! background: aqua; */
}

.nav_section>a:first-child {
    padding-left: 2rem;
}

/* добавление залов */

.scroll_tune_row {
    display: flex;
    align-items: center;
    /*! background: aquamarine; */
    padding: 0.25rem 0.75rem;
    transition: ease-in-out 0.3s;
    /*! border-radius: var(--radius-big); */
    font-size: 0.75rem;
}

.scroll_tune_row.create {
    background: var(--primary);
    position: sticky;
    top: 0;
    z-index: 1;
    /*! width: 100%; */
    /*! margin: -0.5rem -0.5rem 0 -0.5rem; */
    /*! padding: 0.5rem 0; */
    /*! border-radius: 0; */
    color: white;
}

.scroll_tune_row.create .text {
    /*! color: red; */
    margin-left: 1rem;
    /*! font-size: 0.75rem; */
    padding: 1.5rem 0;
}
/* iq8bit
.scroll_tune_row .button.green {
    display: none;
}

.scroll_tune_row.edited .button.green, {
    display: flex;
}

.scroll_tune_row.edited .button:not(.green) {
    display: none;
}
*/



.scroll_tune_row input {
    /*! background: red; */
    /*! margin: 0.5rem; */
    /*! max-width: 100%; */
    /*! min-width: 100%; */
    width: 100%;
    /*! width: 100%; */
    padding: 0.5rem 1rem;
    /*! padding-right: -0.5rem; */
    /*! margin-right: 9rem; */
    line-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scroll_tune_row .name {
    /*! background: antiquewhite; */
    /*! max-width: 19.5rem; */
    /*! margin: 0.25rem; */
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 0.75rem;
}

.scroll_tune_row .name .material-icons {
    color: var(--secondary);
}

.scroll_tune_row .value {
    /*! background: burlywood; */
    width: 9.5rem;
    margin: 0.25rem;
    position: relative;
    display: flex;
    align-items: baseline;
    padding: 0 0.5rem 0 0;
    justify-content: end;
}

.scroll_tune_row .value span {
    margin-left: 0.25rem;
}

.scroll_tune_row .value input {
    /*! background: yellow; */
    /*! margin-right: 0.25rem; */
    text-align: end;
    width: 6rem;
}

.scroll_tune_row.edited {
    background: var(--hover);
}

.scroll_tune_row.search {
    background: var(--primary);
    padding: 0 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1;
}

.scroll_tune_row.search .el_data {
    margin: 0.75rem 0.25rem;
    width: 100%;
}

.scroll_tune_row.edited input, .scroll_tune_row.create input {
    /*! background: antiquewhite; */
    border: solid 1px white;
    border-radius: var(--radius-big);
    /*! box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); */
    transition: ease-in-out 0.3s;
}

.scroll_tune_row.edited input:focus {
    border: solid 1px var(--primary);
}



.scroll_tune_row:hover:not(.edited):not(.create):not(.search) {
    background: var(--hover);
}

.drag_handle {
    display: block;
    padding: 0.5rem;
    cursor: grab;
    /*! background: aqua; */
}

/*informer styls*/
.informer {
    background-image: linear-gradient(var(--primary) 0%, var(--secondary) 100%);
    margin: 1rem 0.5rem;
    border-radius: var(--radius-big);
    padding: 1rem 1.25rem 0 1.25rem;
    color: white;
    font-size: 0.75rem;
    /*! width: 22rem; */
    height: 8rem;
}

.informer .name {
    width: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.informer .rating {
    /*! border: solid 1px white; */
    border-radius: 3rem;
    /*! padding: 0.5rem; */
    height: 3rem;
    display: flex;
    align-items: center;
    width: 3rem;
    justify-content: center;
    /*! min-width: 3.5rem; */
    /*! background: rgba(0, 0, 0, 0.1); */
    /*! color: var(--primary); */
    /*! border-radius: var(--radius-small); */
    font-size: 0.75rem;
    background: var(--primary);
    box-shadow: 4px 4px 8px #0a4765, -4px -4px 8px #0e6995;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.informer .rating:hover {
    background: var(--secondary);
}

.informer .rating span {
    font-size: 0.65rem;
    font-weight: 300;

    /*! opacity: 0.85; */
    /*! margin-top: 0.1rem; */
    /*! padding-left: 0.25rem; */
    cursor: pointer;
    padding: 0 0.25rem;
    /*! margin: 0; */
    /*! background: black; */
}

.informer .show {
    display: flex;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    /*! margin-bottom: 0.5rem; */
    align-items: center;
    justify-content: end;
    position: relative;
}

.informer .show.last {
    font-size: 0.75rem;
    font-weight: 400;
}

.informer .show .value {
    width: 8rem;
    text-align: end;
    margin-right: 1.25rem;
}

.informer .show .desc {
    width: 2.5rem;
    /*! background: aquamarine; */
    text-align: center;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-small);
    min-width: 2.5rem;
}

.informer .show .list_market {
    position: absolute;
    /*display: flex;*/
    flex-flow: column nowrap;
    font-weight: 300;
    bottom: 0;
    /*! right: -3rem; */
    background: var(--secondary);
    padding: 0.5rem 1rem;
    z-index: 2;
    border-radius: var(--radius-small);
    box-shadow: var(--shadow-small);
    align-items: start;
    width: max-content;
    display: none;
    left: 0;
    cursor: auto;
}

.informer .show .list_market .title {
    color: white;
    /*! background: aqua; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
    /*! font-weight: 400; */
    font-size: 0.75rem;
}

.informer .show .list_market .market {
    padding: 0.25rem 0;
}

.informer .show .list_market .market.my_hotel {
    font-weight: 500;
}

/*analitics*/
.chart {
    background: white;
    /*! width: auto; */
    height: 8rem;
    margin: 1rem 0.5rem;
    border-radius: var(--radius-big);
    padding: 0.5rem;
    /*! position: relative; */
}

.chart.full {
    /*! background: rgba(16, 16, 16, 0.5); */
    height: 24rem;
    /*! height: 100%; */
}

.show_table {
    /*! background: #459DC8; */
    /*! border-radius: 0 1rem 1rem 0; */
    /*! margin-left: -0.5rem; */
    /*! top: 1px; */
    /*! position: absolute; */
    /*! bottom: 100%; */
    /*! right: 0; */
    /*! top: 0; */
    /*! left: 0; */
    margin-bottom: auto;
    margin-top: 1rem;
    /*! width: 5rem; */
    /*! margin-left: -1rem; */
}

/* таблицы аналитики */

.popup_table {
    /*! background: var(--grey_01); */
    position: absolute;
    /*! right: 0; */
    /*! top: 0; */
    left: 0;
    /*! width: 100%; */
    margin: 1rem 2.5rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-radius: var(--radius-big);
    box-shadow: var(--shadow-small);
    border: solid 1px white;
    z-index: 3;
    /*! min-width: 54.5rem; */
    /*! max-width: 68rem; */
    /*! bottom: 0; */
    background: white;
    /*! border-bottom: none; */
}

.popup_table .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding: 0.5rem 0;
    margin: 2px 0 0 0;
    cursor: all-scroll;
}

.popup_table table {
    /*! width: 100%; */
    font-size: 0.75rem;
}

.popup_table table thead {
    font-size: 0.875rem;
    /*! font-weight: 500; */
}

.popup_table table thead tr {
    background: var(--hover);
    /*! padding: 0.25rem; */
}

.popup_table table tbody td:first-child {
    text-align: right;
    /*! margin-right: 1rem; */
    /*! padding-right: 1rem; */
    /*! padding: 0 1rem; */
}

.popup_table table th {
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
}

.popup_table table tbody td {
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: 400;
}

.popup_table table tbody tr:nth-child(2n) {
    background: var(--grey_02);
}

.popup_table table .button {
    margin: auto;
}

#table_1, #table_2, #table_3, #table_4, #table_5, #table_6, #table_7, #table_8, #table_9, #table_10, #table_11, #table_12 {
    display: none;
}

.drag_holder {
    background: var(--hover);
}

.data_table {
    /*! width: 100%; */
    background: white;
    margin: 0.5rem;
    border-radius: var(--radius-big);
    overflow: hidden;
    padding: 1rem;
}

.data_table table {
    width: 100%;
    /*! border-radius: var(--shadow-big); */
    /*! border-collapse: collapse; */
    /*! border-bottom: solid 1px white; */
    /*! padding: 0.5rem; */
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

.data_table table thead {
    background: var(--hover);
}

.data_table table tbody tr td .data {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: ease-in-out 0.3s;
}

.data_table table tbody tr td .data .dynamic {
    background: inherit;
    display: flex;
    /*! background: blue; */
    padding: 0.25rem;
}

.data_table table tbody tr td .data .dynamic.red .material-icons {
    color: var(--red);
    font-size: 0.875rem;
}

.data_table table tbody tr td .data .dynamic.green .material-icons {
    color: var(--green);
    font-size: 0.875rem;
}

.data_table table tbody tr:nth-child(2n) {
    background: var(--grey_02);
}

.data_table table th {
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
    /*! border: solid 1px white; */
    max-width: 8rem;
    min-width: 6rem;
}

.data_table table tbody td {
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
    /*! border: solid 1px white; */
}

.data_table table tbody td:first-child {
    text-align: left;
    /*! margin-right: 1rem; */
    /*! padding-right: 1rem; */
    /*! padding: 0 1rem; */
    font-size: 0.75rem;
}



.data_table .data .data_show {
    /*! display: none; */
    transition: ease-in-out 0.3s;
    color: var(--text_light);
    font-weight: 400;
    /*! opacity: 0; */
    /*! width: 0; */
    /*! height: 0; */
    scale: 0%;
    position: absolute;
    background: var(--grey_02);
    display: flex;
    padding: 0.5rem 1rem;
    box-shadow: var(--shadow-small);
    border-radius: var(--radius-small);
    flex-flow: column;
    align-items: flex-start;
    white-space: nowrap;
    font-size: 0.75rem;
    /*! width: 100%; */
    justify-content: space-evenly;
    bottom: 1.5rem;
}

.data_table .data:hover>.data_show {

    scale: 100%;
    z-index: 1;
}

.data_table table tbody .my_hotel td {
    font-weight: 500;
    /*! font-size: 1rem; */
    color: var(--primary);
}

.data_table .data .data_show span {
    font-weight: 500;
    color: var(--text_dark);
}

.welcome {
    /*! background: #0a4765; */
    /*! width: 100%; */
    /*! align-content: center; */
    /*! justify-content: center; */
    /*! display: flex; */
    margin: auto;
}

.welcome .logo {
    width: 10rem;
    margin: 0.5rem auto;
}

.welcome .remaind {
    color: white;
    font-size: 0.75rem;
    font-weight: 300;
    margin: 1rem;
}

.welcome .accept {
    justify-content: center;
}

.welcome .remaind a {
    display: flex;
    justify-content: center;
}

.lang {
    display: flex;
    justify-content: space-evenly;
    color: var(--grey_01);
}

.lang .select {
    /*! text-decoration: underline dotted; */
    box-shadow: 4px 4px 8px #0a4765, -4px -4px 8px #0e6995;
}

.lang .select.active {
    /*! text-decoration: none; */
    box-shadow: inset 4px 4px 8px #0a4765, inset -4px -4px 8px #0e6995;
    opacity: 1;
}

.group {
    display: flex;
    align-items: center;
    width: 100%;
    /*! background: antiquewhite; */
}

.data_table.month {
    overflow-x: auto;
}

.data_table.month th {
    padding: 0.25rem 0;
    min-width: 1.5rem;
    /*! max-width: initial; */
}

.data_table.month table tbody td {
    padding: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    max-width: 8rem;
    font-size: 0.75rem;
    min-width: 1.5rem;
    height: 2.5rem;
}

.data_table.month table tbody td:first-of-type {
    width: 70px;
}

.data_table.month .ok {
    background: var(--green);
    color: white;
}

.data_table.month .no {
    background: var(--red);
    color: white;
    position: relative;
}

.data_table.month .today {
    background: var(--blue);
    color: white;
    position: relative;
}

.data_table.month tbody td.pointer{
    cursor: pointer;
}

.langs {
    display: flex;
    justify-content: space-evenly;
}

