input[type="text"] {
    
}

button {
    
}

#booking-package .sun {
    background-color: #FFF1F6;    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
        background-color: #F5FDFF;
}


#booking-package .nationalHoliday {
    background-color: #FFD5D5;
}

#booking-package .goToBookingFormButton {
    
}

#booking-package .bookingButton {
    
}


#booking-package_schedulePage .selectPanelError {
    color: #b9b9b9;
}
#booking-package_schedulePage .selectPanelError > div {
    float:left;
}
#booking-package_schedulePage .selectPanelError:after {
    content: "×";
    margin-left: 10px;
}

#booking-package_calendarPage .dayPanel,
#booking-package_calendarPage .holidayPanel{
    color: #4D4D4D;
}

#booking-package_calendarPage .closeDay {
    color: #c5c5c5;
    background:#FAFAFA;
}

#booking-package_calendarPage .dayPanel .material-icons{
	color:#1470CC !important;
}

#booking-package_calendarPage .closeDay  .material-icons{
	color: rgb(226, 75, 0) !important;
}

.calendar>.dayPanel:nth-child(1),
.calendar>.dayPanel:nth-child(2),
.calendar>.dayPanel:nth-child(3),
.calendar>.dayPanel:nth-child(4),
.calendar>.dayPanel:nth-child(5),
.calendar>.dayPanel:nth-child(6),
.calendar>.dayPanel:nth-child(7)
{
    background: #F0F0EE !important;
    color: #4D4D4D !important;
    font-weight: bold;
}


#booking-package .sun:nth-child(1) {
    background: #FFE3ED !important;
    color: #FF669C !important;
}

#booking-package .sat:nth-child(7) {
    color: #24B3FF !important;
    background-color: #E6FAFF !important;
}

#booking-package_calendarPage .dayPanel {
    border-color: #d4d4d4;
}


