#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_inputFormPanel select,
#booking-package-user-form select,
#booking-package-user-edit-form select {
    font-size: 1em;
    padding: 1em 1.5em !important;
}

#booking-package_inputFormPanel .form_text,
#booking-package-loginform .form_text,
#booking-package-user-form .form_text,
#booking-package-user-edit-form .form_text {
    font-size: 1em;
    padding: 1em 1.5em !important;
}

#booking-package_inputFormPanel .book_now_button,
#booking-package_inputFormPanel .next_page_button,
#booking-package-subscription_form .book_now_button {
    font-size: 1em;
    padding: 1em 1.5em !important;
}

#booking-package_inputFormPanel .return_form_button {
    padding: 1em 1.5em !important;
}

#bottomPanel > button {
    padding: 0.5em 1em;
}