/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2024 | 00:56:08 */
#booking-form.jumbotron {
	background-color: #1A4155;
}

#booking-form h1 {
	font-family: "Krub", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    margin-bottom: 1em;
}

#booking-form .control-label {
	color: #fff;
	font-weight: 400; 
	font-size: 16px;
	margin-bottom: 10px;
}

#booking-form .btn {
	background-color: #0081B8;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
	padding: 20px;
}

#booking-form .btn:hover,
#booking-form .btn:focus,
#booking-form .btn:active {
	background-color: #008bb8;
	color: #fff;
	border-color: #008bb8;
}

#booking-form #schedule .btn {
	width: 100%;
}

#booking-form #client {
	color: #fff;
}

#booking-form form input[type="email"] {
	background-color: #fff;
	min-height: 34px;
}

#booking-form .datepicker-inline {
	width: 100%;
}

#date .old.day, #date .new.day {
    visibility: hidden;
}
#date .datepicker.datepicker-inline {
    background: #ffffff;
    border: 1px solid #cccccc;
}
#time {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
	margin: 0;
}
#time .time-item {
    margin-bottom: 3px;
    margin-top: 3px;
}
#time .time-item.active {
    font-weight: bold;
}
#time .time-item:hover {
    cursor: pointer;
    text-decoration: underline;
}
#client {
    display: none;
}