/* version 12.09.2024.002 */


/* Header, Body *************************************************/

div#login_box button.btn-sm {
    color: #999;
    background-color: white;
    border-color: #999;
}

body {
    font-family: "Verdana";
}

div.container-full {
    padding-top: 40px;
    background-color: #fff;
}

div#loan-officer-section {
    display: none;
}

button[disabled='disabled'] {
    background-color: #bab6b4 !important;
    pointer-events: none;
    opacity: .65;
}


/* Main Navigation Menu *************************************************/

.site_logo {
    width: 200px;
    display: inline-block;
}

.navbar {
    margin-top: 40px;
}

nav.navbar.navbar-default {
    border-bottom: 2px solid rgba(195, 196, 197, 0.46) !important;
}

.navbar-default .navbar-nav>.open>a {
    background-color: #fff !important;
}

#mynav>li.open>ul {
    margin-left: 15px;
    border-radius: 4px;
}

ul#mynav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: left;
    margin: 0 auto;
}

ul#mynav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 100% !important;
}

ul#mynav li a {
    color: #000 !important;
    font-size: 13px !important;
    margin: 0 15px;
    font-weight: 500;
}

ul#mynav li a:hover {
    border-bottom: 2px solid #FC4C02;
    background-color: #fff !important;
}

nav.navbar.navbar-default {
    border-top-color: #fff !important;
}

ul#mynav li {
    position: relative;
    width: 100%;
    min-height: 1px;
    max-width: 100%;
}

div#leftpanel .panel-heading.header_bg_color {
    background: transparent;
    color: #333;
    font-size: 15px;
    padding: 20px;
    margin-bottom: 20px;
    display: block !important;
    font-weight: 600;
}

.btn-pricing {
    margin: 0;
    padding: 7px;
    font-size: 13px;
    padding-top: 10px !important;
    border: none;
    padding-bottom: 0px !important;
    height: 35px;
    background: transparent;
    color: #000;
    width: 100%;
    cursor: pointer;
}

.btn-pricing:hover {
    border-bottom: 2px solid #FC4C02;
}

@media screen and (min-width: 767px) {
    ul#mynav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28%;
        flex: 0 0 14.28%;
        max-width: 16.666667%;
    }
}

@media screen and (max-width: 1200px) {
    ul#mynav li a {
        margin: 0;
        font-size: 12px !important;
    }

    .btn-pricing {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1000px) {
    ul#mynav li a {
        margin: 0;
        padding: 0;
        font-size: 10px !important;
    }

    .btn-pricing {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    ul#mynav {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;
    }
}


@media (min-width: 768px) {
    .container {
        width: 850px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1300px;
    }
}



/* Footer *************************************************/

.b2b-footer {
    background-color: #F2F7FD !important;
    padding-top: 60px !important;
    margin-top: 60px !important;
}

.b2b-footer div:nth-child(2) {
    background-color: #333 !important;
}


/* Summary Page - Report Tables *************************************************/

#row3 {
    width: 100%;
}

.col-sm-9 {
    width: 100%;
}

.rowWidth {
    max-width: none;
}

#bodypanel {
    margin-bottom: 50px;
    /* for sufficient spacing below report tables */
}

#bodypanel>div:first-child {
    max-width: 1160px;
    margin: 0 auto;
}

.loantblcontainer {
    /* for unconstrained height of report tables*/
    max-height: none;
}


/* Find my loan modal */

div#leftpanel {
    position: fixed;
    background: transparent !important;
    border: none;
    min-height: auto;
    float: none;
    padding: 0;
    z-index: 999;
    top: 123px;
    left: 350px;
}

#leftpanel .panel-body {
    border-top: 1px solid #CECECE;
    padding: 20px;
    padding-top: 20px;
}

#leftpanel .panel.panel-custom {
    display: none;
}

#row3 .col-sm-3 .border-1px-primary {
    /* for #leftpanel, needed to override other css */
    border: 1px solid #999999 !important;
}

/* Price Your Loan Iframe width fix */
.b2b-platinum {
    /* overflow: auto; */
}

.b2b-platinum .iframe-style {
    /* width: 140%; */
    /* margin-left: -100px; */
}