/* SIGN UP */
.signupStyle {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 9px;
    margin: 0px auto 20px;
    width: 65vw;
    padding: 0px;
}
.signupStyle h1 {
    background-color: rgba(37, 170, 225, 0.839);
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: initial;
    margin: 0px auto 20px;
    padding: 16px 0px;
    text-align: center;
    width: 100%;
}
.signupStyle p {
    padding: 0px 20px 20px;
}
.signupStyle div.msgBox p {
    padding: 3px 3px 3px 3px;
}
#signUpForm .loading-overlay, #signUpForm .success-overlay {
    left: 14%;
    margin: 75px 0px 0px;
    max-height: calc(100% - 124px);
    width: 64vw;
}
@media (min-width:300px) {
    .signupStyle .signupInclude h1 {
        border-radius: 9px 9px 0px 0px;
    }
    .signupStyle .productChoices h1 {
        border-radius: 9px 9px 0px 0px;
    }
    .signupInclude {
        border-right: 0px solid #bbb;
        float: left;
        max-width: 100%;
        width: 100%;
    }
    div.signup-content div.form-style h1 {
        font-size: 24px;
    }
    .productChoices {
        clear: both;
    }
    .productChoices table tr td select {
        margin: 5px 10px;
    }
    .productChoices .footNote {
        font-size: 11px;
    }
    span.longText {
        display: none;
    }
    span.shortText {
        display: block;
    }
    div.signup-content div.form-style table.locationListing select {
        min-width: 120px;
    }
}
@media (min-width:600px) {
    div.signup-content div.form-style h1 {
        font-size: 30px;
    }
    span.longText {
        display: block;
    }
    span.shortText {
        display: none;
    }
    div.signup-content div.form-style table.locationListing select {
        min-width: 200px;
    }
}
@media (min-width:1350px) {
    .signupStyle .signupInclude h1 {
        border-radius: 9px 0px 0px 0px;
    }
    .signupStyle .productChoices h1 {
        border-radius: 0px 9px 0px 0px;
    }
    .signupInclude {
        border-right: 1px solid #bbb;
        float: left;
        max-width: calc(66% - 1px);
        width: calc(66% - 1px);
    }
    .productChoices {
        clear: none;
        float: left;
        width: 34%;
    }
    .productChoices table tr td select {
        display: block;
        margin: 5px 0px;
        width: 80%;
    }
    .productChoices .footNote {
        clear: both;
        display: block;
        padding-top: 5px;
    }
}
.productChoices {
    background-color: #FAF8F8;
}
.productChoices table {
    border-bottom: 1px solid #bbb;
    padding: 0px 0px 0px 20px;
    width: 100%;
}
.productChoices table select {
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: none;
    color: #606060;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.42857143;
    padding: 6px;
}
.productChoices button {
    display: block;
    margin: 19px auto 20px;
    text-align: center;
}
.productChoices button:active, .productChoices button:focus {
    display: block;
}
.productChoices button:disabled, .productChoices button[disabled] {
    background-color: #fff;
    border-color: #bbbbbb;
    color: #bbbbbb;
    cursor: default;
}
div.signup-content {
    display: block;
    margin: -40px auto 0px;
    position: relative;
}
div.signup-content div.msgBox {
    color: #FF0000;
    margin: 0px 2%;
    width: 93%;
}
div.signup-content div.form-style {
    background-color: #FAF8F8;
}
div.signup-content div.form-style h1 {
    max-width: 100%;
    width: 100%;
}
div.signup-content div.form-style table {
    margin: 10px 0px 10px 15px;
    width: calc(100% - 15px);
}
div.signup-content div.form-style table tbody tr {
    height: 60px;
}
div.signup-content div.form-style table tbody tr td label {
    display: block;
    padding-bottom: 2px;
}
div.signup-content div.form-style table tbody tr td label.inlineLabel {
    display: inline-block;
    float: left;
    font-size: 15px;
    padding-top: 4px;
    min-width: 100px;
}
div.signup-content div.form-style input[type=checkbox] {
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
div.signup-content div.form-style input[type=text] {
    margin: 0px;
}
div.signup-content div.form-style span.productDesc {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 5px 0px 0px 10px;
}
div.signup-content div.form-style h3 {
    font-size: 15px;
    margin: 2px 15px 4px;
    padding-top: 8px;
}
div.signup-content div.form-style table.locationListing thead tr th {
    text-align: left;
}
div.signup-content div.form-style table.locationListing tbody tr {
    height: 40px;
}
div.signup-content div.form-style table.locationListing input {
    float: left;
    width: 80%
}
div.signup-content div.form-style table.locationListing select {
    margin-right: 8px;
}
div.signup-content div.form-style table.locationListing tbody tr td.controls {
    font-size: 11px;
    vertical-align: middle;
    width: 48px;
}
span.hostedWrapper label {
    width: 53px;
}
span.hostedWrapper input.hostedChoice {
    float: left;
}
/* MODAL */
div.signup-modal {
    background-color: #ffffff;
    border-radius: 12px;
    bottom: 0px;
    display: block;
    height: 70vh;
    left: 15vw;
    overflow-y: auto;
    position: fixed;
    right: 0px;
    top: 15vh;
    width: 70vw;
    z-index: 9500;
}
div.signup-modal:not(.hidden) > div#page-container {
    color: #FF0000;
}
div.signup-modal-header {
    height: 7%;
}
.acuityReminder {
    clear: both;
    border-radius: 10px;
    margin: 0 0 20px;
    background: #f9e5e5;
    padding: 15px 20px;
    width: 60%;
    box-sizing: border-box;
}
.acuityReminder p{
    padding:0;
    width: 100%;
}
#acuitySelection {
    clear: both;
    padding-top: 0;
    margin: 0 0 20px;
    width: 68%;
}
.acuityRow{
    display: none;
}