﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*:root {
    --theme-color: #28a745;
    --dark-theme-color: #2a8a40;
}*/
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #333;
  background-color: #9c9c9c;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
* {
    font-family: Verdana;
}

/*#region Project Dashboard*/
.control-section {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-top: none;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.e-panel-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}

.panel-content {
    vertical-align: middle;
    font-size: 15px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.61);
    text-align: center;
}

.e-panel-content {
    height: 100%;
    width: 100%;
    display: block;
    padding: 15px;
    overflow-y: auto;
}

.e-panel {
    height: 300px;
}
.e-dashboardlayout.e-control .e-panel .e-panel-header {
    font-size: 15px;
    font-weight: 500;
    height: initial;
    padding: .75rem 1.25rem;
    vertical-align: middle;
    border-bottom: 0.5px solid rgba(227, 227, 227, 0.00);
}
.control-section .e-control, .e-css {
    font-size: inherit;
}
/*#endregion*/




/*#Common Css*/


/*#endregion*/


/*#region Progress Bar*/
.nav-hover:hover {
    font-weight: bold;
}

.dropdown-hover:hover {
    background-color: #71bf44;
    font-weight: bold;
}

.scroll-div {
    max-height: 400px;
}

.overlay {
    background: rgba(0,0,0,0);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
/* Turn off scrollbar when body element has the loading class */
/*body.loading {
    overflow: hidden;
}*/
    /* Make spinner image visible when body element has the loading class */
    /*body.loading .overlay {
        display: block;
    }*/



#divProgress {
    display: none;
    background: rgba(33, 30, 30, 0.34);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* Turn off scrollbar when body element has the loading class */
body.loadingProgress {
    overflow: hidden;
}
    body.loadingProgress .overlay {
        display: none !important
    }
/* Make spinner image visible when body element has the loading class */
body.loadingProgress #divProgress {
    display: block;
}
body.loadingProgress .modal-backdrop {
    background-color: transparent !important;
}
#divProgress .progress-icon {
    font-size: 65px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    color: #257837;
    /*color: #113a1a;*/
}
    #divProgress .progress-icon:after {
        content: attr(percent);
        font-size: 13px;
        position: absolute;
        font-weight: 800;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #divProgress .progress-icon:before {
        animation: fa-spin 2s infinite linear;
    }
.spinner-progress {
    font-size: 18px;
    color: var(--dark-theme-color);
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

     

  
/*#endregion*/
/* 500px wide popup*/
.mfp-iframe-scaler iframe {
    background: url(/images/preloader.gif) no-repeat scroll center center #fff !important;
    background-size: 60px !important
}
.popNote .mfp-iframe-holder .mfp-content {
    max-width: 850px; /*Intial width of popup*/
}

    .popNote .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 90%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }

.popReturnFundRequestModal .mfp-iframe-holder .mfp-content {
    max-width: 750px; /*Intial width of popup*/
}

    .popReturnFundRequestModal .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 110%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.pop500 .mfp-iframe-holder .mfp-content {
    max-width: 550px; /*Intial width of popup*/
}

    .pop500 .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 120%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }

.popUploadCustomDoc .mfp-iframe-holder .mfp-content {
    max-width: 550px; /*Intial width of popup*/
}

    .popUploadCustomDoc .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 85%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }


.popTwoStep .mfp-iframe-holder .mfp-content {
    max-width: 550px; /*Intial width of popup*/
}

    .popTwoStep .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 85%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.pop900 .mfp-iframe-holder .mfp-content {
    max-width: 900px; /*Intial width of popup*/
}

    .pop900 .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 90%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.popMergeParty .mfp-iframe-holder .mfp-content {
    max-width: 1300px; /*Intial width of popup*/
}

    .popMergeParty .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 50%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.popCustomEmailSend .mfp-iframe-holder .mfp-content {
    /*max-width: 1100px;*/ /*Intial width of popup*/
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}

    .popCustomEmailSend .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        
    }

.popManageInstruction .mfp-iframe-holder .mfp-content {
    /*max-width: 1100px;*/ /*Intial width of popup*/
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1700px; /*Intial width of popup*/
}
    .popManageInstruction .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 0%;
    }

.popReportProblem .mfp-iframe-holder .mfp-content {
    max-width: 900px; /*Intial width of popup*/
}

    .popReportProblem .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 90%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.popUpdateParty .mfp-iframe-holder .mfp-content {
    max-width: 900px; /*Intial width of popup*/
}



.popUpdateParty .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding-top: 90%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
}


.popTicketEditDetails .mfp-iframe-holder .mfp-content {
    max-width: 600px; /*Intial width of popup*/
}

    .popTicketEditDetails .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 110%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }

.popFeeBreakDown .mfp-iframe-holder .mfp-content {
    max-width: 800px; /*Intial width of popup*/
}

    .popFeeBreakDown .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 80%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }

.popFeeBreakDownv3 .mfp-iframe-holder .mfp-content {
    max-width: 800px; /*Intial width of popup*/
}

    .popFeeBreakDownv3 .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 110%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }

.pop600 .mfp-iframe-holder .mfp-content {
    max-width: 600px; /*Intial width of popup*/
}

    .pop600 .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 110%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.popBulkInvestmentEdit .mfp-iframe-holder .mfp-content {
    max-width: 1400px; /*Intial width of popup*/
}

.popBulkInvestmentEdit .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding-top: 60%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
}


.pop400 .mfp-iframe-holder .mfp-content {
    max-width: 400px; /*Intial width of popup*/
}

    .pop400 .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 110%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }


.popTwoFactorTOTP .mfp-iframe-holder .mfp-content {
    max-width: 1000px; /*Intial width of popup*/
}

    .popTwoFactorTOTP .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 80%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }


.popPartyHistory .mfp-iframe-holder .mfp-content {
    max-width: 1400px; /*Intial width of popup*/
}

    .popPartyHistory .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 60%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }


.popNORLList .mfp-iframe-holder .mfp-content {
    max-width: 800px; /*Intial width of popup*/
}

    .popNORLList .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 80%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }
.popAuditLog .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}

.popAddLedger .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}

.popProposalAdd .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}

    .popProposalAdd .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        
    }

.popLeadAdd .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}    
.popEntityAdd    .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}


.popLeadAdd .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
}
.popBankAdd .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 800px; /*Intial width of popup*/
}

.popBankAdd .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
}


.popSiteAdd .mfp-iframe-holder .mfp-content {
    min-height: 94vh;
    max-height: 94vh;
    max-width: 1300px; /*Intial width of popup*/
}

    .popSiteAdd .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    }

.popSmall .mfp-iframe-holder .mfp-content {
    max-width: 600px; /*Intial width of popup*/
}

    .popSmall .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 70%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }



.e-grid .e-excelexport::before, .e-grid-menu .e-excelexport::before { 
    content: "\f1c3" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 5px;
}

#global_toast .fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
}
.project-dashboard .nav-item.tabby .nav-link i.fas,
.owner-dashboard .nav-item.tabby .nav-link i.fas,
.project-details .nav-item.tabby .nav-link i.fas
{
    color: var(--theme-color);
}
.e-toast-container .e-toast.e-toast-danger .e-toast-progress {
    background-color: #721c24;
}
.e-toast-container .e-toast.e-toast-success .e-toast-progress {
    background-color: #155724;
}
.e-toast-container .e-toast.e-toast-info .e-toast-progress {
    background-color: #004085;
}

.e-toast-container .e-toast.e-toast-warning .e-toast-progress {
    background-color: #856404;
}
.e-error.toast-icons,
.e-success.toast-icons {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
}

    .e-error.toast-icons:before {
        font-size: 18px;
        content: "\f06a";
    }
.e-success.toast-icons:before {
    font-size: 18px;
    content: "\f058";
}


.rd-disburse-selection:checked ~ span.label {
    font-weight: bold;
}

.partial-amount-disbursement{
    display: none;
}

.rd-disburse-selection:checked ~ input.partial-amount-disbursement {
    display: block;
}

.td-disbursement-amount.is-invalid input {
    border-color: #dc3545; 
}

.document-tab .e-treeview .e-list-item .e-ul {
    padding: 0 0 0 20px;
}

.document-tab .folder-color {
    color: #8f8f8f;
}
.document-tab .party-folder-color {
    color: #499857 !important;
}

.document-tab li.e-list-item[aria-expanded="true"] > .e-icon-wrapper .fa-folder:before {
    content: "\f07c" !important;
}


li.loading > .e-text-content.e-icon-wrapper {
    position: relative;
}

    li.loading > .e-text-content.e-icon-wrapper:before {
        font-family: "Font Awesome 5 Pro" !important;
        font-weight: 900 !important;
        display: inline-block;
        font-size: 14px;
        animation: fa-spin 2s infinite linear;
        content: "\f110";
        position: absolute;
        top: 5px;
        left: 3px;
    }

.e-treegrid .e-hierarchycheckbox .e-frame {
    height: 14px;
    width: 14px;
}

#drLockboxListItem {
    max-width: 220px;
    padding: 3px;
    height: 30px;
    padding-top: 1px;
    margin-right: 7px;
    font-size: 13px;
    width: auto;
}

.support-dropdown .dropdown-toggle::after {
    margin-left: 0;
    position: relative;
    top: 2px;
    display: none;
}

.e-large {
    position: relative;
    top: 5px;
}

.e-large {
    position: relative;
    top: 5px;
}

    .e-large .e-switch-wrapper, .e-large.e-switch-wrapper, .e-large .e-css.e-switch-wrapper, .e-large.e-css.e-switch-wrapper {
        height: 20px;
        width: 48px;
    }

    .e-large .e-switch-handle {
        height: 15px;
        width: 15px;
    }

.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    margin-left: -17px;
}


.e-very-large .e-switch-wrapper, .e-very-large.e-switch-wrapper, .e-very-large .e-css.e-switch-wrapper, .e-very-large.e-css.e-switch-wrapper {
    height: 25px;
    width: 60px;
}
.e-very-large .e-switch-handle {
    height: 20px;
    width: 20px;
}
.e-very-large.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-very-large .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    margin-left: -21px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-payapp.edit .button-view {
    display: none;
}

.admin-payapp .edit-view {
    display: none;
}
.admin-payapp.edit .edit-view {
    display: block;
}



.strike-line .strike{
    text-decoration: line-through;
}


.update-invitation-email {
    display: inline-flex;
}

    .update-invitation-email input {
        border-radius: 5px 0px 0px 5px;
    }

    .update-invitation-email .btn-success {
        border-radius: 0px;
    }

    .update-invitation-email .btn-outline-secondary {
        border-radius: 0px .2rem .2rem 0px;
    }

.show-update-email {
    cursor: pointer;
    border-bottom: dashed 1px #0088cc;
    padding-bottom: 5px;
}

.disable-scroll {
    overflow: hidden;
}

.fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-top: 0px !important;
}

.tlb-close-fullscreen,
.tlb-fullscreen {
    position: relative;
    top: 1px;
}

.clsStatusIndicators{
    padding-left: 10px;
}

.badge-pink, .badge-pink:hover {
    background-color: #df44cf !important;
}

.test-site {
    background: red;
    font-size: 17px;
    color: white;
    position: fixed;
    right: 0;
    padding: 19px;
}

.dropdown-menu[aria-labelledby="navbarDropdownMenuLink"] {
    z-index: 10000;
}

.smart-timeline-icon {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    direction: ltr;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    box-sizing: content-box;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px;
    line-height: 30px;
    font-size: 14px;
    background-color: #474544;
    font-weight: bold !important;
    position: static !important;
}

.common-notes-grid .history-list td  p{
    margin-bottom: 5px;
}
.chunk-upload.drag-area header {
    text-align: center;
}

.dashboard-link {
    color: #0056b3;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.matured-row {
    background-color: #e8f3ee;
}

.modal-dialog-lg {
    max-width: 800px;
}

.stop-impersonate-container {
    top: 11px;
    position: fixed;
    z-index: 9;
    left: 5px;
}

.click-copy{
    cursor: pointer;
}

.modal-tlb-large {
    width: calc(90% - 50px);
    max-width: 1500px;
}

.show-mask-info{
    cursor: pointer;
}

.tlb-breadcrumb{
    display: block;
}

@media (min-width: 768px) {
    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
        }

        .dropdown-submenu:hover .dropdown-menu {
            display: block;
        }
}


.dropdown-item-a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #7f7f7f;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-item-a, .dropdown-item-a:hover {
    color: #212529;
    text-decoration: none;
}

.note-sticky {
    position: fixed;
    top: 120px;
    right: 0; /* Spacing from the edge */
    z-index: 999;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #D32F2F, #C62828); /* Subtle red gradient */
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px 0px 0px 3px; /* Circular shape */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    user-select: none; /* Prevents text selection */
}

    .note-sticky:hover {
        transform: scale(1.1); /* Slight zoom effect */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.3);
        background: linear-gradient(135deg, #C62828, #B71C1C); /* Slightly darker red on hover */
    }

.count {
    margin: 0; /* Removes default margin */
    text-align: center;
}


.test-site-con {
    /*   background-color: #ff000021 !important;*/
    /*background-color: #e77f1338 !important;*/
}

.card-header.card-locked {
    background-color: #ff00001c;
}

.pay-app-grid-header {
    background-color: var(--theme-color-light-10);
}

.test-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px; /* Width of the vertical bar */
    height: 100vh; /* Full viewport height */
    background-color: red;
    color: white;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 2px 0 6px rgba(0,0,0,0.2);
}


/* Thicker top line progress bar */
#topProgress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px; /* thicker line */
    z-index: 10000; /* above #divProgress overlay */
    display: none;
    background: transparent;
}

    #topProgress .top-progress-bar {
        height: 100%;
        width: 0%;
        background: var(--dark-theme-color); /* solid theme color */
        box-shadow: 0 0 6px var(--dark-theme-color); /* keep same strong color */
        transition: width 200ms linear, opacity 200ms linear;
    }
    #topProgress.waiting .top-progress-bar {
        animation: subtlePulse 2.4s ease-in-out infinite; /* slower and calmer */
    }

@keyframes subtlePulse {
    0% {
        box-shadow: 0 0 3px color-mix(in srgb, var(--dark-theme-color) 40%, transparent);
    }

    50% {
        box-shadow: 0 0 6px color-mix(in srgb, var(--dark-theme-color) 45%, transparent);
    }

    100% {
        box-shadow: 0 0 3px color-mix(in srgb, var(--dark-theme-color) 30%, transparent);
    }
}
