﻿/* Override styles in Contents/Styles.css */
body {
    padding-bottom: 0px;
}
html, body {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(250,250,250,1);
}
    body:before {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.mbot-page form {
    font-family: 'Roboto', sans-serif !important;
}
.question-header .question-sub-header {
    width: 102.1%;
}
.editable-fee-list-container {
    width: 102.1%;
}
.fee-group .fee-footer {
    width: 102.1%;
}
.table-view .table-list {
    width: 102%;
}
.fee-aggregate.question-group-empty {
    width: 102%;
}
.question-header .question-header.question-sub-header-width {
    width: 102%;
}
.disclosed-fee-subheader {
    width: 102.1% !important;
}
table.stylized-table thead {
    background: #060546;
}
    table.stylized-table thead th {
        border: 1px solid #917EE0;
    }
.search-results tr.search-result-summary-row.account-last-accessed {
    background: #E9E5F9;
}
.search-results tr.search-result-summary-row:hover {
    background: #D9D3F5 !important;
}
.question-header .header {
    background: #E9E5F9;
    border: 1px solid #D9D3F5;
}
.question-sub-header .header {
    background: #DEDEDE;
}
.question-sub-header.primary-header .header {
    background: #E9E5F9;
    border: 1px solid #917EE0;
}
.accordian .accordian-header {
    background: #060546;
    border: 1px solid #917EE0;
}
.accordian#dashboard {
    margin-top: 20px;
}
.question-tabs {
    background: none repeat scroll 0 0 #E9E5F9;
}
.question-required {
    background: #F7F6FD !important;
}
nav#secondary-navigation ul > li.current > a,
nav#secondary-navigation ul > li.current > a:hover, nav#secondary-navigation ul > li.current:hover > a,
nav#secondary-navigation ul > li.current:hover > a:hover, nav#secondary-navigation ul > li.current.menu-open > a,
nav#secondary-navigation ul > li.current.menu-open > a:hover {
    background-color: #2123C0;
    background-image: none;
}
.ms-container .ms-list.ms-focus {
    border-color: #917EE0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(145 126 224 / 60%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(145, 126, 224, 0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(145 126 224 / 60%);
}
.popover .popover-title {
    background-color: #FFFFFF;
    background-image: none;
    font-family: Spartan, sans-serif;
    font-weight: 800;
    color: #000000;
    font-size: 21px;
    line-height: 29px;
    padding: 10px 20px 10px 23px;
    height: auto;
}
.popover {
    width: 310px;
}
    .popover footer {
        padding: 10px 0 10px;
    }
    .popover .popover-title .ui-icon-closethick {
        color: #141483;
    }
        .popover .popover-title .ui-icon-closethick:hover {
            color: #060546 !important;
        }
    .popover .popover-content .dl-horizontal dd {
        margin-left: 250px;
    }
    .popover .popover-content .dl-horizontal dt {
        padding-left: 15px;
        width: 170px;
        float: left;
        clear: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }    
    .popover.popover-application-compliance-alerts footer {
        padding: 10px 0 10px;
    }
.ui-datepicker td a.ui-state-highlight {
    background: #E9E5F9;
}
.ui-dialog .ui-dialog-title {
    font-family: Spartan, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}
.ui-dialog .ui-dialog-content {
    padding: 0.5em 1.7em 0.5em 1.7em;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.ui-dialog .ui-dialog-titlebar {
    background-color: #FFFFFF;
    background-image: none;
    border: none;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    color: #141483;
}
.ui-dialog .ui-icon-closethick {
    color: #141483;
}
    .ui-dialog .ui-icon-closethick:hover {
        color: #060546 !important;
    }
.ui-dialog .ui-dialog-buttonpane {
    background-color: #FFFFFF;
    border: none;
}
.question-tabs.tab-layout-4 .nav-tabs li a {
    color: #694ED6 !important;
}
.icon-plus:before {
    content: "+";
    color: #2123C0;
    font-weight: 900;
}
.tabbed-content-popover .popover {
    width: 990px;
}
    .tabbed-content-popover .popover .popover-content {
        background: #FFFFFF;
    }    
.ui-multiselect-menu .ui-widget-header {
    background: #E9E5F9;
    border-bottom: 1px solid #D9D3F5;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background: #D3D2D2;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a7a5a5;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    margin-bottom: 2px;
}
.dynamic-table.table-layout-2 th {
    background: #060546;
    border: 1px solid #917EE0;
    border-bottom-color: #4538CB;
    background-image: none;
}
.app-ribbon-content > section .scroll-wrapper,
.app-ribbon-content > section .content,
.app-ribbon-content section.larger-scrollable .scroll-wrapper,
.app-ribbon-content section.larger-scrollable .content {
    max-height: 570px;
}
.app-ribbon-content > section .scroll-wrapper,
.app-ribbon-content > section .content,
.app-ribbon-content section.scrollable .scroll-wrapper,
.app-ribbon-content section.scrollable .content {
    max-height: 440px;
}
table.stylized-table thead {
    background: #060546;
    border: 1px solid #917EE0;
    background-image: none;
}
#search-modal-content .form-horizontal {
    background: #FFFFFF;
    border: none;
}
#search-modal-content #search-criteria-add .ui-button-link {
    color: #694ED6;
}
#search-modal-content #search-criteria-add {
    border-top: 2px solid #E9E5F9;
}
.link-text {
    color: #694ED6;
}
#compliance-alert-modal ul.nav-tabs {
    background: #FFFFFF;
}
.ui-dialog #compliance-alert-modal {
    padding: 0.2em 0.2em 0.5em 1.3em;
    font-size: 14px;
}
.popout-content {
    background: #E9E5F9;
}
    .popout-content .tabbed-content-popout {
        background: #E9E5F9;
    }
.search-results tr.search-result-details-row h3 {
    color: #694ED6;
}
.ui-dialog-minimal .question-header .header .question-unformatted-block {
    font-size: .74em;
}
.page-header {
    visibility: hidden;
    height: 0px;
    margin-top: -10px;
}
a.report-pdf {
    outline: none;
}
a.lendingportal-letter-link {
    outline: none;
}
a.denial-letter-link {
    outline: none;
}
.credit-section {
    width: 100% !important;
}
.credit-section .cures {
    margin-left: 29px !important;
}
#main-footer {
    width: auto;
    max-width: 985px;
    padding-bottom: 10px;
}
#main-content {
    width: auto;
    min-height: auto;
}
#queue-loan-summary-dashboard table .totals.row-even, #queue-loan-summary-dashboard table .row-even .totals.row-highlighter-wrapper, .row-even #queue-loan-summary-dashboard table .totals.row-highlighter-wrapper,
#queue-task-summary-dashboard table .totals.row-even,
#queue-task-summary-dashboard table .row-even .totals.row-highlighter-wrapper,
.row-even #queue-task-summary-dashboard table .totals.row-highlighter-wrapper {
    background: #E9E5F9;
}
#queue-loan-summary-dashboard table .totals, #queue-task-summary-dashboard table .totals {
    background: #D9D3F5;
}