/* Styles definition here */
.pbSubmit {
	border-radius: 5px;
	border: 0;
	background-color: #222732 !important;
	color: #fff !important;
}
.availableslot, .availableslot a {
	border-radius: 5px;
	border: 0 !important;
}
.htmlUsed.currentSelection a {
	background-color: #222732 !important;
	color: #fff !important; 
}
.htmlUsed.currentSelection {
	border-radius: 5px;
}
.dfield input, .dfield select {
	padding:10px;
	border-radius:5px;
	background-color: #EFEBEB !important;
	border: 0;
}
.fieldCalendarService {
	margin-bottom: 10px;
}
.ui-datepicker {
	box-shadow: none;
	max-width: 100% !important;
	width: 100% !important;
}
#fbuilder .slots {
	box-shadow: none;
	border: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 0 !important;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}