input[type="text"] {
    
}

button {
    
}

#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 .bookingButton {
    background: #EBDE67;
    padding: 15px;
    border-radius: 27px;
    font-weight:bold;
}

#booking-package .bookingButton:hover {
    background-color: #48B0A9;
}

#booking-package .book_now_button {
 	 background: #EBDE67;
    padding: 15px;
    border-radius: 27px;
    font-weight:bold;   
}

#booking-package .book_now_button:hover {
    background-color: #48B0A9;
}

#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}

#booking-package_inputFormPanel .name{
 	font-weight:bold;   
}

#booking-package_inputFormPanel .selectedDate{
 	font-weight:bold;
    background-color:#193661;
    color: #FFF;
}

#booking-package_inputFormPanel textarea {
    height: 200px;
    background: #FFF;
    border-width: 2px;
    border-style: inset;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 6px 12px;
}

#booking-package_inputFormPanel input[type=text]{
	background: #FFF;
    border: 1px solid #e0e0e0;
    height: 45px;
    border-radius: 2px;
    padding: 6px 12px;
}

#booking-package_inputFormPanel input[type=text]:focus{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#daysListPanel{
	font-weight:bold;
}

#booking-package_schedulePage .selectPanelError {
    color: #000;
    background-color:#eee;
}

#reservationHeader{
 	display:none;   
}

.calendarData {
    font-size: 1.2em;
}

#booking-package_schedulePage button {
 	width: 100%;
    background: #EBDE67;
    border-radius: 35px;
    padding: 20px 0;
    margin:40px 0 0;
    cursor:pointer;
}

#booking-package_schedulePage button:hover{
 	background-color: #48B0A9;
}

#booking-package .bookingButton,#booking-package_inputFormPanel .returnButton,#booking-package_schedulePage button{
 	color:#333;   
}

#booking-package_inputFormPanel .name {
    font-size:14px;
    margin-left: 0px;
}

#booking-package_inputFormPanel textarea:focus{
 	 border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);  
}

#booking-package_inputFormPanel .row{
 	border:0px;   
}