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 {
    
}

#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}

#booking-package .title {
    display:none;
}

#booking-package_inputFormPanel .courseLinePanelInLink,
#booking-package_serviceDetails .courseLinePanelInLink,
#booking-package_myBookingDetailsFroVisitor .courseLinePanelInLink {
    color: #637828;
}

#booking-package_servicePage .descriptionOfService {
	font-size: 0.8rem;
	line-height: 1.8;
	padding: 8px;
	background-color: rgba(0,0,0,0.08);
	border-radius: 8px;
	margin-top: 8px;
}

#booking-package_servicePage .list.borderColor .selectedPanel {
    border-left-color:transparent;
	background-color: #ffe100;
    position:relative;
}

#booking-package_servicePage .list.borderColor .selectPanel span #service_checkBox_0 + * {
    padding-left:28px;
    position: relative;
}

#booking-package_servicePage .list.borderColor .selectPanel span #service_checkBox_0 + *:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
    border-radius:3px;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

#booking-package_servicePage .list.borderColor .selectedPanel span #service_checkBox_0 + *:before {
    width: 10px;
    top: -3px;
    left: 7px;
    border-radius: 0;
	border:2px solid #06C755;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#booking-package_serviceDetails .list .row:first-child .name {
    font-size: 13px;
    color:#666;
}

#booking-package_calendarPage .calendarPanel {
    grid-template-columns: 1fr auto 1fr;
}

#booking-package_inputFormPanel select {
    padding: 0.5em;
    border-radius: 3px;
}

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

#booking-package_inputFormPanel .description {
    font-size: 0.8rem;
    color: #666;
}

#booking-package_inputFormPanel .value #booking_package_selectedServicesPanel {
    width: 100%;
}

#booking-package_serviceDetails #surchargeTaxTitle {
    display: none ;
}

.bottomBarPanel button,
button.goToCalendarButton {
    padding:1em;
    border-radius: 24px;
}

button.goToCalendarButton {
    margin-top:24px;
}

#paymentPanel button.bookingButton {
    background: #FFE100;
    color: #000;
    font-weight: 700;
}

select:disabled {
    opacity:0.3;
}

.buttonPanel .cancelButton {
    margin-left: 16px;
}

#booking-package_calendarPage .dateField {
    padding: 0;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 1.8;
}

#booking-package_calendarPage .numberInsteadOfSymbols {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    background-color: #EEE;
}

#booking-package_inputFormPanel .bottomBarPanel {
    margin-top:0;
    padding:0;
}

#booking-package_myBookingDetailsFroVisitor .buttonPanel .return_button,
#booking-package_myBookingDetailsFroVisitor .buttonPanel .cancel_booking_button {
    padding: 16px;
    margin: 4px;
}

@media screen and (min-width: 540px) {
    #booking-package_inputFormPanel .row {
        display:flex;
    }
    #booking-package_inputFormPanel .row .name {
        width:300px;
    }
    #booking-package_inputFormPanel .value {
        width:100%;
    }
    
    .bottomBarPanel {
        padding: 32px;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .bottomBarPanel button {
        margin:16px!important;
    }
}