﻿.help {
    color: #484848;
    text-decoration: underline;
}

.icoimg {
    border: 1px solid #bfbfbf;
    -moz-box-shadow: 2px 2px 1px #cccccc;
    -webkit-box-shadow: 2px 2px 1px #cccccc;
    box-shadow: 2px 2px 1px #cccccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 10px;
}

.icoimg {
    transition: 0.5s all ease-in-out;
}

    .icoimg:hover {
        transform: scale(1.1);
    }

.field-validation-error, .val-error {
    background: #9d0b0c;
    color: white;
    padding: 4px;
    margin-left: 10px;
    z-index: 1;
    font-size: 14px;
    font-weight: normal;
    position: initial;
}

#separator1 {
    display: none;
}

#separator2 {
    display: none;
}

.tooltiptext {
    background: #fff;
    color: #888;
    padding: 4px;
    margin-left: 10px;
    z-index: 3;
    font-size: 14px;
    font-weight: normal;
    position: initial;
    width: fit-content;
    overflow: visible;
    white-space: nowrap;
}

.toolTip-container {
    z-index: 3;
    position: absolute;
    margin-top: -30px;
}

.error-container {
    z-index: 3;
    position: absolute;
}

.separator-line {
    margin-left: 10px;
    background: url('/Content/images/errorArrow.png') no-repeat !important;
    height: 8px;
    border: none;
    margin-bottom: 0px;
    display: none;
    z-index: 1;
    position: initial;
}

.separator-line2 {
    margin-left: 20px;
    background: url('/Content/images/tooltipArrow.png') no-repeat !important;
    height: 8px;
    border: none;
    margin-bottom: 10px;
    display: none;
    z-index: 1;
}

.homepageBaseTextBlueSmall {
    color: #1268B1;
    font-size: .9em;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    cursor: pointer;
}

.image-container {
    max-height: 100%;
    max-width: 80%;
    margin: 0 auto 0 13% !important;
    padding: 0;
}

.assignAssessmentButton {
    cursor: pointer;
    background-color: #1268B1;
    color: white !important;
    min-height: 38px !important;
    max-height: 38px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    box-sizing: border-box;
    padding-top: 5px;
    margin: auto auto auto auto !important;
    position: absolute;
    left: 15px !important;
    font-size: 1rem;
    line-height: 1.5;
    z-index: 1051;
}

#password-error-container, #confirm-pw-error-container {
    margin-top: 50px;
}

#rcorners1 {
    border-radius: 5px;
    background: #4c98d2;
    padding: 20px;
}

#rcorners2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #4c98d2;
    padding: 20px;
    margin: 10px 15px 0 15px;
}

#rcorners3 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #4c98d2;
    padding: 20px;
    margin: 10px 15px 0 15px;
}

/*.topmargindisplayone {
    margin: -285px 200px auto auto;
}*/

/*.topmargindisplaytwo {
    margin-top: -250px;
}*/

/*#createAccount {
    padding: 5px 6% 0 0 !important;
}*/

.logoaligner {
    margin-top: -100px;
}

@media(max-width: 1450px) {
    #sometin {
        display: none;
    }
}

@media(max-width: 1370px) {
    #sometin {
        display: none;
    }
}

@media(max-width: 1250px) {
    #sometin {
        display: none;
    }

    #password-error-container, #confirm-pw-error-container {
        margin-top: 40px;
    }

    #submitDisabled, submit {
        margin-left: 0px;
    }

    .toolTip-container {
        display: none !important;
    }

    .topmargindisplayone {
        margin: auto auto auto auto;
        padding: 0 0 0 0 !important;
    }

    .topmargindisplaytwo {
        margin-top: 20px;
    }

    .logoaligner {
        margin-top: auto;
    }

    #createAccount {
        padding: 0 0 0 0 !important;
    }
}

@media(max-width: 1025px) {
    #sometin {
        display: none;
    }

    #password-error-container, #confirm-pw-error-container {
        margin-top: 40px;
    }

    #help-links {
        padding-left: 15px;
        font-size: 10px;
    }

    .block-wrapper {
        padding-bottom: 0;
    }

    .block-wrapper-left, .block-wrapper-right, .block-wrapper-center {
        padding: 5px 10px 5px 10px;
    }
}

@media(max-width: 750px) and (min-height: 750px) {
    #password-error-container {
        margin-top: 30px;
    }

    #confirm-pw-error-container {
        margin-top: 40px;
    }

    .field-validation-error, .val-error {
        background: #9d0b0c;
        color: white;
        padding: 4px;
        margin-left: 10px;
        margin-right: 5px;
        z-index: 1;
        font-size: 12px;
        font-weight: normal;
        position: initial;
    }

    .toolTip-container {
        display: none !important;
    }

    #help-links {
        padding-left: 15px;
        font-size: 12px;
    }

    #password {
        margin-bottom: 20px;
    }

    #confirm-pw-input {
        margin-bottom: 15px;
    }

    #password-input {
        margin-bottom: 35px;
    }

    #cp-container {
        margin-top: 30px;
    }

    .right {
        display: none;
    }
    .topmargindisplayone {
        margin: auto auto auto auto;
        padding: 0 0 0 0 !important;
    }
}

@media(max-height: 750px) and (max-width: 750px) {
    #sometin {
        display: block;
    }

    .field-validation-error, .val-error {
        font-size: 12px;
        margin-right: 5px;
    }

    .toolTip-container {
        display: none !important;
    }

    #password-error-container {
        margin-top: 30px;
    }

    #confirm-pw-error-container {
        margin-top: 40px;
    }

    #rcorners1 {
        padding: 5px;
    }

    #help-links {
        padding-left: 15px;
        font-size: 12px;
    }

    #password {
        margin-bottom: 20px;
    }

    #confirm-pw-input {
        margin-bottom: 15px;
    }

    #passowrd-input {
        margin-bottom: 35px;
    }

    #cp-container {
        margin-top: 30px;
    }

    #pw-container {
        margin-bottom: 10px;
    }
}

@media(max-width: 570px) {
    #sometin {
        display: block;
    }

    .right {
        display: none;
    }
}

@media(max-height: 450px) and (max-width: 750px) {
    #sometin {
        display: block;
    }

    .right {
        display: none;
    }
}

@media(max-width: 450px) {
    #sometin {
        display: block;
    }

    .right {
        display: none;
    }
}

@media(max-width: 350px) {
    #sometin {
        display: block;
    }

    .right {
        display: none;
    }
}


#preloadregistration {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    display: none;
}

    #preloadregistration div {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 60px;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.6;
    display: none;
}

.clickable {
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .input-layout-input-select {
        padding-left: 2.75rem;
    }

    .spreader {
        display: inline;
    }
}

@media screen and (min-width: 1200px) {
    .spreader {
        display: none;
    }
}

/* ipad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    select {
        -webkit-appearance: textfield;
    }

    .topmargindisplayone {
        margin: auto auto auto auto;
    }

    .tophometextmedium {
        font-size: 26px;
        color: black;
    }

    .tophometextlarge {
        font-size: 34px;
        color: #1268B1;
    }

    .tophometextblock {
        margin: auto auto auto auto;
    }
    .image-container {
        max-height: 100%;
        max-width: 80%;
        margin: auto auto auto auto !important;
        padding: 0;
    }
}
/* ipad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1100px) and (orientation : landscape) {
    select {
        -webkit-appearance: textfield;
    }

    .topmargindisplayone {
        margin: auto auto auto auto;
    }

    .tophometextmedium {
        font-size: 22px;
        color: black;
    }

    .tophometextlarge {
        font-size: 32px;
        color: #1268B1;
    }

    .tophometextblock {
        margin-left: 13%;
    }
    .image-container {
        max-height: 100%;
        max-width: 80%;
        margin: 0 auto auto 13% !important;
        padding: 0;
    }
}

@media screen and (min-width : 1500px) and (max-width : 1850px) {
    .topmargindisplayone {
        margin: auto auto auto auto !important;
    }

    /*.topmargindisplaytwo {
        margin-top: -430px;
    }*/

    .tophometextmedium {
        font-size: 24px;
        color: #1268B1;
    }

    .tophometextlarge {
        font-size: 34px;
        color: #1268B1;
    }

    .tophometextblock {
        margin: auto auto auto auto;
    }
}

@media screen and (min-width: 1851px) {
    .topmargindisplayone {
        margin: auto auto auto auto;
    }

    /*.topmargindisplaytwo {
        margin-top: -370px;
    }*/

    .tophometextmedium {
        font-size: 34px;
        color: #1268B1;
    }

    .tophometextlarge {
        font-size: 44px;
        color: #1268B1;
        font-weight:500;
    }

    .tophometextblock {
        margin-left: 13%;
    }
    .image-container {
        max-height: 100%;
        max-width: 80%;
        margin: 0 auto auto 13% !important;
        padding: 0;
    }
}

@media screen and (min-width : 992px) and (max-width : 1400px) {
    /*#standardcardblock {
        max-width: 51% !important;
        margin: auto auto auto auto !important;
    }
    #professionalcardblock {
        max-width: 51% !important;
        margin: auto auto auto auto !important;
    }
    #enterprisecardblock {
        max-width: 51% !important;
        margin: auto auto auto auto !important;
    }*/
    #checkoutsection {
        max-width: 100% !important;
    }
    #shoppingcartsection {
        max-width: 100% !important;
    }
    #separator1 { 
        display: inline-block;
    }
    #separator2 {
        display: inline-block;
    }
}

p {
    margin-top: 0 !important;
    margin-bottom: .3rem !important;
    text-align: left;
}

#preLoadXray {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15000;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    display: none;
}

    #preLoadXray div {
        position: absolute;
        top: 50%;
        left: 40%;
        height: 60px;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.6;
    display: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b3b3b3 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b3 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3 !important;
}

.billingsectiontop {
    margin: 5px -140px auto auto;
}

@media screen and (min-width : 992px) and (max-width : 1400px) {
    /*            #standardcardblock {
            max-width: 51% !important;
            margin: auto auto auto -90px !important;
        }
        #professionalcardblock {
            max-width: 51% !important;
            margin: auto auto auto auto !important;
        }
        #enterprisecardblock {
            max-width: 51% !important;
            margin: auto -90px auto auto !important;
        }*/
    #checkoutsection {
        max-width: 100% !important;
    }

    #shoppingcartsection {
        max-width: 100% !important;
    }
}

@media screen and (max-width : 1400px) {
    /*        #separator1 {
            display: inline-block;
        }

        #separator2 {
            display: inline-block;
        }*/
}

@media screen and (max-width : 700px) {
    .billingsectiontop {
        margin: auto auto auto auto;
    }

    #hidefirst {
        display: none;
    }
}

.vertical-align-element {
    margin: auto 40px auto 40px;
    float: left;
}

.createAccountzee {
    background-color: #084169;
    color: white !important;
    min-height: 35px !important;
    max-height: 35px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    margin: auto auto auto auto;
    font-size: 16px;
    line-height: 1.5;
}

.createAccountzeetoo {
    background-color: #084169;
    color: white !important;
    min-height: 35px !important;
    max-height: 35px !important;
    box-sizing: border-box;
    padding: 5px 0 0 0;
    /*margin: auto auto auto -33px;*/
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (min-width : 992px) and (max-width : 1299px) {
    .col-lg-5 {
        width: 49%;
        max-width: 41.666667%;
    }
}

    ::placeholder {
        color: lightgray !important;
        opacity: 1;
    }

    .input-layout-i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 .5rem;
        font-size: 13px;
        color: #C5C8D4;
        border-color: #C5C8D4;
    }

    .input-layout-input {
        padding-left: 2.10rem;
        color: #C5C8D4;
        border-color: #C5C8D4;
        border-radius: 8px;
    }

    .input-layout-input-select {
        padding-left: 2.10rem;
        border-color: lightgray;
        border-radius: 8px;
    }

    .registerbuttons {
        height: 38px !important;
        width: 95%;
        box-sizing: border-box;
        padding: 5px 40px 0 40px;
        margin: auto auto auto auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .make-switch {
        display: flex;
    }

    .profile {
        padding: 10px 0 0 0;
    }

    .header1 {
        font-weight: 600;
        color: #0E194D;
    }

    .customize {
        border-radius: 25px;
        background-color: #4C98D2;
        padding: 0 20px 0 20px;
        font-size: 13px;
    }

    .checkbox-text {
        margin-left: 5px;
        color: #0E194D;
        text-align: left;
        vertical-align: top;
        width: 87%;
        display: inline-block;
    }

    .myAccountButton {
        color: white !important;
        font-size: 1rem;
        line-height: 1.5;
        cursor: pointer;
    }

    .btn-modal {
        padding: 10px 25px;
        color: white !important;
        background-color: #4C98D2;
        border-radius: 5px;
        cursor: pointer;
    }

    input[type=checkbox] {
        display: none;
    }

        input[type=checkbox] + label:before {
            font-family: FontAwesome;
            display: inline-block;
        }

        input[type=checkbox] + label:before {
            content: "\f096";
            font-size: 1rem;
            color: #0E194D;
        }

        input[type=checkbox]:checked + label:before {
            content: "\f046";
            font-size: 1rem;
            color: #0E194D;
        }