﻿html {
    background: var(--white);
    /* background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);*/
    -webkit-font-smoothing: antialiased;
}


:root {
    --black: rgba(75, 75, 75, 1);
    --dark-grey: rgba(112, 112, 112, 1);
    --grey: rgba(168, 168, 168, 1);
    --light-grey: rgba(196, 196, 196, 1);
    --lighter-grey: rgba(236, 236, 236, 1);
    --lightest-grey: rgba(243, 243, 243, 1);
    --blue: rgba(16, 99, 137, 1);
    --lighter-blue: rgba(16, 99, 137, 1);
    --powder-blue: rgba(rgba(16, 99, 137, .33));
    --lightest-blue: var(--lightest-blue);
    --green: rgba(173, 210, 97, 1);
    --white: rgba(255, 255, 255, 1);
    --red: rgba(212, 88, 88, 1);
    --red-orange: rgba(255, 109, 63, 1);
    --orange-red: rgba(253, 147, 74, 1);
    --orange: rgba(255, 188, 88, 1);
    --btn-gradient: linear-gradient(90.01deg, var(--orange) -27.82%, var(--red-orange) 100%);
    --btn-gradient-hover: linear-gradient(90.01deg, var(--red-orange) -27.82%, var(--red-orange) 100%);
}



.radio-wrapper input[type="radio"] {
    width: 20px;
}

.radio-wrapper label {
    display: inline;
    margin-left: 25px;
}

#control-btn-left {
    display: none;
}

#control-btn-right {
    display: none;
}

#page1Consenterror {
    margin: 0;
    padding: 0;
}

.loader {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    border: 9px solid var(--lightest-grey);
    border-top: 9px solid var(--blue);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 98;
}
#updateClinicDateDialog, #submitErrorDialog {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.90;
    background-color: #fff;
    z-index: 99;
}
.ui-content-popup {
    margin: auto;
    position: absolute;
    display: block;
    top: 40%;
    width: 100%;
}

body {
    background: var(--white);
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

ui-body {
    padding: 0 1.125em;
}

.ui-navbar {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.875em;
}

h2 {
    margin-top: 1.875em;
}

h1.form-header-blue {
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 1.0em;
    line-height: 1.4705882353em;
    color: var(--blue);
    text-transform: uppercase;
    padding: 0 0 0 3.5em;
    margin: 0 0 0 0;
}

#section1 h1.form-header-blue:before {
    content: ' ';
    position: absolute;
    background: url(../Content/images/icons-svg/icon-get-started.svg);
    display: block;
    width: 19px;
    height: 19px;
    border: 0 solid var(--red);
    margin-left: -1.5em;
    margin-top: 2px;
    background-repeat: no-repeat;
}

#section2 h1.form-header-blue:before {
    content: ' ';
    position: absolute;
    background: url(../Content/images/icons-svg/icon-map-pin.svg);
    display: block;
    width: 13px;
    height: 20px;
    border: 0 solid var(--red);
    margin-left: -1.5em;
    background-repeat: no-repeat;
}

#section3 h1.form-header-blue:before {
    content: ' ';
    position: absolute;
    background: url(../Content/images/icons-svg/icon-schedule.svg);
    display: block;
    width: 18px;
    height: 16px;
    border: 0 solid var(--red);
    margin-left: -1.65em;
    margin-top: 2px;
    background-repeat: no-repeat;
}

#section4 h1.form-header-blue:before {
    content: ' ';
    position: absolute;
    background: url(../Content/images/icons-svg/icon-review.svg);
    display: block;
    width: 18px;
    height: 16px;
    border: 0 solid var(--red);
    margin-left: -1.65em;
    margin-top: 2px;
    background-repeat: no-repeat;
}

#section3 > label {
    margin-left: 40px;
}

h2.form-header-instrutions {
    font-size: 1.0em;
    color: var(--dark-grey);
    margin: 0.25em 0 2.0em 0;
    font-weight: 400;
    padding: 0;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

.bodyContent {
    /*width: 414px;*/
    width: 100%;
    margin: auto;
    border: 0;
    /*height: 980px;*/
    height: 1075px;
    overflow: hidden;
    position: relative;
}

.wrap-contact {
    margin: auto;
    width: 100%;
    margin-top: 0;
}

label {
    position: absolute;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 1.0em;
    line-height: 1.4166666667em;
    letter-spacing: 0.01em;
    display: block;
    margin-bottom: 5px;
    color: var(--black);
    text-transform: none;
    padding: 0 0.33em 0.125em 0.33em;
    margin-top: -11px;
    margin-left: 10px;
    background-color: var(--white);
}

#clinic-select input {
    position: absolute;
    z-index: 99;
    width: 22px;
    height: 22px;
    top: inherit;
    margin: -4.5em 0px 0px 0;
    background: var(--white);
    border-radius: 30px;
    border: 1px var(--black) solid;
}

    #clinic-select input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 22px;
        top: 0;
        left: 0;
        position: relative;
        background-color: var(--green);
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid var(--green);
        outline: 0 !important;
        border: 3px solid var(--white);
        border-radius: 18px;
        box-shadow: 0 0 0 2px var(--green);
    }

.appt-info-label {
    font-weight: bold;
}

.input-basic:hover label {
    color: var(--blue)
}

.input-container:hover label {
    color: var(--blue)
}

.select-clinic-section label:hover h3 {
    color: var(--blue) !important;
}

.input-basic input {
    font-family: "Nunito Sans";
    font-weight: 400;
    width: 100%;
    height: 40px;
    padding: 1.35em 1.0em 1.0em 0.75em;
    border-radius: 5px;
    color: var(--black);
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--white);
    box-sizing: border-box;
    border: 1px solid var(--grey);
    border-bottom: 3px solid var(--blue);
    font-size: 1em;
    transition: ease-in-out all .2s;
}

    .input-basic input:hover {
        border: 1px solid var(--blue);
        border-bottom: 3px;
        border-bottom: 3px solid var(--blue);
    }


input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

.input-small {
    width: 300px;
}

.input-container {
    border: 0 dashed lightblue;
    margin: 0 0 2.0em 0;
    padding: 0 2em;
}

.validation-error-icon {
    display: none;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid var(--black);
    border-bottom: 3px solid var(--blue);
    background: var(--white);
    position: relative;
    /*appearance:checkbox;*/
    appearance: none;
    background: var(--white);
    color: var(--white);
    margin-left: 1.80em;
}

input::placeholder {
    color: transparent;
    color: var(--white);
}

input[type=checkbox]:checked:after {
    content: ' ';
    display: block;
    position: relative;
    width: 13px;
    top: 4px;
    left: 15%;
    border: 4px solid var(--green);
    border-top: none;
    border-right: none;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* --- TOC PAGE 1 --- */

.toc-text {
    color: var(--black);
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

    .toc-text a {
        color: var(--black);
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 13px;
    }

        .toc-text a:hover {
            color: var(--black);
        }

#btn-cta-offer {
    margin: 1em 0 0 0;
    padding: 0.75em;
    transition: ease-in-out all .2s;
}


    #btn-cta-offer:hover {
        background-color: var(--blue);
    }

.btn-cta-offer {
    background-color: var(--green);
    width: 100%;
    border: 1px solid var(--green);
    transition: ease-in-out all .2s;
    bottom: 1em;
    color: var(--white);
    font-size: 1.313em;
    padding: 0.5em 0;
    right: 2em;
}


/* --- END TOC PAGE 1 --- */

.checkbox-toc label {
    border: 0 solid var(--red);
    /*margin-left: 3em;*/
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    font-size: 0.813em;
    font-family: "Nunito Sans";
    font-weight: 400;
    color: var(--dark-grey);
}

.communication-checkbox-container {
    padding: 0;
    background-color: var(--white);
    font-family: "Nunito Sans";
    width: 360px;
    margin: auto;
    margin-top: -0.5em;
}

    .communication-checkbox-container label {
        background-color: var(--lightest-blue);
        font-size: 0.725em;
        line-height: 1.33em;
        padding-right: 2.0em;
        font-family: "Nunito Sans";
    }

.wrap-appt-info {
    padding: 0 2em;
    margin-top: 1.5em;
    height: 340px;
    margin-bottom: 0;
}

    .wrap-appt-info p {
        margin: 0 0 1.0em 0;
        padding: 0.5em 0 1.0em 0;
        border-bottom: 1px solid var(--light-grey);
    }




.wrap-appt-info {
    color: var(--black);
    font-weight: 900;
    margin-right: 0.25em;
    text-transform: none;
    font-size: 0.785em;
}

span.appt-info-label {
    color: var(--black);
    font-weight: 900;
    margin-right: 0;
    text-transform: none;
    font-size: 0.785em;
}

.appt-info {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
}

h3.appt-info-h3 {
    padding-left: 32px;
}

.appt-info-clinicname {
    color: var(--blue);
    font-weight: 700;
    font-size: 16px;
}

#section4 .grey {
    padding: 0 2em;
    font-size: 0.813em;
    /*display: none;*/
    font-family: "Nunito Sans";
}


/*#section4~#control-btn-left { display:none!important; }*/

#section4 .checkbox-toc {
    margin-top: -2.5em;
    padding: 2.5em 0 1.0em 0;
    font-family: "Nunito Sans";
    margin-bottom: 2.75em;
}

.date-time-section {
    margin-bottom: 2em;
    padding: 0 2em;
}

h3.grey {
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 1.125em;
    line-height: 1.4166666667em;
    letter-spacing: 0.01em;
    margin-bottom: 1px;
    color: var(--black);
}

.wrap-button {
    margin: auto;
    padding: 0 2em;
}

.button {
    color: var(--white);
    /*background: linear-gradient(90deg, var(--green) 0%, #77B336 100%);*/
    background-color: var(--green);
    border: 0px;
    padding: 10px 27px 10px;
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 1.313em;
    line-height: 1.8em;
    letter-spacing: 0.03125em;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1.5em;
    /*transition: ease-in-out all .2s;*/
    width: 100%;
}

    .button:hover {
        background-color: var(--blue);
        cursor: pointer;
    }

#control-btn-left:hover {
    border: 1px solid var(--red-orange);
    color: var(--red-orange);
}

#control-btn-left {
    background-color: var(--white);
    color: var(--blue);
    width: 155px;
    border: 1px solid var(--blue);
    margin-top: 2em;
    /* left: 2em; */
}

#control-btn-right {
    background: var(--btn-gradient);
    float: right;
    width: 155px;
    border: 1px solid var(--red-orange);
    transition: ease-in-out all .2s;
    margin-top: 2em;
    /*right: 2em;*/
}

    #control-btn-right:hover {
        background: var(--btn-gradient-hover);
        border: 1px solid var(--red-orange);
    }

div.wrap-button + button#control-btn-left {
    display: block;
    width: 380px;
    width: 45%;
}

#zipCodePlaceholder {
    color: var(--blue);
    font-weight: 700;
    border-bottom: 1px solid var(--lightest-grey);
}


.input-basic-basic-zip {
    display: flex;
}

    .input-basic-basic-zip p {
        color: var(--blue);
        margin-left: 8px;
    }



/*-- CARDS --*/

h4.chiro-font {
    padding: 0 2em;
    font-style: normal;
    font-weight: 800;
    font-family: "Nunito Sans";
    margin-bottom: 0;
    color: var(--dark-grey);
    margin-top: 0;
}

    h4.chiro-font.promo {
        padding: 0;
        margin-top: -0.5em;
        text-align: center;
        font-weight: 700;
    }

.select-clinic-section {
    padding: 0 2.0em;
    border: 0 solid var(--red);
    margin-bottom: 1em;
    margin-top: 0.5em;
    min-height: 50px;
}


#clinic-select .ui-block-a h3 {
    font-family: "Nunito Sans";
    font-size: 1.0em;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin: 0;
    color: var(--black);
}

#clinic-select .ui-block-b h5 {
    font-weight: 600;
    font-style: normal;
    color: var(--black);
    font-size: 0.875em;
    margin: 0 0 1.0em 0;
    padding: 0;
    line-height: 1.438em;
}

#clinic-select .ui-block-c h5 {
    font-style: italic;
    color: var(--black);
    font-size: 0.85em;
    font-weight: 400;
    margin: 0 0 0.25em 0;
    padding: 0;
}

#clinic-select fieldset.wrap-card {
    border: 0;
    padding: 0;
}

#clinic-select .wrap-location-clinic input {
    appearance: none;
    background: var(--white);
    border-radius: 22px;
    width: 22px;
    height: 22px;
}

#clinic-select label {
    color: var(--black);
    font-family: "Nunito Sans";
    margin: 0 0 0.75em 0;
    border-right: 0;
    border-bottom: 1px solid var(--grey);
    border-top: 0 dashed lightblue;
    padding: 0 1.0em 0em 0;
    position: relative;
    border-radius: 0px;
    height: 60px; /*from 80px*/
}


.select-clinic-section span {
    font-style: normal;
    font-weight: 400;
    color: var(--black);
}




#contactInformationForm {
    border: 0 solid var(--red)
}

div#selectedClinicError {
    position: absolute;
    margin: -35px;
    margin-left: 30px;
    padding: 0;
    font-size: 0.725em;
    background: url(../Content/images/icons-svg/icon-error-var(--red).svg) no-repeat left 2px;
    padding-left: 18px;
    background-size: 14px;
}


/*@media screen and (max-width:500px) { body { zoom: 90%; }}*/

#clinic-select label:hover {
    cursor: pointer;
}

#clinic-select fieldset {
    border: 0;
    padding: 0;
    width: 100%;
}

#section3Header {
    margin-bottom: 20px;
}

#section3 h1 {
    margin-left: 3px;
}


#section3:hover > label {
    color: var(--blue);
}

.date-picker:hover {
    border: 1px solid var(--blue);
    border-bottom: 3px;
    border-bottom: 3px solid var(--blue);
}

.date-picker {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 1em;
    width: 100%;
    height: 48px;
    padding: 1.5em 80px 1.0em 0.75em;
    border-radius: 5px;
    color: var(--black);
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--white);
    box-sizing: border-box;
    border: 1px solid var(--grey);
    border-bottom: 3px solid var(--blue);
    margin-bottom: 0.5em;
    background: url(../Content/images/icons-svg/icon-schedule-input-v2.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 0;
}
/*
.date-time-section .ui-input-text:after {
    content: ' ';
    position: absolute;
    background: url(../Content/images/icons-svg/icon-schedule-input-v2.svg);
    display: inline;
    width: 59px;
    height: 60px;
    background-repeat: no-repeat;
    margin-left: -5px;
}*/

.appointment_disclaimer h4 {
    font-family: "Nunito Sans";
    font-size: 1.125em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.5em 0;
}

.appointment_disclaimer {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 0.875em;
    text-align: left;
}

.red-color {
    color: var(--red);
    position: absolute;
    font-size: 0.85em;
    margin-top: 6px;
    font-weight: 400;
    background: url(../Content/images/icons-svg/icon-error-red.svg) no-repeat left 2px;
    padding-left: 20px;
    background-size: 14px;
    line-height: 15px;
}

.validation-error-format span {
    color: var(--red);
    position: absolute;
    font-size: 0.8em;
    margin-top: 5px;
    font-weight: 500;
    transition: ease-in-out all .2s;
    background: url(../Content/images/icons-svg/icon-error-red.svg) no-repeat left;
    padding-left: 20px;
    background-size: 14px;
    line-height: 15px;
}

.validation-error-span {
    color: var(--red);
    font-size: 0.8em;
    font-weight: 400;
    transition: ease-in-out all .2s;
    background: url(../Content/images/icons-svg/icon-error-red.svg) no-repeat left;
    padding-left: 20px;
    background-size: 14px;
    position: absolute;
    /*top: 439px;*/
    top: 516px;
    left: 32px;
    line-height: 14px;
    margin-top: 30px;
}

#page1Consenterror {
    margin: 0;
    padding: 0;
    color: var(--red);
    position: absolute;
    font-size: 0.725em;
    margin-top: -1.5em;
    margin-left: 3em;
    font-weight: 400;
}

div#page4Consenterror {
    margin: 0;
    padding: 0;
    color: var(--red);
    position: absolute;
    font-size: 0.725em;
    margin-top: -3.0em;
    margin-left: 3em;
    font-weight: 400;
}


/*-- END CAvar(--red)S --*/


/* -- CALENDAR --*/

#DateTableContainer {
    font-family: "Nunito Sans";
    max-width: 100%;
    margin: auto;
    /*border: 0 dashed lightblue;*/
    padding: .5em;
    margin-bottom: 2em;
    background-color: var(--lightest-blue);
    border-radius: 5px;
    font-size: 1.125em;
}



    #DateTableContainer .date-table-div {
        width: 100%;
        border: 0 solid var(--red);
    }

    #DateTableContainer .full-width {
        width: 100%;
    }

    #DateTableContainer th {
        color: var(--black);
        font-size: 1.125em;
        padding: 0 .5em;
        font-family: "Nunito Sans";
        font-weight: 900;
    }

    #DateTableContainer table caption h3 {
        font-weight: 600;
        color: var(--black);
        text-align: left;
        padding-left: 0.5em;
    }

    #DateTableContainer button:disabled {
        border: 0 solid var(--lightest-blue);
        color: var(--powder-blue);
        font-weight: 600;
    }

    #DateTableContainer button:hover:disabled {
        border: 0 solid var(--lightest-blue);
        color: var(--powder-blue);
        font-weight: 600;
        cursor: default;
        background-color: var(--lightest-blue);
        border: 0 solid var(--blue);
    }

    #DateTableContainer button {
        border: 0 solid var(--lightest-blue);
        color: var(--powder-blue);
        font-weight: 600;
        background-color: var(--lightest-blue);
        color: var(--black);
        width: 100%;
        padding: .25em .15em .15em .15em;
        border-radius: 5px;
        font-size: 1.125em;
        transition: ease-in-out all .2s;
        font-family: "Nunito Sans";
        font-weight: 800;
    }

        #DateTableContainer button:hover {
            cursor: pointer;
            color: var(--white);
            background-color: var(--blue);
            border: 0 solid var(--blue);
        }

    #DateTableContainer .selected-date {
        color: var(--white);
        background-color: var(--blue);
        border: 0 solid var(--green);
    }

    #DateTableContainer .date-cell {
        margin: 0;
        border: 0 solid var(--red);
        padding: .5em 0;
    }

#DateTimeHeader h3 {
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 1.125em;
    color: var(--black);
    background-color: var(--white);
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin-top: 0em;
    margin-bottom: 0em;
}

#clinicList .ui-block-b {
    font-weight: 200;
    font-style: italic;
    margin-left: 2em;
}

#clinicList .ui-block-a {
    margin-left: 2em;
}


/*-- END CALENDAR --*/


/* --- Time --*/

.inner-time-table {
    background-color: var(--white);
    display: table-cell;
}

#TimeTableContainer table {
    /*float: left;*/
    flex-direction: row;
    border: 0 solid var(--red);
    justify-content: space-between;
    padding: 0;
    width: 50%;
}

#TimeTableContainer h5 {
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 1.0em;
    color: var(--black);
    margin: 0 0 0.25em 0;
    font-style: italic;
}

#TimeTableContainer .second {
    flex-direction: column;
    border: 1px solid var(--red);
    justify-content: space-between;
    padding: 0;
    width: 50%;
}

#TimeTableContainer input {
    /* border-radius: 22px; border: 1px solid rgba(26, 99, 137, .40); height: 22px; width: 22px;*/
    visibility: hidden;
    /*position: absolute; z-index: 999; margin-top: -23px; background-color: rgba(26, 99, 137, .40);*/
}

#TimeTableContainer t {
    height: 40px;
}



#TimeTableContainer input:checked label {
    background: var(--green);
    color: var(--white);
    transition: ease-in-out all .2s;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ui-radio.ui-mini {
    height: 2.75em;
    width: 120px;
    white-space: nowrap;
}

    .ui-radio.ui-mini label {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.75em;
    }

#TimeTableContainer {
    margin-top: 24px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid var(--grey);
    border-radius: 5px;
    height: 565px;
}

    #TimeTableContainer form {
        margin-bottom: 0;
        padding-bottom: 0;
    }

::-webkit-scrollbar {
    width: 20px;
}


/* Track Scrollbar */

::-webkit-scrollbar-track {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--light-grey);
}

::-webkit-scrollbar-track-piece {
    background-color: var(--light-grey);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--lightest-grey);
    border-radius: 12px;
    border: 5px solid var(--light-grey);
}

.full-width {
    background-color: var(--white);
}

#TimeTableContainer label {
    border: 0 solid var(--red) !important;
    margin: 0;
    position: relative;
    font-size: 1em;
    /* margin-left: 2.0em; */
    width: 110px;
    text-align: center;
    background: rgba(0, 151, 19, 0.0);
    color: var(--black);
    border-radius: 5px !important;
    height: 2.55em;
}

#TimeTableContainer fieldset {
    /*padding: 0.75em 0.25em;*/
    padding: 0;
    border: 0 solid var(--powder-blue);
    border-radius: 5px;
    width: 110px;
    margin: 0.25em 0.25em;
    background-color: var(--lighter-grey);
}

#TimeTableContainer label:hover {
    background: var(--green);
    color: var(--white);
    transition: ease-in-out all .2s;
    cursor: pointer;
}




#TimeTableContainer table td {
    margin: 0;
    padding: 0;
}

.AptWrap {
    padding: 1em 0 1em .5em;
    background-color: var(--white);
    width: 300px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.inner-time-table {
    border: 5px solid var(--red);
}

#TimeTableContainer h3 {
    font-family: "Nunito Sans";
    background-color: var(--white);
    font-weight: 400;
    font-size: 1.0em;
    color: var(--black);
    text-align: center;
    line-height: 1.438em;
    padding: 0.25em;
    margin-top: 0;
}





/* Issue #2066 */

body .ui-mobile-viewport,
div.ui-mobile-viewport {
    overflow-x: hidden;
}


/* "page" containers - full-screen views, one should always be in view post-pageload */

.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
    display: none;
}


/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */

.ui-page {
    outline: none;
}

.ui-mobile .ui-page-active {
    display: contents;
    overflow: visible;
    overflow-x: hidden;
}

#contactInfo_zipCode {
    width: 250px;
}

#ZipCodeContainer span.label-light {
    font-weight: 400;
}

.time-table-clinic-pages {
    height: 275px !important;
}


.main-body-clinic-pages {
    height: 690px !important;
}




@media screen and (orientation: portrait) {
    .ui-mobile .ui-page {
        min-height: 420px;
    }
}

@media screen and (orientation: landscape) {
    .ui-mobile .ui-page {
        min-height: 300px;
    }
}

.no-display {
    display: none;
}


/* Loading screen */

.ui-loading .ui-loader {
    display: block;
}

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}

.ui-loader-default {
    background: none;
    filter: Alpha(Opacity=18);
    opacity: .18;
    width: 2.875em;
    height: 2.875em;
    margin-left: -1.4375em;
    margin-top: -1.4375em;
}

.ui-loader-verbose {
    width: 12.5em;
    filter: Alpha(Opacity=88);
    opacity: .88;
    box-shadow: 0 1px 1px -1px var(--white);
    height: auto;
    margin-left: -6.875em;
    margin-top: -2.6875em;
    padding: .625em;
}

.ui-loader-default h1 {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.ui-loader-verbose h1 {
    font-size: 1em;
    margin: 0;
    text-align: center;
}

.ui-loader .ui-icon-loading {
    background-color: var(--black);
    display: block;
    margin: 0;
    width: 2.75em;
    height: 2.75em;
    padding: .0625em;
    -webkit-border-radius: 2.25em;
    border-radius: 2.25em;
}

.ui-loader-verbose .ui-icon-loading {
    margin: 0 auto .625em;
    filter: Alpha(Opacity=75);
    opacity: .75;
}

.ui-loader-textonly {
    padding: .9375em;
    margin-left: -7.1875em;
}

    .ui-loader-textonly .ui-icon-loading {
        display: none;
    }

.ui-loader-fakefix {
    position: absolute;
}

#section1 {
}

#section2 {
    display: none;
}

#section3 {
    display: none;
}

#section4 {
    display: none;
}

.stepper {
    display: flex;
    white-space: nowrap;
    max-width: 321px;
    justify-content: space-between;
    flex-direction: row;
    margin: auto;
    margin-bottom: 1.5em;
}

.stepperPage {
    display: flex;
    width: inherit;
    align-items: center;
}

    .stepperPage h1 {
        margin: 0 auto;
        width: 19px;
        height: 19px;
        text-align: center;
        border-radius: 19px;
        background-color: var(--white);
        color: var(--grey);
        font-size: 11px;
        font-family: "Nunito Sans";
        line-height: 19px;
        font-weight: 900;
        outline: 2px solid var(--grey);
        margin-right: 6px;
    }

    .stepperPage label {
        all: initial;
        margin: 0 auto;
        display: table;
        padding: 5px;
        white-space: nowrap;
        color: var(--grey);
        font-weight: 400;
        font-family: "Nunito Sans";
        font-size: 0.875em;
        font-weight: 700;
    }

.page-01 h1 {
    background-color: var(--white);
    line-height: 20px;
}

.page-01 label {
    /* color: var(--dark-grey); */
}

.page-01.menu-active label {
    color: var(--blue);
}

.page-01.menu-active h1 {
    color: var(--blue);
    outline: 2px solid var(--blue);
}

.page-02.menu-active label {
    color: var(--blue);
}

.page-02.menu-active h1 {
    color: var(--blue);
    outline: 2px solid var(--blue);
}


.stepper.menu-active .page-01.stepperPage {
    color: var(--blue);
}



.ui-navbar div h1 {
    font-weight: 800;
    white-space: nowrap;
}

span#dateInfo {
    margin-left: 0.6em;
}

span#timeInfo {
    margin-left: 0.85em;
}


/* CALENDAR */

.ui-datepicker table {
    width: 100% !important;
    font-size: 16px !important;
    border-collapse: collapse !important;
    margin: 0 0 .4em !important;
}

.ui-datepicker th {
    padding: .7em .3em !important;
    text-align: center !important;
    font-weight: 900 !important;
    border: 0 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .33 !important;
    background-image: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--green) !important;
    background: var(--green) !important;
    font-weight: normal !important;
    color: var(--white) !important;
    border-radius: 3px !important;
    text-align: center !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--lighter-grey) !important;
    background: var(--lighter-grey);
    /* font-weight: normal; */
    color: var(--black);
    font-weight: 600 !important;
    text-align: center !important;
    border-radius: 3px !important;
}




.ui-widget-header {
    border: 1px solid var(--lightest-blue) !important;
    background: var(--lightest-blue) !important;
    color: var(--blue) !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    border-bottom: 2px var(--blue) solid !important;
    text-transform: uppercase !important;
    font-family: "Nunito Sans" !important;
}

.ui-widget-content {
    border: 1px solid var(--grey) !important;
    background: var(--white) !important;
    color: var(--black) !important;
    font-family: "Nunito Sans" !important;
}

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active a {
        font-weight: 800 !important;
    }

        .ui-state-hover,
        .ui-widget-content .ui-state-hover,
        .ui-widget-header .ui-state-hover,
        .ui-state-focus,
        .ui-widget-content .ui-state-focus,
        .ui-widget-header .ui-state-focus,
        .ui-button:hover,
        .ui-button:focus {
            border: 1px solid var(--green) !important;
            background: var(--green) !important;
            font-weight: 800 !important;
            color: var(--white) !important;
            text-align: center !important;
            border-radius: 3px !important;
            transition: ease-in-out all .2s !important;
        }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

a.ui-corner-all:hover {
    cursor: pointer !important;
}


/* END CALENDAR */


#btn-cta-offer {
    min-height: 70px;
}

#btn-cta-offer, #submitRequest {
    background: var(--btn-gradient) !important;
    border: 1px solid var(--orange-red);
    box-shadow: 0px 2px 9px var(--lighter-grey);
}

    #btn-cta-offer:hover, #submitRequest:hover {
        background: var(--btn-gradient-hover) !important;
        cursor: pointer !important;
    }

/* -- Insurance --*/

.insurance-radio-group .radio-wrapper {
    display: flex;
}

.insurance-radio-group-label {
    margin-left: 0;
    position: relative;
    padding-left: 0;
}


.insurance-radio-group {
    position: relative;
    color: var(--black);
    font-family: "Nunito Sans";
    font-weight: 400;
}

.insurance-radio-government-label, .insurance-radio-commercial-label {
    font-weight: 400;
    margin-top: 0;
}

.insurance-radio-group .radio-wrapper input[type="radio"] {
    position: relative;
    z-index: 99;
    width: 22px;
    height: 22px;
    top: inherit;
    margin: 0;
    background: var(--white);
    border-radius: 30px;
    border: 1px var(--black) solid;
}

    .insurance-radio-group .radio-wrapper input[type="radio"]:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 22px;
        top: 0;
        left: 0;
        position: relative;
        background-color: var(--green);
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid var(--green);
        outline: 0 !important;
        border: 3px solid var(--white);
        border-radius: 18px;
        box-shadow: 0 0 0 2px var(--green);
    }



.insurance-radio-group .radio-wrapper label {
    margin-top: 0;
}


.input-container.insurance-radio-group:hover label {
    color: var(--black);
    transition: ease-in-out all .2s;
}

label.insurance-radio-commercial-label.ui-btn:hover {
    color: var(--blue);
    cursor: pointer;
}

label.insurance-radio-government-label.ui-btn:hover {
    color: var(--blue);
    cursor: pointer;
}



/*-- End Insurance --*/

/*--- 
    Fix Back Button with this inline code 
    display: inline;
    position: relative;
    margin-top: 1em;
    width: 100%;
    margin-left: -2em;
} 
---*/

@media screen and (max-width: 500px) {

    #TimeTableContainer label:hover {
        background-color: var(--lighter-grey);
        color: var(--black);
    }
}


@media only screen and (max-width: 407px) {
    /* body {font-size: 15px;}*/
    stepper {
        width: 100%;
    }

    #control-btn-right {
        max-width: 100%;
    }

    #control-btn-left {
        max-width: 100%;
    }


    .bodyContent {
        width: 100%;
    }

    .input-container {
        padding: 0 1.0em;
    }

    .stepperPage h1 {
        line-height: 2.333em;
    }

    .select-clinic-section {
        padding: 0 1.0em;
    }

    .date-time-section {
        padding: 0 1.0em;
    }

    .appt-info-h3 {
        font-size: 16px;
        color: var(--dark-grey);
        padding-left: 0;
    }

    h3.appt-info-h3 {
        padding-left: 0;
    }

    .wrap-appt-info {
        padding: 0 2.0em;
    }

    .appt-info-wrap {
        padding-left: 16px !important;
    }

    .stepperPage h1 {
        line-height: 21px;
    }

    .date-picker {
        width: 100%;
    }
    /* h1.form-header-blue {padding: 0 0 0 2.5em;}*/
    h4.chiro-font {
        padding: 0 1em;
    }

    .wrap-button {
        /* margin: auto; */
        padding: 0 1em;
    }

    .wrap-appt-info {
        padding: 0 1.0em;
    }

    .wrap-contact {
        margin: auto;
        border: 0 solid var(--red);
        width: 100%;
        margin-top: 1.5em;
    }

    h1.form-header-blue {
        padding: 0 0 0 2.5em;
    }

    .communication-checkbox-container {
        width: 100%;
    }

    .toc-text {
        font-size: 11px;
        text-align: center;
        padding: 0 1em;
    }

    .validation-error-span {
        margin-top: 53px;
        left: 17px;
    }
}


@media only screen and (max-width: 390px) {

    #control-btn-left {
        width: 145px;
    }

    #control-btn-right {
        width: 145px;
    }
}

@media only screen and (max-width: 350px) {

    #control-btn-left {
        width: 50%;
        padding: 10px 10px 10px;
    }

    #control-btn-right {
        width: 50%;
        padding: 10px 10px 10px;
    }
}


@media only screen and (max-width: 360px) {
    .AptWrap {
        width: 260px;
        padding: 1em 1em 1em .5em;
    }

    label {
        font-size: 0.90em;
    }

    #clinic-select .ui-block-a h3 {
        font-size: 1.0em;
    }

    #clinic-select .ui-block-b h5 {
        margin: 0.125em 0 1.2em 0;
        font-size: 0.825em;
        margin-top: 0.125em;
    }
}
