/* Styles definition here */
#fbuilder .ui-datepicker-header { background:#155daa ; color:#FFF; text-shadow:none; }

#fbuilder .dfield input {border-radius:8px; padding-left:5px;}

.ahbfield_service {
	font-weight:bold;
	border:thin solid #155daa;
	border-radius:8px;
	padding:10px 20px;
	margin:15px 0px;
}

/* The Calendar */

.ui-datepicker-calendar th {
	height:30px
}

.ui-datepicker td span, .ui-datepicker td a {
	height:45px!important;
	line-height:40px!important;
	font-size:13px!important;
}

.ui-datepicker tr td {
	height:45px!important;
	line-height:40px;
	font-size:11px;
}

.ui-state-default {
	font-size:15px!important;
}

/*  Time Slots  */
.slotsCalendar {
	margin-top:40px;
}


#fbuilder .slots {
	font-weight:bold!important;
	margin:10px 0px!important;
}

/* The Confirmation */

.ahb_list_service {
font-weight:bold;
font-size:2rem;
}

.ahb_list {
margin:3rem 0;
background:#eaebec;
border:thin solid #155daa;
border-radius:8px;
padding:15px 0px 15px 15px;
}

#fbuilder .pbSubmit {
	background:#155daa!important;
}