﻿/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/
@import url(https://fonts.googleapis.com/css?family=Rubik);

.tox-statusbar__branding {
    visibility: hidden;
    position: relative;
}

.tox-statusbar__path-item {
    visibility: hidden;
    position: relative;
}

.custom-file-input {
    height: 20px !important;
    /*opacity: 0 !important;*/
}
/*
.table{
    font-size: 12px;
}*/

body {
    font-family: 'Rubik' !important;
    font-size: 12px !important;
}

/* Custom CSS Rules to override Bootstrap*/
.min-h-100 {
    min-height: 100% !important;
}

#sidebar-secondary {
    min-width: fit-content;
    max-height: 100%;
    overflow-y: auto;
}

    #sidebar-secondary::-webkit-scrollbar {
        display: none;
    }

#MainBorrowersDiv {
    flex-wrap: nowrap;
}

pl-0 {
    padding-left: 0px !important;
}

.mh-300p {
    max-height: 300px !important;
}

.mh-100-top-nav {
    max-height: calc(100% - 50px) !important;
}

.reportview {
    height: 60vh !important; /*calc(100% - 350px) !important;*/
}

#content {
    width: calc(100% - 250px);
    transition: all 0.3s;
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0px;
    overflow: auto;
}

    #content.active {
        transition: all 0.3s;
        width: calc(100% - 90px);
    }

.svg-inline--fa,
i {
    color: #003399;
    /*color: #003399 !important;*/
}

#sidebar.active *.svg-inline--fa,
#sidebar.active * i {
    display: block !important;
    margin-right: auto;
    margin-left: auto;
    /*margin-right: 0;*/
    display: block;
    font-size: large;
    margin-bottom: 5px;
}

#mCSB_1_container.mCSB_container {
    margin-right: 0px !important;
}

#sidebar.active * ul li a,
#sidebar.active * ul li ul li a,
#sidebar.active * ul li ul li ul li a {
    padding: 20px 5px;
    text-align: center;
    font-size: 0.85em;
    width: 90px;
    white-space: normal;
}

#sidebar * a,
#sidebar * a {
    overflow-x: hidden;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#sidebar.active * ul li ul li a,
#sidebar.active * ul li ul li ul li a {
    overflow-x: hidden;
    width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
/* Same dropdown links padding*/
#sidebar.active * ul ul a {
    padding: 10px !important;
}

#sidebar * ul li a {
    text-align: left;
}

#sidebar.active * .dropdown-toggle::after {
    top: auto;
    /*bottom: 10px;*/
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar * a.dropdown-toggle {
    position: relative;
}

.bg-primary-tlo {
    background-color: #003399 !important;
    color: white !important;
}

.border-bottom.border-color-primary {
    border-color: #003399 !important;
}

#sidebar * a.dropdown-toggle::after, #sidebar-secondary * a.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s;
    color: #003399 !important;
    transform-origin: center center;
}

#sidebar.active * a.dropdown-toggle.dropdown-expanded::after {
    right: 46%;
}

#sidebar * a.dropdown-toggle.dropdown-expanded::after, #sidebar-secondary * a.dropdown-toggle.dropdown-expanded::after {
    transform: rotate(180deg);
    transform-origin: center center;
    transition: all 0.3s;
}

#dropdownArrow * a.dropdown-toggle::after {
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.3s;
}


#dropdownArrow * a.dropdown-toggle.dropdown-expanded::after {
    transform: rotate(0deg);
    transition: all 0.3s;
}

.input-group > .input-group-append > .btn-outline-secondary,
.input-group > .input-group-prepend > .btn-outline-secondary {
    border-color: #ced4da !important;
    font-size: 12px !important;
    height: 25px;
    /*padding: 0 !important;*/
}

.form-control-sm, .input-group-text, .input-group-sm {
    font-size: 12px !important;
    height: 25px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

textarea.form-control {
    height: auto !important;
}

.btn-sm, .btn {
    padding: 3px;
    height: 25px;
    font-size: 12px !important;
}

    .btn:focus {
        box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 4px #338DED !important;
    }

.navbar-brand:focus {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 4px #338DED !important;
}

.header-tmo-logo-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: .75rem;
    margin-bottom: .75rem;
}

    .header-tmo-logo-link:focus-visible {
        box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 4px #338DED !important;
        outline: none;
    }

.shadow--padded {
    padding: 18px;
}

.shadow {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    border: solid 1px rgba(0,0,0,0.1);
}

.Reminders2 #Reminders1 {
    height: calc(100vh - 262px);
}

.shadow.shadow-hard {
    box-shadow: 5px 6px 4px 0px rgba(0,0,0,0.5), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12) !important;
    border: solid 1px rgba(0,0,0,0.1);
}

.rounded {
    border-radius: 5px;
}

label {
    font-weight: 500 !important;
}

.color-primary {
    color: #003399 !important;
}

.form-control:focus {
    box-shadow: none;
}

.dropdown-item {
    cursor: pointer;
    font-size: 12px !important;
}

/*.btn-toolbar .btn {
    width: unset;
}*/

.btn {
    box-shadow: none !important;
    /*min-width: 75px;*/
}

/*button.btn {
    width: unset !important;
}*/

.modalBtn {
    width: 75px;
}

.twoFactorEnroll {
    width: 250px;
}

.pointer {
    cursor: pointer;
}

.wrapper {
    display: flex;
    width: 100%;
    /*align-items: stretch;*/
}

#fixedFeedbackFrame {
    box-sizing: border-box;
    position: fixed;
    width: 250px; /* Match expanded sidebar width */
    height: 56px;
    bottom: 2px;
    background: #F8F9FA;
    border-right: 1px solid #DFE0E1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    z-index: 1050;
    transition: width 0.3s ease, height 0.3s ease, all 0.3s ease;
}

/* Styles for the feedback button */
#feedbackButton {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2px 20px;
    gap: 12px;
    width: 142px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.25), 0px -0.5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    cursor: pointer;
    color: #003399;
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Prevent overflow issues */
    transition: all 0.3s ease;
}

    #feedbackButton:hover {
        background: #E6F2FF; /* Change button background on hover */
        color: #FFFFFF; /* Change text/icon color on hover */
    }

#fixedFeedbackFrame {
    background: #F8F9FA; /* Default frame background */
}

.feedback-icon {
    font-size: 16px;
    color: #003399;
}

.feedback-text {
    width: 82px;
    height: 18px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
    display: flex;
    align-items: center;
    flex: none;
    order: 1;
    flex-grow: 0;
    transition: all 0.3s ease;
    white-space: nowrap; /* Prevent text wrapping */
}

/* Default feedback button */
#feedbackButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 20px 2px 16px;
    gap: 12px;
    width: 142px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.25), 0px -0.5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s;
}

/* Collapsed sidebar state */
#sidebar.active #fixedFeedbackFrame {
    width: 90px; /* Matches collapsed sidebar width */
}

/* Collapsed feedback button */
#sidebar.active #feedbackButton {
    flex-direction: column;
    width: 56px; /* Adjust for collapsed state */
    height: 35px;
    padding: 10px;
    gap: 4px;
    transition: all 0.3s ease;
}

/* Adjust feedback icon and text in collapsed state */
#sidebar.active .feedback-icon {
    width: 24px;
    height: 24px;
}

#sidebar.active .feedback-text {
    display: block; /* Hide text in collapsed state */
}

#sidebar {
    padding-top: 50px;
    padding-bottom: 20px;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    transition: all 0.3s;
}

    #sidebar.sidebar-with-feedback {
        height: calc(100vh - 56px);
    }

    #sidebar.active {
        min-width: 80px;
        max-width: 90px;
        text-align: center;
        transition: all
    }


        #sidebar.active * .nav-link {
            border-bottom: 1px solid rgba(0,0,0,0.1)
        }

@media (max-width: 768px) {
    #sidebar-secondary * a {
        padding: 20px 5px;
        text-align: center;
        font-size: 0.85em;
        /*white-space: normal*/
        padding-left: 0px !important;
    }

    #sidebar-secondary * .dropdown-toggle::after {
        top: auto !important;
        right: 50% !important;
    }

    #sidebar-secondary * i,
    #sidebar-secondary *.svg-inline--fa {
        display: block !important;
        margin-right: auto;
        margin-left: auto;
        /*margin-right: 0;*/
        display: block;
        font-size: large;
        margin-bottom: 5px;
    }

    #content {
        width: 100%;
        transition: all 0.3s;
        position: absolute;
        right: 0;
    }

    #sidebar {
        min-width: 80px;
        max-width: 90px;
        text-align: center;
        margin-left: -90px !important;
    }

        #sidebar .sidebar-container {
            display: none;
        }

        #sidebar.active .sidebar-container {
            display: block;
        }

        #sidebar #fixedFeedbackFrame {
            display: none; /* Hide the frame */
        }

        #sidebar.active #fixedFeedbackFrame {
            display: block;
        }

    .dropdown-toggle::after {
        top: auto;
        /*bottom: 10px;*/
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }



    #sidebar * a {
        padding: 20px 10px;
    }


    #sidebar * i, #sidebar .svg-inline--fa,
    #sidebar-secondary .svg-inline--fa,
    #sidebar-secondary * i {
        margin-right: auto;
        margin-left: auto;
        display: block;
        /*font-size: 1.3em;*/
    }

    #sidebar * a {
        padding: 10px !important;
    }


    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.user-account-icon.btn-collapse {
    color: #003399 !important;
    background-color: white;
}


    .btn-collapse:hover, .btn_top_nav:hover, .user-account-icon.btn-collapse[aria-expanded="true"], .user-account-icon.btn-collapse:hover {
        background-color: rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-out;
        color: white !important
    }

.btn-collapse, .btn_top_nav {
    color: white !important;
    border-radius: 50%;
    background-color: #003399;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-width: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.btn-primary-wm {
    background-color: #0062cc !important;
    transition: all 0.3s;
    color: white;
}

.btn-primary-wm {
    background-color: #ff7139 !important;
    transition: all 0.3s;
}

.pl-10 {
    padding-left: 4.5rem !important;
}

.pl-15 {
    padding-left: 5.5rem !important;
}

/**************************************************/
body {
    font-size: .875rem;
    overflow: hidden;
}

.search-loans {
    max-width: 150px !important;
    min-width: 10px !important;
    height: 25px !important;
    font-size: 12px !important;
}

.log-in-ornaments {
    /*background-image: url("/Images/TMO FULL.jpg");*/
    background-image: url("/Images/home-bg.png");
    /*/*background-image: url("/Images/TMO Leftpg.jpg"), url("/Images/TMO Rightpg.jpg");*/
    background-position: left top, right bottom;
    background-size: 100% 70%, 100% 70%; /*492px 433px, 492px 433px;*/
    background-repeat: no-repeat, no-repeat;
    overflow: auto;
}

.LoginAppTitle:after {
    content: 'The Mortgage Office';
    white-space: nowrap;
}

@media(max-width: 768px) {
    .log-in-ornaments {
        /*background-size: 50% 100%, 50% 100%;*/ /*492px 433px, 492px 433px;*/
        background-size: 100% 70%, 100% 70%; /*492px 433px, 492px 433px;*/
        /*transition: all 0.3s;*/
    }
}

.log-in-container {
    background-color: white;
    background-color: rgba(256,256,256);
    z-index: 100;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */
.sidebar > .sidebar-container {
    top: 50px;
    position: fixed;
    bottom: 0px;
    overflow-y: auto;
}


.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/*@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}*/

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        /*color: #007bff;*/
        box-shadow: inset -3px 0 0 #003399;
        background-color: rgba(135,206,250, .15);
    }

        .sidebar .nav-link.active.bottom-shadow {
            box-shadow: inset 0 -3px 0 #003399;
        }

    .sidebar .nav-link.inactive {
        color: #d3d3d3;
    }

        .sidebar .nav-link.inactive i,
        .sidebar .nav-link.inactive .svg-inline--fa {
            color: #d3d3d3;
        }

    .sidebar .nav-link:hover .feather,
    .sidebar .nav-link.active .feather {
        color: inherit;
    }

    .sidebar .nav-link:hover {
        /*background-color: rgba(255, 140, 0, .35);*/
        background-color: rgba(135,206,250, .35);
    }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
    background-color: rgba(255, 140, 0, .15);
    min-width: 204px;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 108px; /* Space for fixed navbar */
    background-color: #FFF;
}

@media (min-width: 575px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */
.navbar {
    background-color: #003399;
    padding: 0 0 0 0;
}


.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: #003399;
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
    white-space: normal !important;
    /*min-width: 204px;*/
}

@media (min-width: 1200px) and (max-width: 1600px) {
    #navbar-brand-container {
        margin-right: -2rem;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    #navbar-brand-container {
        margin-right: -1rem;
    }
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }


/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #003399;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

#reactLoader {
    z-index: 100000 !important;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rmla_FC {
    padding: 0px;
    margin-left: 4px;
}

.alert {
    display: none;
}

.myAlert-bottom {
    position: fixed;
    bottom: 5px;
    left: 50%;
    width: 56%;
}

.myAlert-top {
    position: fixed;
    top: 5px;
    width: 50%;
    left: 25%;
}

.toolbar .nav-link {
    /*font-weight: 400;*/
    color: #fff !important;
}

    .toolbar .nav-link:hover {
        color: inherit;
        background-color: rgba(255, 255, 255, .1);
    }

input[type="checkbox"]:not(.PrivateSwitchBase-input) {
    margin-right: 5px;
    width: auto;
}

input[type="radio"]:not(.PrivateSwitchBase-input) {
    margin-right: 5px;
    width: auto;
}

table * input[type=""] {
    margin-right: 0px !important;
}

.tbl_heading {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #FFF;
}

.faswidth {
    width: 25px !important;
}

.tabContent {
    overflow-y: auto;
    overflow-x: hidden
}

.LoanToolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 00px;
    z-index: 1000;
    background-color: #FFF;
    padding-top: 18px;
}

tfoot td {
    background-color: #EEE;
}

#PrimaryPhone::after {
    content: none;
}

#RInvestorSuitability .dataTables_scrollBody {
    height: calc(100vh - 385px);
    overflow: hidden;
}

#lenderHistory .dataTables_scrollBody {
    height: calc(100vh - 450px);
    overflow: hidden;
}

#OfferingsForm .dataTables_scrollBody {
    height: calc(100vh - 360px);
    overflow: hidden;
}

#EventsJournalV3 .dataTables_scrollBody {
    height: calc(100vh - 325px);
    overflow: hidden;
}

#RLoanMasterForm .dataTables_scrollBody {
    height: calc(100vh - 480px);
    overflow: hidden;
}

#CMOAutoCertificateRateChange .dataTables_scrollBody {
    height: calc(100vh - 480px);
    overflow: hidden;
}

#CMOPrintCertificateForm .dataTables_scrollBody {
    height: calc(100vh - 480px);
    overflow: hidden;
}

#GroupDetailsForm .modal-body {
    height: calc(100vh - 250px);
    overflow: hidden;
}

#frmAutoApplyPayments .dataTables_scrollBody {
    height: calc(75vh - 350px);
    overflow: hidden;
}

#UserSecurityForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#GlobalUserManagementForm .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#PayeesTrustAccountForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#PayCharges .dataTables_scrollBody {
    height: calc(100vh - 508px);
}

#TrustBalanceForm .dataTables_scrollBody {
    height: calc(100vh - 537px);
    overflow: hidden;
}

#MortgageCallReportsLoanOriginationForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#HmdaLoansLoanOriginationForm .dataTables_scrollBody {
    height: calc(100vh - 368px);
    overflow: hidden;
}

#TradeConfirmations .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#PartnerStatements .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#PartnerStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RCalculateRate .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RLOCBorrStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#FRESCAnalysisStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#LsLoansForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#PartPartnerCertificate .dataTables_scrollBody {
    height: calc(100vh - 500px);
    overflow: hidden;
}

#UserAdministrationForm .dataTables_scrollBody {
    height: calc(100vh - 280px);
    overflow: hidden;
}

#PSSCertificates .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#ConsumerCreditReporting .dataTables_scrollBody {
    height: calc(100vh - 500px);
    overflow: hidden;
}

#LSConversationLogForm .dataTables_scrollBody {
    height: calc(100vh - 440px);
    overflow: hidden;
}

#RVendorStatement .dataTables_scrollBody {
    height: calc(85vh - 260px);
    overflow: hidden;
}

#VendorsForm .dataTables_scrollBody {
    height: calc(100vh - 370px)
}

#NewFundingForm .dataTables_scrollBody {
    height: calc(100vh - 415px)
}

#CustomReports .dataTables_scrollBody {
    height: calc(100vh - 360px)
}

#RCalculationAudit .dataTables_scrollBody {
    height: calc(85vh - 260px);
    overflow: hidden;
}

#RARMScheduledRate .dataTables_scrollBody {
    height: calc(85vh - 260px);
    overflow: hidden;
}

#Consteditvouchers .dataTables_scrollBody {
    height: calc(85vh - 450px);
    overflow: hidden;
}



#ConstBorrowerStatement .dataTables_scrollBody {
    height: calc(85vh - 450px);
    overflow: hidden;
}

#EditConstructionVoucher .dataTables_scrollBody {
    height: calc(73vh - 266px);
    overflow: hidden;
}


#CONAssessIntPrtBillStatements .dataTables_scrollBody {
    height: calc(85vh - 260px);
    overflow: hidden;
}

#TrustAccountsForm .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#PositivePayForm .dataTables_scrollBody {
    height: calc(100vh - 590px);
    overflow: hidden;
}

#BillingHistoryForm .dataTables_scrollBody {
    height: calc(100vh - 590px);
    overflow: hidden;
}

#BudgetCostsForm .dataTables_scrollBody {
    height: calc(100vh - 520px);
    overflow: hidden;
}

#PrintDocumentsForm .dataTables_scrollBody {
    height: calc(100vh - 340px);
    overflow: hidden;
}

#LoLendersForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#TermsForm .dataTables_scrollBody {
    height: calc(82vh - 260px);
    overflow: hidden;
}

#PSSOtherAssets .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#PSSHistory .dataTables_scrollBody {
    height: calc(100vh - 380px);
    overflow: hidden;
}

#PSSBankAccounts .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#PSSDistributions .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#Distributions .dataTables_scrollBody {
    height: calc(100vh - 480px);
    overflow: hidden;
}

#Distributions .dropdown_align {
    transform: translate3d(0px,25px, 0px) !important;
}

#PSSOtherLiablities .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#OnlineLoanAppsForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#RiskAssessmentForm .dataTables_scrollBody {
    height: calc(100vh - 250px);
    overflow: hidden;
}

#DocumentTrackingForm .dataTables_scrollBody {
    height: calc(100vh - 420px);
    overflow: hidden;
}

#PerformEscrow .dataTables_scrollBody {
    height: calc(100vh - 322px);
    overflow: hidden;
}

#EncumbrancesForm .dataTables_scrollBody {
    height: calc(100vh - 410px);
    overflow: hidden;
}

#ReconcileAccountForm .dataTables_scrollBody {
    max-height: 175px !important;
    overflow: hidden;
}

#PortfolioForm .dataTables_scrollBody {
    height: calc(93vh - 310px);
    overflow: hidden;
}

#CertificateForm .dataTables_scrollBody {
    height: calc(100vh - 360px);
    overflow: hidden;
}

#PSSLoans .dataTables_scrollBody {
    height: calc(100vh - 340px);
    overflow: hidden;
}

#BorrStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#KvCapitalBorrowerStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#FRCertificates .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#ARMNotices .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#CommBorrowerStatementAccount .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#NotificationOfElectronicDeposit .dataTables_scrollBody {
    height: calc(100vh - 415px);
    overflow: hidden;
}

#CommBorrowerStatmentAccount .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#AssessIntPrtBillStatements .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RLoanMaster .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RLndrStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RLOCBillingStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RCalculationAudit .dataTables_scrollBody {
    height: calc(100vh - 400px);
    /*overflow: hidden;*/
}


#PaymentStatements2 .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#CapitalDistribution .dataTables_scrollBody {
    height: calc(100vh - 509px);
    overflow: hidden;
}

#BorrowerACH .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RLateNotices .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RBalloonNotices .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RInsuranceNotices .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RHUDNotices .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#Letter .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#BorrowerLOCKBOX .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#RGTMNotices .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#EscrowPayerForm .dataTables_scrollBody {
    height: calc(100vh - 300px);
    overflow: hidden;
}

#WPCOnlinePayments .dataTables_scrollBody {
    height: calc(100vh - 310px);
    overflow: hidden;
}

#WPCPendingOnlinePayments .dataTables_scrollBody {
    height: calc(100vh - 310px);
    overflow: hidden;
}

#WPCAppliedOnlinePayments .dataTables_scrollBody {
    height: calc(100vh - 310px);
    overflow: hidden;
}

#WPCHistory .dataTables_scrollBody {
    height: calc(100vh - 394px);
    overflow: hidden;
}

#LettersForm .dataTables_scrollBody {
    height: calc(100vh - 325px);
    overflow: hidden;
}

#Reminders .dataTables_scrollBody {
    height: calc(100vh - 618px);
    overflow: hidden;
}

#AttachmentsForm .dataTables_scrollBody {
    height: calc(100vh - 310px);
    overflow: hidden;
}

#LoanAppsForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#PayersTrustAccountForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#LoansForm .dataTables_scrollBody {
    /*height: calc(100vh - 367px);*/
    height: calc(100vh - 340px);
    overflow: hidden;
}

#LsLoansForm .dataTables_scrollBody {
    /*height: calc(100vh - 367px);*/
    height: calc(100vh - 340px);
    overflow: hidden;
}

#Templates_Form .dataTables_scrollBody {
    height: calc(100vh - 350px);
    overflow: hidden;
}

#SmartViews .dataTables_scrollBody {
    /*    height: calc(96vh - 300px);
    overflow: hidden;*/
    height: calc(100vh - 305px) !important;
}

#EventsJournalForm .dataTables_scrollBody {
    height: calc(100vh - 410px);
    overflow: hidden;
}

#LendersForm .dataTables_scrollBody {
    height: calc(100vh - 370px)
}

#PartnersForm .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#HoldersForm .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#PSSPartnersForm .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#PSSTrusteesForm .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#HolderHistory .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#CMOLoans .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#CMOOtherAssets .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#CMODistributionsform .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#CMOOtherLiabilities .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#WPCShareValue .dataTables_scrollBody {
    height: calc(100vh - 340px) !important;
}

#CMOHolders .dataTables_scrollBody {
    height: calc(100vh - 360px);
}

#Certificate .dataTables_scrollBody {
    height: calc(95vh - 310px);
}

#CMOHolders .dataTables_scrollBody {
    height: calc(95vh - 310px);
    overflow: hidden;
}

#HistoryForm .dataTables_scrollBody {
    height: calc(100vh - 420px);
}

#RARMScheduledRateForm .dataTables_scrollBody {
    height: calc(100vh - 340px);
}

#RARMIndexes .dataTables_scrollBody {
    height: calc(100vh - 420px);
}

#LookUp .dataTables_scrollBody {
    height: calc(100vh - 400px);
    min-height: calc(100vh - 750px);
}

#LookUpForm .dataTables_scrollBody {
    height: calc(100vh - 400px);
    min-height: calc(100vh - 750px);
}

#actions_modal_content #HistoryForm {
    padding: 15px 15px 15px 15px !important;
}

#actions_modal_content #lenderHistory {
    padding: 15px 15px 25px 15px !important;
}

/*#PSSHistory {
    padding: 15px 15px 15px 15px !important;
}*/

#ConversationLogForm .dataTables_scrollBody {
    height: calc(100vh - 435px);
}

#LendersChargesForm .dataTables_scrollBody {
    height: calc(100vh - 340px);
    overflow: hidden;
}

/*#ChargesForm .dataTables_scrollBody {
    height: calc(100vh - 320px);
}*/

#ChargesForm .dataTables_scrollBody {
    height: calc(100vh - 395px);
}

#ChargesForm .modal-body {
    overflow: hidden;
    max-height: 90vh;
}

/*Distributions .dataTables_scrollBody {
    height: calc(100vh - 510px);
    min-height: 50px !important;
    max-height: 350px !important;
}

Distributions .modal-body {
    overflow: hidden;
    max-height: 90vh;
}
*/

#FundingFormServicing .dataTables_scrollBody {
    height: calc(100vh - 340px);
}

#EscrowAccountingForm .dataTables_scrollBody {
    height: calc(100vh - 350px);
}

#EscrowLedgerForm .dataTables_scrollBody {
    height: calc(100vh - 445px);
}

#EscrowLedgerFormV3 .dataTables_scrollBody {
    height: calc(100vh - 450px);
}

#ACHExpress .dataTables_scrollBody {
    height: calc(100vh - 350px);
}

#TaxForms .dataTables_scrollBody {
    height: calc(100vh - 350px);
}

#TaxBatches .dataTables_scrollBody {
    height: calc(100vh - 350px);
}

#BatchRecipients .dataTables_scrollBody {
    height: calc(100vh - 350px);
}

#FundingForm .dataTables_scrollBody {
    height: calc(100vh - 410px);
}

#LiensGridForm .dataTables_scrollBody {
    height: calc(100vh - 470px);
    overflow: hidden;
}

#EscrowVouchersGrid .dataTables_scrollBody {
    height: calc(100vh - 336px);
}

#InsuranceGridForm .dataTables_scrollBody {
    height: calc(100vh - 470px);
    overflow: hidden;
}

#EntityMembersForm .dataTables_scrollBody {
    height: calc(100vh - 498px);
    overflow: hidden;
}

#Properties .dataTables_scrollBody {
    height: calc(100vh - 470px);
    overflow: hidden;
}

#Wraps .dataTables_scrollBody {
    height: calc(100vh - 480px);
    /* overflow: hidden;*/
}

#Wraps .dataTables_scrollBody {
    height: calc(100vh - 480px);
    min-height: 50px;
    max-height: 350px
    /* overflow: hidden;*/
}

#FundingFormServicing .dataTables_scrollBody {
    height: calc(100vh - 375px);
    overflow: hidden;
}

#ClientsTrustAccountForm .dataTables_scrollBody {
    max-height: calc(100vh - 340px);
    min-height: calc(100vh - 340px);
}

#PrintChecks .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#MortgagePoolStat .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#CMOPoolStatement .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#CMOACHDepositNotice .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#CMOPrintChecksForm .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#RSelectVouchers .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#QBExport .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

#QBExport #MainDiv {
    min-height: 150px;
}


#FundingHistoryForm .dataTables_scrollBody {
    height: calc(100vh - 625px);
}

#ContactsForm .dataTables_scrollBody {
    height: calc(100vh - 325px);
}

#WPCForm .dataTables_scrollBody {
    height: calc(100vh - 325px);
}

#FieldsDictionaryForm .dataTables_scrollBody {
    height: calc(100vh - 360px) !important;
}

#LedgerPrintChecks .dataTables_scrollBody {
    height: calc(75vh - 350px);
}

#CustomFieldTabsForm #tabs-container {
    width: 300px;
    display: block;
    margin: auto;
}

    #CustomFieldTabsForm #tabs-container #list {
        list-style: none;
    }

        #CustomFieldTabsForm #tabs-container #list li {
            margin: 10px;
            cursor: pointer;
        }

#BorrowersForm .dataTables_scrollBody {
    height: calc(100vh - 340px) !important;
}

#loBorrowersForm .dataTables_scrollBody {
    height: calc(100vh - 410px) !important;
}

#CoBorrowersForm .dataTables_scrollBody {
    height: calc(100vh - 515px) !important;
}

#PropertiesForm .dataTables_scrollBody {
    height: calc(100vh - 410px) !important;
}

/*#DocumentMaintenanceForm .dataTables_scrollBody {*/
/*height: calc(100vh - 430px) !important;*/
/*height: calc(100vh - 320px);
    overflow: hidden;
}*/

#FormManagementForm .dataTables_scrollBody {
    height: calc(100vh - 340px) !important;
}

#DocumentMaintenance .dataTables_scrollBody {
    height: calc(100vh - 340px) !important;
}

#CustomReportModal .dataTables_scrollBody {
    height: calc(100vh - 340px) !important;
}

#ProductManagementForm .dataTables_scrollBody {
    height: calc(100vh - 355px) !important;
}

#Messages .dataTables_scrollBody {
    height: calc(100vh - 305px) !important;
}

#MessageOutbox .dataTables_scrollBody {
    height: calc(100vh - 305px) !important;
}

#MessageSentItems .dataTables_scrollBody {
    height: calc(100vh - 305px) !important;
}

#MortgagePoolHistory .dataTables_scrollBody {
    height: calc(100vh - 340px);
}

#FPrintChecks .dataTables_scrollBody {
    height: calc(100vh - 340px);
}

#PartnerHistory .dataTables_scrollBody {
    height: calc(100vh - 340px);
}

#AllPSSPartnersForm .dataTables_scrollBody {
    height: calc(100vh - 340px);
}

#EscrowViewPaymentChanges .dataTables_scrollBody {
    height: calc(100vh - 540px);
    /* overflow: hidden;*/
}

#LSIddForm .dataTables_scrollBody {
    height: calc(100vh - 540px);
    /* overflow: hidden;*/
}

#PSSNotificationEleDeposit .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#LOConversationLogForm .dataTables_scrollBody {
    height: calc(100vh - 360px);
}

#CMOBankAccounts .dataTables_scrollBody {
    height: calc(100vh - 320px);
    overflow: hidden;
}

#CreditReportsForm .dataTables_scrollBody {
    height: calc(100vh - 420px) !important;
}

#Labels .dataTables_scrollBody {
    height: calc(100vh - 340px);
    overflow: hidden;
}

input:not(.PrivateSwitchBase-input),
select,
textarea {
    border-color: lightgray;
    max-width: 100%;
    width: 100%;
    font-size: 12px !important;
}


.input:focus {
    outline: none !important;
    border: 1px solid #00BFFF;
}

.text-nowrap {
    white-space: nowrap;
}

.mobileMenuItemText {
    padding-left: 10px;
}

#mainModalContent {
    margin-top: -2%;
}

.pageToolBar {
    padding: 10px 0px;
}

#MainDiv.loan-table {
    height: calc(100vh - 210px);
    overflow: hidden;
    margin-bottom: 5px;
}

#ARMIndexRate .dataTables_scrollBody {
    height: calc(100vh - 420px);
}

#MainDiv.ls-lenders-loan-table {
    height: calc(100vh - 210px);
    overflow: hidden;
    margin-bottom: 5px;
}

#MainDiv.selectVoucher-table {
    height: calc(100vh - 200px);
    /* overflow: hidden;*/
}

#MainDiv.events-journal-table {
    height: calc(100vh - 265px);
    overflow: hidden;
}

#MainDiv.escrow-table {
    height: calc(100vh - 250px);
    overflow: hidden;
}

/*#MainDiv.reconcile-table {
    height: calc(100vh - 370px)
}*/

#MainDiv.escrow-accounting-table {
    height: calc(100vh - 200px)
}

#MainDiv.escrow-modal-table {
    height: calc(100vh - 400px)
}

.TrustLedgerGrid {
    height: calc(100vh - 235px)
}

#MainBorrowersDiv {
    height: calc(100vh - 160px);
}

#MainDiv.creditreport-table {
    height: calc(100vh - 265px);
    overflow: hidden;
    margin-bottom: 5px;
}

.tabTabs {
    position: -webkit-sticky;
    /*position: sticky;*/
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #FFF;
}

input[type="number"] {
    text-align: right;
}

.selected {
    /*background-color: rgba(255, 140, 0, .35) !important;*/
    /*background-color: rgba(135,206,250, .35) !important;*/
    background-color: #D5EEFD !important;
    color: #000 !important;
    font-weight: normal;
}

.selected-tab {
    background-color: rgba(135,206,250, .15) !important;
    border-bottom: 3px solid #003399 !important;
    color: rgba(135,206,250, .15) !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
}

.nav-item-tab:hover {
    border-bottom: none;
    background: #FFD7A6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-backdrop {
    background-color: transparent !important;
}

.modal-backdrop-dark {
    background-color: rgba(0,0,0,0.4) !important;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    /*-webkit-overflow-scrolling: touch;*/
}

/*Allows for better formatting for grids in modal-bodies*/
.modal-body-noscroll {
    max-height: 100vh !important;
    overflow-y: hidden !important;
    min-height: 400px;
}

/*#BorrStatement .modal-body {
    max-height: calc(100vh - 250px) !important;
    overflow-y: hidden;
}*/

.modal-body-maxHeight {
    max-height: calc(100vh - 250px) !important;
    /*overflow-y: hidden !important;*/
}

.modal-body-noYScroll {
    overflow-y: hidden !important;
}

button {
    outline: none !important;
}

.col-form-label {
    padding-bottom: 0px !important;
}

.form-control-sm {
    height: calc(1.8125rem);
}

.col-form-label {
    padding-top: 0px !important;
}

label {
    margin-bottom: 0px !important;
}

.form-row {
    /* margin-right: 10px !important;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.form-group {
    margin-bottom: 5px;
}

h6 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.border-bottom-muted {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.border-top-muted {
    border-top: solid 1px rgba(0,0,0,0.1);
}

.scroll-arrow-top {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.scrollable-dropdown {
    height: auto;
    max-height: 80vh;
    overflow: auto;
    max-width: 345px;
    width: auto;
}

/*.modal-footer {
    padding: 0rem;
    padding-top: 1rem !important;
    margin-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
}*/

/*.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #ed743d;
}

.nav-tabs .nav-link:hover {
    border-left: none;
    border-top: none;
    border-right: none;
}

.nav-tabs .nav-link:not(.active):hover {
    border-bottom-color: #dee2e6;
}
.nav-tabs .nav-link {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid rgba(265,265,265,0);
}*/
/**/
.nav-tabs * .nav-link, .nav-tabs * .nav-link:hover {
    color: #495057 !important;
}

    .nav-tabs * .nav-link.active {
        font-weight: 600 !important;
        color: black !important;
    }

    .nav-tabs * .nav-link.disabled {
        color: #CCCCCC !important;
    }

.color-secondary-tlo {
    color: #6c757d !important;
}

td > .form-check {
    padding-left: 1.7rem !important;
}

th.tbl_heading {
    white-space: nowrap !important;
    text-transform: uppercase;
    font-weight: normal;
}

.font-1rem {
    font-size: 0.9rem;
}

table td {
    cursor: default;
}

table.hoverable > tbody > tr:hover {
    cursor: pointer;
    /*background-color: #E8D1A4;*/
    background-color: rgba(135,206,250, .35) !important;
}

table.cblist > tbody, table.cblist > tbody > tr {
    display: block;
}

    table.cblist > tbody > tr * input, table.cblist > tbody > tr * label {
        cursor: pointer;
    }

    table .cblist > tbody > tr > td {
        padding-left: 7px;
    }

.table-body-condensed td {
    padding: 0px !important;
}

/*styles to apply above bootstrap lg break point*/
@media (min-width: 992px) {
    .pr-0-lg {
        padding-right: 0px !important;
    }
}

@media (min-width: 1600px) {
    .bt-col-xl {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


#navbar-brand-text.dn-500:after {
    content: 'The Mortgage Office ®';
    white-space: nowrap;
}

.AppLogo {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('Images/TMOWebLogoSmall.png') no-repeat;
    width: 30px; /* Width of new image */
    height: 30px; /* Height of new image */
    padding-left: 30px; /* Equal to width of new image */
}

.LoginLogo {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('Images/TMOLogo.png') no-repeat;
    width: 100px; /* Width of new image */
    height: 100px; /* Height of new image */
    /*padding-left: 75px;*/ /* Equal to width of new image */
}

/* Mobile Views*/
@media screen and (max-width: 600px) {
    .dn-575 {
        display: none !important
    }
    /*.dropdown-menu.show.loan-actions {
            top: 80px !important;
        }*/
    /*#navbar-brand-text.dn-500 {
        display: none !important;
    }*/

    #navbar-brand-text.dn-500:after {
        content: 'TMO';
    }

    #header-tabs {
        margin-left: -40px;
    }

    /*.navbar-brand img {
        border: solid 1px white;
        border-radius: 15%;
        padding: 4px;
        height: 30px;
    }*/

    #navbarsExample03 div:first-child {
        max-width: 164px !important;
    }
    /*.d-md-btn-block{
        display: block;
        width: 100%;
    }*/
}

@media screen and (max-width: 499px) {


    .dn-500 {
        display: none !important;
    }
}


/*Bootstrap Small Breakpoint*/

@media screen and (max-width: 575px) {
    #sidebar-secondary * a {
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }
}


/*********************************         Form Wizard Styles              ********************************************/
/*form styles*/
#msform {
    text-align: center;
    position: relative;
    /*margin-top: 30px;*/
}

    #msform fieldset {
        text-align: left;
        background: white;
        border: 0 none;
        border-radius: 0px;
        /*padding: 20px 30px;*/
        box-sizing: border-box;
        width: 100%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

/*headings*/
.fs-title {
    color: #2C3E50;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    color: #666;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #003399;
        font-size: 14px;
        width: 33.33%;
        float: left;
        position: relative;
        z-index: 2000;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 24px;
            height: 24px;
            line-height: 24px;
            display: block;
            font-size: 12px;
            color: #333;
            background: white;
            border-radius: 25px;
            margin: 0 auto 10px auto;
            border: solid 1px #003399;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 1px;
            /*background: #333;*/
            position: absolute;
            left: -50%;
            top: 9px;
            /*z-index: 1100;*/ /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #003399;
            color: white;
        }

/* TAX FORMS */
.tax-form * label, .tax-form * p {
    font-weight: 500 !important;
    color: red !important;
}

.tax-form > div.row {
    border: solid 1px red;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 5px 0px 5px 0px;
}

.table td {
    padding: 0.2rem !important;
    vertical-align: inherit !important;
}

textarea {
    resize: none !important;
}

/* END TAX FORMS */
.hover-dark {
    background-color: white !important;
}

    .hover-dark:hover {
        background-color: #6c757d !important;
    }

.icon-badge {
    position: relative !important;
}

.icon-badge--white::after {
    content: attr(data-badge);
    position: absolute;
    background: white;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1rem;
    top: 0rem;
    left: 1.5rem;
    color: #003399;
    background: white;
}

.gc-menu__btn-container, .gc-btn--accent:not([disabled]):not(.disabled),
.gc-toggle__input:checked + .gc-toggle__mark, .gc-btn--accent, .gc-dd-menu:not(.gc-dd-menu--multiselect) .gc-dd-menu__item--selected,
.progress-modal, .gc-progress--accent > .gc-progress__fill {
    background-color: #003399 !important;
}

    .gc-btn--accent:not([disabled]):not(.disabled) {
        cursor: pointer !important;
    }

        .gc-btn--accent:not([disabled]):not(.disabled):hover {
            background-color: rgba(215,100,0,0.7) !important
        }

.gc-accent-color {
    color: #003399 !important;
}

.gc-menu__panel-container__header {
    color: black !important;
}

.draggable:hover {
    cursor: grab;
}

.draggable.dragging {
    cursor: grabbing !important;
}

#sortable1 li, #sortable2 li {
    height: 40px;
}

.ui-state-highlight {
    height: 40px;
    line-height: 40px;
    background-color: #003399 !important;
}

.importIcon:after {
    content: "\f56f";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 200px;
    color: #003399;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -115px;
    z-index: 1;
    opacity: .7;
}

.btn-email-form {
    width: 55px;
}

.btn-globalEmail-form {
    width: 60px;
}

/*Place border around dropdowns to match tooltip buttons*/
.add-border-dropdown {
    /*border-color: #6c757d;*/
}


/*Checkboxes styles*/
/*#UserSecurityAccess input[type="checkbox"] {
    display: none;
}

    #UserSecurityAccess input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        #UserSecurityAccess input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        #UserSecurityAccess input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border: 1px solid #003399;
            position: absolute;
            left: 0;
            top: 2px;
            opacity: 1;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    #UserSecurityAccess input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: 0px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }*/


.navbar button .svg-inline--fa {
    color: white !important;
}

#BusinessTodayForm .table tr[onclick] td {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#PrintDocumentsForm .no-show-dialog-list {
    opacity: 0.5;
    background-color: lightsteelblue !important;
}

    #PrintDocumentsForm .no-show-dialog-list:hover {
        cursor: not-allowed;
    }

#PrintDocumentsForm .small-icon-preview {
    font-size: 10px;
    margin-top: 0;
    margin-left: 0;
}

#PrintDocumentsForm .large-icon-preview {
    font-size: 15px;
    margin-left: -3px;
    margin-top: -2px;
}

#PrintDocumentsForm .small-icon-e-sign {
    font-size: 10px;
    margin-top: 0;
    margin-left: 0;
}

#PrintDocumentsForm .large-icon-e-sign {
    font-size: 15px;
    margin-left: -3px;
    margin-top: -2px;
}

/*#*/ /*Options .input-group > .input-group-prepend > .btn-outline-secondary, #Options .input-group > .input-group-prepend > .input-group-text {
    height: 32px !important;
}*/
/*#Options #btn_upload_late:enabled {
    color: #212529 !important;
    border: 1px solid #ced4da;
    /*background-color: rgba(255, 140, 0, .15)*/
}
/**/

pointer a {
    color: #212529 !important;
}

/*#Options tab-content input-group a#downloadLink {
    color: #212529 !important;
}*/

a#downloadLink {
    color: #212529;
}

.btn-outline-secondary {
    border: 1px solid #ced4da;
    color: #212529 !important;
}


/*T5 Tax Form Styles*/
.taxFoooterInfo {
    color: red;
    font-weight: 500;
}

.smallerText {
    font-size: smaller;
}

.borderRight2px {
    border-right: 2px solid black;
}

.borderLeft2px {
    border-left: 2px solid black;
}

.borderLeft {
    border-left: 1px solid black;
}

.borderRight {
    border-right: 1px solid black;
}

.borderBottom {
    border-bottom: 1px solid black;
}

.borderTop {
    border-top: 1px solid black;
}

.height30px {
    height: 30px;
}

.fa-chevron-right {
    color: black;
}

.fa-flag {
    color: black;
}

#TaxForms .fa-flag {
    color: rgba(255, 140, 0, 1) !important
}
/*Property*/
/*#property_attachments #MainDiv {
  max-height: 40vh;
}*/

#Consteditvouchers .bottom {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}


.bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 600px) {
    .bottom {
        display: block
    }
}


.blueTextButton {
    color: #007bff;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    .blueTextButton:disabled {
        opacity: .60;
        cursor: default;
    }

/*aligns checkboxes with labels. default was .3rem*/
.form-check-input {
    margin-top: .15rem;
}

/*This matches the color of text to the disabled property color*/
.disabledColor {
    color: #e9ecef;
}

.fakeDisabled {
    color: #e9ecef;
    background-color: #e9ecef;
}
/*.tbl_footer {
    text-align: right !important
}*/


#messageBox {
    background-color: rgba(237, 116, 61, .34);
    border-radius: .3rem;
    margin: 15px 0;
    width: 100%;
    padding: 5px 0;
}

    #messageBox.success {
        background-color: #d4edda !important;
        color: #155724 !important;
    }

/*input[type="file"] {
    display: none;
}*/

.custom-file-upload {
    max-width: 125px;
}

.custom-file-label {
    max-width: 415px;
}

.custom-file-opacity-0 {
    opacity: 0 !important;
}

.optionsModalProperties {
    padding: 20px;
    /*max-height: calc (100vh-)*/
}

@media (max-width: 575px) {
    .modal-body {
        /*top: -50px !important;*/
        max-height: calc(100vh - 375px) !important;
    }

    .modal-content {
        /*max-height: 90vh !important;*/
        /*top: -50px !important;*/
    }
}

.modal-sxl {
    max-width: 98vw !important;
    max-height: 98vh !important;
}

.sxl {
    /*height: 98vh !important;*/
}

.modal-dialog {
    max-height: 98vh !important;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.modal-dialog {
    position: relative;
}

.modal-content.ui-resizable {
    overflow-y: hidden;
    position: static;
}

#modal-body-reportviewer {
    max-height: calc(100vh - 175px) !important;
}

.ToolStrip {
    background-color: lightblue;
    transition: all 0.3s ease-out;
    color: black !important
}

    .ToolStrip:hover {
        background-color: white;
        transition: all 0.3s ease-out;
        color: navy !important
    }

#userDropdown {
    overflow-y: auto;
    max-height: 500px;
}

/*Risk Colors: tablet*/
.greenTablet {
    background-color: #008450;
}

.yellowTablet {
    background-color: #EFB700;
}

.redTablet {
    background-color: #B81D13;
}

.greyTablet {
    background-color: #6c757d;
}

/*Risk Colors: grid*/
.greenGrid {
    color: #008450;
}

.yellowGrid {
    color: #EFB700;
}

.redGrid {
    color: #B81D13;
}

.greyGrid {
    color: #6c757d;
}

.currency {
    text-align: right;
}

.numberRate {
    text-align: right;
}

/* Fixed widths */
.w-30px {
    width: 30px !important;
}

.w-50px {
    width: 50px !important;
}

.w-75px {
    width: 75px !important;
}

.w-100px {
    width: 150px !important;
}

.w-150px {
    width: 150px !important;
}

/*.reportview {
    height: 100vh !important;
}
*/
/*.gcv-pageview {
    height: calc(100vh - 250px) !important;
}

.gc-menu__panel {
    height: calc(100vh - 250px) !important;
}*/

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#Partnerships .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#CMOPools .dataTables_scrollBody {
    height: calc(100vh - 340px)
}

#CMOHistory .dataTables_scrollBody {
    height: calc(100vh - 334px)
}

#TextMessagesForm .dataTables_scrollBody {
    height: calc(100vh - 380px)
}

.close {
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: .5 !important;
}

/*e.g. for <a> elements*/
.disable {
    pointer-events: none;
    cursor: default;
    color: #bdbdbd !important;
}

.disablediv {
    pointer-events: none;
    cursor: default;
    color: #bdbdbd !important;
}

    .disablediv a, .disablediv i {
        pointer-events: none;
        cursor: default;
        color: #bdbdbd !important;
    }


.maskdiv {
    pointer-events: none;
    cursor: default;
    color: #E9ECEF !important;
}

    .maskdiv a, .maskdiv i {
        pointer-events: none;
        cursor: default;
        color: #E9ECEF !important;
    }

.maskInput {
    pointer-events: none;
    cursor: default;
    background-color: #E9ECEF;
    color: #E9ECEF;
}

.copyright::after {
    content: "© Applied Business Software, Inc.";
}

#ESCMainDiv .dataTables_scrollBody {
    height: calc(100vh - 375px);
}

.disabledAppearance {
    background-color: #e9ecef;
    color: #e9ecef;
    cursor: not-allowed;
    pointer-events: none;
}

.database-description-div {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.header-profile-menu {
    min-width: 150px;
    width: 55% !important;
}

.header-tabs-div {
    min-width: 30px;
    width: 100%
}

@media (max-width: 999px) {
    .header-profile-menu {
        width: 25% !important;
    }

    .hide-on-small-screen {
        display: none !important;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .header-profile-menu {
        width: 95% !important;
    }

    .header-tabs-div {
        min-width: 15px;
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-profile-menu {
        width: 95% !important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .header-profile-menu {
        width: 70% !important;
    }
}
/* TODO: Is this css rule needed? Why? */
#htmContainer {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    height: calc(100vh - 315px);
    overflow-y: auto;
    display: none;
}

.los-banner-down .summary-banner-main-borrowers {
    height: calc(100vh - 250px) !important;
}

.los-banner-down .summary-banner-main {
    height: calc(100vh - 285px) !important;
}

.los-banner-down .summary-banner-content {
    height: calc(100vh - 270px) !important;
    overflow: hidden !important;
}

.los-banner-down #loBorrowersForm .dataTables_scrollBody {
    height: calc(100vh - 520px) !important;
}

.los-banner-down #FundingForm .dataTables_scrollBody {
    height: calc(100vh - 535px);
}

.los-banner-down #PropertiesForm .dataTables_scrollBody {
    height: calc(100vh - 520px) !important;
}

.los-banner-down #EncumbrancesForm .dataTables_scrollBody {
    height: calc(100vh - 535px);
}

.los-banner-down form#LoLoanTermsForm {
    height: calc(100vh - 300px) !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.los-banner-down #EscrowLedgerForm .dataTables_scrollBody {
    height: calc(100vh - 575px);
}

.los-banner-down form#HMDAFormv2 {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
}

.los-banner-down #AttachmentsForm div#attachments_tabs_content {
    overflow: auto;
    height: calc(100vh - 450px);
}

/*Just kinda guessed here*/
.los-banner-down #CreditReportsForm .dataTables_scrollBody {
    height: calc(100vh - 535px);
}

.los-banner-down #DocumentTrackingForm .dataTables_scrollBody {
    height: calc(100vh - 550px);
}

.los-banner-down #CustomFieldsForm div#custom_fields_tabs_content {
    overflow-y: auto;
    height: calc(100vh - 450px);
}

.los-banner-down #ConversationLogForm .dataTables_scrollBody {
    height: calc(100vh - 535px);
}

.los-banner-down #notesForm .tox.tox-tinymce {
    height: calc(100vh - 400px) !important;
}

.los-banner-down #EventsJournalForm .dataTables_scrollBody {
    height: calc(100vh - 525px);
}

.los-banner-down #PrintDocumentsForm .dataTables_scrollBody {
    height: calc(100vh - 475px);
}

.los-banner-down #LoanFormForm div#htmContainer {
    height: calc(100vh - 325px);
    overflow-y: auto;
}

.tds-summary-banner-main-borrowers {
    height: calc(100vh - 160px) !important;
}

.tds-banner-down .tds-summary-banner-main-borrowers {
    height: calc(100vh - 245px) !important;
}

.tds-banner-down #NewFundingForm .dataTables_scrollBody {
    height: calc(100vh - 500px)
}

.tds-banner-down #ChargesForm .dataTables_scrollBody {
    height: calc(100vh - 480px);
}

.tds-banner-down #Properties .dataTables_scrollBody {
    height: calc(100vh - 555px);
}

.tds-banner-down #HistoryForm .dataTables_scrollBody {
    height: calc(100vh - 505px);
}

.tds-banner-down #EscrowLedgerFormV3 .dataTables_scrollBody {
    height: calc(100vh - 535px);
}

.tds-banner-down #LSConversationLogForm .dataTables_scrollBody {
    height: calc(100vh - 525px);
}

.tds-banner-down #TextMessagesForm .dataTables_scrollBody {
    height: calc(100vh - 495px)
}

.tds-banner-down #EventsJournalForm .dataTables_scrollBody {
    height: calc(100vh - 460px);
}

.tds-banner-down #MainDiv.events-journal-table {
    height: calc(100vh - 350px);
    overflow: hidden;
}

.tds-banner-down #MainDiv.creditreport-table {
    height: calc(100vh - 350px);
    overflow: hidden;
    margin-bottom: 5px;
}

.tds-banner-down #CreditReportsForm .dataTables_scrollBody {
    height: calc(100vh - 505px) !important;
}

.tds-banner-down #CoBorrowersForm .dataTables_scrollBody {
    height: calc(100vh - 610px) !important;
}

.tds-banner-down #TermsForm .dataTables_scrollBody {
    height: calc(82vh - 375px);
}

.tds-banner-down #ESCMainDiv .dataTables_scrollBody {
    height: calc(100vh - 460px);
}

.tds-banner-down #LiensGridForm .dataTables_scrollBody {
    height: calc(100vh - 555px);
}

.tds-banner-down #InsuranceGridForm .dataTables_scrollBody {
    height: calc(100vh - 555px);
    overflow: hidden;
}

#voucherGridForm .dataTables_scrollBody {
    height: calc(100vh - 530px);
}

.tds-banner-down #voucherGridForm .dataTables_scrollBody {
    height: calc(100vh - 615px);
}

#InspectionGridForm .dataTables_scrollBody {
    height: calc(100vh - 530px);
}

.tds-banner-down #InspectionGridForm .dataTables_scrollBody {
    height: calc(100vh - 615px);
}


#HolderStatement .dataTables_scrollBody {
    height: calc(100vh - 400px);
    overflow: hidden;
}

#GTMMainDiv .dataTables_scrollBody {
    height: calc(100vh - 450px);
}

.tds-banner-down #GTMMainDiv .dataTables_scrollBody {
    height: calc(100vh - 535px);
}

.exportToExcel {
    pointer-events: none;
    color: #b3afaf;
}

.autocomplete-wrapper {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
}

.autocomplete-suggestions {
    border: 1px solid #C1C7CD;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    background: white;
    width: 100%;
    top: -7px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    margin-top: 4px;
}

.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer;
}

    .autocomplete-suggestion:hover {
        background: #F8F9FA;
    }

.address-verification-failed {
    color: #DC1010;
    margin-left: 3em;
    display: inline;
}

.address-verification-corrected {
    border: 1px solid #FFC909;
}

.address-verification-corrected-icon {
    position: absolute;
    margin-top: 1.5rem;
    margin-left: -1.25rem;
}

    .address-verification-corrected-icon::before {
        content: "\F071";
        font-family: FontAwesome;
        color: #FFC909;
        font-size: 1rem;
    }

.shared-appreciation-calc-prepend-text {
    width: 1.5rem;
}

#addressVerificationResultsRoot {
    height: 100%;
}

#taxTrackingMassEnrollmentRoot {
    height: 100%;
}

#borrowerProfileDetailsDiv {
    height: calc(100vh - 160px);
}

.linked-borrower-info-container {
    width: 100%;
    height: 72px;
    padding: 16px;
    margin: 16px 0;
    background: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

    .linked-borrower-info-container .icon-container {
        width: 40px;
        height: 40px;
        padding: 8px;
        background: #E6F2FF;
        border-radius: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .linked-borrower-info-container .icon {
        font-size: 16px;
    }

    .linked-borrower-info-container .icon-green {
        font-size: 16px;
        color: #008450;
    }

    .linked-borrower-info-container .message-container {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .linked-borrower-info-container .message-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .linked-borrower-info-container .message-text {
        color: #212529;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        word-wrap: break-word;
    }

    .linked-borrower-info-container .message-subtext {
        color: #6C757D;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        word-wrap: break-word;
    }

    .linked-borrower-info-container .remove-link {
        text-align: center;
        color: #B81D13;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        word-wrap: break-word;
        border: none;
        background: none;
    }

.invalid-tooltip-wrapper {
    position: relative;
    width: auto !important;
}

.whatfix-launcher-anchor {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}

.file-sparkles {
    background-image: url('resources/file-sparkles.svg');
    background-repeat: no-repeat;
    padding-left: 1em;
    cursor: pointer;
}
