﻿/*
    This will override backend site styles

*/

.sub-title {
    font-family: Consolas, sans-serif;
    font-size: 1.25em;
}

.bg-QARules {
    color: #fff;
    background-color: #3F729B !important;
    min-height: 175px !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.bgColor-ClientObligations {
    color: #fff;
    background-color: #00695c !important;
}

.bg-ClientObligations {
    color: #fff;
    background-color: #00695c !important;
    min-height: 175px !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.bgColor-MgmtControls {
    color: #fff;
    background-color: #3c5069 !important;
}

.bg-MgmtControls {
    color: #fff;
    background-color: #3c5069 !important;
    min-height: 175px !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}

/**** TOP NAV TABS ********************************/

.appselect-header {
    font-family: 'Gill Sans MT', Calibri, sans-serif;
    margin-top: -25px !important;
    float: right;
    display: inline-flex;
    padding-right: 15px;
}

.appTabItem {
    color: #fff !important;
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    margin-left: 10px;
}

    .appTabItem:hover {
        color: #000;
    }

    .appTabItem.tabActive {
        color: #000;
        background-color: #f4f4f4;
        border-left: 6px solid #eb611c;
    }

    .appTabItem > a {
        padding-top: 10px !important;
        font-size: 1.25em !important;
        color: #fff !important;
    }

    .appTabItem.tabActive > a {
        padding-top: 10px !important;
        font-size: 1.25em !important;
        color: #000 !important;
        
    }

/*************************************************/
.form-horizontal {
    padding: 0px 15px !important;
}

.processingBadge {
    border-radius: 14px;
    /*background-color: #28a745 !important;*/
    background-color: #3c8dbc !important;
    color: #fff;
    padding: 6px 4px;
    display: inline-flex;
    min-width: 160px;
}

.linkBadge {
    border-radius: 20px;
    padding: 0px 6px 0px 10px;
    display: inline-block;
    min-width: 230px;
    font-size: 1.15em !important;
    font-weight: normal;
    cursor: pointer;
    margin: 2px;
}

.metatag-container {
    display: inline-flex;
    flex-flow: wrap;
}

.metatag {
    border: 1px solid #9793bf;
    background-color: #d2d0e3;
    padding: 2px 4px;
    font-size: 0.85em;
    color: #333;
    width: fit-content;
    margin: 2px;
}

.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;
}

a.badge.badgelargecontent {
    border-radius: 3px !important;
    padding: 5px 10px !important;
    min-width: 100px !important;
    line-height: 15px;
}

span.badge {
    border-radius: 6px !important;
    padding: 2px 6px !important;
    min-width: 40px !important;
}

.detail-padding p {
    margin: 0 0 19px;
}

.badge-lg {
    display: inline-block;
    min-width: 10px;
    padding: 5px 10px;
    font-size: 1.025em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

/*Parameter Slider*/

#generateNewParameterModal .modal-body h4 {
    margin-bottom: 20px;
}

/*tooltip*/

.tooltip-arrow {
    border-top-color: #fff !important;
}

.tooltip-inner {
    background-color: #000;
    border: 1px solid #000;
    padding: 3px 8px !important;
}

.payload-loan-details .divider {
    border-top: 1px solid #f4f4f4;
    padding-bottom: 15px;
    margin-top: 10px;
    height: 2px;
    display: block;
}

.payload-loan-details .btn-payload {
    border-radius: 3px;
    padding: 5px 6px;
    font-weight: 400;
    font-size: 14px;
}

.payload-loan-details span, .payload-block span {
    display: inline-block;
    margin-right: 10px;
}

.badge-orange {
    background-color: #eb611c;
}

.badge-yellow {
    background-color: #F39C12;
}

.badge-red {
    background-color: #E74C3C;
}

.badge-green {
    background-color: forestgreen;
}

/***THIN-BOX***/
.section-header {
    font-weight: bolder;
    font-size: 1.30em;
    padding: 5px 15px;
}

.cursor-link {
    cursor: pointer;
}

.greyscale-notActive {
    /*background-color: #696969 !important;
    border: #696969 !important;
    color: #cecece !important;*/
    -webkit-filter: grayscale(100%) contrast(50%);
    filter: grayscale(100%) contrast(100%);
}

.thin-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    height: 60px !important;
}

    .thin-box > .content {
        padding: 10px;
        margin-top: -5px !important;
        min-height: inherit !important;
    }

    .thin-box .content > .count {
        font-size: 36px;
        font-weight: bold;
        padding: 0px 10px;
        /* margin: -10px 10px; */
        white-space: nowrap;
        border-right: 3px solid rgba(0,0,0,0.15);
    }

    .thin-box .content > .title {
        font-size: 18px;
        white-space: nowrap;
        padding-left: 8px;
    }

    .thin-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: 0px;
        right: 10px;
        z-index: 0;
        font-size: 40px;
        color: rgba(0,0,0,0.15);
    }

/*** SECTION & AVATAR ***/
.section-header.pull-left {
    left: 0 !important;
    padding-left: 0px !important;
}

.stats-section .avatar {
    float: left !important;
    margin: 8px !important;
}

.stats-section {
    margin: 4px;
    padding: 6px;
}

.section-buttons {
    height: 25px;
    width: 100% !important;
    float: left;
}

.section-sort {
    margin-top: -40px !important;
}

.card-title {
    display: inline-flex;
}

.user-title {
    font-weight: bolder;
    margin-top: 10px;
    font-size: 1.0125em;
}

.titleBox {
    width: 100% !important;
    cursor: pointer;
}

.card-title .avatar {
    float: left !important;
    margin: 8px !important;
}

.avatar {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    border-radius: 50%;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.stats-items {
    display: inline-flex;
    flex-flow: wrap;
    margin-left: 50px;
}

.stats-tag {
    border: 1px solid #9793bf;
    background-color: #d2d0e3;
    padding: 2px 4px;
    font-size: 0.95em;
    color: #333;
    width: fit-content;
    margin: 2px;
    width: 190px !important;
}

.center-text {
    text-align: center;
    vertical-align: middle;
    line-height: 50% !important;
}

.scrollableDiv {
    height: calc(60% - 100px);
    max-height: 580px !important;
    min-height: 300px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-group-small > .btn, .btn-small {
    padding: .25rem .5rem;
    font-size: 0.825em;
    /* line-height: 1.5; */
    border-radius: .4rem;
}

span.pull-right-toggle {
    float: right !important;
    position: absolute;
    right: 0;
    margin-right: 20px !important;
    font-size: 1.25em;
}

    span.pull-right-toggle > .fa-angle-down {
        -webkit-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease
    }

        span.pull-right-toggle > .fa-angle-down.rotate {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

.panel-fullheight {
    min-height: 100% !important;
    margin-bottom: 0px !important;
}

.queue-permission-result {
    position: sticky;
    top: 0px;
}

.queue-permission-result .tblData {
    border: 1px solid #ececec;
}

.queue-permission-result .tblData .table {
    margin-bottom: 0px !important;
}

/* VERSION 2 ALERTS *****/
.alertv2-success {
    height: 45px !important;
    border-left: 10px solid #00a65a !important;
    margin: auto;
    color: #000;
}

.alertv2-danger {
    height: 45px !important;
    border-left: 10px solid #E74C3C !important;
    margin: auto;
    color: #000;
}

.alertv2-warning {
    height: 45px !important;
    border-left: 10px solid #eb611c !important;
    margin: auto;
    color: #000;
}

.alertv2-content {
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.dispoWarning {
    margin: -8px 30px 25px 15px !important;
    height: 45px !important;
    border-left: 10px solid #eb611c !important;
    border-top: 1px dashed #ccc !important;
    color: #000;
}

.subTitle {
    font-weight: bolder;
    font-size: 0.95em;
    color: #444;
    border: 1px dotted #333;
    border-radius: 4px;
    background-color: #eaeaea;
    right: 10px;
    margin-bottom: 4px;
}

.padright4 {
    padding-right: 4px !important;
}

.wide-full {
    width: 100% !important;
}

.wide-half {
    width: 50% !important;
}

#EscrowRemovalImportsReviewDetail .tooltip-inner {
    line-height: 20px !important;
    text-align: left !important;
    white-space: pre-wrap;
    text-align: left;
}

#EscrowRemovalImportsReviewDetail .tooltip {
    position: fixed !important;
}

.well-row {
    border: 1px #ccc solid;
    padding: 8px;
    height: 40px !important;
    margin-bottom: 4px;
}

.largeTxt {
    font-size: 1.25em !important;
}

.badge i {
    font-style: normal !important;
    padding: 2px 0px !important;
    display: block !important;
}

.btn-payload i {
    float: right !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    cursor: pointer !important;
}


/*** SELECT2 OVERRIDES ***/
.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}

/****CARD CSS *****/
.col-card {
    min-width: max-content !important;
}

.client-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
    transition: 0.3s !important;
    border-radius: 3px;
    /*cursor: pointer;*/
    text-align: center;
    /*min-height: 390px;*/
    min-height: 275px;
    margin: 15px !important;
}

    /* On mouse-over, add a deeper shadow */
    .client-card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2) !important;
    }

/* Add some padding inside the card container */
.client-card-container {
    padding: 8px !important;
}


span.badge.badge-pill-lg {
    font-size: 18px;
    width: 80% !important;
    margin-top: -15px !important;
}

.clssortable {
    cursor: pointer;
}

.badge i {
    font-style: normal !important;
    padding: 2px 0px !important;
    display: inline-flex !important;
}

div.instanceDtls {
    padding: 10px 20px 20px 20px !important;
    width: 100% !important;
    text-align: justify;
    /*    color: #919aa3 !important;*/
    color: #69747e !important;
}

span.txtboxIcon {
    float: right;
    margin: -28px 4px 0 0;
}

.errdisplay {
    display: none;
    margin-bottom: 20px;
}

#taskDataImporterSmartWizard li.active i {
    margin-bottom: 15px;
}

.sw-theme-dots > ul.step-anchor > li {
    width: calc(25% - 40px) !important;
}

.sw-theme-dots > ul.step-anchor > li > a small {
    width: 130px !important;
}
.field-validation-error {
    color: red;
}

.btn-task {
    min-width: 125px !important;
    max-width: 125px !important;
    width: 125px !important;
}

.bg-control {
    background-color: #3c5069 !important;
}

.bg-obligation {
    background-color: #00695c !important;
}

span.badge.searchResultsToWork {
    cursor: pointer;
    padding: 8px 14px !important;
    width: auto !important;
    font-size: 16px !important;
    margin-right: 17px;
}


/*Cron Expression*/
#example1-resultText::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:16px;
}

#example1-resultText::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
}

#example1-resultText:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
}

#example1-resultText:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
}


span.reqIndicator {
    position: relative;
    font-size: 0.90em;
    margin: -35px 0 0 0 !important;
    z-index: 10000 !important;
    float: right;
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}
.modal-red {
    color: #b30000 !important;
}

.modal-dark-red {
    color: #8b0000 !important;
}

.modal-black {
    color: #000000 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.deletePermissionBtn {
    color: #ff0000 !important;
}

.disabledPermissionBtn, .disabledPermissionBtn:hover {
    color: #676767 !important;
    cursor: not-allowed;
}

.ck-editor__editable {
    min-height: 150px;
}

.card-header {
    background-color: #fff;
    border-bottom: none;
}

.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)
}

.btn-info, .btn-info:hover {
    color: #fff;
    border-color: #00acd6;
}

#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;
}

@media only screen and (max-width:992px) {
    .btn-danger {
        background-color: #dd4b39 !important;
        border-color: #d73925 !important;
        color: #FFF !important;
    }

    .btn-primary, .btn-info {
        background-color: #3c8dbc !important;
        border-color: #367fa9 !important;
        color: #FFF !important;
    }
}