/* Styles definition here */

/** absenden **/
//#fbuilder .pbSubmit:hover { background-color: #4CAF50; color: white; }
#fbuilder .pbSubmit { 
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding 10px 20px;
	width: 250px;
	height: 50px;
	background-color: #28364C;
	border-radius: 25px;
}


#fbuilder input[type=text], 
#fbuilder textarea, 
#fbuilder select { 
	padding 10px;
	height: 40px;
	margin: 10px 0px;
}


/** selected slots **/
#fbuilder .ahb_list{margin:10px 0px}
#fbuilder .ahb_list .ahb_list_time{
	border:0px;
	background:#7ebaf7;
	padding:10px;
	margin-right:10px;
	display:inline-block}
#fbuilder .ahb_list .ahb_list_service{
	border:0px;
	background:#7ebaf7;
	padding:10px;
	margin-right:10px;
	display:inline-block}
#fbuilder .ahb_list a{
	border:0px;
	background:#7ebaf7;
	padding:10px;
	color:#fff;
	display:inline-block
}
/** booked slots **/