﻿body {
    font-family: "Poppins", sans-serif;
}

.breadcrumb {
    background-color: #fff;
}

.bg-gray {
    background-color: #ddd;
}

.font-maroon {
    color: maroon;
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
    height: inherit !important;
}

.empty-grid {
    color: #888;
    background: #eee;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.page-min-height600 {
    min-height: 600px !important;
}

.padding-top-24 {
    padding-top: 24px !important;
}

.mousepointer {
    cursor: pointer;
}

.field-validation-valid {
    display: none;
}

.field-validation-error, .field-validation-valid {
    color: red;
    font-size: 12px;
}

.validation-summary-errors ul,
ul.validation-summary-errors {
    list-style-type: disc;
    margin: 0 0 0 10px;
    padding: 0;
}

    .validation-summary-errors ul li a,
    ul.validation-summary-errors li a {
        font-weight: bold;
        color: #157ab5;
        text-decoration: underline;
    }

.validation-summary-valid {
    display: none;
}

.credit-offer-validation .validation-summary-errors {
    font-style: italic;
    color: red;
}

    .credit-offer-validation .validation-summary-errors ul {
        list-style: none;
    }

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

#nav ul li.active a {
    text-decoration: underline;
}

ul.add-nav li a {
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: black;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: black;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #00397b;
}

.btn-theme {
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 8px 16px 8px 16px !important;
    margin: 12px 0 0 0;
}

.btn-theme-default {
    background-color: #515e6d;
    border-color: #515e6d;
}

    .btn-theme-default:hover {
        color: dodgerblue;
    }

    .btn-theme-default:focus {
        color: dodgerblue;
    }

.btn-theme-red {
    background-color: #f76a00;
    border-color: #f76a00;
}

    .btn-theme-red:hover, .btn-theme-red:focus {
        background-color: #f89246;
        border-color: #f89246;
        color: white;
    }

.btn-theme-green {
    background-color: #1b7112;
    border-color: #1b7112;
}

    .btn-theme-green:hover {
        color: orange;
    }

    .btn-theme-green:focus {
        color: orange;
    }

.btn-theme-blue {
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-theme-blue:hover {
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-theme-blue:focus {
        background-color: #286090;
        border-color: #204d74;
    }

button.btn-disabled {
    opacity: 0.6;
}

    button.btn-disabled:hover {
        color: #fff;
    }

.sign-up-style {
    background-color: #f76a00;
    border-color: #f76a00;
}

    /*.sign-up-style:hover, .sign-up-style:focus {
        background-color: #f89246 !important;
        border-color: #f89246;
        color: white;
    }*/

.alert-theme-default {
    background-color: #515e6d;
    border-color: #515e6d;
    color: #fff;
}

.alert-primary {
    background-color: #4582ec;
    border-color: #4582ec;
    color: #fff;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    color: #000;
    font-weight: bold;
}

a.white {
    text-decoration: none;
    color: #fff;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /*If Placeholder of the input is moved up, rem/modify this.*/
    border-radius: 3px;
}


/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    border-left: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

.notbold {
    font-weight: normal !important;
}

​ .notbold {
    font-weight: normal !important;
}

.wide-space li:not(:last-child) {
    margin-bottom: 10px;
}

/* Telerik Reporting styles to remove toolbar etc. */
.cb-report-viewer {
    height: 375px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid black;
}

    .cb-report-viewer .trv-page-container {
        height: 100%;
    }

    .cb-report-viewer .trv-report-viewer {
        border: solid 1px black;
    }

    .cb-report-viewer .trv-pages-area {
        border: none;
    }

    .cb-report-viewer .trv-nav.k-widget {
        display: none;
    }

.navbar {
    min-height: 30px;
    border: none;
}

.cb-nav {
    font: 18px/24px 'pt_sansregular', Arial, Helvetica, sans-serif;
}

.cb-navbar-collapse {
    background-color: #00397b;
    right: 0px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ffffff;
    position: absolute;
    z-index: 1002;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .cb-navbar-collapse li:not(:last-of-type) {
        border-bottom: 1px solid #ffffff;
    }

.cb-navbar-collapse {
    font-size: 130% !important;
}

    .cb-navbar-collapse ul a {
        color: #ffffff;
        font-weight: bold;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .cb-navbar-collapse li a:hover,
    .cb-navbar-collapse li a:focus,
    .cb-navbar-collapse .nav .open > a,
    .cb-navbar-collapse .nav .open > a:hover,
    .cb-navbar-collapse .nav .open > a:focus {
        background-color: #999999;
        border: none;
    }

    .cb-navbar-collapse .dropdown .dropdown-menu li {
        padding-left: 30px;
    }

.menu-content-overlay {
    z-index: -99;
}

.collapsing ~ .menu-content-overlay,
.collapse.in ~ .menu-content-overlay {
    position: absolute;
    z-index: 99;
    background-color: black;
    opacity: 0.3;
    left: 0px;
    top: 46px;
    width: 100%;
    height: 100%;
}

.login-form input::placeholder {
    color: white;
}

a.skip-to-main {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -9999;
    font-size: 0.2em;
}

    a.skip-to-main:focus, a.skip-to-main:active {
        color: #00397b;
        background-color: #fff;
        width: 10%;
        margin: 2px 21%;
        height: auto;
        overflow: auto;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid #00397b;
        text-align: center;
        font-size: 1.2em;
        z-index: 9999;
    }

a.toggle-contrast {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -9999;
    font-size: 0.2em;
}

    a.toggle-contrast:focus, a.toggle-contrast:active {
        color: #00397b;
        background-color: #fff;
        width: 10%;
        margin: 2px 21%;
        height: auto;
        overflow: auto;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid #00397b;
        text-align: center;
        font-size: 1.2em;
        z-index: 9999;
    }

.nav-header {
    margin: 1.5% 0 1.5% 0;
    color: white;
}

.phoneNumber {
    color: white;
    margin-bottom: 12px;
    margin-top: 6px;
    border-radius: 25px;
    pointer-events: none;
    cursor: default !important;
    text-decoration: none !important;
    color: white !important;
}

    .phoneNumber:hover {
        color: white;
    }

    .phoneNumber:focus {
        color: white;
    }

.logInBtn {

}

.login-form-home {
    position: absolute;
    width: 100%;
    z-index: 8 !important;
    top: 8%;
    text-align: left !important;
    opacity: 0.85;
    max-height: 710px;
}

.login-panel {
    border: 0px;
    border-radius: 10px !important;
    background-color: rgba(0, 57, 123, 0.85);
}

.login-panel-body {
    border: 0px !important;
    border-radius: 0px !important;
}

.login-panel-position {
    margin: 3.5% 0 3% 0;
    left: 15%;
    max-width: 400px;
}

.login-header {
    margin-top: 0px;
}

#login-button {
    margin-left: 0px;
}

.login-link {
    color: white;
}


.envBanner {
    color: white !important;
    pointer-events: none;
}

.welcome-panel-home {
    width: 100%;
    color: #fff;
}

.welcome-panel-position {
    padding: 0 0 0 10%;
    border: 0px;
}

.parallax {
    /* The image used */
    background-image: url("/Content/theme/images/img-01.jpg");
    /* Set a specific height */
    height: 860px;
    width: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.op-overlay {
    background-image: linear-gradient(to top, rgba(0,0,0,0.85), rgba(255,255,255,0));
    height: inherit;
}

.benefits-icons {
    margin: 2% 0 1% 0;
    font-size: 700%;
    text-align: center;
}

.account-benefits {
    margin: 0 0 0 0;
    color: #414141;
}

#going-down {
    cursor: pointer;
}

#ValidationAlertMsg a:link {
        color: #ffffff;
    }

    #ValidationAlertMsg a:link:hover, #ValidationAlertMsg a:link:focus{
        color: #4582ec;
    }

@media only screen and (max-width: 767px) {
    .login-form-home {
        position: relative;
        width: 100%;
        top: 6%;
        text-align: left !important;
        opacity: 0.85;
    }

    .parallax {
        /* The image used */
        background-image: url("/Content/theme/images/img-01.jpg");
        /* Set a specific height */
        width: 100%;
        height: auto;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
    }

    .login-panel-position {
        margin: 0 0 0 0;
        left: 0;
        max-width: 400px;
        min-height: 300px;
    }

    .button.sign-up, .button {
        width: 100%;
    }

    .welcome-panel-home {
        width: 100%;
        color: #fff;
    }

    .welcome-panel-position {
        padding: 0 0 0 0;
        border: 0px;
    }
}

@media only screen and (max-width:979px) {
    .login-form-home {
        position: relative;
        width: 100%;
        top: 6%;
        text-align: left !important;
        opacity: 0.85;
    }

    .parallax {
        /* The image used */
        background-image: url("/Content/theme/images/img-01.jpg");
        /* Set a specific height */
        width: 100%;
        height: auto;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
    }

    .login-panel-position {
        margin: 0 0 0 0;
        left: 0;
        max-width: 400px;
        min-height: 300px;
    }

    .button.sign-up, .button {
        width: 100%;
    }

    .welcome-panel-home {
        width: 100%;
        color: #fff;
    }

    .welcome-panel-position {
        padding: 0 0 0 0;
        border: 0px;
    }
}
