﻿
.loading_element {
    text-align: center;
    color: #4e73df;
    font-size: 1.2rem;
    padding-bottom: 2rem;
}

#calendar {
    width: 100%;
    padding: 0 10px;
    overflow-y: scroll !important;
}

.anyone-normal,
.apt-normal,
.apt-blocked {
    color: white !important;
}

.slot-block:hover {
    cursor: not-allowed !important;
}

.slot-expired {
    position: relative;
}

    .slot-expired > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(6 6 6 / 25%);
        z-index: 10;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .slot-expired > div:hover {
            cursor: not-allowed !important;
        }

.slot-public {
}

    .slot-public:hover {
        cursor: pointer !important;
    }

#calendardateview {
    position: relative;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: auto;
    scrollbar-color: #6f47e9 #fff;
}

.current-hour-column {
    background-color: #ffffcc !important;
}

.divdateview {
    float: left;
    /*position: relative;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: auto;
    scrollbar-color: #6f47e9 #fff;*/
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 2px !important;
    vertical-align: central !important;
    left: 0;
    background-color: #f3f1fe !important;
    z-index: 11
}


.tbldateview th {
    padding: 0.5rem 0rem;
    font-weight: 500;
    border-width: 0px !important;
}

.tbldateview td {
    vertical-align: middle !important;
}

.tbldateview .apt-none {
    padding: 1rem;
}

    .tbldateview .apt-none:hover {
        cursor: pointer;
        background-color: #ffffcc;
    }

.apt-none-selected {
    background-color: #ebebaa !important;
}

.fc-state-active {
    color: #fff !important;
}

div.content_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.content_2 {
    white-space: normal;
    padding: 5px;
}

.tr-hour-mobile {
    min-width: 120px;
    width: 120px;
}

    .tr-hour-mobile > div {
        width: 100px;
    }

.tr-hour {
    min-width: 120px;
    width: 120px;
}

    .tr-hour .hour-label {
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .tr-hour .hour-label span {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(-55%, -70%);
            white-space: nowrap;
            z-index: 10;
        }

.select-book-information {
    background-color: #ffffeb;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding: 6px 10px;
    display: none;
}

    .select-book-information strong {
        font-weight: 600 !important;
    }

.select-book-information-warning {
    background-color: #ffffeb;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding: 6px 10px;
    display: none;
}

.mobile-container {
    /*max-height: 600px;
            overflow-y: auto;*/
}

    .mobile-container table {
        border-collapse: collapse;
        width: 100%;
    }

    .mobile-container th, td {
        border: 1px solid #ccc;
        padding: 0px !important;
    }

    .mobile-container td .mobile-overlay-slot {
        background: rgba(128, 128, 128, 0.5);
        z-index: 10;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .mobile-container td .mobile-overlay-slot:hover {
            cursor: not-allowed;
        }

.header-top th {
    position: sticky;
    background-color: #f3f1fe !important;
    z-index: 2;
    height: 30px !important;
    top: 0;
}

.header-sub th {
    position: sticky;
    background-color: #f3f1fe !important;
    z-index: 2;
    height: 30px !important;
    font-weight: 400 !important;
}

.stick-mobile-col {
    position: sticky;
    left: 0;
    background-color: #f3f1fe !important;
    z-index: 1;
}

.current-hour-column-mobile {
    background-color: #ffffcc !important;
    z-index: 1;
    position: sticky;
    left: 0;
}

.stick-mobile-col-header {
    left: 0;
}

.wrap-booking-info-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 999;
    padding: 0.5rem;
}

.wrapper-hour {
    display: block;
    position: relative;
}

    .wrapper-hour .label-hour {
        position: relative;
        top: -22px;
        padding: 5px 2px;
        /*background-color: #f3f1fe;*/
    }

.bodymobile tr:hover td.apt-none-mobile {
    background-color: #fff;
}


.apt-slot-mobile {
    height: 50px;
}
