﻿/*:root {*/
    /*Main Theme Colors*/
    /*--MainThemeColor: #1E0DAD;
    --MainThemeAccentColor: #1E90FF;
    --MainThemeGreenColor: #50AD0D;
    --MainThemePurpleColor: #6a12af;
    --MainThemeRedColor: red;*/
    /*Hover Pipeline Highlight*/
    /*--ColorTransparentMain: 0, 49, 184;*/
    /*Text Color Options*/
    /*--BlackText: #000000;
    --WhiteText: #ffffff;
    --statusTabs: 9;
    --tabsHoverREM: 29rem;
    --lastTab: 0;
    --swiper-theme-color: transparent;
}*/

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

div select option:checked {
    background-color: rgb(206, 206, 206);
    color: rgb(16, 16, 16);
}

div .text-primary {
    color: var(--primary) !important;
}

div .text-secondary {
    color: var(--secondary) !important; /*used important because scss override*/
    font-family: var(--FontFamily);
}

div .bg-primary {
    background-color: var(--MainThemeColor);
}

div .bg-secondary {
    background-color: var(--MainThemeAccentColor);
}

div .dropdown-item.active, div .dropdown-item:active {
    background-color: var(--MainThemeColor);
}

div .dropdown-item.add-new-button {
    background-color: #28A745;
    color: white;
}

div .btn-outline-primary:not(:disabled):not(.disabled).active, div .btn-outline-primary:not(:disabled):not(.disabled):active, div .show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--MainThemeColor);
    border-color: var(--MainThemeColor);
    color: var(--WhiteText);
}

div .btn-tertiary {
    background-color: var(--MainThemePurpleColor);
    color: var(--WhiteText);
}

div .btn-tertiary:hover{
    color: var(--MainThemePurpleColor);
    background-color: var(--WhiteText);
}


#buttonMenu button span {
    /*font-weight: bold;*/
}

div[id^="contactLoader-"] {
    position: absolute;
    top: 14rem;
    z-index: 10000;
    width: 5rem !important;
    height: 5rem !important;
    min-width: 70px;
    min-height: 70px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--MainThemeColor);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 14rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.swiper-wrapper {
  /*  position: fixed;*/
}

#body-content {
    overflow-y: auto;
    overflow-x: hidden;
}

    #body-content::-webkit-scrollbar {
        display: none;
    }

.menu-button {
    position: fixed !important;
    left: 294px;
    font-size: 0.7em;
    background-color: var(--MainThemeAccentColor);
    top: 75px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%;
    width: 3px;
    z-index: 20000;
}

.dealHome i {
    font-size: 2em;
}


/*#subNav {
    position: fixed;
}*/

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    background-color: initial !important;
    color: #17a2b8 !important;
}

/*.btn-outline-info:hover, .btn-outline-info:active {
    background-color: initial !important;
    color: #17a2b8 !important;
}*/
.btn-outline-info:hover .fas {
    color: #17a2b8;
}

nav.border-bottom {
    border-bottom: 6px solid var(--MainThemeColor) !important;
}

/*.fixed-top {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    padding-top: 6px;
    padding-left: 17px;
    padding-bottom: 0px;
}
*/
.nav-link {
    padding: .35rem .5rem;
}

.sidenav {
    height: 100%;
    width: 100px;
    position: fixed;
    left: 0;
    top: 75px;
    overflow-x: hidden;
    background: none repeat scroll 0 0 var(--MainThemeColor);
    color: white;
    background: gray;
    z-index: 5000;
    cursor: pointer;
    border-color: white;
    background: none repeat scroll 0 0 #616262;
    text-shadow: none;
    border-left: 0px;
    border: none;
}

    .sidenav ul li {
        text-decoration: none;
        color: #818181;
        display: block;
        font-size: 0.8rem;
        color: #ebebeb;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        margin: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }

        .sidenav ul li a {
            color: #ebebeb;
        }

        .sidenav ul li:hover {
            color: #f1f1f1;
        }

.navbar {
    background: url(../../Custom/_SharedBackgroundImages/MainBackground2.png) repeat scroll 0 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.imgLogo {
    max-width: 250px;
    margin: 0.05vh .2vw 0;
}

.dropright .dropdown-toggle::after {
    display: none;
}

.topTabs:hover {
}

.topTabs .statusBar {
    padding: 0 3rem;
    height: 100%;
    margin: 0px !important;
    vertical-align: middle;
    line-height: 55px;
    text-align: center;
    border-bottom: 3px solid lightgray;
    display: inline !important;
}

.statusBar .active {
    border-bottom: 3px solid #6a12af;
}

/*#mobileView{
    display: none;
}*/
/*div.NavMoreOptions {
    background-color: var(--MainThemeAccentColor);
    box-shadow: 10px 0px 20px -2px rgba(0, 0, 0, .5);
}*/

/*.NavMoreOptions {
    position: absolute;
    left: 100px;
    top: 0px;
    background-color: #5a5b5b;
    padding: 20px 20px;
    width: 195px;
    height: 100%;
}*/

.NavMoreOptions {
    /*overflow-y: scroll;*/
    position: absolute;
    left: 100px;
    height: 100%;
    background: #2c99cc;
    padding: 20px 20px;
    top: 0;
    width: auto;
}

    .NavMoreOptions ul {
        margin-bottom: 5em !important;
    }


.div9 {
    max-width: 40em;
    padding: 1em;
}

.creditContainer {
    margin-bottom: 1em;
}

#divdebtLiabilityPipeline .btn {
    margin-right: .5em;
}

/*.statusBar {
    width: 100%;
    min-width: 940px;
    height: 62px;
    background: white;
    color: gray;
    z-index: 49;
}

.statusTabs {
    width: calc(100% / var(--statusTabs));
    height: 100%;
    line-height: 55px !important;
    text-align: center;
    border-bottom: 3px solid var(--MainThemeAccentColor) !important;
    float: left;
    font-family: var(--FontFamily);
}

    .statusTabs:hover {
        background-color: var(--MainThemeAccentColor) !important;
        color: var(--WhiteText) !important;
        box-shadow: inset 0px 0px 16px 0px lightgrey;
    }*/

.activeTopTabs {
    color: var(--WhiteText) !important;
    background-color: var(--MainThemeAccentColor);
    box-shadow: inset 0px 0px 16px 0px lightgrey;
}

/*.statusBar a:after {
    display: block;
    content: '';
    height: 105%;
    width: 1px;
    position: relative;
    top: -55px;
    left: -2px;
    border-right: 1px solid var(--MainThemeColor) !important;
    font-family: var(--FontFamily);
}*/

/*.ToggleContainer .btn {*/
    /*margin-top: 2px;
    margin-right: 2px;*/
    /*margin-bottom: 1px;*/
    /*margin-left: 2px;*/
    /*margin: 0;
    padding: .5em;*/
 /*   font-size: 12px;*/
    /*vertical-align: middle;
    text-align: center;*/
    /*height: 6em;*/
/*}*/

/*.ToggleContainer {
    height: 77vh;
    width: 252px;
}*/

.btnRow {
    margin-bottom: 1px;
}

/*Green Text Table -- Same One In Borrower Portal*/
#GreenTable thead, #GreenTable th {
    background-color: #fafafa !important;
    color: var(--MainThemeGreenColor) !important;
}

    #GreenTable thead th {
        background: #fafafa;
        color: var(--MainThemeGreenColor);
        border-bottom: 1px solid var(--MainThemeGreenColor) !important;
        border-top: none;
    }

#GreenTable table {
    color: black !important;
}

#GreenTable tr {
    background: #fafafa;
}

#GreenTable td {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

#GreenTable table.table-hover tbody td:hover {
    color: var(--MainThemeGreenColor);
}

#GreenTable table.table-hover tr:hover {
    background-color: #e6e6e6;
}
/*End Green Table*/


/*#region Table Heads*/
/*~~~~~ Table Heads ~~~~~*/
#summary tr th,
.dataTables_scrollHead tr th,
.table thead tr th {
    background-color: var(--MainThemeGreenColor);
    color: var(--WhiteText);
}
/*#endregion Table Heads*/

/*#region Tbody*/
.tabledocUpload {
    display: block;
    padding: 61px 0 0 0;
    overflow: hidden;
    background-color: rgba(208, 208, 208, 0.25);
    position: relative;
    z-index: 1;
    height: 62px;
    border: dashed 2px var(--MainThemeColor);
    border-radius: 10px;
    top: -2rem;
    width: 170px;
}

.tabledocLabel {
    font-size: 0.95rem;
    position: relative;
    top: 1rem;
    font-size: 12px;
}

/*tbody td,
tfoot td {
    font-size: 12px;
}*/

table th {
    text-align: center;
    vertical-align: middle;
}

.dataTables_scrollHead tbody td ,
.table tbody td {
    font-weight: 500;
    line-height: 1.5rem;
}

/*.needs tbody tr {
    height: 75px;
}*/

br[data-mce-bogus="1"] {
    display: none;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.verified {
    background-color: rgb(188,254,174);
}

.expired {
    background-color: rgba(255, 0, 0, .2);
}

a.swiper-slide.btn-primary {
    background: #007bff;
    color: white !important;
}

.ToggleContainer .text-secondary {
    font-size: 20px;
    line-height: 1.25;
}
/*.wordwrap{
    word-wrap:break-word;
    max-width:204px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: inherit !important;
}*/
.doc-label-modal {
    font-size: 1.75rem;
    position: relative;
    top: 6rem;
    left: 15rem;
}

.cbx-table {
    margin-left: 3.5rem;
}
/*#endregion Tbody*/

/*#region Tfoot*/

/*#endregion Tfoot*/

/************Deal Info********************/

.exSumContent {
    width: 90%;
    height: auto;
    min-height: 560px;
    background-color: white;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 6px 11px 20px 5px grey;
    padding-bottom: 20px;
    overflow: hidden;
}

.exSumTobBar {
    width: 100%;
    height: 50px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: gray;
}

.suminnerdiv {
    width: 95%;
    height: auto;
    min-height: 495px;
    margin: 0 auto;
}

.leftSuminnerdiv {
    width: 50%;
    float: left;
    display: inline-block;
    margin-top: 32px;
}

.rightSuminnerdiv {
    display: inline-block;
    width: 50%;
    height: auto;
    min-height: 400px;
    margin-top: 20px;
}

.suminnerdiv .infoDescription {
    height: 25px;
    width: auto;
    color: #4d4d4d;
    display: inline-block;
    padding: 5px;
    float: left;
    text-align: right;
    margin-bottom: 3px;
    font-weight: bold;
}

.propertyImage {
    width: 484px;
    margin: 0 auto;
    border: 2px dashed gray;
    margin-top: 20px;
    height: 484px;
    position: relative;
}

#addPropDiv {
    display: block;
    width: 81em;
}


@media(max-width: 800px) {
    #addPropDiv {
        width: 41em;
    }
}

@media(max-width: 500px) {
    #addPropDiv {
        width: 20em;
    }
}

/* For 1024 Resolution */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* STYLES GO HERE */
    #addPropDiv {
        width: 42em;
    }
}

/* For 1366 Resolution */
@media only screen and (min-width: 1030px) and (max-width: 1366px) { /* STYLES GO HERE */
    #addPropDiv {
        width: 57em;
    }
}

/* For 1440 Resolution */
@media only screen and (min-width: 900px) and (max-width: 1440px) { /* STYLES GO HERE */
    #addPropDiv {
        width: 67em;
    }
}

/* For 1280 Resolution */
@media only screen and (min-width: 800px) and (max-width: 1280px) { /* STYLES GO HERE */
    #addPropDiv {
        width: 57em;
    }
}


.InfoBox {
    width: 430px;
    height: auto;
}

.propertyImage > img {
    width: 100%;
}

.execSumSubTabsContainer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.execSumSubTabs {
    width: 198px;
    height: auto;
}

.activenewbubblebtnsSmall {
    color: white !important;
    background: var(--MainThemeAccentColor) !important;
    border: 1px solid var(--MainThemeAccentColor) !important;
}

.activenewbubblebtnsSmall {
    background: #2c99cc none repeat scroll 0 0 !important;
    border: 1px solid #2c99cc !important;
    border-radius: 4px !important;
    color: white !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: sans-serif;
    font-size: 17px;
    height: 32px;
    line-height: 26px;
    padding: 0 10px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

.newbubblebtnsSmall {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #2c99cc !important;
    border-radius: 4px !important;
    color: #2c99cc !important;
    cursor: pointer;
    display: inline-block !important;
    font-family: sans-serif;
    font-size: 17px;
    height: 32px;
    line-height: 26px;
    padding: 0 10px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}


/***********************sub nav styles*******************************/

/*div > button,*/ .subnavChooser > a {
    color: #212121;
    float: right;
    margin: 2px 5px;
    background-color: white;
    /*border: 1px solid #212121;*/
    border-radius: 4px;
    padding: 4px;
    /*box-shadow: 1px 2px #b3b3b3;*/
    cursor: pointer;
    width: 85px;
    box-sizing: border-box;
    font-size: 13px;
}

.fa {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

> div > button > i, .subnavChooser > a > i {
    font-size: 2em;
}

.subnavChooser > button > i, .subnavChooser > div > button > i, .subnavChooser > a > i {
    font-size: 2em;
    /*color: black;*/
}

.subnavChooser > button > span, .subnavChooser > div > button > span, .subnavChooser > a > span {
    display: block;
    font-size: .54em;
}

.subnavChooser > .SubNavPrevious {
    text-align: center;
    /*color: var(--MainThemeColor);*/
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}

.subnavContainer {
    padding: .25em;
}

.btnContainer {
    /*margin-left: 1em !important;*/
    /*width: 40%;*/
    margin-right: 1vw;
}

#btnsSubnav {
    /*margin: 0;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*float: right;*/
    /*margin-right: 20px;*/
    position: relative;
    gap: .2em;
    width: 100%;
    height: 100%
}

/*.btnContainerLoan {
    margin-left: 8em;
}
    .subnavChooser > .SubNavPrevious[disabled=disabled], .subnavChooser > .SubNavNext[disabled=disabled] {
    border-color: gray !important;
    color: white !important;
    background-color: gray !important;
}

/*******buttons hover**********/
/*.subnavChooser > button:hover, .subnavChooser > div > button:hover, .subnavChooser > a:hover {
    border-color: #212121;
    background-color: #212121;
    color: white;
    box-shadow: none;
}

    .subnavChooser > button:hover span, .subnavChooser > button:hover i, .subnavChooser > a:hover span, .subnavChooser > a:hover i {
        border-color: #212121;
        background-color: #212121;
        color: white;
        box-shadow: none;
    }

    .subnavChooser > div > button:hover span, .subnavChooser > div > button:hover i {
        border-color: #212121;
        background-color: #212121;
        color: white;
        box-shadow: none;
    }*/
/*btn hover end*/

.subnavChooser > .SubNavPrevious {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    /*color: var(--MainThemeColor);*/
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    font: 400 13.3333px Arial;
    border: none !important;
}

    .subnavChooser > .SubNavPrevious[disabled=disabled], .subnavChooser > .SubNavNext[disabled=disabled] {
        border-color: gray !important;
        color: white !important;
        background-color: gray !important;
    }

.subnavChooser > .SubNavNext {
    /*margin-right: 50px !important;*/
    display: inline-block;
    text-decoration: none;
    text-align: center;
    /*color: var(--MainThemeColor);*/
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    font: 400 13.3333px Arial;
    border: none;
}

/*********Hamburger Menu********************/
/*#dd {
    background: none;
    border: none;
    box-shadow: none;
    height: 3em;
    width: auto;
}

#dd:hover {
    background: none;
    border: none;

}

#dd div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    border-radius: 25%;
}*/



/*********End Hamburger Menu********************/

/*#region NovaNav Css */
/*.closed {
    width: 100px;
    height: 100%;
    background: gray;
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 1040;
    cursor: pointer;
    border-color: white;
    top: 70px;
    background: none repeat scroll 0 0 var(--MainThemeColor);
    color: white;
    text-shadow: none;
    border-left: 0px;
    border: none;
    overflow: auto;
}
*/
.NavIconContainer {
    width: 100%;
    height: auto;
    padding: 5px;
}


/*
    added into swiperResponsive method
    .NavIconContainer:hover {
        background: #2c99cc;
        cursor: pointer;
    }*/

.NavIconContainerActive {
    background: var(--MainThemeAccentColor);
    cursor: pointer;
}

.NavMoreOptions {
    position: absolute;
    left: 100px;
    height: 100%;
    background: var(--MainThemeAccentColor);
    padding: 20px 20px;
    top: 0;
    width: auto;
}

.NavIconPic {
    width: 55px;
    height: 40px;
    margin: 4px auto;
}

.NavIconPic-CE {
    width: 55px;
    height: 40px;
    margin: 4px auto;
    margin-left: 24px;
}

.NavPicLabel {
    color: #ebebeb;
    font-family: var(--FontFamily);
    font-size: 12px;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
}

#nav a:link {
    text-decoration: none;
}

.NavIconPic a img {
    margin: 0px;
}

#nav a img {
    margin: 0px;
}

.LIpic {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    text-align: center;
}

    .LIpic img {
        transform: scale(.5);
        position: absolute;
        left: -14px;
        top: -7px;
    }

.LIpic-TI {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 5px;
}

    .LIpic-TI img {
        transform: scale(.8);
        position: absolute;
        left: 8px;
        top: 4px;
    }

.LIpic-RN {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 8px;
}

    .LIpic-RN img {
        transform: scale(.6);
        position: absolute;
        left: -1px;
        top: -4px;
    }

.LIpic-EN {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 8px;
}

    .LIpic-EN img {
        transform: scale(.75);
        position: absolute;
        left: 4px;
        top: 2px;
    }

.LIpic-CE {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 8px;
}

    .LIpic-CE img {
        transform: scale(.8);
        position: absolute;
        left: 8px;
        top: 0px;
    }


.NavMoreOptions ul {
    width: auto;
    padding-left: 0;
}

.navSpan {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
    width: 110px;
    float: none;
    color: #ebebeb;
}

    .navSpan:hover {
        color: white;
    }

nav ul {
    margin-bottom: 10px;
    clear: left;
    /*border: 1px solid #333;*/
    min-height: 30px;
    overflow: hidden;
    /*width:260px;*/
    display: inline-block;
    list-style: none;
}

    nav ul:last-of-type {
        margin-bottom: 0;
    }

    nav ul li a {
        float: left;
        margin: 0 4px 7px 0;
        width: 150px;
        font-size: 12px;
/*        color: #4D4D4D !important;*/
        text-decoration: none;
        font-weight: bold;
  /*      border: 1px solid #333;*/
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 7px;
    }

        nav ul li a i, nav ul li a div {
            color: white;
        }

        nav ul li a:hover {
            color: #FFFFFF !important;
        }

    nav ul h3 {
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 6px;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        font-family: Montserrat, sans-serif;
    }

/*#endregion */


#nav-open {
    left: 345px;
    position: absolute;
}

#DATable {
    border: 1px solid black;
    border-spacing: 5px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
}

    #DATable tr td {
        border: 1px solid black;
    }


#main-swiper {
    width: 100%;
    height: 100%;
}

#nav-swiper-wrapper a {
    border-right: 1px solid black !important;
    border-bottom: none !important;
    border-top: none !important;
    border-radius: 0 !important;
    font-size: 1rem;
}

.swiper-slide {
    /*text-align: center;*/
/*    background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 !important;
}

#nav-swiper {
    position: absolute;
    top: 1.6em;
    margin-left: auto;
    margin-right: auto;
    left: 4em;
}

.swiper-pagination {
    display: none;
}


.swiper-container {
    overflow-x: hidden;
    overflow-y: auto;
}

.menu {
    min-width: 100px;
    width: 294px;
    max-width: 320px;
    background-color: var(--MainThemeAccentColor);
    color: #fff;
    z-index: 2;
}

.content {
    width: 100%;
}

#body-content {
    -webkit-transition: position 2s; /* For Safari 3.1 to 6.0 */
    transition: position 2s;
}



.menu-button div {
    top: calc(50% - 75px);
    position: absolute;
    background-color: var(--MainThemeAccentColor);
    border-radius: 0 20% 20% 0;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 50px;
    height: 5px;
    margin: 10px auto;
    background-color: black;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}

.cross:hover .bar:nth-of-type(2) {
    opacity: .1;
}


.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}

/*.RenderBody {
    position: absolute;
    width: calc(100vw - 100px);
    padding: 0;
    right: 0;*/
    /*bottom: 12rem;*/
    /*top:5rem;
}*/

/*#buttonMenu button {
    width: 84px;*/
    /*margin-right: 1em;
            margin-bottom: 1em;*/
    /*border: none;
    box-shadow: none;
}

#buttonMenu > .btn > i {*/
    /*font-size: 4em !important;*/
    /*display: block;
}*/

.loanInfoActive {
}

.divHeading {
    margin-top: 1rem;
    font-family: var(--FontFamily);
}

.debtSection {
    border-top: 1px black solid;
}

.text-center {
    text-align: -webkit-center !important;
}

.ToggleContainer .btn img {
    display: block;
    margin: auto;
}

#nav-closed {
    color: #FFF;
    width: 20px;
    height: 56.5px;
    font-size: 16px;
    padding-top: 20px;
}

/*#subNav {
    justify-content: center;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}*/

.PFSApp div h2 a.btn, .PFSApp h2 a.btn, .PFSApp h2 button {
    border-radius: 0;
    border-bottom: 1px solid black;
    font-weight: bold;
    height: 3em;
}
.PFSApp h2{
    width: 100%;
}

#mobileView #nav-swiper #nav-swiper-wrapper a {
    height: 5vh;
    min-height: 40px;
}

.loanRow {
    padding: 0;
}

/*.loanInfo {
    font-size: 13px;
    margin: 0;
    width: 40%;
    margin-left: 1vw;
}*/

.btnContainerLoan {
    margin: auto;
}

.tblTitle {
    font-weight: 600;
}

.DealInfo h2 a.btn {
    border-radius: 0;
    border-bottom: 1px solid black;
    font-weight: bold;
    height: 3em;
}

.tinyMCELabel {
    font-size: 19px;
    font-weight: 500;
}

.cpHeader {
    position: relative;
    left: 5%;
    text-decoration: underline;
}

#deal {
    padding: 0;
}

.dealinner {
    padding: 0;
}

/*#tableTabletBelow  table {
    width: 50%;
}*/

/*#partialContainer label {
    font-weight: 500;
    font-size: 10px;
}*/

.cbSpan {
    position: relative;
    left: 17%;
}

p-0 {
    padding: 0;
}

.checkCenter {
    text-align: center;
    align-self: center;
}

#otherIncome, #otherIncome:focus {
    border: none;
    background: none;
    font-size: 16px;
    text-align: left;
    padding: 0;
}

    #otherIncome:hover {
        cursor: pointer;
    }

.declarations {
    padding: .75rem;
    vertical-align: top;
    z-index: 0;
}
/*label {
    
    font-size: 12px;
}*/

#dd i {
    font-size: 23px;
}

.feesCheckPadding {
    padding: 1em !important;
}

.loanCnt {
    max-width: 35%;
}

.ToggleContainer .btn:hover {
    transform: scale(1.01);
}

.taskitem {
    display: block;
    width: 100%;
    /*height: calc(1.5em + .75rem + 2px);*/
    height:auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-fg);
    background-color: var(--background);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    cursor: move;
}

    .taskitem.over {
        border-bottom: 2px dashed #000;
    }



.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: none;
}



.ui-datepicker .ui-datepicker-prev:before {
    content: '<';
    font-weight: 900;
    position: relative;
    color: var(--MainThemeColor);
    left: 20%;
}


.ui-datepicker .ui-datepicker-next:before {
    content: '>';
    color: var(--MainThemeColor);
    font-weight: 900;
    position: relative;
    left: 20%;
}

.page-title {
    margin-top: 1em;
}

#subContainer {
    padding: 0;
    width: 100vw;
    margin: 0;
}


.emailCard {
    border: solid 1px var(--MainThemeColor);
    border-radius: 7px;
    height: fit-content;
}
.emailList{
    font-size:12px;

}
.removeEmailFromListIcon {
    width: 0px;
    padding: 0px;
    color: red;
}
    .removeEmailFromListIcon:hover {
        color: red;
        transform: scale(1.25);
    }

.cardContent {
    overflow: auto;
    height: 100%;
}

.cardHeader {
    border-right: solid 1px var(--MainThemeColor);
    word-break: break-word;
    /*height: fit-content;*/
}

.cardFooter {
    border-left: solid 1px var(--MainThemeColor);
}


.NavIconContainer div:hover {
    background-color: var(--MainThemeAccentColor);
}

.mobileLabel {
    display: block;
}

/*~~~~~ Tile/Card CSS ~~~~~*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* width: 350px; */
    max-height: 360px;
    /* padding: 4em; */
    /*overflow-y: scroll;*/
    /* margin: auto; */
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
    /* margin-right: 1em; */
    max-height:fit-content;
}

.card-header-text {
    display: inline-block;
    /* width: 62%; */
}

    .card-header-text strong {
        padding-right: 60px;
        overflow-wrap: normal;
    }

.card-header-buttons {
    float: right;
}

.card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-body {
    padding: 1.5em;
}

@media(max-width: 474px) {
    .card {
        min-width: 101%;
    }

    .card-header-text {
        display: block;
        width: 100%;
        text-align: center;
    }

        .card-header-text strong {
            padding-right: 0;
        }

    .card-header-buttons {
        margin-top: 8px;
        float: none;
        display: flex;
        justify-content: space-between;
    }
}

.odd {
    background-color: rgba(0,0,0,.05);
}

.b-primary {
    border-bottom: solid 1px var(--MainThemeColor);
    border-right: solid 1px var(--MainThemeColor);
    border-left: solid 1px var(--MainThemeColor);
}

#docStack .btn i {
    float: left;
    clear: both;
    position: relative;
    top: 5px;
}

#filesLoanId {
    margin-right: 1%;
}


#NameSearchContainer {
    position: absolute;
    top: 0;
    /*left: 18%;*/
    /*Need to swap with left when task needs and notes*/
    right: 100%;
    background: white;
    height: 61px;
    width: 0;
    overflow: hidden;
    transition: width 250ms ease-in-out;
    padding: 10px;
}

#ImportSearchContainer {
    /*left: 18%;*/
    /*Need to swap with left when task needs and notes*/
    background: white;
    width: 100%;
    overflow: hidden;
    transition: width 250ms ease-in-out;
    /*text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border-radius: .25rem;*/
}

#SubNavSearch i.fa-times {
    color: red;
}

#NameSearchContainerMobile {
    position: absolute;
    top: 0;
    right: 0px;
    background: white;
    height: 41px;
    width: 0;
    overflow: hidden;
    transition: width 250ms ease-in-out;
    padding: 0;
}

.card::-webkit-scrollbar {
    display: none;
}

.cardContent::-webkit-scrollbar {
    display: none;
}

.btn-group-active {
    color: white !important;
    background-color: var(--MainThemeColor) !important;
}

.btn-group-active:hover {
    background-color: var(--MainThemeAccentColor) !important;
}

#NameSearchContainer:hover {
    color: var(--BlackText) !important;
    background-color: white !important;
}

#resultsContainer {
    width: 100%;
}

#resultsContainerMobile {
    width: 100%;
}

.result {
    z-index: 99999;
    background-color: white;
    position: absolute;
    border: 1px solid #ced4da;
    top: calc(50% + 17px);
}

.listResults {
    list-style: none;
    padding: 0;
    margin: 0;
}


.resultItem {
    width: 100%;
    height: 100%;
    transition: ease-in-out .1s;
}

.resultItem:hover {
    color: white;
    background-color: var(--MainThemeColor);
    transition:linear;
}

li.resultItem a {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    padding: .5em 0;
    font-size: 1.25em;
}

.scrollTopBtn {
    position: fixed;
    z-index: 9999999;
    right: 5vw;
    bottom: 2vh;
}

.SearchContainer {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--primary);
    border-radius: .25rem;
}

.form-control::placeholder {
    color: lightslategray;
}

.form-control {
    color: var(--color-fg);
}

#searchlistReq {
    text-decoration: none;
}

.imgLogo {
    max-height: 60px;
}

.hide {
    display: none;
}

#resultsContainerMobile, #resultsContainer {
    max-height: 50vh;
    overflow-y: scroll;
}

/*#SubNavLoanProposal {
    height: 100%;
    font-size: 1rem;
    padding: .375rem .75rem;
    margin: 0;
    margin-right: .2vw;
}

#SubNavLoanProposal i {
    font-size: 2em;
}*/

.feerow {
    padding: 0.5%;
    margin-top: 1em;
}

    .feerow:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .feerow .first {
        font-size: 1.5rem;
        color: var(--primary);
    }

i.second {
    color: var(--primary);
}

.toggle:hover {
    text-decoration: underline solid var(--MainThemeColor);
}

#searchDropdown {
    width: 94%;
    max-height: 30vh;
    position: absolute;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow-y: scroll;
    z-index: 9000;
    background: white;
}

    #searchDropdown ul {
        list-style: none;
        padding: 0;
    }

.dealDeleteBtn {
    height: 25px !important;
    width: 25px !important;
    padding: 0 !important;
}

.searchddl {
    width: 96%;
    max-height: 30vh;
    position: absolute;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow-y: scroll;
    z-index: 9000;
    background: white;
}

.searchlist {
    list-style: none;
    padding: 0;
}

.docCol {
    height: 23em;
    background: var(--background);
    max-height: 365px;
    border-radius: .25rem;
}

.docColArrow {
    align-self: center;
    font-size: 3em;
}

.thResponsive {
    cursor: pointer
}
    .thResponsive:hover {
        color: #495057;
    }

.btn-group-mce {
    display: flex;
}

#tinyMCE-swiper {
    display: none;
    height: 40px;
}

    #tinyMCE-swiper .swiper-wrapper {
        height: 100%;
        position: relative;
    }

    #tinyMCE-swiper .btn {
        height: 100%;
    }

    #tinyMCE-swiper .swiper-button-prev:after, #tinyMCE-swiper .swiper-button-next:after {
        color: var(--MainThemeColor);
    }

#previewDoc {
    border: dotted #dee2e6;
    display: none;
}

.masterInputs {
    display: none;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#allDoc .innerAccor {
    width: 90%;
}

/*.collapse:not(.show) {
    display: flex !important;
    height: 0px;
    visibility: hidden !important;
}*/

/*.mrktPlcImg {
    max-height: 180px !important;
    max-width: 180px !important;
}*/

.dtr-details {
    list-style: none;
}

    .dtr-details li {
        margin: 10px 0px;
    }

.dtr-title {
    font-weight: bold;
}


table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: var(--foreground) !important;
}

.tableDisplay {
    display: block !important;
}

.docCol ul {
    height: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
    overflow-y: scroll;
}

    .docCol ul li {
        border: solid var(--MainThemeColor) 1px;
        padding: 0.5em;
        border-radius: .25rem;
        width: 100%;
        margin: 5px 0 5px 0;
    }
        .docCol ul li:hover {
            cursor: pointer;
            background-color: rgba(208, 208, 208, 0.25);
        }

li.selected {
    background-color: #d3d3d3 !important;
    border: dashed 1px #569db0 !important;
    color: black;
}

.leftArrow:hover, .rightArrow:hover {
    cursor: pointer;
    color: var(--MainThemeColor);
}

.docCol ul::-webkit-scrollbar {
    display: none;
}


.dropdown-menu::-webkit-scrollbar {
    display: none;
}

/*.dropdown-menu {
    max-height: 50vh;
    overflow-y: scroll;
    left:auto
}
*/
.AddCommentNeedNote {
    display: inline-block;
    width: 11.89px;
    height: 21px;
    color: var(--color-fg);
    cursor: pointer;
}


    .AddCommentNeedNote i:nth-child(1) {
        position: relative;
        /*color: var(--color-bg);*/
        z-index: 10;
        /*bottom: -2.25em;*/
        left: -0.15em;
        font-size: 1.25em;
    }

    .AddCommentNeedNote i:nth-child(2) {
        /*bottom: 15px;*/
        font-size: 1.32em;
    }

.fileNotes {
    width: 18px;
    height: 21px;
    color: var(--color-fg);
    bottom: 15px;
    font-size: 1.32em;
    cursor: pointer;
}

.deleteNeed:hover {
    cursor: pointer;
}

.needsFileInput {
    top: .5em;
    right: -1em;
}

.viewNote {
    display: none;
}

.card-title {
    margin: 0;
}

.dropdowncontainer {
    display: flex;
    transition: all .25s ease-in-out;
    background: var(--background);
    z-index: 100;
    position: absolute;
    top: 3.6rem;
    width: 23rem;
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, .3);
    padding: 0 1rem 1rem 1rem;
}

.dropdownbtn {
    padding-top: 1.75rem;
    margin: auto;
    height: 6rem;
    width: 7rem;
/*    line-height: 1.25rem;*/
}
.dropdownbtn2 {
    height: 7rem;
    color: var(--color-fg);
}
.dropdownbtn i {
    font-size: 2rem;
    margin: auto;
    display: block;
}

.peerStreet {
    font-size: 2rem;
    margin: auto;
    display: block;
    width: 1em;
}

/*******************Marketplace*********************************************/

.loanSaleSection, .loansFundedSection, .featureSection {
    /*width: 90vw;*/
    margin: auto;
    height: calc((100% - 10rem) / 3);
}

    .loanSaleSection .card, .loansFundedSection .card {
        width: 12rem;
    }

.icon {
    position: relative;
    top: 2em;
    height: 75%;
}

    .icon .fa-tag {
        font-size: 5em;
        transform: rotate(90deg);
        color: #33cc99;
    }

#loanSale .fa-dollar-sign {
    transform: rotate(314deg);
    top: 16%;
}



.listing-container {
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(19 19 20 / 48%);
    border-radius: 0.25rem;
    background-color: #f7f7f7;
    margin: 1rem;
    width: 18rem;
    border-radius: 1em;
    padding: 1em 1.5em;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 1.25em;
}
.loanType-active {
    box-shadow: inset 0 0 4px 1px var(--primary);
    font-weight: bold;
}
    .listing-container:hover {
        box-shadow: inset 0 0 0 1px var(--primary);
    }

#partialContainer label {
    font-weight: 500;
    color: var(--primary);
    font-family: var(--FontFamily);
}

#MyModal label {
    font-weight: 500;
    color: var(--primary);
}

.collateral {
    text-align: inherit;
}

.mp-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-unit {
    font-size: 1.25rem;
    font-weight: 500;
    color: #5c5c5c;
}


.icon .fa-folder {
    font-size: 5em;
    color: var(--MainThemeAccentColor);
}


/*.fu_doc {
    display: inline-block;
    width: 100%;
    padding: 7em 0 0 0;
    overflow: hidden;
    background-color: rgba(208, 208, 208, 0.25);
    position: relative;
    z-index: 1;
    height: 7em;
    box-shadow: 0 0 5px grey;
    border-radius: 10px;
}*/

    .fu_doc:hover {
        cursor: pointer;
        box-shadow: inset 0 0 10px grey;
    }

#loanSale .fa-dollar-sign {
    transform: rotate(314deg);
    top: 16%;
}

.icon .fa-dollar-sign {
    color: white;
    font-size: 2.5em;
    position: absolute;
    left: 47%;
    top: 22%;
}

.mp-input:focus {
    outline: var(--MainThemeColor) auto 1px;
}

.doc-label {
    font-size: 1.50rem;
    position: relative;
    top: 3.5rem;
    /*left: 3rem;*/
}



.drag-and-drop-doc-label {
    font-size: 1.50rem;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 2.25em;
    padding-right: 1.25em;
}

    .drag-and-drop-doc-label i {
        font-size: 1.50em;
    }

.mp-btn-group-resp .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.mp-btn-group-resp .mp-btn-group-active {
    border-bottom: var(--MainThemeColor) 2px solid;
}

.mp-btn-group-resp .btn, .mp-btn-group-resp .mp-btn-group-active {
    border: none;
    background-color: transparent !important;
    color: #5c5c5c !important;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.tile {
    padding: .5rem;
    position: relative;
    right: 0;
    transition: right 250ms ease-in-out;
    /* width: calc(100% + 7rem); */
    margin: 0;
}

.tile-title {
    font-size: 1.125rem;
    text-decoration: underline;
}

.tile-text {
    font-size: .75rem;
    padding: 0;
}

.offer {
    font-size: 1rem;
}

.status {
    text-transform: uppercase;
    font-size: .75rem;
}

.tile .date-time {
    padding: 0;
    margin: 0;
    font-size: .65rem;
}

.b2listing:not(.show) {
    display: none !important;
}

.b-none {
    border: none !important;
}

.listing .card img {
    height: 20rem;
}

.listing-tile {
    text-align: center;
   /* background: #f7f7f7;*/
    padding: .25rem;
}

.tile-row {
    justify-content: space-around;
}

.listing .card {
    /* width: 18rem; */
    margin: auto;
}

.l-tile-title {
    display: block;
    font-weight: 800;
    font-size: 1.5rem;
}

.l-tile-label {
    font-size: .75rem;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.toggle-switch {
    /*position: absolute;*/
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-switch:before {
        position: absolute;
        content: "";
        height: 1rem;
        width: 1rem;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggle-switch {
    background-color: var(--MainThemeColor);
}

input:focus + .toggle-switch {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.toggle-switch.round {
    border-radius: 1rem;
}

    .toggle-switch.round:before {
        border-radius: 50%;
    }

#switchLabel {
    font-weight: 600;
}

.status-value.declined:after {
    content: "Declined";
    color: #874049;
}

.status-value.accepted:after {
    content: "Accepted";
    color: #33cc99;
}

.status-value.pending:after {
    content: "Pending";
    color: #edd19b;
}

.validation-msg:not(.show) {
    display: none;
}

.validation-msg {
    padding: 0 15px;
    color: #bb2b2b;
}

.offer-accept:not(.show) {
    display: none;
}

#mOffer {
    display: none;
}

.delinq:not(.show), .perf:not(.show) {
    display: none;
}


#bulk-loader {
    position: relative;
    top: 7rem;
    z-index: 2000;
    width: 2rem !important;
    height: 2rem !important;
    margin: -75px 0 0 -75px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--MainThemeColor);
    -webkit-animation: spin 1.25s linear infinite;
    animation: spin 1.25s linear infinite;
    left: 9%;
    top: 5rem;
}

#FileModal .modal-lg {
    max-width: 80%;
}
/***************************************end market********************************************/

/*============FORMS============*/
.formTabs {
    display: grid;
    border-radius: .6rem;
    /*font-size: 17px;*/
    padding: 13px;
    width: auto;
/*    margin: 1rem;*/
    background-color: var(--background);
    box-shadow: inset 0 0 1rem grey;
    color: var(--primary);
    /*border: var(--MainThemeColor)*/
}

.formTabs:hover{
    color:var(--MainThemeAccentColor)
}

.formsTab:focus {
    color: red;
    outline: blue auto 5px;
}
.formsTab:active {
    color: red;
    outline: blue auto 5px;
}




.topTitle {
    color: var(--MainThemeColor)
}
.topTitle2{
    color: black;
    text-align: center;
        padding: 1em
}

.saveForms {
    margin-top: 2em;
    margin-bottom: 1em;
    background: #c1c4c754;
    padding: 2em;
}
.formTypes:hover {
    background: var(--primary);
    color: white;
    box-shadow: 0px 0px 4px 2px #6c757d;
}

.formTypes:focus {
    background: var(--primary);
    color: white;
    box-shadow: 5px 6px 2px #888888;
    ;
}
.formTypes:active {
    background: var(--MainThemeColor);
    color: white;
    box-shadow: 0px 2px 5px 4px var(--MainThemeColor);
}

.button-selected {
    border: 4px solid red;
}
/*===========SERVICES===========*/
.orderServiceButtons {
    margin: auto;
    display: flex;
    width: 100%;
}
.titleTabs {
    margin-left: 1em;
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
}
.prelimBtn{
    float:right
}
.serviceLinkBtn {
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #003c5b;
    color: white;
    font-family: initial;
    padding: 2em 3em 2em 3em;
}

    .serviceLinkBtn img {
        width: 2em;
        /* padding: 1em; */
        margin: auto;
        -webkit-filter: drop-shadow(0px 2px 2px white);
        filter: drop-shadow(0px 2px 2px white);
        margin-bottom: 5px;
    }
    .serviceLinkBtn:hover {
        background-color: white;
        color: #003c5b;
        box-shadow: 0px 0px 4px 2px #003c5b;
        font-weight: bold;
    }
.serviceLinkBtn:active {
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #003c5b;
    color: white;
    font-family: initial;
}

.completionMessage {
    font-weight: bold;
    margin: 1em;
    color: green;
}
.titleLinkButtons {
    /*display: inherit;
    margin: auto;*/
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
    .titleLinkButtons h4 {
        margin-top: 2em;
    }
/*.form-check-label{
    margin-bottom: .5em;
}*/
.btnESign {
    padding: 1em
}
/*============END FORMS============*/
/*============1003============*/
.form1003Tabs {
    display: grid;
    border-radius: 5px;
    /* font-size: 17px; */
    padding: 13px;
    width: 13em;
    color: var(--MainThemeColor);
    /* border: var(--MainThemeColor); */
    margin-bottom: 1em;
    font-size: 1;
    font-size: 12px;
    height: 7em;
    font-weight: bold;
    margin:1em;
}
#LoanApp1003Container {
    max-width: 12.5in;
    margin: auto;
}

.the1003Buttons {
    display: flex;
    margin: auto;
}
/*============END 1003============*/
.modalsearchddl {
    width: 96%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow-y: scroll;
    background: white;
}



.tabledocUpload {
    display: block;
    padding: 5em 0 0 0;
    overflow: hidden;
    background-color: rgba(208, 208, 208, 0.25);
    position: relative;
    z-index: 1;
    height: 5em;
    border: dashed 1px var(--MainThemeColor);
    border-radius: 10px;
    top: -3.2rem;
    width: 100%;
    min-width:10em;
}

.tabledocLabel {
    font-size: .75rem;
    position: relative;
    top: 0.3rem;
    font-weight: 500;
}

tbody td {
    font-size: 12px;
}

table tbody tr td table tfoot tr td {
    font-size: 1rem !important;
}

.tabledoc-container {
    text-align:center;
}


/*.needs tbody tr {
    height: 75px;
}*/

br[data-mce-bogus="1"] {
    display: none;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.verified {
    background-color: rgb(188,254,174);
}

.expired {
    background-color: rgba(255, 0, 0, .2);
}

a.swiper-slide.btn-primary {
    background: #007bff;
    color: white !important;
}

/*.ToggleContainer .text-secondary {
    font-size: 20px;
    line-height: 1.25;
}*/
/*.wordwrap{
    word-wrap:break-word;
    max-width:204px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: inherit !important;
}*/
.doc-label-modal {
    font-size: 1.75rem;
    position: relative;
    top: 6rem;
    left: 15rem;
}

.cbx-table {
    margin-left: 3.5rem;
}

/*FORMS LE BUTTON*/
.leBtn {
    text-align: end;
}

.btn-global-forms {
    text-decoration: none;
    background: var(--primary);
    /* border: none; */
    color: #ffffff;
    /* font-weight: bold; */
    height: 5em;
}



/*#region ========= NEEDS REVAMP 11-15-21 AW =========*/
/*clamp(min,val,max)*/
.col-12 #summary {
    padding-left: 8px;
    padding-right: 2px;
    overflow-x: auto;
}
#summary .dataTables_scroll .dataTables_scrollHead {
    top: 0;
}
tr th, tr td {
    text-align: center;
}
.dataTable tbody tr td:nth-child(3){
    padding-left: 0;
}

.needs tr td {
    vertical-align: middle;
}

.needs .internalNeedIndicator {
    background: radial-gradient(white, #d4d2d2);
}

.needs tr td:nth-child(2),
.needs tr td:nth-child(4),
.needs tr td:nth-child(8),
.needs tr td:nth-child(9),
.needs tr td:nth-child(10) {
    text-align: center;
}

#more {
    margin-bottom: 0;
}
.dataTables_scrollHeadInner table {
    width: 100% !important;
}

    .dataTables_scrollHeadInner table th {
        line-height: 1rem;
        vertical-align: middle;
    }


.btn-group .btn {
    font-size: clamp(0.75rem, 2vw, 1rem);
    line-height: 1.5rem; 
}

.morecontent {
    display: none;
}

.moreellipses{
    display:none;
}
.tabContainer {
    display: none;
    position: absolute;
    padding: 0px;
    width: 100%;
    top: 10%
}

.tabContent {
    font-size: 11px;
    border: 1px solid #ccc;
    height: 13%;
    top: 10%;
    right: 0;
    width: 100%;
}
/*#endregion*/

/*#region Payoff*/
.addPay {
    margin-top: .45rem;
}

#PayoffFees .col-md-2 input[type=checkbox] {
    margin-top: 2.3rem;
    margin-left: -1.5rem;
}

#PayoffFees .col-md-3 input[type=checkbox] {
    margin-left: .5rem;
    margin-top: .3rem;
}

#PayoffFees .row:first-child .btn {
    margin-top: .5rem;
}
/*#endregion Payoff*/


/*#region Document Upload on Tables*/
@media all and (max-width:1518px){
    .tabledocUpload {
        top: -2.5rem;
    }
    .tabledocLabel {
        top: 1rem;
    }
}

@media all and (max-width:1263px) {
    .tabledocUpload {
        top: -3.5rem;
    }

    .tabledocLabel {
        top: .5rem;
    }
}
/*#endregion*/

@media all and (min-width: 704px) and (max-width:1157px) {
    /*These styles below trick these specific col containers into widths of other named containers without having that size container at specific screen sizes. AW*/
    #clearToCloseFields .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #CurrentLoanSummaryContainer .col-md-2 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

/* This is typically one of the first major screen size shifts. Unless you're on Sam's computer. */
@media only screen and (max-width : 1023px) {
    /*#region subnav*/

 /*   #topNav {
        display: block;
    }
*/
/*    .loanInfo {
        display: none;
    }*/

    #infoBtn{
        display: initial;
    }

  
}
@media all and (max-width: 991px) {
    /*Transaction Page*/
    #VersionContainer .col-md-3, #VersionContainer .col-md-2 {
        /*TODO2: when making universal, change VersionContainer to bodyLayout AW*/
        max-width: 100%;
        padding: .5rem;
    }
    /*end Transaction Page*/
}
@media all and (max-width: 819px) and (min-width: 765px) {
    #PayoffFees .col-md-2 input[type=checkbox] {
        margin-left: 1rem;
        margin-top: 0;
    }
}
@media only screen and (max-width: 750px) {

    #more:hover {
        height:66px;
    }
}

@media all and (max-width: 387px) {
    #subContainer .subNavMobile { /*This is for the subnav buttons to stay together and not shift left. AW*/
        display: contents;
    }
}

@media all and (max-width: 354px) and (min-width: 320px) {   /*Min set at 321px due to unseen style shift at 320px. Possibly a container?? AW*/
    #headerNav {
        display: flex;
        flex-wrap: nowrap;
    }

        #headerNav .imgLogo {
            width: 50%;
        }
}
/*#endregion*/
/*=========END PROGRESS BAR=========*/




.larger-radio-button {
    transform: scale(1.5);
    margin-right: .25em;
}


.form-group {
    display: flex;
    flex-direction:column;
    justify-content: end;
    margin-bottom: 1.5em;
}