#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 .title_in_form {
    border-color: aqua;
}



#booking-package_inputFormPanel input[type=text]{
    width: 100%;
    padding: 0.2em;
}

#booking-package input[type=text], #booking-package textarea{
    border: 1px solid #d33939;
}

#booking-package_inputFormPanel .row .name{
    font-weight:700;
    font-size: 18px;
}

#booking-package_pay_locally button {
    background-color: #FAB751;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 3px 0;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #FAB751;
    box-sizing: border-box;

}

#returnToCalendarButton{
    background-color: #2063d5;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #000000;
    box-sizing: border-box;

}

#returnToSchedules.return_form_button{

background-color: #2063d5;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #000000;
    box-sizing: border-box;
}

#booking-package_calendarPage .numberInsteadOfSymbols{
    color: rgb(30, 115, 190);
    font-weight: inherit;
}

#booking-package {
    font-size:13px;
}