/* ====================================== DATE PICKER CUSTOM ======================================*/
.inline-month .ui-datepicker-prev, .inline-month .ui-datepicker-next {
    display: none;
}
.ui-datepicker-inline {
    padding: 10px;
    border-radius: 0;
}
.inline-month .ui-datepicker-title {
    margin: 0 !important;
    margin-left: 10px !important;
    text-align: left !important;
}
.ui-widget-header {
    background-color: #ffffff;
    border: none !important;
}
.ui-datepicker th {
    background-color: #ffffff;
    color: #9D9D9D;
    font-size: 11px;
    padding: 1em;
}
.ui-state-default {
    background-color: #ffffff !important;
    border: none !important;
    text-align: center !important;
    font-weight: bold !important; 
}
.ui-datepicker td {
    padding: 0 !important;
}
.ui-datepicker table tbody tr {
    background-color: #ffffff !important;
}
.ui-state-active {
    color: #000 !important;
    background-color: #F2F2F2 !important;
    border: solid 1px #000 !important;
}
.hasDatepicker, .ui-datepicker-inline {
    height: 100% !important;
}

/* ==================================BOOKING BUTTON=========================== */
.booking-calendar-btn {
    border: none;
    background-color: #595757;
    color: #fff;
    border-radius: 5px;
    min-width: 160px;
}
.month-control-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.month-control-btn button {
    border: none;
    background-color: #E2E2E2;
    color: #000;
    padding: 20px 10px;
    border-radius: 5px;
}
.date-control button {
    border: none;
    background-color: #E2E2E2;
    color: #000;
    border-radius: 5px;
}

.date-control .specialDay{
    color: #ff0000;
    font-weight: bolder;
}

.date-control .satDay{
    color: #0000ff;
    font-weight: bolder;
}

/* ==============================SEARCH FORM ========================= */
.book-search-form {
    padding: 15px 10px;
    background-color: #EBEBEB;
}
.book-search-form label {
    padding: 7px 5px;
    margin-bottom: 0;
}
.book-search-form input {
    max-width: 60px;
}
/* ==============================SCHEDULE CALENDAR ========================= */
.sked-tape__hours:last-child {
    /* display: none; */
    height: 0;
    /* overflow: hidden; */
    visibility: hidden;
}
.used-booking,.used-booking:hover{
    background-color: #B1B1B1;
    border-color: #707070;
}
.available-booking, .available-booking:hover {
    background-color: #B1B1B1;
    border-color: #707070;
    cursor: pointer;
}
.used-booking.male.book-user-name{
    /* background-color: #D0E0FD; */
    border-color: #707070;
    color: #000;
    cursor: pointer;
}
.used-booking.female.book-user-name{
    color: red;
}
.sked-tape__intersection {
    border: none;
}
.sked-tape__center{
    font-size: 13px;
    padding: 0;
    color: #000;
}
.available-booking .sked-tape__center{
    text-align: center;
}
.sked-tape__event {
    height: 80%;
    top: 6px !important;
}
.sked-tape__indicator {
    display: none !important;
}
.sked-tape__event .book-info {
    /* max-width: 50%; */
    overflow: hidden;
}
.sked-tape__time-frame {
    overflow-y: hidden;
}
/* 1person: #a7d8dd 2person: #f8c9b9 3person: #bedaaa */
.person-1.book-info {
    background: #a7d8dd  !important;
    border-color: #a7d8dd !important;
    color: #000  !important;
}
.person-1.use-option {
    background: linear-gradient(to bottom, #a7d8dd 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #a7d8dd 50%, yellow 50%) !important;
    border-image-slice: 1;
    border-image-width: 3px;
    border-style: solid;
    color: #000;
    border: none !important;
}
.person-2.book-info {
    background: #f8c9b9 !important;
    border-color: #f8c9b9  !important;
    color: #000  !important;
}
.person-2.use-option {
    background: linear-gradient(to bottom, #f8c9b9 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #f8c9b9 50%, yellow 50%) !important;
    border-image-slice: 1;
    border-image-width: 3px;
    border-style: solid;
    color: #000;
    border: none !important;
}

.person-3.book-info {
    background: #bedaaa !important;
    border-color: #bedaaa  !important;
    color: #000  !important;
}
.person-3.use-option {
    background: linear-gradient(to bottom, #bedaaa 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #bedaaa 50%, yellow 50%) !important;
    border-image-slice: 1;
    border-image-width: 3px;
    border-style: solid;
    color: #000;
    border: none !important;
}
a[class*='person-'].book-info {
    color: #000  !important;
}
a[class*='person-'].use-option {
    border-image-slice: 1;
    border-image-width: 3px;
    border-style: solid;
    color: #000;
    border: none !important;
}
.person-4.book-info {
    background: #ffd4f9 !important;
    border-color: #ffd4f9  !important;
}
.person-4.use-option {
    background: linear-gradient(to bottom, #ffd4f9 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #ffd4f9 50%, yellow 50%) !important;
}
.person-5.book-info {
    background: #dfd4ea !important;
    border-color: #dfd4ea  !important;
}
.person-5.use-option {
    background: linear-gradient(to bottom, #dfd4ea 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #dfd4ea 50%, yellow 50%) !important;
}
.person-6.book-info {
    background: #fffd4f !important;
    border-color: #fffd4f  !important;
}
.person-6.use-option {
    background: linear-gradient(to bottom, #fffd4f 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #fffd4f 50%, yellow 50%) !important;
}
.person-7.book-info {
    background: #d4f8ff !important;
    border-color: #d4f8ff  !important;
}
.person-7.use-option {
    background: linear-gradient(to bottom, #d4f8ff 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #d4f8ff 50%, yellow 50%) !important;
}
.person-8.book-info {
    background: #ffdca0 !important;
    border-color: #ffdca0  !important;
}
.person-8.use-option {
    background: linear-gradient(to bottom, #ffdca0 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #ffdca0 50%, yellow 50%) !important;
}
.person-9.book-info {
    background: #b6ff9d !important;
    border-color: #b6ff9d  !important;
}
.person-9.use-option {
    background: linear-gradient(to bottom, #b6ff9d 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #b6ff9d 50%, yellow 50%) !important;
}
.person-10.book-info {
    background: #99e8cd !important;
    border-color: #99e8cd  !important;
}
.person-10.use-option {
    background: linear-gradient(to bottom, #99e8cd 50%, yellow 50%) !important;
    border-image: linear-gradient(to bottom, #99e8cd 50%, yellow 50%) !important;
}

.booking-related {
    background-color: #b7b1b1  !important;
    border-color: #b7b1b1  !important;
    color: #000  !important;
}
.btn-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.btn-action button {
    line-height: 24px;
    font-size:20px;
}
.operation-reservation {
    background-color: #f6f6f6 !important;
    border-color: #707070 !important;
    /* position: relative; */
    text-align: center !important;
}
.operation-reservation .booking-no, .operation-reservation .book-user-name {
    display: none !important;
}
.operation-reservation .clean-time {
    padding: 0 !important;
}
/* .operation-reservation > .fc-event-main {
    position: absolute;
} */
.operation-reservation .fc-event-main:last-child{
    display: none;
}
.operation-reservation .fc-event-title-container
 .fc-event-title:last-child{
    display: none !important;
}
/* =====================================MODAL CREATE BOOKING=========================== */
#bookingModal .modal-dialog-centered {
    min-width: 900px;
}
#bookingModal .booking-content {
    margin: 0 25%;
}
#bookingModal .modal-body {
    padding: 35px;
}
#bookingModal label {
    margin-bottom: 0;
    padding: 7px 0;
}
tr.canceled {
    background-color: #ff000045 !important;
}
.sk-btn-spacing-md {
    letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
    #bookingModal .modal-dialog-centered {
        min-width: 95%;
    }
    #bookingModal .booking-content {
        margin: auto 0;
    }
    #bookingModal .modal-body {
        padding: 5px;
    }
    .list-calender {
        margin-bottom: 10px;
    }

    .screen-title .show-modal {
        padding: 7px 20px !important;
    }
}
.sked-tape__grid>li {
    background-position:0 0, 66.6666% 0, 33.3333% 0, 33.3333% 0;
}
.holiday-marker {
    background-color: red;
    padding: 3px 10px;
    margin-left: 20px;
    border-radius: 5px;
    color: #ffffff;
}

/* =====================================Style holiday - weekend =========================== */
.holidaySun .ui-state-default{
    color: #ff0000 !important;
}

.holidaySat .ui-state-default{
    color: #0000ff !important;
}

.tooltip_option{
    background-color: #000;
    color: white;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.clean-minute {
    display: none;
}
.used-booking.book-info .fc-event-main .clean-minute {
    position: absolute;
    width: var(--percentClean);
    height: 100%;
    top: 0px;
    right: -2px;
    background: #fbf7d1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.used-booking.book-info .fc-event-main .clean-minute.cleaned {
    background: #B6FF8A;
}
.used-booking.book-info .fc-event-main:nth-child(n+2) {
    display: none;
}

#bookingModal .modal-footer {
    padding-left: 35px;
    padding-right: 35px;
}
#bookingModal .repeat-area {
    margin: 0 25%;
}
#bookingModal .repeat-area label {
    min-width: 100px;
}
#bookingModal .repeat-area .btn {
    min-width: 90px;
}