/* Styles */
#fbuilder .ui-datepicker-inline { max-width:none !important; }
#fbuilder .ui-datepicker-header {background: #eb0046;color: #fff;text-shadow:none;font-size: 18px;padding: 0.7rem 0;}
#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default {
	background:#f4f4f4;
	color:#eb0046;
    border: none;
	font-size: 1rem;
	font-weight: normal;
    height: 40px;
	line-height: 40px;
    text-shadow: none;
    box-shadow: none;
}

#fbuilder .ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #888;
    border: none;
	font-size: 1rem;
	font-weight: normal;
    height: 40px;
    line-height: 40px;
}
#fbuilder .ui-datepicker {
    box-shadow: none;
}
#fbuilder .ui-datepicker tbody th,
#fbuilder .ui-datepicker tbody td {
    text-transform: uppercase;
    color: #333;
    text-align: center;
    text-shadow: none;
    border-width: 0 1px 1px 0;
}
#fbuilder .ui-datepicker th {
    text-transform: uppercase;
    padding: 1rem 0 !important;
    color: #666666;
    text-align: center;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

#fbuilder .ui-datepicker tbody td {
	border-width: 0 1px 1px 0;
	padding: 0;
}

#fbuilder .slots div.availableslot {
	padding: 0;
	border: none;
}

#fbuilder .slots div a {
    margin: 0;
    padding: 4px 8px;
    min-width: 75px;
    border: 1px solid #797e7c;
    background-color: rgb(255, 255, 255);
    transition: 150ms ease-in-out;
    color: rgb(44, 57, 65);
    border-radius: 6px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 4px 0px;
}

.ahb_m #fbuilder .slots {
    padding: 1rem;
    text-align: center;
}

.ahb_m #fbuilder .slots div a:hover {
    background-color: #797e7c;
    color: rgb(255, 255, 255);
    transition: 150ms ease-in-out;
}

.ahb_m #fbuilder .ui-datepicker-calendar .ui-state-active {
	color: #eb0046;
    font-weight: bold;
}

.ahb_m .fieldCalendarService.fieldCalendarServicefieldname1_1 {
    margin-bottom: 1rem;
    width: auto;
}