﻿html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    font-size: 15px;
    height: 100%;
    margin: 0;
}

input, select, textarea, .form-control, .textWrapper, .GridTitle, .ui-menu, .ui-menu-item, .fnt0, .google-map-legend, .google-map-legend-header, .google-map-filter, .kpiTitle, .kpivalue-num, .kpivalue-text, .btn {
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.flex-container, .dFlex {
    display: flex;
}

.flex-child {
    flex: 1;
}

    .flex-child:first-child {
        margin-right: 20px;
    }

/* Reset for Chrome */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: #414141 !important;
        border-width: 1px !important;
        box-shadow: none !important;
        outline: 0 none;
    }

input,
select,
textarea {
    line-height: inherit;
    color: #000000DE !important;
}

label {
    font-size: 15px !important;
    color: #686b6b;
}

.control-label {
    font-size: 15px !important;
    color: #686b6b !important;
    display: flex;
    max-width: 100%;
    font-weight: normal !important;
}

.form-control {
    background-color: #fff !important;
    font-size: 15px !important;
    color: #000000DE !important;
    border-color: #a7a7a7 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    height: fit-content;
}

    .form-control:hover {
        border-color: rgba(0, 0, 0, 0.87) !important;
    }

/* Removed this section to allow for showing highlighted text */
/*.form-control:focus:not(textarea)::selection {
    border: 1px solid #414141 !important;
}*/

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 80px;
}

.btn {
    text-wrap: nowrap;
}

.btn-edit {
    font-size: 20px;
    color: #1f5876;
}

#SearchText {
    font-size: 15px !important;
    border-radius: 20px;
}

#report-container {
    display: flex;
    /*flex-direction: column;*/
    min-height: 100vh;
    width: 100%;
    /*position: absolute;*/
}

iframe {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #fff;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 10000;
}

    .footer p {
        padding-top: 5px;
    }

.search-card:hover {
    cursor: pointer;
}

.imgBox {
    min-height: 200px;
    max-height: 200px;
}

.checkbox-form {
    padding-top: 5px;
}

.checkbox-inline {
    margin-top: 0px !important;
}

.validationSummary ul {
    list-style: none;
}

.label-Asset {
    color: #fff;
    background-color: #008139;
    padding-top: 4px;
}

.label-Development {
    color: #fff;
    background-color: #0d98ba;
    padding-top: 4px;
}

.label-Transaction {
    color: #fff;
    background-color: #0059a1;
    padding-top: 4px;
}

.label-Portfolio {
    color: #fff;
    background-color: #008139;
    padding-top: 4px;
}

.label-Ownership {
    color: #fff;
    background-color: #0d98ba;
    padding-top: 4px;
}

.label-Processing {
    color: #000;
    background-color: #D7DBDD;
    padding-top: 4px;
}

.label-Staged {
    color: #000;
    background-color: #D7DBDD;
    padding-top: 4px;
}

.label-Committed {
    color: #fff;
    background-color: #27AE60;
    padding-top: 4px;
}

.label-Error {
    color: #fff;
    background-color: #E74C3C;
}

.hide {
    display: none !important;
}

.show, caption-container-container {
    display: block !important;
}

.rgHeader div {
    display: none !important;
}

#InvestmentCardsListView, #FinancingCardsListView, #DispositionCardsListView, #FundSearchResultsCardView, #InvestorCardsListView {
    border: none;
    margin: 10px 0;
}

.search-card {
    min-height: 320px;
    max-height: 320px;
    position: relative;
    margin-bottom: 18px;
    /*border: 1px solid #ddd;*/
    border-radius: 10px !important;
    font-size: 12px !important;
    background-color: #f5f5f5 !important;
}

    .search-card:hover {
        top: -10px;
    }
/* forces the card images to be a consistent size */
/*
img.card-img-top.img-responsive {
    height: 140px;
}
*/

span.required {
    color: #90640e;
    font-size: 12px;
}

label.required::after {
    color: #90640e;
    position: relative;
    content: "*";
    left: 4px;
    font-size: 12px;
}

label.optional::after {
    color: #777777;
    position: absolute;
    content: "(optional)";
    left: 10px;
    top: 20px;
    font-size: 10px;
}

.btn-search {
    min-width: 0px !important;
}

.input-group-addon {
    background-color: #fff;
    border: none;
    color: #444;
    line-height: 1.4;
    padding: 6px 12px;
}

[data-notify="container"] {
    width: 500px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.div-close-button {
    margin-top: 5px;
}

.dropZoneElement, .TransactionDropZone, .DevelopmentDropZone, .AssetDropZone, .BackgroundDropZone, .LogoDropZone, .AttachmentDropZone, .DataUploadDropZone, .TemplateDropZone, .WorkflowDropZone, .CustomFormFileDropZone {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 100%;
    height: 120px;
    text-align: center;
}

.textWrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    line-height: 1.2em;
    color: #000;
}

.dropFileHereText {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 12px;
}

.fieldData {
    margin-top: 8px;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs-light > li.active {
    border-top: none;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs-left {
    text-align: left;
}

.subnav {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    border-right: 1px solid #dddddd;
}

.nav-tabs li > a {
    border: 1px solid #ddd;
    border-bottom: transparent;
    background-color: #f6f6f6;
}

.vertical-align {
    display: flex;
    align-items: center;
}

#linkUserName {
    color: #fff;
    font-size: 15px;
}

.navbar-nav > li > form > li > a {
    position: relative;
    display: block;
    padding: 6px 14px;
}

a.nav-link.active {
    color: #414141 !important;
    font-weight: bold;
}

a.nav-link-sa.active {
    color: #DC4C64 !important;
    font-weight: bold;
}

.nav-item.disabled a.nav-link {
    color: #cacaca !important;
}

a.nav-link {
    color: #8b8b8b !important;
}

a.nav-link-sa {
    color: #e08796 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border: none !important;
}

a.nav-link:hover {
    color: #414141 !important;
}

a.nav-link-sa:hover {
    color: #DC4C64 !important;
    text-decoration: none !important;
    border: 1px;
}

.nav-item.active a.nav-link {
    color: #414141 !important;
    font-weight: bold;
    font-size: 1rem;
}

.nav-item.active a.nav-link-sa {
    color: #DC4C64 !important;
    font-weight: bold;
    font-size: 1rem;
}

#SearchTerms::-webkit-input-placeholder {
    color: #CACFD2;
}

#SearchTerms:-ms-input-placeholder {
    color: #CACFD2;
}

#SearchTerms:-moz-placeholder {
    color: #CACFD2;
}

#SearchTerms::-moz-placeholder {
    color: #CACFD2;
}

.filter-group-content div.form-group div.checkbox label {
    font-size: 12px !important;
}

.filters .investments-filter-group-content,
.filters .fund-filter-group-content,
.filters .document-filter-group-content {
    padding: 2px 15px 0px 14px;
}

    .filters .investments-filter-group-content:before,
    .filters .fund-filter-group-content:before,
    .filters .document-filter-group-content:before,
    .filters .investments-filter-group-content:after,
    .filters .fund-filter-group-content:after,
    .filters .document-filter-group-content:after {
        content: " ";
        display: table;
    }

    .filters .investments-filter-group-content:after,
    .filters .fund-filter-group-content:after,
    .filters .document-filter-group-content:after {
        clear: both;
    }

    .filters .investments-filter-group-content:before,
    .filters .fund-filter-group-content:before,
    .filters .document-filter-group-content:before,
    .filters .investments-filter-group-content:after,
    .filters .fund-filter-group-content:after,
    .filters .document-filter-group-content:after {
        content: " ";
        display: table;
    }

    .filters .investments-filter-group-content:after,
    .filters .fund-filter-group-content:after,
    .filters .document-filter-group-content:after {
        clear: both;
    }

.GridTitle {
    font-size: 25px;
    color: #8b8b8b;
    padding-bottom: 10px;
}

.grid-table {
    overflow: auto;
    height: 270px;
}

.form-control[disabled] {
    background-color: #fff !important;
    border: none;
    font-weight: bold;
    font-size: 15px !important;
    color: #686b6b !important;
    padding: 0 !important;
    margin-top: 8px;
}

.form-control[readonly] {
    background-color: #fff !important;
    border: none;
    font-weight: bold;
    padding: 0 !important;
}

.ps-form-control-text-area:disabled {
    margin-top: 8px !important;
}

.color-legend-item .tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 220px;
    top: 125px;
    margin-left: -100px;
}

    .color-legend-item .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #333 transparent;
    }

.color-legend-item:hover .tooltiptext {
    visibility: visible;
}

#AccountHierarchyTreeList > .k-loading-mask > .k-loading-image {
    background-position-x: center;
    background-position-y: 50px;
}
/*Global Search Suggester*/
.ui-menu {
    border-radius: 4px;
}

    .ui-menu .ui-menu-item {
        padding: 3px 5px 3px 5px;
        margin: 1px;
        border-radius: 4px;
    }

        .ui-menu .ui-menu-item.ui-state-focus {
            background-color: #ebebeb;
            border: none;
        }

/* Client Specific */
/*
.austin {
    background: url('/Content/images/client/austin.jpg') no-repeat center fixed;
    background-size: cover;
}

.dallas {
    background: url('/Content/images/client/dallas.jpg') no-repeat center fixed;
    background-size: cover;
}

.cincinnati {
    background: url('/Content/images/client/cincinnati.jpg') no-repeat center fixed;
    background-size: cover;
}

.houston {
    background: url('/Content/images/client/houston.jpg') no-repeat center fixed;
    background-size: cover;
}

.newport {
    background: url('/Content/images/client/newport.jpg') no-repeat center fixed;
    background-size: cover;
}*/

.client_background {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

    .client_background:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

.card {
    position: relative;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.card-img-top {
    border-radius: 10px 10px 0 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.card-title {
    color: #686b6b;
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 15px !important;
}

.card-block {
    padding: 5px;
}

div.card-block > p {
    font-size: 1em !important;
    line-height: 1.3em;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link,
    .card-inverse .card-text,
    .card-inverse .card-blockquote > footer {
        color: rgba(255, 255, 255, 0.65);
    }

        .card-inverse .card-link:hover,
        .card-inverse .card-link:focus {
            color: #fff;
        }

.kpi-card-info {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 20px;
}

.kpi-card {
    position: relative;
    margin-bottom: 18px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.kpi-card-inverse .kpi-card-header,
.kpi-card-inverse .kpi-card-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kpi-card-inverse .kpi-card-header,
.kpi-card-inverse .kpi-card-footer,
.kpi-card-inverse .kpi-card-title,
.kpi-card-inverse .kpi-card-blockquote {
    color: #8b8b8b;
}

    .kpi-card-inverse .kpi-card-link,
    .kpi-card-inverse .kpi-card-text,
    .kpi-card-inverse .kpi-card-blockquote > footer {
        color: rgba(255, 255, 255, 0.65);
    }

        .kpi-card-inverse .kpi-card-link:hover,
        .kpi-card-inverse .kpi-card-link:focus {
            color: #8b8b8b;
        }

.kpi-card-block {
    padding: 5px;
}

.kpi-card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.cardWidget {
    background-color: #FFF;
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    overflow: auto;
}

.dashboard-zone {
    width: 100%;
    height: 345px;
    background-color: #f5f5f5;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 5px;
}

.mappedin-zone {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
}

.padding-5 {
    padding: 5px;
}

.custom-dashboard-card-block {
    padding: 5px;
    min-height: 240px;
    max-height: 240px;
}

.custom-dashboard-zone {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    background-color: #FFFFFF;
}

.dashboard-section {
    padding: 0 9px;
}

.search-card-img-top {
    border-radius: 2px 2px 0 0;
}

.search-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.search-card-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: .5em;
}

.kpi-min-height {
    min-height: 80px;
}

.CustomZoneHeader {
    background-color: #eaeaea;
    border: 1px solid #fff;
    padding: 5px;
    color: #BDC3C7
}

.dashboard-widget {
    /*width: 100%;*/
    min-height: 200px;
    max-height: 200px;
    background-color: #FFFFFF;
}

#CustomWidgetsContainer {
    overflow-x: auto;
    top: 0;
}

.overflow-hidden {
    overflow: hidden !important;
}

#DashboardEditButtonRow {
    height: 100px;
    position: relative;
    top: 0px;
}

#DashboardEditObjectRow {
    width: 100%;
    position: absolute;
    top: 55px;
    bottom: 0px;
    overflow-y: scroll;
    padding-bottom: 275px;
}

#DashboardEditAvailableObjectRow {
    width: 98%;
    position: fixed;
    bottom: 0px;
    background-color: #fff
}

.fa-spin-hover:hover {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.custom-widget-card {
    position: relative;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 410px;
}

.widget-footer {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #003a73;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.widget-flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
}

.pac-container {
    z-index: 99999;
    width: 500px !important; /* <- This controls the width of the Google Auto-complete Places list  */
}

.variance-highlight {
    background-color: #FFFF00 !important;
    color: #000;
}

    .variance-highlight:hover {
        background-color: #FFFF99 !important;
        color: #000;
    }

.editGL-highlight {
    background-color: #FFFF00 !important;
    color: #000;
}

    .editGL-highlight:hover {
        background-color: #FFFF99 !important;
        color: #000;
    }

/* GOOGLE MAPS */
.gm-style-mtc > div:nth-child(1) {
    padding: 0px 9px !important;
    height: 30px !important;
    font-size: 15px !important;
}

.gm-style-mtc > div:nth-child(2) {
    top: 30px !important;
}

    .gm-style-mtc > div:nth-child(2) > div {
        padding: 2px 4px 2px 2px !important;
        font-size: 15px !important;
    }

.gm-bundled-control-on-bottom {
    margin-right: 0px !important;
    margin-bottom: -15px !important;
}

    .gm-bundled-control-on-bottom > div:first-child {
        top: 44px !important;
    }

.gmnoprint > .gmnoprint > div {
    height: 60px !important;
    width: 30px !important;
}

    .gmnoprint > .gmnoprint > div > div {
        width: 22.5px !important;
        margin: 0px 3.75px !important;
    }

.gmnoprint > .gmnoprint button {
    width: 30px !important;
    height: 30px !important;
}

    .gmnoprint > .gmnoprint button img {
        height: 13.5px !important;
        width: 13.5px !important;
        /*margin: 6.75px 8.25px 9.75px !important;*/
    }

.gm-svpc {
    width: 30px !important;
    height: 30px !important;
}

    .gm-svpc img:nth-child(1), .gm-svpc img:nth-child(2) {
        width: 13.5px !important;
        height: 22.5px !important;
        /*left: -7px !important;
        top: -12px !important;*/
    }

    .gm-svpc img:nth-child(3) {
        width: 24px !important;
        height: 30px !important;
    }

.gm-fullscreen-control {
    height: 30px !important;
    width: 30px !important;
}

.pointer:hover {
    cursor: pointer;
}

.checkbox-label {
    display: inline-block !important;
}

/* Custom Layout - Flex Box */
.bcfff {
    background-color: #fff;
}

.bcfffImportant {
    background-color: #fff !important;
}

.w101 {
    width: 101%;
}

.w85 {
    width: 85%;
}

.p0 {
    padding: 0;
}

.pt3 {
    padding-top: 3px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb30 {
    padding-bottom: 30px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.ml1 {
    margin-left: 1px;
}

.mtN20 {
    margin-top: -20px;
}

.mt100 {
    margin-top: 100px;
}

.h40 {
    height: 40px;
}

.fs11 {
    font-size: 11px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.custom-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.custom-flex-container-kpi {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.variance-comment-custom-flex-item-24 {
    flex: 0 24%;
}

.custom-flex-item-15 {
    flex: 0 15%;
}

.custom-flex-item-20 {
    flex: 0 20%;
}

.custom-flex-item-25 {
    flex: 0 25%;
}

.custom-flex-item-33 {
    flex: 0 33%;
}

.custom-flex-item-50 {
    flex: 0 50%;
}

.custom-flex-item-75 {
    flex: 0 75%;
}

.custom-flex-item-100 {
    flex: 0 100%;
}

.custom-flex-kpi-8 {
    flex: 0 12.5%;
}

.custom-flex-kpi-7 {
    flex: 0 14%;
}

.custom-flex-kpi-6 {
    flex: 0 16.66%;
}

.custom-flex-kpi-5 {
    flex: 0 20%;
}

@media screen and (max-width: 768px) {
    .custom-flex-item {
        flex: 0 50%;
    }

    .custom-flex-item-75 {
        flex: 0 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
    .custom-flex-item {
        flex: 0 33%;
    }

    .custom-flex-item-50,
    .custom-flex-item-75 {
        flex: 0 66%;
    }
}

/* Galaxy S5 size screen */
@media screen and (min-width: 360px) {
    .associatedLoan-hyper {
        margin-top: 8px !important;
        margin-left: -70px !important;
    }

    .galleryModal-content {
        margin-right: 0px !important;
    }
}

/* iPad size screen */
@media screen and (min-width: 768px) {
    .associatedLoan-hyper {
        margin-top: 8px !important;
        margin-left: -140px !important;
    }

    .galleryModal-content {
        margin-right: 50px !important;
    }
}

/* iPad Pro size screen */
@media screen and (min-width: 1024px) {
    .associatedLoan-hyper {
        margin-top: 8px !important;
        margin-left: -110px !important;
    }

    .galleryModal-content {
        margin-right: 100px !important;
    }
}

/* Nest Hub Max size screen */
@media screen and (min-width: 1280px) {
    .associatedLoan-hyper {
        margin-top: 8px !important;
        margin-left: -180px !important;
    }

    .galleryModal-content {
        margin-right: 150px !important;
    }
}

@media screen and (min-width: 1920px) {
    .custom-flex-item {
        flex: 0 25%;
    }

    .associatedLoan-hyper {
        margin-top: 8px !important;
        margin-left: -225px !important;
    }

    .galleryModal-content {
        margin-right: 200px !important;
    }
}

.upload-hint {
    line-height: 22px;
    color: #aaa;
    font-style: italic;
    font-size: 15px;
    padding-top: 1em;
}

/* Notifications  */
#notifications_counter {
    display: block;
    position: absolute;
    background: #E1141E;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    padding: 1px 3px;
    margin: 5px 0 0 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}

#notifications_asset_workflow_counter, #notifications_fund_workflow_counter, #notifications_transaction_workflow_counter, #notifications_portfolio_workflow_counter, #notifications_development_workflow_counter, #notifications_financing_workflow_counter {
    display: block;
    position: relative;
    background: #E1141E;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    padding: 1px 3px;
    margin: 5px 0 0 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
    opacity: 1;
    top: -2px;
    float: right !important;
    margin: -35px 0px 0px 0px;
}

#notifications {
    display: none;
    width: 430px;
    position: absolute;
    top: 40px;
    right: 0;
    background: #FFF;
    border: solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    z-index: 999999;
}

    #notifications:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #CCC;
        border-color: transparent transparent #FFF;
        margin-top: -20px;
        margin-right: 15px;
        float: right;
    }

    #notifications h3 {
        display: block;
        color: #333;
        background: #FFF;
        font-weight: bold;
        font-size: 15px;
        padding: 8px;
        margin: 0;
        border-bottom: solid 1px rgba(100, 100, 100, .30);
    }

#notifications_button {
    color: #8b8b8b;
    font-size: 15px;
}

.seeAll {
    background: #F6F7F8;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    border-top: solid 1px rgba(100, 100, 100, .30);
    text-align: center;
}

    .seeAll a {
        color: #3b5998;
    }

        .seeAll a:hover {
            background: #F6F7F8;
            color: #3b5998;
            text-decoration: underline;
        }
/* END Notifications  */

.grid-print-button {
    position: absolute;
    margin-top: -35px;
    right: 20px;
    border: none;
    background-color: transparent;
}

    .grid-print-button:hover {
        background-color: #e6e6e6;
    }

    .grid-print-button:active, .grid-print-button:focus {
        border: none !important;
    }

    .grid-print-button i.fa.fa-bars {
        font-size: 15px !important;
    }

[data-bs-toggle="collapse"] .fa:before {
    content: "\f106";
}

[data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\f107";
}

.panel-login {
    max-width: 375px;
}

    .panel-login .panel-default {
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .panel-login .panel-ft {
        font-size: 15px;
        text-align: center;
    }

.nav-item .nav-link {
    color: #8b8b8b !important;
    text-decoration: none !important;
}

.dropdown-item, .c8b8b8bImportant {
    color: #8b8b8b !important;
}

.dropdown-item-sa {
    color: #e08796 !important;
}

.dropdown-item:hover {
    color: #8b8b8b !important;
    background-color: #cacaca !important;
}

.dropdown-item-sa:hover {
    color: #e08796 !important;
    background-color: #cacaca !important;
}

.dropdown-item:active {
    color: #414141 !important;
    background-color: #a7a7a7 !important;
}

.md-form.md-outline input[type=date].valid, .md-form.md-outline input[type=date]:focus.valid, .md-form.md-outline input[type=datetime-local].valid, .md-form.md-outline input[type=datetime-local]:focus.valid, .md-form.md-outline input[type=email].valid, .md-form.md-outline input[type=email]:focus.valid, .md-form.md-outline input[type=number].valid, .md-form.md-outline input[type=number]:focus.valid, .md-form.md-outline input[type=password].valid, .md-form.md-outline input[type=password]:focus.valid, .md-form.md-outline input[type=search-md].valid, .md-form.md-outline input[type=search-md]:focus.valid, .md-form.md-outline input[type=search].valid, .md-form.md-outline input[type=search]:focus.valid, .md-form.md-outline input[type=tel].valid, .md-form.md-outline input[type=tel]:focus.valid, .md-form.md-outline input[type=text].valid, .md-form.md-outline input[type=text]:focus.valid, .md-form.md-outline input[type=time].valid, .md-form.md-outline input[type=time]:focus.valid, .md-form.md-outline input[type=url].valid, .md-form.md-outline input[type=url]:focus.valid, .md-form.md-outline textarea.md-textarea.valid, .md-form.md-outline textarea.md-textarea:focus.valid {
    border: 1px solid #dadce0 !important;
    box-shadow: none !important;
}

    .md-form.md-outline input[type=date].valid + label:after, .md-form.md-outline input[type=date]:focus.valid + label:after, .md-form.md-outline input[type=date]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=datetime-local].valid + label:after, .md-form.md-outline input[type=datetime-local]:focus.valid + label:after, .md-form.md-outline input[type=datetime-local]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=email].valid + label:after, .md-form.md-outline input[type=email]:focus.valid + label:after, .md-form.md-outline input[type=email]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=number].valid + label:after, .md-form.md-outline input[type=number]:focus.valid + label:after, .md-form.md-outline input[type=number]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=password].valid + label:after, .md-form.md-outline input[type=password]:focus.valid + label:after, .md-form.md-outline input[type=password]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=search-md].valid + label:after, .md-form.md-outline input[type=search-md]:focus.valid + label:after, .md-form.md-outline input[type=search-md]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=search].valid + label:after, .md-form.md-outline input[type=search]:focus.valid + label:after, .md-form.md-outline input[type=search]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=tel].valid + label:after, .md-form.md-outline input[type=tel]:focus.valid + label:after, .md-form.md-outline input[type=tel]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=text].valid + label:after, .md-form.md-outline input[type=text]:focus.valid + label:after, .md-form.md-outline input[type=text]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=time].valid + label:after, .md-form.md-outline input[type=time]:focus.valid + label:after, .md-form.md-outline input[type=time]:focus:not([readonly]).valid + label, .md-form.md-outline input[type=url].valid + label:after, .md-form.md-outline input[type=url]:focus.valid + label:after, .md-form.md-outline input[type=url]:focus:not([readonly]).valid + label, .md-form.md-outline textarea.md-textarea.valid + label:after, .md-form.md-outline textarea.md-textarea:focus.valid + label:after, .md-form.md-outline textarea.md-textarea:focus:not([readonly]).valid + label {
        content: attr(data-success);
        color: #757575;
        opacity: 1;
    }


/******* FROM main.css *********/

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 1px;
            border-top-right-radius: 1px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 1px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 1px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 1px;
            border-bottom-right-radius: 1px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 1px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 1px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #e9eaeb;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 18px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 2px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #004c97;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #004c97;
        border-color: #004c97;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #004c97;
        }

        .panel-primary > .panel-heading .badge {
            color: #004c97;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #004c97;
    }

.panel-success {
    border-color: #d5d9c7;
}

    .panel-success > .panel-heading {
        color: #008139;
        background-color: #edf2de;
        border-color: #d5d9c7;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d5d9c7;
        }

        .panel-success > .panel-heading .badge {
            color: #edf2de;
            background-color: #008139;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d5d9c7;
    }

.panel-info {
    border-color: #d0dce1;
}

    .panel-info > .panel-heading {
        color: #1596d1;
        background-color: #e8f5fa;
        border-color: #d0dce1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d0dce1;
        }

        .panel-info > .panel-heading .badge {
            color: #e8f5fa;
            background-color: #1596d1;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d0dce1;
    }

.panel-warning {
    border-color: #e3dec6;
}

    .panel-warning > .panel-heading {
        color: #f2a900;
        background-color: #fdf7dc;
        border-color: #e3dec6;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e3dec6;
        }

        .panel-warning > .panel-heading .badge {
            color: #fdf7dc;
            background-color: #f2a900;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e3dec6;
    }

.panel-danger {
    border-color: #dac9cb;
}

    .panel-danger > .panel-heading {
        color: #ac2b37;
        background-color: #f3dfe1;
        border-color: #dac9cb;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dac9cb;
        }

        .panel-danger > .panel-heading .badge {
            color: #f3dfe1;
            background-color: #ac2b37;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dac9cb;
    }

.panel-group[role="tablist"] > .panel > .panel-heading {
    cursor: pointer;
}

    .panel-group[role="tablist"] > .panel > .panel-heading .icon {
        margin-right: 10px;
    }

    .panel-group[role="tablist"] > .panel > .panel-heading[aria-expanded="false"] .icon::after {
        transition: -webkit-transform .2s;
        transition: transform .2s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .panel-group[role="tablist"] > .panel > .panel-heading[aria-expanded="true"] .icon::after {
        transition: -webkit-transform .2s;
        transition: transform .2s;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.panel-group > .panel + .panel {
    margin-top: -1px;
}

.panel-group .panel:not(.panel-default) > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group .panel:not(.panel-default) {
    box-shadow: none;
}

    .panel-group .panel:not(.panel-default) + .panel {
        border-top: 1px solid #eee;
    }

.panel-toggler {
    margin-bottom: 12px;
}

    .panel-toggler a {
        cursor: pointer;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.btn-icon-only {
    min-width: 33px !important;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    color: #8b8b8b;
}

    .btn-icon-only.btn-sm {
        padding: 4px;
    }

    .btn-icon-only.btn-xs {
        padding: 3px;
    }

#section_config_account_hierarchy .btn-icon-only:disabled {
    color: #8b8b8b;
}

div.sticky_with_submenu {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 10000;
}

div.sticky_no_submenu {
    position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 10000;
}

.btn-toolbar {
    flex-wrap: nowrap;
}

.ex-sub-header {
    background: #a7a7a7 !important;
    height: 38px;
    color: #fff;
    padding-right: 4px;
}

    .ex-sub-header .btn {
        border-radius: 2px;
        margin: 4px 0;
        padding: 6px;
    }

.ex-header--icon-badge {
    color: #fff;
    background: #fb8300;
    padding: 2px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    margin-left: -6px;
    margin-top: -6px;
    border: 2px solid #004c97;
    display: inline-block;
    line-height: 11px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
}

.ex-sub-header--gadgets {
    float: left;
}

    .ex-sub-header--gadgets .btn {
        width: 34px;
    }

    .ex-sub-header--gadgets .ex-btn__inverse__active {
        background: rgba(255, 255, 255, 0.25);
    }

    .ex-sub-header--gadgets .btn .icon {
        opacity: .3;
    }

    .ex-sub-header--gadgets .ex-btn__inverse__active .icon {
        opacity: 1;
    }

    .ex-sub-header--gadgets .btn-search--mobile {
        display: inline-block;
    }

@media (min-width: 640px) {
    .ex-sub-header--gadgets .btn-search--mobile {
        display: none;
    }
}

.action_link {
    color: #003399 !important;
    text-decoration: none !important;
}

    .action_link:hover {
        color: #003399 !important;
        text-decoration: underline !important;
    }

.breadcrumb {
    font-size: 20px;
    background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1.2rem !important;
    content: ">";
    font-weight: normal !important;
    background-image: none !important;
}

.breadcrumb-item a {
    color: #003399 !important;
    font-weight: normal !important;
}

.breadcrumb-item.active {
    color: #a7a7a7 !important;
    font-weight: bold !important;
}

.readonly_mode_controls {
    font-size: 15px;
    color: #686b6b !important;
    font-weight: bold;
}

* {
    outline: none !important;
    box-shadow: none !important;
}

    *:hover {
        outline: none !important;
        box-shadow: none !important;
    }

    *:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.nav-steps {
    width: 100%;
    display: table;
    table-layout: fixed;
    word-wrap: break-word;
    margin-left: 0;
    padding: 0;
}

    .nav-steps > li {
        display: table-cell;
        max-width: 150px;
        min-width: 75px;
        text-align: center;
        padding: 0 10px;
    }

        .nav-steps > li > a,
        .nav-steps > li > span {
            display: block;
            font-weight: bold;
            outline: none;
            padding-top: 25px;
            position: relative;
        }

            .nav-steps > li > a:before,
            .nav-steps > li > span:before {
                background: #003399;
                border-radius: 100%;
                content: "";
                box-shadow: 0 0 0 3px #f5f5f5;
                height: 10px;
                left: 50%;
                margin-left: -5px;
                position: absolute;
                top: 3px;
                width: 10px;
            }

    .nav-steps li + li > span:after,
    .nav-steps li + li > a:after {
        background: #a7a7a7;
        border: solid #f5f5f5;
        border-width: 2px 0;
        box-shadow: -5px 0 0 -2px #004c97, 5px 0 0 -2px #004c97;
        content: "";
        height: 8px;
        left: -50%;
        margin-left: -14px;
        margin-right: 6px;
        position: absolute;
        right: 50%;
        top: 4px;
    }

    .nav-steps .active ~ li {
        color: #a7a7a7;
    }

        .nav-steps .active ~ li > span:before,
        .nav-steps .active ~ li > a:before {
            background-color: #cccccc;
        }

        .nav-steps .active ~ li > span:after,
        .nav-steps .active ~ li > a:after {
            background-color: #cecece;
            box-shadow: none;
        }

    .nav-steps.nav-stacked {
        display: block;
        counter-reset: test;
    }

        .nav-steps.nav-stacked > li {
            text-align: left;
            display: block;
            max-width: none;
            min-width: 0;
            padding: 11px 0 10px 50px;
        }

            .nav-steps.nav-stacked > li > a,
            .nav-steps.nav-stacked > li > span {
                padding-top: 0;
            }

                .nav-steps.nav-stacked > li > a:before,
                .nav-steps.nav-stacked > li > span:before {
                    left: -35px;
                    top: 0;
                    margin: 0;
                    height: 20px;
                    width: 20px;
                    content: counter(test);
                    counter-increment: test;
                    text-align: center;
                    color: #fff;
                    box-shadow: 0 0 0 3px #004c97;
                }

            .nav-steps.nav-stacked > li.active > a:before,
            .nav-steps.nav-stacked > li.active > span:before {
                color: #004c97;
                background: #fff;
                box-shadow: 0 0 0 3px #004c97;
            }

            .nav-steps.nav-stacked > li.active ~ li > span:before,
            .nav-steps.nav-stacked > li.active ~ li > a:before {
                color: #444;
                background: #fff;
                box-shadow: 0 0 0 3px #f5f5f5;
            }

        .nav-steps.nav-stacked li + li > span:after,
        .nav-steps.nav-stacked li + li > a:after {
            top: -100%;
            height: 100%;
            bottom: 0;
            left: -27px;
            border-width: 0 0;
            right: 0;
            width: 3px;
            margin-left: 0;
        }

.fa-stack {
    line-height: 0 !important;
}

.dropdown-menu {
    border: 1px solid #f1f1f1 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: absolute !important;
    min-width: 100px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f1f1f1 !important;
}

#report_submenu ul {
    overflow-y: auto;
    flex-wrap: nowrap !important;
}

/*Common setting for smaller look and feel of grids and windows*/
#CreateProjectTemplateWindow {
    font-size: 11.5px !important;
}

.associatedLoan-hyper {
    margin-top: 8px;
    margin-left: -100px;
}

.fnt0 {
    font-size: 260px;
    text-decoration: none;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.google-map-legend {
    font-size: 12px;
    background: #fff;
    padding: 3px;
    padding-top: 0px;
    margin: 0px;
    margin-left: 5px;
    border: 0px solid #000;
    opacity: 80%;
    border-radius: 10px;
    padding-left: 10px;
}

.google-map-legend-header {
    font-size: 18px;
    margin-top: 0px;
}

.google-map-legend-flexcontainer {
    max-width: 450px;
}

.google-map-filter {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
}

.google-dashboard-zone {
    width: 100%;
    height: 690px;
    background-color: #f5f5f5;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 5px;
}

.google-dashboard-zone-full {
    width: 100%;
    height: 745px;
    background-color: #f5f5f5;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 5px;
}

.dashboard-card {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.dashboard-left, .pl0Important {
    padding-left: 0px !important;
}

.dashboard-right, .pr0Important {
    padding-right: 0px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

    .dropdown-menu a {
        color: black;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

/* For Image Gallery */
.imageColumn, .m10 {
    margin: 10px;
}

/* The Modal (background) */
.galleryModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.galleryModal-content {
    top: 120px;
    background-color: #000000;
    margin: auto;
    padding: 0;
    width: 65%;
    vertical-align: middle;
    float: right;
}

/* The Close Button */
.exitModal {
    color: white;
    position: fixed;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .exitModal:hover,
    .exitModal:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides, .PS-Display-None {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prevImage,
.nextImage {
    cursor: pointer;
    width: auto;
    padding: 16px;
    margin-top: 50%;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextImage {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prevImage:hover,
    .nextImage:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.imageGallery {
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    max-width: 200px !important;
    min-width: 200px !important;
    vertical-align: unset !important;
}

.imageSlide {
    width: 100%;
}

.active,
.imageGallery:hover {
    opacity: 1;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.endlessImageRow {
    position: fixed;
    left: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow-x: scroll;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .endlessImageRow::-webkit-scrollbar {
        display: none;
    }

.gridThumbnailImage {
    height: 50px;
}

.imagebar-container {
    display: flex;
    width: 100%;
    background: #000000;
    height: 100px;
    overflow: auto;
}

.slides-container {
    width: 100%;
}

.dataManagementSubjectHeader {
    margin-top: 0;
    margin-bottom: 10px;
    color: #8b8b8b;
    font-size: 22px;
    margin-left: 10px;
}

.investorPortalSubjectHeader {
    margin-top: -30px;
    margin-bottom: 10px;
    color: #8b8b8b;
    font-size: 22px;
    margin-left: 10px;
}

.investmentSubjectHeader {
    margin-top: 0;
    margin-bottom: 10px;
    color: #8b8b8b;
    font-size: 22px;
}

.blackPTD, .blackYTD {
    color: black;
}

.redPTD, .redYTD, .PS-Color-Red {
    color: red;
}

.greenPTD, .greenYTD, .cGreen {
    color: green;
}

.CompanyLink, .ContactLink, .CustomContactLink {
    font-weight: bold !important;
    font-size: 15px;
    color: #003399 !important;
    margin-top: 8px;
    display: inline-block;
}

.footerLabel, .gridLink {
    font-weight: normal !important;
    color: #003399 !important;
    text-decoration: none;
}

.ps-layout-header-selections {
    font-size: 13px !important;
}

.ps-left-nav-link {
    font-size: 15px !important;
}

.btn.btnAddAssetCustomContact:hover,
.btn.btnAddForDDL:hover,
a.btnAddForDDL:hover,
a.btnAddContact:hover {
    color: rgba(0, 0, 0, 0.87) !important
}

input:disabled {
    margin-top: 8px;
}

button, .txtDNImportant {
    text-decoration: none !important;
}

#tenant_stack_plan.section_tenant_details {
    display: grid;
    grid-template-columns: 1fr auto;
}

    #tenant_stack_plan.section_tenant_details > .section_tenant_stackplan {
        grid-column: span 2;
    }

    #tenant_stack_plan.section_tenant_details > .section_tenant_grid {
        grid-column: span 2;
    }

.InvestmentPageHeader, PS-Custom-Control-Header {
    margin-top: 0;
    margin-bottom: 10px;
    color: #8b8b8b;
    font-size: 22px;
}

.InvestmentPageMainButtons {
    background-color: #fff;
    background-image: linear-gradient(to bottom,rgb(255,255,255,0), rgba(255,255,255,1));
}

.PS-Margin-Top-Minus-30 {
    margin-top: -30px;
}

.pl0 {
    padding-left: 0px;
}

.PS-Control-Width-100 {
    width: 100%;
}

.PS-Control-Width-100-Important {
    width: 100% !important;
}

.w50 {
    width: 50%;
}

.PS-Border-Width-0 {
    border-width: 0;
}

.PS-Contact-Control {
    width: 85%;
    display: inline-block;
}

.PS-Custom-Control-Header-Div {
    margin-left: -8px;
}

.PS-Custom-Contact-Button {
    color: #8b8b8b;
    padding: unset;
    padding-top: 3px;
    border: 0px;
}

.PS-Default-Color {
    color: #8b8b8b;
}

.PS-Super-Admin-Color-Grid-Header {
    color: #DC4C64;
}

.PS-Super-Admin-Color-Message {
    color: #DC4C64;
    padding-left: 15px;
}

.PS-Super-Admin-Color {
    color: #e08796 !important;
}

    .PS-Super-Admin-Color:hover {
        color: #DC4C64 !important;
        text-decoration: none !important;
    }

.k-grid th.custom-header-sa {
    color: #e08796 !important;
}

    .k-grid th.custom-header-sa .k-link :hover {
        color: #DC4C64 !important;
    }

.PS-Top-Margin-Negative-36 {
    margin-top: -36px;
}

.PS-No-Padding {
    padding-left: 0px;
    padding-right: 0px;
}

.PS-Padding-4 {
    padding: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mrN15Important {
    margin-right: -15px !important;
}

.mN15 {
    margin: -15px;
}

.fileAttachmentButtonIcon {
    text-align: right !important;
}

.m0 {
    margin: 0px;
}

.mt0 {
    margin-top: 0px;
}

.mt0Important {
    margin-top: 0px;
}

.PS-Common-Header-Tag {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #8b8b8b;
    font-size: 22px;
}

.mt20 {
    margin-top: 20px;
}

.PS-Margin-Top-Negative-65 {
    margin-top: -65px;
}

.PS-Contact-Window-Header-4 {
    margin: 0px;
    color: #8b8b8b;
    font-size: 22px;
}

.PS-Responsive-Grid-Extra-Styles {
    padding-left: 0px;
    margin-bottom: 25px;
}

.PS-Margin-Top-Negative-32 {
    margin-top: -32px;
}

.PS-Workflow-Tab-Main-Div {
    margin-top: 20px;
    padding-top: 10px;
}

.PS-Margin-Top-Negative-40 {
    margin-top: -40px;
}

.PS-Margin-Top-Negative-32 {
    margin-top: -32px;
}

.PS-Hidden-Visibility {
    visibility: hidden;
}

.PS-No-Display-Button {
    color: #8b8b8b;
    display: none;
}

.w80 {
    width: 80%;
}

.PS-Custom-File-Attachment-Control {
    margin-top: -27px;
    /* width: 11% !important; */
}

.PS-TextArea-ReadOnly-With-Scroll > textarea {
    overflow-y: auto !important;
}

.PS-Margin-Bottom-10 {
    margin-bottom: 10px;
}

.PS-SiteAdmin-Hierarchy-SelectorContainer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: center;
}

    .PS-SiteAdmin-Hierarchy-SelectorContainer > button {
        width: fit-content;
        padding: 0;
    }

.text-black-30 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .3) !important;
}

.PS-Grid-Container-SmallRight {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
}

.PS-hierarchy-detail-container {
    border: 1px solid rgba(0, 0, 0, 0.38);
    display: grid;
    grid-template-areas:
        "header header"
        "tree detail";
    grid-template-columns: minmax(180px, auto) 1fr;
    min-width: 900px;
}

    .PS-hierarchy-detail-container > .hierarchy-header {
        grid-area: header;
        background-color: #F6F6F6;
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    }

        .PS-hierarchy-detail-container > .hierarchy-header .form-control {
            padding-top: .375rem;
            padding-bottom: .375rem;
        }

    .PS-hierarchy-detail-container > .hierarchy-tree {
        grid-area: tree;
        border-right: 1px solid rgba(0, 0, 0, 0.38);
    }

        .PS-hierarchy-detail-container > .hierarchy-tree > .tree-actions-container {
            display: flex;
            --bs-btn-hover-color: rgba(0, 0, 0, .8);
            --bs-btn-hover-bg: transparent;
        }

    .PS-hierarchy-detail-container > .hierarchy-detail,
    .PS-hierarchy-detail-container > .hierarchy-nodetail {
        grid-area: detail;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

.hierarchy-detail-section {
    border: 1px solid rgba(0, 0, 0, 0.38);
}

    .hierarchy-detail-section > .hierarchy-detail-section-title {
        background-color: #a7a7a7;
        display: grid;
        grid-template-columns: minmax(250px, 30%) 1fr auto;
        padding: 10px;
        align-items: center;
        color: #fff;
    }

        .hierarchy-detail-section > .hierarchy-detail-section-title .btn {
            --bs-btn-hover-color: #fff;
            padding: 0;
        }

            .hierarchy-detail-section > .hierarchy-detail-section-title .btn:not(:hover) {
                color: rgba(255,255,255, .8);
            }

        .hierarchy-detail-section > .hierarchy-detail-section-title .k-checkbox:not(:disabled):not(:checked) {
            background-color: white;
        }

        .hierarchy-detail-section > .hierarchy-detail-section-title .k-checkbox-label {
            color: white;
        }

    .hierarchy-detail-section > .hierarchy-detail-section-content {
        display: grid;
        grid-template-columns: 1fr 1fr auto auto;
        gap: 32px;
        padding: 10px;
    }

        .hierarchy-detail-section > .hierarchy-detail-section-content > .--span-all {
            grid-column: span 4;
        }

.tree-actions-container > .btn.btn-icon-only:disabled {
    border: none;
    color: rgba(0, 0, 0, .3);
}

.mt30 {
    margin-top: 30px;
}

.mt32 {
    margin-top: 32px;
}

.mt50 {
    margin-top: 50px;
}

.mt5 {
    margin-top: 5px;
}

.PS-Details-Divider {
    height: 1px;
    background-color: #979797;
}

.fs16 {
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb0 {
    margin-bottom: 0px;
}

.ml10 {
    margin-left: 10px;
}

.PS-Margin-Left-Minus-30 {
    margin-left: -30px;
}

.PS-Div-DropDown-Header {
    margin-bottom: 10px;
    margin-left: 0px;
}

.PS-None-Display-Colored-Button {
    color: #8b8b8b;
    display: none;
}

.PS-Custom-Flex-Column {
    display: flex;
    flex-direction: column;
}

.ml0 {
    margin-left: 0px;
}

.PS-Padding-Right-15 {
    padding-right: 15px;
}

.PS-InvestmentImageDiv {
    padding-right: 15px;
    margin-bottom: 0px;
}

.PS-Investment-Details-Data-Div {
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
}

.PS-Investment-Details-Header-Div {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-bottom: 20px;
}

.PS-Default-Image-Styling {
    height: 182px;
    width: 208px;
    border-radius: 20px 0 0 20px;
}

.PS-Investment-Header-Data-Main-Div {
    width: 88%;
    background-color: #f1f1f1;
    border-radius: 0 20px 20px 0;
}

.PS-Investment-Header-Data-H4 {
    position: absolute;
    top: -14px;
    left: 236px;
    font-size: 15px;
}

.PS-Investment-Header-Data-Holder-Div {
    margin-top: 40px;
    margin-left: 40px;
}

.PS-Investment-Header-InvestmentName {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 2.27px;
}

.PS-Investment-Header-Custom-Header {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 2.27px;
}

.PS-Investment-Default-Image-Main-Div {
    overflow: hidden !important;
}

.PS-Investment-Default-Image-Div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.PS-Investment-Default-Image-IMG {
    max-height: 90vh;
    max-width: 90vw;
    padding-bottom: 5px;
}

.PS-Investment-Default-Image-Button-Div {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.PS-Life-Of-Investment-Action-Button {
    display: none;
    color: #003399;
    font-size: 14px;
}

.PS-Life-Of-Investment-TimeLine-Button {
    color: #003399;
    font-size: 14px;
}

.PS-login-Main-Div {
    opacity: .95;
    background-color: #F7F9F9;
}

.PS-Login-SSO {
    text-decoration: none;
    margin-bottom: 5px;
    background-color: #2f2f2f;
    padding: 0px;
    max-height: 40px;
}

.PS-User-Setup-Main-Div {
    opacity: .95;
    background-color: #F7F9F9;
    margin-top: 150px;
    padding: 25px;
}

.PS-Hidden, PS-Overflow-Hidden {
    overflow: hidden;
}

.PS-PBI-IMG {
    width: 80px;
    height: auto;
    bottom: 45px;
}

.PS-Dashboard-Config-Btn {
    color: #1f5876;
    font-size: 14px;
}

.PS-Data-Upload-Header {
    margin-top: 0;
    color: #8b8b8b;
    font-size: 22px;
}

.PS-Data-Upload-Header-2 {
    margin-top: 20px;
    color: #8b8b8b;
    font-size: 22px;
}

.fs30 {
    font-size: 30px;
}

.fwB {
    font-weight: bold;
}

.mb36 {
    margin-bottom: 36px;
}

.PS-Create-Header-Color {
    color: #414141;
}

.w33 {
    width: 33%;
}

.fs22 {
    font-size: 22px;
}

.wAuto {
    width: auto;
}

.wAutoImportant {
    width: auto !important;
}

.fs12 {
    font-size: 12px;
}

.w14P2 {
    width: 14.2%;
}

.mwInherit {
    max-width: inherit;
}

.mtN45 {
    margin-top: -45px;
}

.pUnset {
    padding: unset;
}

.b0 {
    border: 0px;
}

.fRight {
    float: right;
}

.o1 {
    order: 1;
}

.o2 {
    order: 2;
}

.ml115 {
    margin-left: 115px;
}

.mt15 {
    margin-top: 15px;
}

.pt0 {
    padding-top: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.oAuto {
    overflow: auto;
}

.bcffffff {
    background-color: #FFFFFF;
}

.m360 {
    margin: 36px 0;
}

.w25 {
    width: 25%
}

.mr0Important {
    margin-right: 0px !important;
}

.mr0 {
    margin-right: 0px;
}

.fw400 {
    font-weight: 400;
}

.fsLarge {
    font-size: large;
}

.maxw99minw99 {
    max-width: 99%;
    min-width: 99%;
}

.dinline {
    display: inline;
}

.dinlineflex {
    display: inline-flex;
}

.wsNW {
    white-space: nowrap;
}

.w75 {
    width: 75%;
}

.w75PX {
    width: 75px;
}

.p1010 {
    padding: 10px 10px;
}

.mt1 {
    margin-top: 1px;
}

.mt28 {
    margin-top: 28px;
}

.mr10 {
    margin-right: 10px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.photoGalleryBreadcrumb {
    display: block;
    margin-left: -8px;
    font-size: 22px;
    display: none;
}

.mt25 {
    margin-top: 25%;
}

.mt25Px {
    margin-top: 25px;
}

.ml42 {
    margin-left: 42px;
}

.mt40 {
    margin-top: 40px;
}

.fs18 {
    font-size: 18px
}

.ml15 {
    margin-left: 15px;
}

.ml-Negative-40 {
    margin-left: -40px;
}

.p20105010 {
    padding: 20px 10px 50px 10px
}

.fs14 {
    font-size: 14px;
}

.pr25 {
    padding-right: 25px;
}

.debtCollateralWindow {
    height: 430px;
    height: 500px;
}

.p0 {
    padding: 0px;
}

.pl25 {
    padding-left: 25px;
}

.pt75 {
    padding-top: 75px;
}

.h50Important {
    height: 50px !important;
}

.h150Important {
    height: 150px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.m-Negative-30 {
    margin: -30px;
}

.fs25 {
    font-size: 25px;
}

.h820 {
    height: 820px;
}

.mb16 {
    margin-bottom: 16px;
}

.w90 {
    width: 90%;
}

.pbireportsDiv {
    overflow-y: auto;
    height: 72vh;
}

.br1Solid {
    border-right: 1px solid #cacaca
}

.bb1Solid {
    border-bottom: 1px solid #cacaca;
}

.bt1Solid {
    border-top: 1px solid #cacaca;
}

.c686b6b {
    color: #686b6b
}

.fs8em {
    font-size: 0.8em;
}

.fs32 {
    font-size: 32px;
}

.w400 {
    width: 400px;
}

.mw550 {
    min-width: 550px;
}

.mb20 {
    margin-bottom: 20px;
}

.fs13 {
    font-size: 13px;
}

.fwBoldImportant {
    font-weight: bold !important;
}

.mtN8 {
    margin-top: -8px;
}

.w300Important {
    width: 300px !important;
}

.p5_0 {
    padding: 5px 0;
}

.ml7 {
    margin-left: 7px
}

.recalcEarningDD {
    margin-top: 15px;
    margin-left: -8px;
}

.p0Important {
    padding: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.br25 {
    border-radius: 25px;
}

.pl35 {
    padding-left: 35px;
}

.fs20 {
    font-size: 20px;
}

.c1f5876 {
    color: #1f5876;
}

.pb50 {
    padding-bottom: 50px;
}

.varianceRulesWindow {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.acCenter {
    align-content: center;
}

.taCenter {
    text-align: center;
}

.mlAuto {
    margin-left: auto;
}

.mrAuto {
    margin-right: auto;
}

.mAuto {
    margin: auto;
}

.h100Important {
    height: 100px !important;
}

.p5_30 {
    padding: 5px 30px;
}

.h75 {
    height: 75px;
}

.ml10Important {
    margin-left: -10px !important;
}

.ml10PosImportant {
    margin-left: 10px !important;
}

.w12 {
    width: 12%;
}

.pt7 {
    padding-top: 7px
}

.mr25 {
    margin-right: 25px;
}

.ml5 {
    margin-left: 5px;
}

.pt35 {
    padding-top: 35px;
}

.h600 {
    height: 600px;
}

.br20 {
    border-radius: 20px;
}

.h35 {
    height: 35px;
}

.b1Solidf1f1f1 {
    border: 1px solid #f1f1f1;
}

.p10 {
    padding: 10px;
}

.mtN6 {
    margin-top: -6px;
}

.mb15 {
    margin-bottom: 15px;
}

.w900 {
    width: 900px;
}

.p5_5 {
    padding: 5px 5px;
}

.w800 {
    width: 800px;
}

.p0_20 {
    padding: 0 20px;
}

.w1000 {
    width: 1000px;
}

.pr4 {
    padding-right: 4px;
}

.dBlock {
    display: block;
}

.dShow {
    display: show;
}

.dHide {
    display: hide;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.order3 {
    order: 3;
}

.order4 {
    order: 4;
}

.order5 {
    order: 5;
}

.order6 {
    order: 6;
}

.order7 {
    order: 7;
}

.order8 {
    order: 8;
}

.order9 {
    order: 9;
}

.order10 {
    order: 10;
}

.order11 {
    order: 11;
}

.order12 {
    order: 12;
}

.order13 {
    order: 13;
}

.order14 {
    order: 14;
}

.order15 {
    order: 15;
}

.order16 {
    order: 16;
}

.order17 {
    order: 17;
}

.order18 {
    order: 18;
}

.order19 {
    order: 19;
}

.order20 {
    order: 20;
}

.order21 {
    order: 21;
}

.order22 {
    order: 22;
}

.order23 {
    order: 23;
}

.order24 {
    order: 24;
}

.order25 {
    order: 25;
}

.order26 {
    order: 26;
}

.order27 {
    order: 27;
}

.order28 {
    order: 28;
}

.order29 {
    order: 29;
}

.order30 {
    order: 30;
}

.order31 {
    order: 31;
}

.order32 {
    order: 32;
}

.order33 {
    order: 33;
}

.order34 {
    order: 34;
}

.order35 {
    order: 35;
}

.order36 {
    order: 36;
}

.order37 {
    order: 37;
}

.order38 {
    order: 38;
}

.order39 {
    order: 39;
}

.order40 {
    order: 40;
}

.order41 {
    order: 41;
}

.order42 {
    order: 42;
}

.order43 {
    order: 43;
}

.order44 {
    order: 44;
}

.order45 {
    order: 45;
}

.order46 {
    order: 46;
}

.order47 {
    order: 47;
}

.order48 {
    order: 48;
}

.order49 {
    order: 49;
}

.order50 {
    order: 50;
}

.order51 {
    order: 51;
}

.order52 {
    order: 52;
}

.order53 {
    order: 53;
}

.order54 {
    order: 54;
}

.order55 {
    order: 55;
}

.order56 {
    order: 56;
}

.order57 {
    order: 57;
}

.order58 {
    order: 58;
}

.order59 {
    order: 59;
}

.order60 {
    order: 60;
}

.order61 {
    order: 61;
}

.order62 {
    order: 62;
}

.order63 {
    order: 63;
}

.order64 {
    order: 64;
}

.order65 {
    order: 65;
}

.order66 {
    order: 66;
}

.order67 {
    order: 67;
}

.order68 {
    order: 68;
}

.order69 {
    order: 69;
}

.order70 {
    order: 70;
}

.order71 {
    order: 71;
}

.order72 {
    order: 72;
}

.order73 {
    order: 73;
}

.order74 {
    order: 74;
}

.order75 {
    order: 75;
}

.order76 {
    order: 76;
}

.order77 {
    order: 77;
}

.order78 {
    order: 78;
}

.order79 {
    order: 79;
}

.order80 {
    order: 80;
}

.order81 {
    order: 81;
}

.order82 {
    order: 82;
}

.order83 {
    order: 83;
}

.order84 {
    order: 84;
}

.order85 {
    order: 85;
}

.order86 {
    order: 86;
}

.order87 {
    order: 87;
}

.order88 {
    order: 88;
}

.order89 {
    order: 89;
}

.order90 {
    order: 90;
}

.order91 {
    order: 91;
}

.order92 {
    order: 92;
}

.order93 {
    order: 93;
}

.order94 {
    order: 94;
}

.order95 {
    order: 95;
}

.order96 {
    order: 96;
}

.order97 {
    order: 97;
}

.order98 {
    order: 98;
}

.order99 {
    order: 99;
}

.w272 {
    width: 272px;
}

.h77 {
    height: 77px;
}

.bc3e3e41 {
    background-color: #3E3E41;
}

.borderNone {
    border: none;
}

.backgroundNone {
    background: none;
}

.vVisible {
    visibility: visible;
}

.w100PX {
    width: 100px;
}

.p5_15_0_30 {
    padding: 5px 15px 0 30px;
}

.ls247 {
    letter-spacing: 2.47px;
}

.ls353 {
    letter-spacing: 3.53px;
}

.pt15 {
    padding-top: 15px;
}

.o02 {
    opacity: 0.2;
}

.lstStyleNone {
    list-style: none;
}

.w150 {
    width: 150px;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
    color: black;
}

.w35p {
    width: 35px;
}

.w70p {
    width: 70px;
}

.w35 {
    width: 35%;
}

.workflowRadio {
    flex-wrap: nowrap;
    margin-left: 0px;
}

.w40p {
    width: 40px;
}

.workflowReminderList {
    margin: 0 0 -1em;
    padding: 0;
}

    .workflowReminderList li {
        list-style: none;
        padding-bottom: 1em;
    }

.triggerConditionDDHeight {
    height: 44px !important;
}

.alert {
    z-index: 999999 !important;
}

.siteconfig-customform-prop-container {
    /*display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    margin: 0 -3px;*/
}

.PS-Header-Grid {
    display: grid;
    grid-template-columns: 1fr auto;
}

    .PS-Header-Grid .InvestmentPageMainButtons {
        grid-column: span 2;
        margin: 0;
        text-align: right;
    }

.ladda-borderless.btn[disabled] {
    border: 0;
}

.pv-file-dialog-upload-types {
    background: rgb(0, 0, 0, 0.08);
    padding: 2px;
    width: fit-content;
    border-radius: 4px;
    justify-self: center;
}

.btn-toolbar {
    gap: 8px;
}

.customFormContactWindow .btn-toolbar {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "left right";
}

    .customFormContactWindow .btn-toolbar .toolbar-left {
        grid-area: left;
    }

    .customFormContactWindow .btn-toolbar .toolbar-right {
        grid-area: right;
        justify-items: flex-end;
        display: flex;
        gap: 8px;
    }

.dotted-border {
    border: 1.5px dashed #000 !important;
    border-color: #8b8b8b !important;
    padding: 10px !important;
    /*color: blue;*/
    padding: 20px !important;
    border-radius: 15px !important;
}

.fRight {
    float: right;
}

.minWidth50 {
    min-width: 50%;
}

.clearBoth {
    clear: both;
}

#investorFileDropZone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    height: 150px;
}

.InvestorPortalFileDropZone {
    padding-top: 1rem;
}

.InvestorPortalAdminFileUploadContainer {
    margin-bottom: 7rem;
}