body {
    background-color: white;
    width: 100%;
    float: left;
}

button.begin[disabled],
button.next[disabled],
button.disabled,
button.booking-next[disabled] {
    background-color: #cecece;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: -999;*/
    background-image: url("../images/AddyiBG2.png");
    background-size: cover;
    background-position: center center;
}

.logo-wrapper {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.logo {
    width: 100%;
    height: auto;
}

.splash-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

.center-div {
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.main-content {
    position: relative;
    line-height: 1.5;
    display: block;
    text-align: center;
    align-content: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.begin {
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    min-height: 40px;
    background-color: #FBC33D;
    color: black;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 8px 18px;
    border-color: transparent;
    border-radius: 4px;
}

.begin.disabled:hover {
    background-color: #cecece;
    color: #000;
}

.begin:hover {
    box-shadow: #888 1px 1px 20px;
    background-color: goldenrod;
    color: white;

}

.home-screen-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.lpText {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
    font: bold;
    text-align: center;
    color: dimgray;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 7px;
    box-shadow: #666 1px 1px 8px;
    border-radius: 5px;
    background-color: whitesmoke;
}

/******* Terms & conditions ************/
.tos-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin: 4px 2px;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    color: black;
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: none;
    background: none;
}

button.tos-button.termsCond {
    width: auto;
    color: #4863A0;
    font-size: 100%;
}

div#message {
    max-width: 215px;
    line-height: 1.2;
    font-size: 12px;
    margin: 0 auto;
}

input#chk_agree {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.form-check-label {
    color: #000;
    font-weight: normal;
    display: initial;
}

/******* end of Terms & conditions ************/
.d-flex {
    display: flex;
}

#start,
.home-screen-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center;
}

.signup-sec>.row {
    display: table;
    table-layout: fixed;
    width: calc(100% + 30px);
    height: 100vh;
}

.signup-bg {
    background-image: url('../images/bg-signup.png');
    background-position: center center;
    height: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.signup-bg.wellcore {
    background-image: url('../images/wellcore-signup.png');
}

.signup-bg-color {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.wellcore .signup-bg-color {
    background-color: rgba(0, 0, 0, 0.3);
}

label.error {
    margin-bottom: 0
}

.signup-sec>.row>div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    height: 100%;
    padding-left: 0;
}

.signup-sec>.row>div .form-logo {
    margin-top: 20px;
}

.signup-sec .questionnaire-content {
    margin: 0 -15px
}

.form-logo img.img-responsive {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}


.signup-bg img {
    position: relative;
    z-index: 9;
    filter: blur(0px);
}

.processing_icon {
    width: 17px;
    height: 19px;
    position: absolute;
    background: #ffffff url(../images/arrow-loader.gif) no-repeat center center;
    background-color: transparent;
    background-size: 100%;
}

label.error {
    color: #ff0c0c;
    font-size: 12px;
}

button#validate_send {
    width: 50%;
    color: #000;
    margin-top: 20px;
}

.form-heading {
    margin-bottom: 20px;
}

button.btn_slot {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #adacac;
    margin: 2px;
    width: 48%;
    padding: 10px;
}

button.btn_slot.selected {
    background-color: #ec9927;
    color: #000;
    border: 1px solid #000;
}

span.info-text {
    display: block;
    font-style: italic;
    font-size: 12px;
}

#slots_html {
    overflow-y: scroll;
    max-height: 230px;
}

/****************** css for calendar **********************/
.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 #000000;
    background: #f8c33d;
    font-weight: normal;
    color: #000000;
}



.wellcore .ui-state-active,
.wellcore .ui-widget-content .ui-state-active,
.wellcore .ui-widget-header .ui-state-active,
.wellcore a.ui-button:active,
.wellcore .ui-button:active,
.wellcore .ui-button.ui-state-active:hover,
.wellcore button#validate_send {
    border: 1px solid #0e202e;
    background: #0e202e;
    color: #ffff;
}

.signup-sec .form-group {
    position: relative;
    text-align: center;
}

.signup-sec label.error {
    color: #ff0c0c;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -17px;
}

#start_hour-error {
    position: inherit;
}

.form-heading {
    margin-bottom: 20px;
}

.signup-bg .home-screen {
    position: relative;
    z-index: 9;
    padding: 0 40px;
}

.signup-bg .home-screen h3 {
    color: #fff;
    font-weight: bold;
}

.signup-bg .home-screen h6 {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

button.tos-button.termsCond:focus {
    outline: none;
}
.centered-text {
    text-align: center;
    margin: 0;
    max-width: 100%;
    font-weight: 700;
    margin-bottom: -17px;
    margin-top: -24px;
}
.centered-provider{
    text-align: center;
    margin: 0;
    max-width: 50%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: -22px;
}

#slot_html {
    height: 25px;
}

label.radio-label {
    font-weight: normal;
}
.signup-sec.wellcore {
	background: #1c405c;
	color: #ffff;
}

@media only screen and (min-width: 1600px) {
    .logo-wrapper {
        width: 22%;
    }

    .lpText {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 10px;
    }
}

@media only screen and (max-width: 930px) {
    #app_sched_time {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    .logo-wrapper {
        width: 53%;
    }

    .begin {
        min-height: 25px;
        padding: 2px 16px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .signup-sec .questionnaire-content {
        margin: 0;
    }

    .signup-sec>.row>div,
    .signup-sec>.row {
        display: block;
    }

    .signup-sec .signup-bg {
        height: 300px;
        background-position: 0 0
    }

    .signup-sec>.row {
        height: auto;
        padding-bottom: 20px;
    }

    .select-date>div {
        margin-bottom: 10px;
    }

    .form-heading {
        font-size: 20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 841px) and (orientation:landscape) {
    .logo-wrapper {
        width: 27%;
    }

    .lpText {
        font-size: 12px;
        line-height: 16px;
        padding: 2px;
        margin: 4px 0;
    }

    .begin {
        min-height: 25px;
        padding: 2px 16px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 530px) {
    .logo-wrapper {
        width: 46%;
    }

    .lpText {
        font-size: 12px;
        padding: 3px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 370px) {
    .signup-bg .home-screen {
        padding: 0 15px;
    }
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    margin: auto;
}

.reason-input {
    width: 100%;
    padding: 10px 20px;
    margin-left: 0px;
    box-sizing: border-box;
}

.wellcore .reason-input {
	background: #0e202e;
	border: 2px solid #0e202e;
}	