body {
    font-size: 12px;
    background: #fff;
    font-family: 'Roboto', sans-serif !important;
}

body.user-login, body.user-registration, body.user-registration-email-check, body.forgot-password {
    background: #004a70;
}

h1, h1.title,
h2, h2.title,
h3, h3.title,
h4, h4.title,
h5, h5.title,
h6, h6.title,
a.navbar-brand  {
    color: #0085ca;
}



a.navbar-brand {
    color: #0085ca;
}

a.nav-link.welcome-link {
    color: #0085ca;
}

.navbar-wrapper a.navbar-brand.custom-title, a.custom-title {
    color: #0085ca;
}

.navbar .collapse .navbar-nav .nav-item .nav-link.welcome-link {
    color: #0085ca;
}

a, a:hover {
    color: #0085ca;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, #0085ca 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px)
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #0085ca;
}

.navbar-wrapper a.navbar-brand {
    font-size: 1.3rem ;
    font-weight: bold;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.blue-active {
    background-color: #0085ca;
    color: #fff !important;
}

.sidebar {
    background: rgba(9,9,9, 0.75);
}

.sidebar .nav i {
    color: #fff;
}

.sidebar .nav li a, .sidebar .nav li .dropdown-menu a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.sidebar ul li a:active,
.sidebar ul li a:focus {
    color: #fff;
}

.sidebar .nav li:hover > a, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li.active > [data-toggle="collapse"] {
    color: #fff;
}


.card-header.card-header-tabs {
    margin: 0;
    background: #d7d7d7;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
    color: #6b6b6b !important;
    font-size: 16px;

}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0,0,0, 0.4);
    background-color: #0085ca;
    color: #FFFFFF;
}

.custom-btn {
    background: #2084c6 !important;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.text-mobile {
    display: none;
}

.button-mobile {
    box-shadow: none;
}

@media(max-width: 767px) {
    .text-mobile {
        display: block;
    }
}

.submit-wrapper, .filter-wrapper {
    text-align: right;
}

.header-shadow {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(55, 55, 55, 0.4) !important;
}

.header-shadow h4 {
    color: #fff;
    font-weight: 600;
}


/* Modal  */

@media (min-width: 576px) {

    .modal-content {
        border: 0;
    }
    .modal-dialog {
        max-width: 700px;
        margin: 20.75rem auto;
    }

}


.modal-header, .modal-body, .modal-footer {
    border-bottom: 0;
    border-top: 0;
}


/* Pagination */


.page-item.active .page-link {
    background-color: #2084c6;
    border-color: #2084c6;
}


.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
    background-color: #2084c6;
    border-color: #2084c6;
    box-shadow: 0 4px 5px 0 rgba(55, 55, 55, 0.14), 0 1px 10px 0 rgba(55, 55, 55, 0.12), 0 2px 4px -1px rgba(55, 55, 55, 0.2);
}


/* Form */

.form-group input[type=file] {
    opacity: 1;
}


.send-message {
    display: none;
}


ul.nav.nav-tabs .dropdown-toggle:after {
    display: none;
}



/* Loan SUmmary */


@media(max-width: 576px) {
    .borrower-table, .income-table , .account-table {
        display: none;
    }

}


/* Leads */

.lead-control {
    text-align: right;
}

@media(max-width: 980px) {
    .lead-form .col {
        flex-basis: unset !important;
    }

}

@media (max-width: 979px) {
    table tr, #admin-loan-list tr {
        border-top: 1px double #c3c3c3;
        border-bottom: 3px double #c3c3c3;
    }

    table tr td, #admin-loan-list tr td {
        display: block;
        border: 0;
        text-align: left !important;
    }

    table tr th, #admin-loan-list tr th{
        display: none;
    }


}




/* Form Page */


.user-login .login-bg {
    /*height: 100vh;*/
    /*max-height:100vh;*/
    /*background: #0085ca;*/
    /*background: #004a70;*/
    /*position: relative;*/
    color: #fff;
    /*padding: 0px 18px 80px;*/
}

.member-registration .login-bg {
    /*height: 100vh;*/
    /*max-height: 100%;*/
    /*!*background: #0085ca;*!*/
    /*background: #004a70;*/
    /*display: flex;*/
    align-items: center;
    /*position: relative;*/
    color: #fff;
    /*padding: 0px 18px 80px;*/
}


.register-login-wrapper {
    /*height: 100vh;*/
    background: blue;
    background: #004a70;
    position: relative;
}

.export-wrapper {
    text-align: right;
}



@media(max-width: 991px) {
    .register-login-wrapper {
        height: 100%;
    }

    .user-login .register-login-wrapper {
        height:100vh;
        background: #004a70;
        color: #fff;

    }


    .register-wrapper {
        margin-bottom: 100px;
    }
}

/*.login-bg {*/
    /*height: 100vh;*/
    /*max-height:100vh;*/
    /*!*background: #0085ca;*!*/
    /*background: #004a70;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*position: relative;*/
    /*color: #fff;*/
    /*padding: 0px 18px 80px;*/
/*}*/

.login-bg a {
    font-weight: bold;
    color: #999999;
}

.form-logo {
    text-align: center;
    padding-top:80px;
}

.form-logo img {
    max-width: 400px;
    height: auto;
}

.card-register .form-group  {
    margin: 27px 0 0 7px !important;
    padding-bottom: 0;
}

.form-title {
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.6em !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    color: #FFFFFF !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    outline: none !important;
    text-align: center !important;
}

.info-descrip {
    padding: 0;
}


.bmd-form-group {
     padding-top: 0;
}

.register-login-btn {
    text-align: center;
    margin-top: 25px;
}

p.forgot-password a, p.forgot-password  {
    color: #999999;
    font-size: 11px;
}

p.login-txt  {
    text-align: center;
}

p.login-txt a {
    color: #fff;
    font-weight: 600;
}
.powered-by {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    left: 0;
    /*text-align: right;*/
    text-align: center;
    padding: 10px 25px;
}

.card-header-custom {
    background: #fff !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4) !important;
}


.login-content .card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    margin-top: -10px !important;
}

@media (max-width: 767px) {
    .powered-by {
        text-align: center;
    }
}

.powered-by img {
    width: 100px;
}

.return {
    text-align: right;
    font-size: 11px;
}

.register-check {
    text-align: right;
}

.form-check .form-check-input:checked + .form-check-sign .check {
    background: #2084c6;
}

label.checkbox-group-label {
    width: 150px;
}

#pricingRequestForm .form-check-inline {
    margin-right: 25px;
}

#pricingRequestForm h4 {
    margin: 15px 0 0 14px;
}

#pricingScenario .fa-spinner {
    font-size: 40px;
}

#pricingScenario td.red {
    color: #990000;
}

#pricingScenario td.green {
    color: #009900;
}

/* footer */

.inner-footer-image img {
    width: 75px;
}

.main-panel > .footer {
    border: none;
}

@media(max-width: 767px) {
    footer .copyright.float-right {
        float: none !important;
        text-align: center;
    }
}





/* Date Picker */

div#ui-datepicker-div {
    z-index: 3 !important;
}


/* Form Errors */


.error, .error-txt {
    color: #e01e19;
}

.error-txt {
    font-size: 11px;
}

.error-field {
    display: inline-block;
}

/*.error-field input[type="text"],*/
/*.error-field input[type="password"],*/
/*.error-field input[type="number"],*/
/*.error-field input[type="email"],*/
/*.error-field textarea {*/
    /*border: solid 1px #e01e19;*/
    /*background: #ffeeee;*/
    /*color: #e01e19;*/
/*}*/

.error-txt ul {
    display: inline;
    padding: 0px;
    margin: 0px;
}

.error-txt ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 11px;
}

.control-wrapper {
    text-align: left;
}

.control-wrapper h3 {
    display: inline-block;
}

#flash-message {
    position: absolute;
    top:50px;
    z-index: 9999;
    right:20px;
    width: 50%;
}

.change-modal {
    position: fixed;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.change-modal h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.change-modal h3 span {
    padding-left: 15px;
}

.change-modal .modal-body {
    font-size: 14px;
    border-top: 1px solid rgb(51,51,51);
    margin-left: 25px;
    margin-right: 25px;
}

.change-modal .modal-header {
    padding-top: 0px;
}

.change-modal .modal-body a {
    font-weight: 500;
    color: rgb(51,51,51);
}


.milestone-list {
    padding-left: 0;
    list-style-type: none;
}


.info p {
    color: #000;
}

.info-horizontal .icon>em {
    font-size: 2.25rem;
}

h2.info-title {
    font-size: 1.125em;
    line-height: 1.4em;
}

h1.register-title {
    font-size: 2.25rem;
}



.bmd-form-group input {
    width: 100% !important;
}

.bmd-form-group label {
    margin-bottom: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

/*.sidebar {*/
    /*background: darkgrey;*/
/*}*/