/* Styles definition here */
#fbuilder .ui-datepicker-inline { max-width:none !important; }
#fbuilder .ui-datepicker-header { background:#034959 ; color:white; text-shadow:none; }

#fbuilder .slots{background:#F8F8F8;box-shadow:none}
#fbuilder .slots div{border:0px}
#fbuilder .slots div a{background:#034959;color:white}
#fbuilder .slots div a:hover{background:white;color:#034959}

/* info selected hours */
#fbuilder .ahb_list{margin:10px 0px}
#fbuilder .ahb_list .ahb_list_time{border:0px;background:#D9D6A9;padding:10px;margin-right:10px;display:inline-block}
#fbuilder .ahb_list .ahb_list_service{border:0px;background:#D9D6A9;padding:10px;margin-right:10px;display:inline-block}
#fbuilder .ahb_list a{border:0px;background:#D9D6A9;padding:10px;color:#034959;display:inline-block}

/* Input */
#fbuilder input[type=text], 
#fbuilder textarea, 
#fbuilder select {  
	padding: 10px;
	margin-right: 20px;
	width: 90% !important;
}

/* Button */
.pbSubmit:hover { background-color: #D9D6A9; color: #034959; }
.pbSubmit { background-color: #034959; color: white; padding:10px;}