.help-text{font-size: 13px}
td.ui-datepicker-unselectable,
td.ui-state-disabled,
td.ui-datepicker-unselectable span,
td.ui-state-disabled span {
    background-color: #F5BCA9 !important;
}

.ui-datepicker td a, .ui-datepicker td span {
    text-shadow : none !important;
}

.slot {
    background-color: #e2fdaa;
    border-radius: 10px;
    color: #000000;
    width: 92px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(7, 51, 0, 0.3) inset;
    display: inline-block;
    margin-bottom: 5px;margin-right:4px
}
.slot small {
    font-size: 12px
}
.slot.full {
    background-color: #ff0000;
    color: #fff;
    opacity: 1;
    cursor: default;
}

.slots label {
    display: inline-block
}
.slots label > input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}
.slots label > input + div {
    /* IMAGE STYLES */
    cursor: pointer;
    opacity: 0.6;
}
.slots label > input:checked + div {
    /* (RADIO CHECKED) IMAGE STYLES */
    opacity: 1;
}
#appointment-date{
	padding: 5px;
}




.gform_wrapper li.field_description_above .gfield_description{
    font-weight: 400 !important;
    color: #545454;
    font-size: 13px !important;
}
.gform_button{
    color: white !important;
    padding: 15px 35px;
    line-height: 18px;
    font-size: 14px;
    background: #142D33 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border: none;
}
.gform_button:hover{
    background: #957110 !important;
    border-color: #957110 !important;
}
.title-5{
    font-size: 16px;
    font-weight: bold !important;
}
.gform_wrapper .ginput_complex.ginput_container {
    overflow: inherit !important;
}
.nice-select.open .list{
    overflow: auto;
    max-height: 300px;
}
#appointment-error{
    color: red;
}
.gform_wrapper .nice-select.medium{
    width: 47.5%;
}
.nice-select span.current{
    font-size: 1rem;
}
.title-4{text-transform: uppercase;}
.gform_wrapper li.gfield.gfield_error{padding-left: 7px;}
.hide_if_no_need{display: none;}