:root {
    --primary: #1CA4E1;
    --secondary: #9DC8E4;
    --grey_01: #FAFAFA;
    --grey_02: #F5F5F5;
    --grey_03: #EEEEEE;
    --grey_04: #E0E0E0;
    --grey_05: #BDBDBD;
    --text_dark: #33393D;
    --text_light: #666B6E;
    --hover: #FFF9E6;
    --red: #E03148;
    --green: #3DAA00;
    --yellow: #F7A906;
    --grey_loyal: #746B7A;
    --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: 3px;
    --radius-big: 8px;
}

main {
    display: flex;
    align-items: stretch;
    /*! height: calc(100vh - 0.5rem); */
    height: 100vh;
    /*! width: 100vw; */
    /*! height: 100%; */
    /*! overflow: hidden; */
}

.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;
}

.nav_left .logo_client {
    height: 3rem;
    display: flex;
    align-items: center;
    /*! max-height: 3.5rem; */
    overflow: hidden;
    min-height: 3.5rem;
    /*! padding: 0.25rem 0; */
}

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

.nav_left .logo_client img {
    max-height: 2rem;
    margin: 0 auto;
    padding: 0.25rem;
}

.nav_left .logo {
    margin-top: auto;
    padding: 0.75rem;
}

.nav_left .menu_item a {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1rem 0;
    /*! background: antiquewhite; */
    border-left: solid 0.25rem white;
}

.nav_left .menu_item a:hover {
    background: var(--grey_02);
}

.nav_left .menu_item a.active {
    background: var(--grey_03);
    border-left: solid 0.25rem var(--primary);
}

.nav_left .menu_item .active .icon {
    color: var(--primary);
}

.nav_left .menu_item a .icon {
    color: var(--secondary);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_left .menu_item a .name {
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
}

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

.content .nav_top {
    display: flex;
    background: var(--primary);
    padding: 0 0.5rem;
    position: sticky;
    top: 0;
    z-index: 3;
    align-items: center;
    /*! min-width: 77rem; */
}

.content .nav_top .account {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.content .nav_top .account .user {
    color: white;
    font-size: 0.8125rem;
    font-weight: 300;
    white-space: nowrap;
}

.content .nav_top .account .action {
    position: absolute;
    background: var(--grey_03);
    box-shadow: var(--shadow-small);
    border-radius: 0 0 8px 8px;
    padding: 0.25rem;
    right: 0.5rem;
    top: -15rem;
    transition: ease-in-out 0.5s;
}

.content .nav_top .account .action.show {
    top: 0;
    transition: ease-in-out 0.5s;
}

.content .data {
    /*! background: aquamarine; */
    /*! overflow-x: hidden; */
    /*! width: 100%; */
    margin: 0 1rem;
}

.content .data .week {
    margin: 1rem 0;
    display: flex;
    position: sticky;
    top: 3.6rem;
    background: var(--grey_04);
    z-index: 1;

    min-width: 76rem;
}

.content .data .week .week_nav {
    /*! color: var(--primary); */
    /*! display: flex; */
    margin: auto;
}

.content .data .data_row {
    /*! margin: 0.5rem 1rem; */
    margin-bottom: 1rem;
    min-width: 76rem;
}

.content .data .data_row .left_blank, .content .data .week .left_blank {
    min-width: 10.5rem;
    display: flex;
    /*! width: 100%; */
    margin: 1px;
    position: relative;
    align-items: center;
    height: 2rem;
}

.content .data .data_row .right_blank, .content .data .week .right_blank {
    min-width: 8.5rem;
    display: flex;
    /*! width: 100%; */
    /*! margin: 1px; */
}

.content .data .data_row .hotel {
    display: flex;
    flex-flow: nowrap;
    /*! position: relative; */
    background: white;
    border-radius: var(--radius-big);
    /*! padding: 0.5rem; */
    font-size: 0.8125rem;
    margin-bottom: 1px;
    align-items: center;
    width: 100%;
}

.content .data .data_row .hotel .hotel_name {
    position: absolute;
    /*! width: 11.5rem; */
    padding: 0.5rem;
    /*! white-space: nowrap; */
    left: 0;
    margin-left: 0.05rem;
    /*! background: rgba(255, 255, 255, 0.75); */
    transition: ease-in-out 0.3s;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.content .data .data_row .hotel .hotel_name:hover {
    /*! color: var(--primary); */
    /*! cursor: pointer; */
}

.content .data .data_row .events {
    display: flex;
    flex-wrap: nowrap;
    /*! margin-left: 8rem; */
    /*! width: 100%; */
    height: 100%;
    /*! margin-bottom: 2px; */
}

.content .data .data_row .events .event.inactive>.info {
    background: var(--grey_05);
}

.content .data .data_row .events .wrap, .content .data .data_row .hotel .wrap, .content .data .week .wrap {
    width: calc(100%/7);
    min-width: 8.5rem;
    /*! background: aqua; */
    /*! border: solid 1px red; */
    /*! margin: 1px; */
    /*! display: flex; */
    /*! height: 100%; */
}

/* add new info*/
.content .data .data_row .hotel .wrap {
    height: 1.5rem;
    display: flex;
    justify-content: center;
    position: relative;

}

.content .data .data_row .hotel .wrap .bar_tool {
    background: var(--secondary);
    opacity: 0;
    z-index: -1;
    bottom: -1px;

    height: 2.125rem;
    margin-bottom: -0.25rem;
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: ease-in-out 0.3s;
}

.content .data .data_row .hotel .wrap:hover>.bar_tool {
    opacity: 1;
    z-index: 2;
    /*! position: absolute; */

}

.content .data .data_row .hotel .wrap .bar_tool .button {
    border: none;
    border-radius: 0;
    height: 100%;
    margin: 0 0.25rem;
    padding: 0 1rem;
    background: none;
    color: white;
}

.content .data .data_row .hotel .wrap .bar_tool .button:hover {
    background: var(--primary);
}



/* продолжительность  */
.content .data .data_row .events .wrap.duration_02 {
    width: calc((100%/7) * 2);
    min-width: calc(8.5rem * 2);
}

.content .data .data_row .events .wrap.duration_03 {
    width: calc((100%/7) * 3);
    min-width: calc(8.5rem * 3);
}

.content .data .data_row .events .wrap.duration_04 {
    width: calc((100%/7) * 4);
    min-width: calc(8.5rem * 4);
}

.content .data .data_row .events .wrap.duration_05 {
    width: calc((100%/7) * 5);
    min-width: calc(8.5rem * 5);
}

.content .data .data_row .events .wrap.duration_06 {
    width: calc((100%/7) * 6);
    min-width: calc(8.5rem * 6);
}

.content .data .data_row .events .wrap.duration_07 {
    width: calc((100%/7) * 7);
    min-width: calc(8.5rem * 7);
}

/* */

.content .data .data_row .hotel .wrap .spy_info {
    /*! color: var(--secondary); */
    display: flex;
    /*! width: 100%; */
    align-items: center;
    /*! background: antiquewhite; */
    justify-content: center;
}

.content .data .data_row .hotel .wrap.no_event:before {
    content: "block";
    font-family: 'Material Icons';
    /*! background: red; */
    margin: auto;
    font-size: 1rem;
    /*! display: flex; */
    /*! text-align: center; */
    color: var(--grey_04);
    /*! align-items: center; */
    /*! width: 100%; */
    justify-content: center;
}

.content .data .week .wrap .date {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    border-left: solid 1px var(--secondary);
    /*! background: aqua; */
    width: auto;
}

.content .data .week .wrap:nth-last-child(2) .date {
    border-right: solid 1px var(--secondary);
}

.content .data .week .wrap .date .day_letter {
    font-size: 0.8125rem;
    font-weight: 500;
}

.content .data .week .wrap .date .day_digit {
    font-size: 0.8125rem;
    color: var(--text_light);
    font-weight: 300;
}

.content .data .data_row .events .event {
    background: var(--grey_03);
    border-radius: var(--radius-small);
    margin: 1px;
    display: flex;
    overflow: hidden;
    /*! text-overflow: ellipsis; */
    /*! display: inline-block; */
    /*! white-space: nowrap; */
    /*! min-width: 8.5rem; */
    height: 4rem;
}

.content .data .data_row .events .event .info:hover {

    cursor: pointer;
}

.content .data .data_row .events .event .indicator {
    background: var(--grey_01);
    width: 0.375rem;
    min-width: 0.375rem;
    /*! height: 1rem; */
    /*! top: 0; */
    /*! position: relative; */
    /*! border-radius: 3px 0 0 3px; */
    position: relative;
    /*! overflow: hidden; */
}

.content .data .data_row .events .event .indicator .value {
    /*! height: 75%; */
    background: var(--secondary);
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    /*! overflow: hidden; */
}

.content .data .data_row .events .event .info {
    overflow: hidden;
    padding-left: 0.5rem;
    background: white;
    width: 100%;


}

/**/
.tooltip {
    background: var(--hover);
    position: absolute;
    /*! top: 0; */
    /*! left: 0; */
    max-width: 21rem;
    z-index: 2;
    font-size: 0.75rem;
    padding: 0.5rem;
    box-shadow: var(--shadow-small);
    /*! transition: ease-in-out 0.3s; */
    border-radius: var(--radius-big);
    /*! bottom: 0; */
    opacity: 0;
}

.tooltip span {
    display: block;
}

.tooltip span:last-child {
    font-weight: 300;
}

/**/
.content .data .data_row .events .event .info .icons {
    display: flex;
    /*! align-items: center; */
    /*! justify-content: start; */
    margin-left: -0.25rem;
}

.content .data .data_row .events .event .info .icons span {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    /*! background: aqua; */
    display: flex;
    align-items: center;
    margin: 0.25rem;
    padding: 0;
    color: var(--grey_01);
    cursor: default;
}

.content .data .data_row .events .event .info .icons .active {
    color: var(--secondary);
}

.content .data .data_row .events .event .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    /*! display: inline-block; */
    white-space: nowrap;
    /*! width: 9rem; */
    font-size: 0.75rem;
    font-weight: 400;
    padding-right: 0.25rem;
    /*! height: 1rem; */
    margin-top: 0.25rem;
}

.content .data .data_row .events .event .info .topic {
    overflow: hidden;
    text-overflow: ellipsis;
    /*! display: inline-block; */
    white-space: nowrap;
    /*! width: 9rem; */
    font-size: 0.6875rem;
    font-weight: 300;
    color: var(--text_light);
    padding-right: 0.25rem;
    margin-bottom: 0.25rem;
}

/* вывод фото превью */
.photo_tiles {
    display: flex;
    flex-flow: wrap;
    /*! justify-content: end; */
    /*! padding: 0.25rem; */
}

.pic {
    background: white;
    padding: 0.5rem;
    border: solid 1px var(--grey_04);
    border-radius: var(--radius-big);
    width: calc(5.75rem + 3px);
    height: calc(5.75rem + 3px);
    /*! object-fit: cover; */
    margin: 0.5rem;
    position: relative;
    transition: ease-in-out 0.3s;
    /*! margin-left: auto; */
}

.pic:hover {
    border: solid 1px var(--secondary);
}

.pic.staff {
    width: 100%;
    /*! width: auto; */
    /*! cursor: pointer; */
}

.pic.staff img {
    cursor: auto;
}

.pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: zoom-in;
}

.pic .button {
    /*! background: red; */
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: var(--radius-small);
}

/**/
.notify .el_data {
    /*! margin: 1rem 0.5rem; */
}

.el_data .single_button {
    margin: 0;
}

.content .company {
    margin: 0 1rem;
}

.content .company .company_row {
    display: flex;
    flex-flow: nowrap;
    /*! align-items: center; */
    background: white;
    border-radius: var(--radius-big);
    margin-bottom: 0.5rem;
    transition: ease-in-out 0.3s;
    min-width: 75rem;
}

.content .company .company_row:hover:not(.content .company .company_row.header:hover) {
    /*! color: var(--primary); */
    cursor: pointer;
    background: var(--hover);
}


.content .company .company_row.header {
    background: none;
    /*! color: var(--primary); */
    font-weight: 500;
    /*! position: sticky; */
    /*! top: 0; */
    /*! align-items: end; */
    /*! margin-bottom: 0.5rem; */
    margin-top: 0.5rem;
    position: sticky;
    top: 3.6rem;
    background: var(--grey_03);
    border-radius: 0;
}

.content .company .company_row.header .cell {
    justify-content: space-between;
    /*! margin-bottom: 0.5rem; */
    /*! background: aliceblue; */
    /*! line-height: 1.5rem; */
    /*! border-right: none; */
}

.content .company .company_row .cell {
    padding: 0 0.5rem;
    /*! background: burlywood; */
    margin: 0.5rem 0;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: solid 1px var(--grey_04);
    /*! height: 100%; */
}

.content .company .company_row .cell .material-icons {
    color: var(--grey_05);
    margin: auto;
}



.content .company .company_row .cell:last-child {
    border-right: none;
}

.content .company .company_row .cell.digit {
    justify-content: end;
}

.content .company .company_row .cell img {
    height: 2rem;
    margin-right: 0.5rem;
    min-width: 3rem;
    object-fit: contain;
    max-width: 3rem;
}

.content .company .company_row .cell .el_data {
    min-width: auto;
    margin: 0;
    width: 100%;
}

.content .company .company_row .cell .wrap_week {
    /*! background: orangered; */
    display: flex;
    margin: 0 auto;
}

.content .company .company_row .cell .wrap_week .custom_radio {
    width: 1.25rem;
    margin: 0.125rem;
    height: 2.5rem;
}

.content .company .company_row .cell .wrap_week .custom_radio .title {
    /*! margin: 0; */
    text-align: center;
    color: var(--text_light);
    font-weight: 400;
}

.content .company .company_row .cell .day {
    background: var(--grey_04);
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    margin: 0.125rem;
    border-radius: var(--radius-small);
}

.content .company .company_row .cell .day.selected {
    background: var(--secondary);
}

.content .company .company_row .cell .day.selected.filter {
    background: var(--primary);
}

.content .company .company_row .pos_01 {
    /*! min-width: 2rem; */
    width: 2.5rem;
    min-width: 2.5rem;
}

.content .company .company_row .pos_02 {
    width: 2.5rem;
    min-width: 2.5rem;
}

.content .company .company_row .pos_03 {
    width: 4rem;
    min-width: 4rem;
}

.content .company .company_row .pos_04 {
    width: 19rem;
    min-width: 19rem;
}

.content .company .company_row .pos_05 {
    width: 8rem;
    min-width: 8rem;
}

.content .company .company_row .pos_06 {
    width: 8rem;
    min-width: 8rem;
}

.content .company .company_row .pos_07 {
    width: 9rem;
    min-width: 9rem;
}

.content .company .company_row .pos_08 {
    /*! width: 12rem; */
    min-width: 12rem;
    /*! background: antiquewhite; */
}

.content .company .company_row .pos_09 {
    width: 12rem;
    min-width: 12rem;
}

.content .company .company_row .ps_description {
  width: 100%;
}


.content .company .company_row .cell.pos_06:not(.content .company .company_row.header .cell) {
    font-size: 0.6875rem;
    color: var(--text_light);
    line-height: 0.75rem;
}

.content .company .company_row .cell.pos_05:not(.content .company .company_row.header .cell) {
    font-size: 0.6875rem;
    color: var(--text_light);
    line-height: 0.75rem;
}

.content .company .company_row .cell.pos_09:not(.content .company .company_row.header .cell) {
    font-size: 0.6875rem;
    color: var(--text_light);
    line-height: 0.75rem;
}

.content .company .company_row .cell.pos_04:not(.content .company .company_row.header .cell) {

    line-height: 0.9rem;
    font-weight: 400;
}

.content .company .company_row.header .cell .button.sort {
    background: none;
    margin: 0;
    padding: 0;
    /*! height: auto; */
    /*! width: 2rem; */
    /*! min-width: initial; */
    /*! max-width: initial; */
    border-radius: var(--radius-small);
    /*! border: solid 1px var(--primary); */
    /*! font-size: 1.5rem; */
    border: none;
}

.content .company .company_row.header .cell .button.sort .material-icons {
    color: var(--primary);
}

.content .company .company_row.header .cell .button.sort:hover {
    background: white;
}



.content .company .company_row .pos_02.diff1:after {
    content: 'sentiment_satisfied_alt';
    font-family: 'Material icons';
    /*! background: red; */
    font-size: 1.5rem;
    color: var(--green);
}

.content .company .company_row .pos_02.diff2:after {
    content: 'sentiment_satisfied';
    font-family: 'Material icons';
    /*! background: red; */
    font-size: 1.5rem;
    color: var(--yellow);
    /*! opacity: 50%; */
}

.content .company .company_row .pos_02.diff3:after {
    content: 'sentiment_dissatisfied';
    font-family: 'Material icons';
    /*! background: red; */
    font-size: 1.5rem;
    color: var(--grey_loyal);
    /*! opacity: 50%; */
}

.content .company .company_row .pos_02.diff4:after {
    content: 'sentiment_very_dissatisfied';
    font-family: 'Material icons';
    /*! background: red; */
    font-size: 1.5rem;
    color: var(--red);

}

.content .company .company_row .pos_01:after {
    content: 'bookmark_border';
    font-family: 'Material icons';
    /*! background: red; */
    font-size: 1.5rem;
    color: var(--grey_05);
}

.content .company .company_row .pos_01.favorite:after {
    content: 'bookmark';
    font-family: 'Material icons';
    /*! background: red; */
    font-size: 1.5rem;
    color: var(--primary);
}

.content .company .company_row .cell.active .material-icons {
    color: var(--primary);
}

/**/


.statistics {
    /*! margin: 0.65rem 0.5rem; */
    /*! background: aqua; */
    /*! height: 2.5rem; */
    display: flex;
    /*! align-items: center; */
    padding: 1.05rem 0;
}

.statistics .indicator {
    display: flex;
    /*! justify-content: space-between; */
    background: var(--secondary);
    margin: 0.5rem;
    border-radius: var(--radius-big);
    /*! align-items: baseline; */
    /*! position: relative; */
    height: 0.25rem;
    width: 100%;
}

.statistics .indicator .value {
    position: relative;
    /*! left: 0; */
    /*! right: 0; */
    top: -1.25rem;
    font-size: 0.75rem;
}

.statistics .indicator .average {
    background: white;
    border: solid 1px var(--secondary);
    border-radius: var(--radius-big);
    /*! height: 2rem; */
    /*! width: 3rem; */
    position: relative;
    /*! left: 0; */
    /*! right: 0; */
    margin: auto;
    top: -0.65rem;
    /*! bottom: 0; */
    /*! display: flex; */
    /*! align-items: center; */
    /*! justify-content: center; */
    padding: 0.25rem 0.5rem;
    font-weight: 500;
}

#enter {
    display: flex;
    background: url(../images/title.jpg) center center no-repeat;
    background-size: cover;
    /*! background-blend-mode: luminosity; */
    /*! background-color: var(--secondary); */
    animation: v 30s infinite;
    background-blend-mode: multiply;
}

@keyframes v {
    0% {
        background-color: var(--primary);
    }

    20% {
        background-color: RGB(108, 71, 147);
    }

    40% {
        background-color: RGB(224, 49, 89);
    }

    60% {
        background-color: RGB(235, 177, 5);
    }

    80% {
        background-color: rgb(102, 153, 54);
    }

    100% {
        background-color: var(--primary);
    }
}



#enter .logo {
    width: 9rem;
    margin: auto;
    /*! padding-right: 1rem; */
    padding: 1rem 0;
}

#enter .title .name {
    /*! width: 27rem; */
    margin: auto;
    text-align: center;
}

#enter .remaind {
    text-align: center;
    /*! margin-bottom: 1rem; */
    margin: 1rem 0;
}

#enter .remaind a {
    /*! text-decoration: underline solid var(--primary); */
    /*! padding: 3.5rem; */
    /*! background: aquamarine; */
    border-bottom: dotted 1px var(--text_light);
}

/**/
#message {
    position: absolute;
    /*! background: blueviolet; */
    width: 20rem;
    top: calc(50% - 3rem);
    /*! bottom: calc(50% - 0rem); */
    z-index: 999999999;
    left: calc(50% - 24rem);
    right: calc(50% - 24rem);
    margin: auto;
    display: none;
    animation: message 1s;
}

@keyframes message {
    from {
        top: 0
    }

    /* 0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(110vh);
  }*/

}

#message .wrap {
    background: var(--primary);
    padding: 1rem;
    border-radius: var(--radius-small);
    box-shadow: var(--shadow-small);
    transition: ease-in-out 0.3s;
}

#message .wrap .material-icons {
    margin-left: auto;
    line-height: 0.875rem;
}

#message .wrap .close {
    transition: ease-in-out 0.3s;
}

#message .wrap .close:hover {
    transform: rotate(180deg);
    cursor: pointer;
}

#message .wrap.red {
    background: var(--red);
}

#message .wrap.green {
    background: var(--green);
}

#message .wrap .title {
    text-align: center;
    color: white;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px var(--grey_04);
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#message .wrap .content {
    background: none;
    width: auto;
    overflow: initial;
    color: white;
    font-weight: 300;
    font-size: 0.875rem;
    /*! text-align: center; */
}

.report {
    position: relative;
}



.report .report_count {
    position: absolute;
    /*! top: 25%; */
    bottom: 30%;
    background: var(--red);
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey_01);
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: var(--radius-big);
    /*! right: 100%; */
    left: 75%;
}

.report_list {
    position: fixed;
    background: white;
    width: 16rem;
    box-shadow: var(--shadow-small);
    /*! left: -16rem; */
    /*! margin-left: 100%; */
    right: -17rem;
    height: 100%;
    overflow-y: auto;
    top: 0;
    z-index: 3;
    /*! display: none; */
    transition: ease-in-out 0.3s;
}

.report_list.show {
    display: block;
}

.report_list .title {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    padding: 0.5rem;
    justify-content: space-between;
    /*! color: var(--primary); */
    background: var(--grey_02);
    position: sticky;
    top: 0;
}

.report_list .title .button.close {
    background: none;
    border: none;
    color: var(--grey_loyal);
}

.report_list .custom {
    position: absolute;
    background: var(--grey_03);
    /*! padding: 1rem 1.5rem; */
    /*! width: 18rem; */
    /*! right: 21px; */
    top: 0;
    font-size: 0.75rem;
    box-shadow: var(--shadow-small);
    border-radius: var(--radius-small);
    padding-bottom: 1.25rem;
    /*! display: none; */
    opacity: 0;
    z-index: -5;
    transition: ease-in-out 0.3s;
}

.report_list .custom.show {
    display: block;
    opacity: 1;
    z-index: 5;
}

.report_list .custom .header {
    background: var(--grey_01);
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    justify-content: space-between;
    font-weight: 500;
    font-size: 0.785rem;
}

.report_list .custom .header .close {
    /*! font-size: 1rem; */
    margin: 0;
    border: none;
    background: none;
    color: var(--text_light);
}

.report_list .custom .custom_row {
    display: flex;
    align-items: center;
    /*! margin-bottom: 0.5rem; */
    margin: 1rem;
}

.report_list .custom .custom_row .el_input {
    margin: 0 0.5rem;
    width: 4rem;
    padding: 0.25rem;
    text-align: center;
    border-radius: var(--radius-small);
    border: solid 1px var(--grey_04);
}

.report_list .custom .custom_row .material-icons {
    font-size: 1rem;
    margin-right: 0.5rem;
    color: var(--text_light);
}

.report_list .custom .button {
    margin: 1rem auto 0 auto;
    padding: 0.5rem 1rem;
}

.report_list .row {
    cursor: pointer;
    transition: ease-in-out 0.3s;
    padding: 0.5rem 1rem;
    color: var(--text_light);
}

.report_list .row:not(:last-child) {
    border-bottom: solid 1px var(--grey_04);
}

.report_list .row:hover {
    background: var(--hover);
}

.report_list .row.new {
    color: var(--text_dark);
}

.report_list .row .header {
    display: flex;
    align-items: center;
    font-size: 0.785rem;
    font-weight: 500;
}

.report_list .row .header span {
    font-size: 1rem;
}

.report_list .row.new .header {
    color: var(--primary);
}

.report_list .row .header .type {
    margin-left: 0.5rem;
}

.report_list .row .report_text {
    font-size: 0.785rem;
    /*! line-height: 0.875rem; */
    margin: 0.25rem 0;
    font-weight: 300;
    /*! color: var(--grey_loyal); */
}

.report_list .row .footer {
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    color: var(--text_light);
}

.report_list .row .footer .date {
    font-weight: 500;
    color: var(--text_light);
}

/* pagination */

.pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    /*! padding-top: 2rem; */

    margin-top: 2rem;
    position: sticky;

    /*! background: white; */
    /*! margin: 0 auto; */
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 1rem;
    top: 0;
}

.pagination .page {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.75rem;
    background: var(--grey_02);
    transition: ease-in-out 0.3s;
}

.pagination .page a {
    display: block;
}

.pagination .page a:focus {
    outline: solid 1px var(--color_03);
    outline-offset: -6px;
}

.pagination .paginate a:focus {
    outline: solid 1px var(--color_02);
    outline-offset: -6px;
}

.pagination .page:hover {
    background: white;
}

.pagination .page.current {
    /*! border: solid 1px var(--orange); */
    color: white;
    background: var(--primary);
}

.pagination .paginate a:hover {
    background: white;
}

.pagination .paginate a {
    height: 3rem;
    background: var(--grey_03);
    display: flex;
    align-items: center;
    width: 3rem;
    justify-content: center;
    color: var(--primary);
}

.pagination .paginate .material-icons {
    display: block;
}

/* pagination end */

/*для кнопок у сообщений*/
.edit_show {
    display: flex;
}

.edit_hide {
    display: none;
}

.save_show {
    display: flex;
}

.save_hide {
    display: none;
}

.del_show {
    display: flex;
}

.del_hide {
    display: none;
}