﻿.form-control {
    border-color: #999;
}

    .form-control:focus {
        border-color: #6cbc35;
        box-shadow: 0 0 2px #c9c9c9;
    }

.displayError {
    color: red;
    font-size: small;
    display: inline;
}

.checkbox {
    font-weight: normal !important
}

.Subscriptions-p {
    margin-right: 8px !important
}

.form-check-label {
    font-weight: normal !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.spinner {
    display: block;
    margin: auto;
    padding: 100px;
}

#pageloader {
    position: fixed;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #00000038;
}

/*CSS for OKTA project */
@media (min-width: 768px) {
    .okta-profile .dl-horizontal dt {
        width: 370px;
        white-space: normal;
        margin-bottom: 5px;
    }

    .okta-profile .dl-horizontal dd {
        margin-left: 390px;
        padding-bottom: 5px;
    }
}

.okta-profile {
    padding: 10px;
}

.form-control {
    box-shadow: none;
}

    .form-control:focus {
        border: 2px solid #80bb44;
        box-shadow: 0 0 2px #c9c9c9;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

    fieldset dl {
        margin: 0;
    }

#emailElement {
    display: inline-block;
    margin-right: 5px;
    width: 100%;
}

#showIndicator {
    display: inline-block;
    /*float: right;*/
}

#fname {
    width: 100%;
}

#lname {
    width: 100%;
}

.indicate {
    height: 30px;
}

.padding-bottom-16 {
    padding-bottom: 16px;
}
#ctl00_pnlblank_lblCaptchaError {
    color: Red;
    max-width: 350px;
    text-align: left;
    font-size: 13px;
}
.Subscriptions-p span{
    color:darkblue;
}

.RebateStatus {
    background-color: #F1F5EB !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.statusMsg {
    font-size: 13px !important;
    padding-left: 25px !important;
}

.statuscheck {
    margin-bottom: 2px !important;
}

@media only screen and (min-width:768px) {
    .RebateStatus {
        margin-left: 13px !important;
        padding-top: 22px !important;
        width: 98% !important;
        padding-left: 36px !important;
        height: 150px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .RebateStatus {
        margin-left: 8px !important;
    }
}

@media only screen and (max-width:767px) {
    .RebateStatus {
        padding-left: 25px !important;
        padding-top: 22px !important;
        width: 100% !important;
    }
}
