﻿@media screen and (max-width: 960px) {
    .container-format {
        padding-top: 142px;
    }
}

@media only screen and (max-width: 2900px) {
    #form-login .btn {
        margin-top: 7px !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .check-landing-row {
        margin-left: 13px !important;
    }

    .bounding-box {
        width: 100% !important;
        padding: 14px 7px 10px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .check-landing-text {
        font-size: 10px !important;
    }

    .check-landing-row {
        margin-left: 0px !important;
    }

    .bounding-box {
        width: 100% !important;
        padding: 14px 7px 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .check-landing-row {
        margin-left: 6px !important;
    }
}

.form-group-landing {
    padding-bottom: 15px;
}

#form-login p, #form-register p {
    margin: 0 !important;
    padding: 0 0 10px !important;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.landing-form-box {
    background-color: #fff;
    /*padding: 14px 30px 27px;*/
    margin-top: 10px;
}

.check-landing-row {
    margin-left: 53px;
}

.check-landing {
    color: #029600;
    float: left;
    margin-top: 4px;
}

.clear-left {
    clear: left;
}

.check-landing-text {
    margin-left: 7px;
    text-align: left !important;
    float: left;
    color: black !important;
    font-weight: 700;
}

.SignIn .splash-black-txt {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000;
}

.align-left {
    text-align: left !important;
}

.splash-btn-container-inner {
    padding: 9px 10px 20px 10px;
}

.landing-form-title {
    text-align: left;
    margin: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.landing-form-text {
    text-align: left;
    margin: 0 10px;
    font-size: 13px;
    color: #111;
}

.remember-me-text {
    font-size: 12px !important;
}

.landing-form-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin-top: 13px;
}

.landing-submit {
    margin-bottom: 0;
}

#landing-submit-btn .btn-no-top-margin {
    margin-top: 0px !important;
}

.landing-form-box .landing-button-margin-top {
    margin-top: 10px !important;
}

.form-border {
    border-left: 1px solid #dbdbdb;
}

.landing-form-container .btn {
    padding: 0 9px !important;
}

.btn-splash {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.font-stronger {
    font-weight: 500;
}

.font-splash-lg {
    font-size: 17px;
    font-weight: 600 !important;
}

.form-box {
    /*width: 360px;*/
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    padding: 14px 30px 27px;
    margin-top: 20px;
}

.bounding-box {
    /*width: 360px;*/
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    padding: 14px 30px 27px;
    margin-top: 20px;
}

.force-black {
    color: black !important;
}

.border-black {
    border: 1px solid #888 !important;
}

.auth-field-font {
    font-size: 12px !important;
}
        
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.heading {
    text-align: center !important;
    font-size: 27px !important;
    margin-top: 0px !important;
    font-weight: 500 !important;
    padding: 0px !important;
}

.bottom-margin-20 {
    margin-bottom: 20px !important;
}

.account-msg-container {
    border-bottom: 1px solid #d9d9d9;
    line-height: 16px;
    text-align: center;
}

.account-msg {
    background: #fff;
    position: relative;
    bottom: -8px;
    padding: 0 15px;
    line-height: 16px;
    text-align: center;
    font-weight: 600 !important;
    color: black !important;
}

.forgot-password-text {
    font-size: 13px !important;
}

.forgot-password-btn-link {
    padding-top: 1px !important;
    text-decoration: underline !important;
    font-size: 13px !important;
    /*color: #002654 !important;*/
}

.view-portal-details-link {
    padding-top: 1px !important;
    text-decoration: underline !important;
    font-size: 13px !important;
    color: #002654 !important;
}

.text-center {
    text-align: center !important;
}

.SignIn, .SignUp {
    clear: both;
}

#auth-submit-btn .btn-no-top-margin {
    margin-top: 0px !important;
}

.SignIn .signin-btn, .SignIn .signup-btn {
    margin-top: 5px;
}

.ForgotPassword .btn, .ResetPassword .btn, .SignIn .btn, .SignUp .btn {
    margin-top: 20px !important;
}

.SignIn .btn-no-top-margin {
    margin-top: 0px !important;
}

.SignIn .btn-inverse {
    border: 1px solid #d9d9d9 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.SignIn .btn-inverse:focus, .btn-inverse:hover {
    /*border-color: #79b9e7 !important;*/
    border-color: #999 !important;
}

.SignIn .btn-inverse, .SignIn .btn-inverse:active, .SignIn .btn-inverse:focus, .SignIn .btn-inverse:hover, .SignIn .btn-inverse:visited {
    background-color: #fff !important;
    /*color: #007dc6 !important;*/
    color: #555 !important;
}

.SignIn .btn-block {
    display: block;
    width: 100%;
}

.SignIn .btn {
    border-radius: 4px;
}

.SignIn .btn, .SignIn .btn:focus, .SignIn .btn:hover, .SignIn .btn:visited {
    color: #fff;
    outline: none;
}

.SignIn .btn {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    height: 38px;
    padding: 0 34px;
    border: 0;
    /*background-color: #007dc6;*/
    /*background-color: #555;*/
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition-property: background-color,opacity,border-color,color;
    transition-duration: .12s;
    transition-timing-function: ease-out;
}

.SignIn .btn:focus, .SignIn .btn:hover {
    /*background-color: #1292ed;*/
    /*background-color: #777;*/
}

button {
    cursor: pointer;
}

.SignIn .form-actions .btn {
    margin-top: 32px;
    background-color: #0980d7;
}

.SignIn button, html, input, select, textarea {
    color: #444;
    font-family: myriad-pro,BogleWeb,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.SignIn button, select {
    text-transform: none;
}

.SignIn button, input {
    overflow: visible;
}

.SignIn button, input, select, textarea {
    font: inherit;
    margin: 0;
}

.float-left {
    float: left;
    text-align: left !important;
    display: block;
}

.float-left2 {
    float: left;
    text-align: left !important;
}

.validation-font {
    font-size: 0.85em;
}

.padding-5 {
    padding-bottom: 5px;
}

.padding-left-0 ul {
    padding-left: 17px;
}

.SignIn label {
    font-weight: 300;
}

.clear {
    clear: both;
}

.ForgotPassword .remember-password, .ResetPassword .remember-password, .SignIn .remember-password, .SignUp .remember-password {
    font-size: 14px;
    font-size: .98em;
}

.SignIn .btn-fake-link {
    -moz-osx-font-smoothing: inherit !important;
    -webkit-font-smoothing: inherit !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    text-align: left !important;
    outline: none !important;
    transition-property: color !important;
    transition-duration: .12s !important;
    transition-timing-function: ease-out !important;
}

.SignIn .btn-fake-link, .SignIn .btn-fake-link a:hover {
    text-decoration: underline;
}

.SignIn .btn-fake-link, .SignIn .btn-fake-link a {
    /*text-decoration: none !important;*/
}

.SignIn .btn-fake-link, .SignIn .btn-fake-link a {
    /*color: #0074b8 !important;*/
}

.SignIn .font-semibold {
    font-weight: 600 !important;
}

.SignIn [type=submit], .SignIn button, .SignIn html [type=button] {
    -webkit-appearance: button !important;
}

/* remember me checkbox */
.SignIn .checkbox1 label:after,
.SignIn .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.SignIn .checkbox1 .cr,
.SignIn .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.SignIn .radio .cr {
    border-radius: 50%;
}

.SignIn .checkbox1 .cr .cr-icon,
.SignIn .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.SignIn .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.SignIn .checkbox1 label input[type="checkbox"],
.SignIn .radio label input[type="radio"] {
    display: none;
}

.SignIn .checkbox1 label input[type="checkbox"] + .cr > .cr-icon,
.SignIn .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.SignIn .checkbox1 label input[type="checkbox"]:checked + .cr > .cr-icon,
.SignIn .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.SignIn .checkbox1 label input[type="checkbox"]:disabled + .cr,
.SignIn .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/* password popover */
.password-info-container {
    float: left; 
    margin-left: 5px;
}

#address-popover {
    color: #555 !important;
}

.popover-content li {
    margin-left: 2px;
}

/*modal form on landing page*/
.modal-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    /*background-color: #0480be;*/
    /*background-color: #536A7A;*/
    background-color: #949494;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: -webkit-linear-gradient(#949494,#878787 60%,#717171);
    background-image: -o-linear-gradient(#949494,#878787 60%,#717171);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#949494),color-stop(60%,#878787),to(#717171));
    background-image: linear-gradient(#949494,#878787 60%,#717171);
    background-repeat: no-repeat;
}

/* Use the following CSS code if you want to have a class per icon */
#modal-body .account-benefits-p p {
    margin-top: 0px !important;
}

#account-benefits-container {
    color: #000;
}

#account-benefits-container ul {
    padding-left: 20px;
    list-style: none;
}

.account-benefits-list li {
    margin-bottom: 8px;
}

.account-benefits-list li:before {
    font-family: 'FontAwesome';
    content: '\f046';
    margin: 0 5px 0 -15px;
    color: #029600;
}