#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package_calendarPage .dateField {
    /**
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}


.booking_package {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
}

.booking_package input,
.booking_package select,
.booking_package textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
}

.booking_package textarea {
    min-height: 120px;
}

.booking_package button,
.booking_package input[type="button"],
.booking_package input[type="submit"] {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.booking_package h1,
.booking_package h2,
.booking_package h3 {
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .booking_package {
        font-size: 15px;
        padding: 0 10px;
    }

    .booking_package input,
    .booking_package select,
    .booking_package textarea {
        font-size: 16px;
    }

    .booking_package button,
    .booking_package input[type="button"],
    .booking_package input[type="submit"] {
        width: 100%;
    }
}

#booking-package_inputFormPanel .book_now_button {
    width: 100%;
    min-height: 54px;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    background: #222;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

#booking-package_inputFormPanel .book_now_button:hover {
    opacity: 0.85;
}

#booking-package_schedulePage .selectable_time_slot {
    margin: 6px 0;
    padding: 14px 18px;
    min-height: 50px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}

#booking-package_schedulePage .selectable_time_slot:hover {
    background: #f5f5f5;
    border-color: #999;
}

#booking-package_schedulePage .selectable_time_slot .timeSlot {
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    #booking-package_schedulePage .selectable_time_slot {
        padding: 15px 16px;
        min-height: 52px;
    }

    #booking-package_schedulePage .selectable_time_slot .timeSlot {
        font-size: 16px;
    }
}

#booking-package_schedulePage .selectable_day_slot {
    margin: 4px 0;
    padding: 10px 8px;
    min-height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}

#booking-package_schedulePage .selectable_day_slot:hover {
    background: #f5f5f5;
    border-color: #aaa;
}

#booking-package_schedulePage .selectable_day_slot.selected_day_slot {
    background: #222;
    color: #fff;
    border-color: #222;
    font-weight: 700;
}

#booking-package_schedulePage .selectable_day_slot.selected_day_slot * {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    #booking-package_schedulePage .selectable_day_slot {
        padding: 11px 6px;
        min-height: 44px;
    }
}

#booking-package_schedulePage #returnToCalendarButton {
    display: block;
    width: 100%;
    margin: 14px 0 0;
    padding: 12px 16px;
    min-height: 44px;
    background: #fff;
    color: #222;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

#booking-package_schedulePage #returnToCalendarButton:hover {
    background: #f5f5f5;
    border-color: #555;
}


#booking-package_calendarPage .day_slot.available_day::after {
    content: "○";
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
    color: #0073aa;
    font-weight: 600;
}

#booking-calendar-guide {
    margin: 10px 0 14px;
    padding: 10px 14px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    background: #f7f9fb;
    border: 1px solid #d9e3ea;
    border-radius: 5px;
    color: #333;
}

#booking-calendar-guide .booking-guide-circle {
    margin-right: 4px;
    font-size: 20px;
    font-weight: 600;
    color: #0073aa;
    vertical-align: -1px;
}

#booking-calendar-guide {
    margin: 8px 0 12px;
    padding: 10px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    background: #f7f9fb;
    border: 1px solid #d9e3ea;
    border-radius: 5px;
    color: #333;
}

#booking-calendar-guide .booking-guide-circle {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #0073aa;
    line-height: 1;
    vertical-align: -2px;
}


#booking-package_inputFormPanel textarea {
    min-height: 120px;
    resize: vertical;
}

#booking-package_inputFormPanel .booking-privacy-link {
    color: #0066cc;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

#booking-package_inputFormPanel .booking-privacy-link:hover {
    text-decoration: none;
}

