/* Styles definition here */

#fbuilder .ui-datepicker-inline { max-width:none !important; }
.ahbfield_service { display: none }

#fbuilder .ui-datepicker {
    z-index: 9999 !important;
 
	    margin-bottom: 30px;
}

.ui-datepicker-header {
    background: #502583;
    color: white;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgb(250 250 250);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgb(250 250 250 / 20%);
    text-shadow: 0px 0px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 50px;
    border-width: 0;
    border-style: solid;
    border-color: #111;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
}

.ui-datepicker thead {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 0px solid #bbb;
    padding: 20px 0px;
    height: 40px;
}

.ui-datepicker th {
    text-transform: uppercase;
    padding: 5px 0;
    color: black;
    text-align: center;
    text-shadow: 0px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
    font-size: 14px;
    padding: 40px 0px;
}


.ui-datepicker-calendar .ui-state-active {
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 0%);
    color: #6bc3c3;
    text-shadow: 0px 0px 0px #4d7a8500;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 0px solid #55838f;
    /* position: static; */
    font-size: 20px;
    /* padding: 11px 0px 10px 0px; */
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    text-shadow: 0px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
    box-shadow: none;
    border: 0px;
    font-size: 20px;
	background-color:white;
	padding: 15px;
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: linear-gradient(top, #ededed 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgb(250 250 250 / 50%);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgb(250 250 250 / 0%);
	height: 60px;
}

.ui-datepicker {
    height: auto;
    margin: 5px 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
	    border-radius: 10px 10px 0px 0px;
}

#fbuilder .slots {
    border: 0px solid #888;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 23px;
    margin-bottom: 20px;
}

#fbuilder .slots div a {
    background: #6bc3c3;
    box-shadow: none;
    display: inline-block;
    padding: 9px 17px;
    color: white;
    font-weight: 700;
    /* border: 0px; */
}

#fbuilder .slots div {
    display: inline-block;
    border: 0px solid #005;
    margin: 5px;
    padding: 1px;
}

#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
    background: #502583;
    color: white;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 8px 36px;
    font-weight: bold;
	font-size: 18px;
	    border: 0px;
}