﻿/*
    This will override backend site styles

*/

.field-validation-error, label.error {
    color: red;
    font-weight: normal !important;
}

select.error + span.select2, select.error {
    border: 1px solid #b94a48 !important;
}

.validation-summary-errors {
    color: red;
}

.docmgr-tab > .docmgr-tab-nav.nav-tabs {
    text-align: center;
    display:block;
}

    .docmgr-tab > .docmgr-tab-nav.nav-tabs > li {
        display: inline-block;
        margin: 0 -2px;
        border: none;
        background: #fff;
    }

.docmgr-tab-nav.nav-tabs > li {
    float: none;
}

.docmgr-tab-nav.nav > li > a {
    padding: 4px 60px;
}

.docmgr-tab-nav.nav-tabs {
    border-bottom: none;
}

    .docmgr-tab-nav.nav-tabs > li > a {
        margin: 0;
        border: 1px solid #b4b4b4;
        border-radius: 0;
    }

    .docmgr-tab-nav.nav-tabs > li:first-child > a {
        border-radius: 5px 0 0 5px;
    }

    .docmgr-tab-nav.nav-tabs > li:last-child > a {
        border-radius: 0 5px 5px 0;
    }

    .docmgr-tab-nav.nav-tabs > li.active > a, .docmgr-tab-nav.nav-tabs > li.active > a:focus, .docmgr-tab-nav.nav-tabs > li.active > a:hover {
        border-bottom-color: #b4b4b4;
        border: 1px solid #b4b4b4;
        background-color: #d4d4d4;
    }

.docmgr-box.small-box > .small-box-footer {
    background: #fff;
    color: #101010 !important;
    text-align: left;
    padding: 12px 0 12px 20px;
}

.docmgr-box.small-box.bg-aqua {
    border: 1px solid #00c0ef;
}

.docmgr-box.small-box .icon {
    color: #fff;
    top: 0;
    left: 20px;
}

.docmgr-box .small-box-footer i.fa.fa-arrow-circle-right {
    text-align: right;
    margin-top: 5px;
    float: right;
    padding-right: 20px;
}

.docmgr-box.small-box > .inner {
    padding: 20px;
    float: right;
    text-align: right;
}


.categoryItem-container {
    width: inherit;
    overflow-wrap: normal
}

.categoryItem {
    padding: 2px 4px;
    color: #333;
    margin: 1px 4px;
}

.metatag-container {
    display: inline-flex;
    flex-flow: wrap;
}


.metatag {
    border: 1px solid #9793bf;
    background-color: #d2d0e3;
    padding: 2px 4px;
    font-size: 0.68em;
    color: #333;
    width: fit-content;
    margin: 2px;
}

.start.metatag, .end.metatag {
    font-weight: 700;
}

.end.metatag {
    padding-right: 5px;
}

.metatag-container-large {
    display: inline-flex;
    flex-flow: wrap;
}

.metatag-large {
    border: 1px solid #9793bf;
    background-color: #d2d0e3;
    padding: 2px 4px;
    font-size: 1.0em;
    color: #333;
    width: fit-content;
    margin: 4px;
}

.other-charts, .large-area-chart {
    margin-top: 30px;
    display:flex;
}


#documentInfo .panel-body {
    padding: 15px;
}

#documentInfo .panel {
    margin-bottom: 14px !important;
}

.processingBadge {
    border-radius: 14px;
    /*background-color: #28a745 !important;*/
    background-color: #3c8dbc !important;
    color: #fff;
    padding: 6px 4px;
    display: inline-flex;
    min-width: 160px;
}

.success {
    color: green;
}

.primary {
    color: blue;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    min-height: 34px;
    border-radius: 0;
}

.badge {
    line-height: 20px !important;
    min-width: 35px !important;
}

.badge-success {
    background-color: green !important;
}

.badge-warning {
    background-color: #FFC107 !important;
}

.badge-danger {
    background-color: red !important;
}

    .badge:hover, .badge-success:hover, .badge-danger:hover, .badge-warning:hover {
        opacity: 0.7;
    }

.badge-doc-version {
    position: absolute;
    top: 28px;
    right: -36px;
    background: #82B8E4;
    cursor: pointer;
}

.search_multiply {
    float: right;
    padding: 4px 0 0 0 !important;
}

    .search_multiply label {
        line-height: 6px !important;
    }

#multiSelectPanel .bootstrap-tagsinput {
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    #multiSelectPanel .bootstrap-tagsinput input {
        width: 100% !important;
    }

a.badge.badgelargecontent {
    border-radius: 3px !important;
    padding: 2px 6px !important;
    min-width: 100px !important;
}

.audioPlaybackDownloadBtn, .videoPlaybackDownloadBtn {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.audio_playback {
    position: relative;
}

    .audio_playback audio {
        width: 100%;
    }

.loading-bg {
    background: #000;
    width: 100%;
    display: block;
    clear: both;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    opacity: 0.3;
}

    .loading-bg img {
        position: relative;
        top: 19px;
        left: 50%;
    }

.select2-container--default .select2-results__option--selected  {
    display: none !important;
}

#divMasterTree .fancytree-title table tr td:first-child, #virtualcabinettree .fancytree-title table tr td:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.associat_doc_type {
    margin: 8px 0 !IMPORTANT;
    padding: 0;
}

    .associat_doc_type div {
        display: inline-block;
        margin-right: 32px;
    }

.w2ui-grid-data .popover {
    word-break: break-all;
}

    .w2ui-grid-data .popover h3 {
        padding: 6px;
    }

    .w2ui-grid-data .popover .popover-content {
        padding: 10px 10px;
    }

.panel-header-sm {
    margin: 0px !important;
}

.panel-header {
    margin-bottom: -26px !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    cursor: pointer !important;
}

/*** FLOATING FORM CONTROL ****/
.form-control-float {
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    /* width: 100%; */
    height: 34px;
    padding: 6px 12px;
    margin: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #d2d6de;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    position: relative;
    float: left;
}

/*** Document Deletion Modal ***/
#modalDocumentDeletion {
    z-index: 1051 !important;
}

/*Out Bound Fax Popup*/
#viewDocumentModal .modal-title {
    float: left;
}

#viewDocumentModal .modal-body-content {
    width: 100%;
    text-align: left;
}

#viewDocumentModal .modal-body {
    background: #fff;
}

/** ALERT BADGE **/
.alert-badge {
    /*background: #337ab7;*/
    background: #00a65a !important;
    padding: 2px !important;
    width: 12px !important;
    height: 24px !important;
    margin: -3px 0px 0px 10px !important;
    font-size: 0.90em;
    font-weight: normal;
}


.chaseDocsPassFailBadge, .exportPackageItemBadge, .exportPackageProcessorCountBadge {
    font-size: 0.85em;
    font-weight: bolder;
}

.exportPackageStatusBadge {
    font-size: 0.95em;
    font-weight: bolder;
    padding: 0px 6px;
}

.label-font-normal {
    font-weight: normal !important;
}

.pad-4 {
    padding: 2px 4px !important;
}

a.btn-browse-file {
    margin-bottom: 10px;
}

#PendingClientDocsWrapper .fileSummarySuccess {
    padding: 12px 0px 0px 0px;
}

#PendingClientDocsWrapper .fileSummaryError {
    padding-top: 10px;
    margin: 0px;
}

#PendingClientDocsWrapper #recordProcessed {
    color: #000 !important;
}

#PendingClientDocsWrapper #fileSummaryPanelHeader h4 {
    padding-left: 15px;
}

#PendingClientDocsWrapper #fileSummaryContent {
    margin-left: 15px;
}

#PendingClientDocsWrapper #documentFilePanel {
    margin-bottom: 5px !important;
}

#PendingClientDocsWrapper #documentFilePanelHeader h4 {
    padding-left: 15px;
}

#PendingClientDocsWrapper #documentMetaDataContent {
    margin-left: 15px;
}

#PendingClientDocsWrapper #noFileSelected {
    margin: 0px 15px;
    font-style: italic;
    font-weight: bold;
}

#PendingClientDocsWrapper #UploadedFileInfo {
    margin-top: 10px;
    padding-left: 15px;
    padding-bottom: 0;
}

#PendingClientDocsWrapper #UploadedFileName {
    margin-top: -6px;
}

#PendingClientDocsWrapper #UploadedFileMime {
    margin-top: -6px;
}

#PendingClientDocsWrapper #UploadedFileSize {
    margin-top: -6px;
}

#PendingClientDocsWrapper #importInstruction {
    margin-bottom: 5px;
}

    #PendingClientDocsWrapper #importInstruction ul {
        list-style: disc;
        margin-bottom: 10px;
    }

#documentStatusLegendItems td a {
    padding: 3px 8px 3px 4px;
    text-decoration: none;
}

    a:hover .filter-label {        
        color: #09d9f3;
    }

    a.active-filter:hover {
        background-color: #1f89e5;
    }

#documentStatusLegendItems table tr td {
    padding: 1px 1px 3px 1px;
}

.active-filter, .active-filter:active, .active-filter:focus {
    border-radius: 4px;    
    background-color: #337ab7;
    border-color: #337ab7;
    text-decoration: none;
}

.icon-green, .icon-exclamation, .icon-blue {
    margin-right: 2px;
}

        a.active-filter .filter-label,
        a.active-filter:active .filter-label,
        a.active-filter:focus .filter-label,
        a.active-filter:hover .filter-label {
            color: #fff;
        }

#documentTabs {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 990px) {
    #documentTabs {
        position: absolute;
        right: 20px;
        z-index: 100;
    }
}

@media screen and (min-width: 1250px) {
    #documentTabs {
        position: absolute;
        right: 20px;
        z-index: 100;
    }
}

.legend-header-label {
    font-weight: bold;
    padding-bottom: 5px;
}

.icon-yellow {
    color: #ebeb00;
}

.tab-option .active {
    color: #d3d3d3;
}


/* Pending Client Documents Loan Search*/
#dvPendingClientsQuickSearchresult {
    background-color: #fff;
    opacity: 100;
    min-width: 100%;
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: none;    
    position: relative;
    z-index: 2;
    max-height: 150px;
    display: none;
    overflow-x: hidden;
    box-shadow: 1px 2px 1px 1px #f5f5f5;
    padding: 8px;
    border-radius: 1px;
    border: 2px #bcbcbc;
    background: #008000 !important;
}

.childSpanQuickSearch, childSpan {
    cursor: pointer;
}

/* Document Type Category Mapping */
#documentCategoryMappingModal .w2ui-grid, #bulkManagementofDocsModal .w2ui-grid {
    height: 450px !important;
}

#documentCategoryMappingModal .modal-footer .modal-footer-items, #bulkManagementofDocsModal .modal-footer .modal-footer-items, #confirmBulkManagementofDocsModal .modal-footer .modal-footer-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: auto;
}

#documentCategoryMappingModal #divSuccessAlerts, #bulkManagementofDocsModal #divSuccessAlerts {
    margin: 0;
    display: block;
    padding: 6px;
}

#documentCategoryMappingModal h4 {
    margin-bottom: 0px !important;
}

.divider {
    border-top: 1px solid #f4f4f4;
    padding-bottom: 0px;
    margin-top: 10px;
    height: 2px;
    display: block;
}

.modalsubhead{font-size: medium !important;}

/*Loan Search*/

#dvMoveDocumentSearchresult {
    background-color: #fff;
    opacity: 100;
    min-width: 130%;
    font-family: "Roboto", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: none;
    position: absolute;
    z-index: 2;
    max-height: 230px;
    display: none;
    overflow-x: hidden;
    box-shadow: 1px 2px 1px 1px #f5f5f5;
    padding: 8px;
    border-radius: 1px;
    border: 2px #bcbcbc;
    background: #008000 !important;
}

.childSpanQuickSearch, childSpan {
    cursor: pointer;
}

.confirmationmodal {
    align-content: center !important;
}
.clsDocumentAccessedList{
    margin-top:10px;
}
.clsDocumentAccessedList .panel-default {
    border-color: #fcfcfc !important;
}

.clsDocumentAccessedList .panel {
    box-shadow: none;
}

.clsDocumentAccessedList .panel-header {
    background-color: #39627a;
    padding: 1px;
    color: #FFF !important;
    margin-bottom: 0px !important;
    cursor:pointer !important;
}
.panelh4head {
    padding-left: 15px;   
}
#grid_loanDocumentsList_column_0 .w2ui-col-header {
    margin-left: 0 !important;
}

.loandocumentactbtns .btnChangeDocType {
    width: 195px !important;
}
.loandocumentactbtns .btnDeactivateDocuments {
    width: 220px !important;
}
.loandocumentactbtns .btnMoveDocuments {
    width: 195px !important;
}
.loandocumentactbtns .btnViewBorrowerAccessed {
    width: 225px !important;
}
.loandocumentactbtns .downbutton {
    width: 150px !important;
}

#servicemac-notificationpreference-widget .box {
    background-color: white;
    opacity: 0.02;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

#documentsEditForm1 .invalidIndicator {
    margin: 0px !important;
}

/*#region Bootstrap 5 changes */

.btn-info {
    color: #fff;
    --bs-btn-hover-color: #fff;
}

.nav-link {
    color: #337ab7;
}

.well {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.nav-tabs-custom > .nav-tabs > li > a.active {
    border-top-color: #3c8dbc !important;
    border-top-width: inherit;
}

.docmgr-tab .nav-tabs .nav-item .nav-link.active, .nav-link a:hover {
    background-color: #d4d4d4;
    border: 1px solid #b4b4b4;
}

#grid_dynamicManifestItems_errors_body {
    inset: 52px 0px 24px !important;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: right;
}

.cdx-commandBar-item-text .form-control {
    font-weight: bolder;
}

.modal-title {
    margin: 0px;
}

.card-header {
    background-color: white;
    border-bottom: 0.5px solid #eee;
}

.cdx-commandBar-item-text .form-select {
    border-radius: 0px;
    font-weight: bolder;
    color: #555;
}

.form-select {
    border-radius: 0px;
}

    .form-select:focus {
        border-color: none;
        box-shadow: none !important;
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:hover, .btn-primary:active {
    border-color: #204d74;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9;
}

.btn-primary:active, .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#loanSearchMenu li a:focus, #loanSearchMenu li a:hover, #loanSearchMenu li a:active {
    background-color: #367fa9 !important;
    color: #ccc !important;
}

#otherSearchFields .btn-warning:hover, #otherSearchFields .btn-warning:active, #otherSearchFields .btn-warning.hover {
    background-color: #e08e0b !important;
}

#otherSearchFields .btn-warning:hover {
    color: #fff;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

#loanSearchBtn .label-warning {
    display: none !important;
}

.modal-footer-items{
    gap:10px;
}

.tooltip-arrow {
    border-top-color: #fff !important;
}

.tooltip-inner {
    background-color: #000;
    border: 1px solid #000;
    padding: 3px 8px !important;
}
/*#endregion */