body {
    background-color: #F2F7FD;
}
#row3 #bodypanel {
    padding: 10px 80px 0 80px!important;
}
div#leftpanel {
    position: absolute;
    background: transparent!important;
    border: none;
    min-height: auto;
    float: none;
    margin-left: 16.666667%;
    padding: 0;
}
#leftpanel .panel.panel-custom.border-1px-primary {
    position: absolute;
    display: none;
    width: 300px;
    border: 1px solid #00247D !important;
    z-index: 999;
}
#row3 {
    max-width: 1200px;
    width: 1200px;
}
#row3 #bodypanel.col-sm-9 {
    box-shadow: none;
}
loan-officer-section.ng-isolate-scope {
    display: none;
}
#row1 {
    max-width: 100%;
    width: 100%;
}
#row1>.row {
    max-width: 1160px;
    margin: 0 auto;
}
#row3 .content-flex {
    margin-bottom: 60px;
    border: 1px solid #E3E4E4;
    border-radius: 3px;
}
#row3 {
    border-radius: 5px;
    margin-top: 30px;
    background-color: unset !important;
}
@media (min-width: 768px) {
    #row3 #bodypanel.col-sm-9 {
        width: 100%!important;
    }
}