#booking-package .calendarData {
font-size: 1em;
}
#booking-package .selectedDate {
font-size: 1em;
}
#booking-package .calendarPanel {
padding: 8px 0 0 0;
}
#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 .goToBookingFormButton {
}
#booking-package_calendarPage .startShutdownForHotel {
}
#booking-package_calendarPage .shutdownForHotel {
}
#booking-package_calendarPage .endShutdownForHotel {
}
#booking-package_calendarPage .pointer {
background-color: #C2E1DC;
}
#booking-package_calendarPage .numberInsteadOfSymbols {
color: #999;
}
#booking-package_calendarPage .numberInsteadOfSymbols:before {
content: "残:";
font-size: 0.8em;
}
#booking-package_calendarPage .week_slot {
background: #666;
color: #fff;
line-height: 1em;
font-size: 0.8em;
font-weight: bold;
}
#booking-package_calendarPage .week_slot.sun {
background: #996666;
}
#booking-package_calendarPage .week_slot.sat {
background: #557788;
}
#booking-package_schedulePage .selectPanelError {
background-color: #EEE;
color: #ddd;
}
#booking-package_schedulePage .selectPanelActive {
background-color: #E9F5F3;
}
#booking-package_schedulePage .closed {
background: #eee;
color: #ddd;
}
#booking-package_schedulePage .selected_day_slot,
#booking-package_schedulePage .selectable_day_slot:hover {
background: #C2E1DC;
}
#booking-package_schedulePage .selected_day_slot:after {
content: "\025b6";
font-size: 0.6em;
position: absolute;
right: 3px;
}
#booking-package_inputFormPanel .name {
float: none;
font-size: .8em;
font-weight: bold;
padding: 0 0 0 8px;
}
#booking-package_inputFormPanel .value {
float: none;
padding: 4px 0 0 40px;
}
#booking-package input[type=text], #booking-package textarea {
border-radius: 3px;
padding: 8px 15px!important;
}
#booking-package textarea {
height: 5em;
}
#booking-package button {
border-radius: 5px;
padding: 8px;
}
#booking-package .bookingButton {
background-color: #C2E1DC;
border: 2px solid #5d9d92;
padding: 16px;
margin: 18px 0 0 0;
}