/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
/******/

@font-face {
    font-family: 'PT Sans';
    src: url('/css/fonts/PTSans-Regular.eot');
    src: url('/css/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PTSans-Regular.ttf') format('truetype'), url('/css/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
}

@font-face {
    font-style: normal;
    font-weight: bold;
    font-family: 'PT Sans Bold';
    src: url('/css/fonts/PTSans-Bold.eot');
    src: url('/css/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PTSans-Bold.ttf') format('truetype'), url('/css/fonts/PTSans-Bold.svg#PTSans-Regular') format('svg');
}

.innerContainer {
    width: 650px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'PT Sans';
}

.innerContainerJob {
    width: 1430px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'PT Sans' !important;
}

.innerContainerJobSummery {
    /*width: 972px;*/
    font-size: 15px;
    font-weight: normal;
    font-family: 'PT Sans' !important;
}

.leftBackground {
}

.buttonBackground {
    background: rgb(252, 180, 20);
    border-color: rgb(252, 180, 20);
    background-color: rgb(252, 180, 20);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 rgb(254, 221, 155);
    background: linear-gradient(rgb(252, 180, 20), rgb(252, 180, 20));
    background: linear-gradient(to bottom, rgb(252, 180, 20) 0%, rgb(252, 180, 20) 100%);
    color: #4d4d4e;
}

.leftlabel {
    background-color: #F9F9F9;
    padding-top: 10px;
}

.rowborder {
    /*border-radius: 3px 0px 0px 0px;*/
    border: 1px solid #E4E4E4;
    height: 50px;
}
.textAreaHeight {
    min-height: 75px;
    outline: none;
    /*resize: none;*/
}

.textAreaHeight:focus {
    outline: none;
}

    .rowborderExtended {
        /*border-radius: 3px 0px 0px 0px;*/
        border: 1px solid #E4E4E4;
        height: 80px;
    }

.rowborderExtendedHeight {
    /*border-radius: 3px 0px 0px 0px;*/
    border: 1px solid #E4E4E4;
    height: 350px;
}

.rowborderExtendedHeightScopeDesc {
    border: 1px solid #E4E4E4;
    min-height: 350px;
}

.row .col-form-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rowborderGridCell {
    /*border-radius: 3px 0px 0px 0px;*/
    border: 1px solid #E4E4E4;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rowborderTop {
    border-top: none;
}

.buttonMarginTop {
    margin-top: 15px;
}

.no-border-focus:focus {
    border: none !important;
    box-shadow: none !important;
}

.headerTitle {
    margin: 0px;
    color: #4D4D4D;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
}

.headerTitleSummery {
    margin: 0px;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 16px;
}

.checkboxMiddle {
    line-height: 40px;
    height: 40px;
}

.p_errorColor {
    background-color: rgb(255, 205, 194);
}

.p_errorMsg {
    /*display:inline;*/
}

.p_errorMsgHide {
    display: none;
}

.p_error {
    color: Red;
    font-size: 11px;
    font-weight: normal;
    background-color: transparent;
    position: absolute;
    bottom: 5px;
}

.rightcol {
    position: relative;
}

.controlDisabled {
    background-color: transparent;
}

.ui-widget {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-size: 15px !important;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: 'PT Sans', Arial, sans-serif !important;
        font-size: 15px !important;
    }
.ui-widget-header {
    border: none !important;
    background: transparent !important;
}

#tabs {
    border: none !important;
}

.ui-tabs .ui-tabs-panel {
    /*padding: 1em 1em !important;*/
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 3px;
}

.removeColPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rowPadding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.textAlignRight {
    text-align: right;
}

.rowColor {
    /*background-color: #F9F9F9;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.readonly-white-bg {
    background-color: rgb(255, 255, 255) !important;
}

.btn-delete, .btn-deleteLabMsc, .btn-deleteLab, .btn-deleteMatMsc, .btn-deleteDeposit, .btn-deletePayment, .btn-deleteServiceCall {
    margin-left: 30%;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

    .btn-delete .fa-trash,
    .btn-deleteLabMsc .fa-trash,
    .btn-deleteLab .fa-trash,
    .btn-deleteMatMsc .fa-trash,
    .btn-deleteDeposit .fa-trash,
    .btn-deletePayment .fa-trash,
    .btn-deleteServiceCall .fa-trash {
        color: #696969;
    }

.btn-email {
    margin-left: 0%;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

.btn-uploadPdf {
    margin-left: 0%;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

.btn-email {
    margin-left: 0%;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

.btn-print {
    margin-left: 0%;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

.btn-print-service {
    margin-left: 0%;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    background-color: transparent;
}

.btn-email .fa-envelope {
    color: #696969;
}

.btn-print .fa-print {
    color: #696969;
}

.btn-uploadPdf .fa-upload {
    color: #696969;
}

.btn-print-service .fa-envelope {
    color: #696969;
}

.fileUpL {
    font-size: 16px;
    color: #696969;
}

.submitupload {
    font-size: 16px;
    border: 1px solid #696969;
}

.jconfirm-buttons button {
    text-transform: capitalize !important;
    /*font-size: 14px;
    font-weight: bold;
    text-shadow: none;*/
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    height: 23px !important;
}


/*.ui-widget-header {
    border: none !important;
    background: transparent !important;
}

#tabs {
    border: none !important;
}*/

.bottomTotalWrapper {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-end;
}

    .bottomTotalWrapper > div {
        margin-bottom: 2px;
    }


#bottomMat > div {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Align the spans horizontally */
    margin-bottom: 10px; /* Add space between rows */
}

    /* Optional: Add some styling to the spans */
    #bottomMat > div > span {
        font-size: 14px; /* Adjust the font size */
        padding: 5px; /* Add padding if needed */
    }

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1450px !important;
    }

    .summery {
    }
}

.summery {
    width: 99vw;
}

.rightColumn {
    margin-right: 10px;
    display: inline-block;
    width: 70px;
    text-align: right;
}

/**Summery nav bar **/
.navbarC {
    display: flex;
    position: sticky;
    align-items: center;
    justify-content: space-between;
    top: 0px;
    background: white;
    color: rgb(41, 170, 225);
    height:60px;
}

.nav-listC {
    display: flex;
    list-style: none;
    margin-bottom: 2px;
}

    .nav-listC li {
        margin-right: 2px;
        width: 40px;
    }

        .nav-listC li:last-child {
            margin-right: 0;
        }

        .nav-listC li a {
            text-decoration: none;
            color: rgb(41, 170, 225);            
        }

.nav-list li a:hover {
    /*color: #ffd700;*/
    /* Change the color on hover */
}

.rightNav {
    text-align: right;
}



/***legends****/
.legends {
    display: flex;
    list-style: none;
    margin-bottom: 2px;
}

.legends li {
    margin-right: 2px;
    width: 100px;
    text-align:center;
    color:black;
}

.legends li:last-child {
    margin-right: 0;
}




/** payment proposed **/
.paymentTable {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    /*max-width: 800px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'PT Sans';
}

.paymentTable * {
    position: relative;
}

.paymentTable td,
.paymentTable th {
    padding-left: 8px;
}

.paymentTable thead tr {
    height: 40px;
    background: #e6e6e6;
    font-size: 15px;
    font-family: 'PT Sans Bold';
}

.paymentTable tbody tr {
    height: 40px;
    border-bottom: 1px solid #e3f1d5;
}

.paymentTable tbody tr:last-child {
    border: 0;
}

.paymentTable td,
.paymentTable th {
    text-align: left;
}

.paymentTable td.l,
.paymentTable th.l {
    text-align: right;
}

.paymentTable td.c,
.paymentTable th.c {
    text-align: center;
}

.paymentTable td.r,
.paymentTable th.r {
    text-align: center;
}

.paymentTable th:nth-child(2),
.paymentTable td:nth-child(2) {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paymentTable td:nth-child(2) {
    text-align:right;
}

.paymentTable th:nth-child(3),
.paymentTable td:nth-child(3) {
    text-align:center;
}

.textAlignRight {
    text-align: right;
}

.toRight {
    text-align: right;
    margin-top:10px;
}
.centerA {
    text-align: center;
    font-size: 20px;
}
.centerABlock {
    display: block;    
}
.centerABlockFont {
    font-size: 11px;
}

.printInvoiceButton{
    margin-bottom:4px;
    width:180px;
}

.autoScroll {
    overflow: auto;
    height: calc(100vh - 250px);
}

.autoScroll2 {
    overflow: auto;
    height: calc(100vh - 240px);
}

.autoScroll_Warranty {
    overflow: auto;
    height: calc(100vh - 80px);
}

.autoScrollPayment {
    overflow: auto;
    height: calc(100vh - 110px);
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    color: #363636;
}

.ui-jqgrid .ui-search-table td.ui-search-clear {
    width: 15px !important;
}

.ui-jqgrid tr.ui-search-toolbar td input {
    padding-right: 0px;
    width: 98% !important;
}

.ui-jqgrid .ui-search-table .ui-search-oper {
    width: 0px;
    display: none !important;
}

.topButton {
    width: 70px;
}

/*spinner*/
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid black; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/***/
.borderTopLeftRadious {
    border-top-left-radius:5px;
}

.borderTopRightRadious {
    border-top-right-radius: 5px;
}

.borderBottomLeftRadious {
    border-bottom-left-radius: 5px;
}

.borderBottomRightRadious {
    border-bottom-right-radius: 5px;
}

.jobtitleValue {
    color: #4D4D4D;
    font-size: 17px;    
    font-weight: normal;
}
.jobtitleLabel {
    color: #4D4D4D;
    font-size: 17px;
    font-weight: bold;
    margin-left: 7px;
}

.toLeft{
    margin-bottom:3px;
}

.joblistWarranty {
    max-height: 60px;
    overflow-y: auto;
}

#ui-datepicker-div{
    z-index:100;
}

.ui-datepicker-trigger{
    display:none;
}

.ChangeOrderWidth {
    width: 70px;
}

.ui-TextAlign {
    text-align: right !important;
}

.estimateRow {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1px;
}
.estimateRow #btnPrintEstimate{
    width:180px;
}
.estimateRow #btnPrintEstimateFr {
    width: 180px;
}

    .estimateRow #btnNewEstimate {
        width: 180px;
    }

    .estimateRow #btnDuplicateEstimate {
        width: 180px;
    }

    .estimateRow #btnSaveTemplate {
        width: 130px;
        margin-left: 5px;
    }

    .estimateRow #btnLoadTemplate {
        width: 130px;
        margin-left: 5px;
    }

    .estimateRow #btnSuppliedMaterial {
        width: 280px;
        margin-left: 5px;
    }

.changeOrderButton {
    width: 170px;
}

.changeOrderCol {
    text-align:center;
}

.readonly-control {
    background-color: #f0f0f0;
    pointer-events: none; 
}

.changeOrderPadding {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wrappers {
    margin-top: 10px;
}

.templateSave {
    max-width: 170px;
}

.templateRowborder {
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-dialog-titlebar-close {
    text-indent: -9999px; /* Remove text */
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.ui-dialog-titlebar-close:before {
    content: "×"; /* Unicode for '×' symbol */
    font-size: 20px;
    color: #000;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
}

#btnSave,
#btnSaveChange,
#btnPrintEstimate,
#btnPrintEstimateFr,
#btnSaveTemplate,
#btnLoadTemplate,
#btnSuppliedMaterial,
#btnApply,
#btnPaymentInvoice,
#btnPaymentInvoiceFr,
#btnPrintCustomerWarranty,
#btnPrintCustomerWarrantyFr,
#btnLead,
#btnWarrantyCertificate,
#btnCompetitionCertificate,
#btnDeficiencyCertificate,
#btnNewEstimate,
#btnDuplicateEstimate,
#btnLoadScopeDesc,
#btnSaveScope,
#btnApplyFormula,
.custombutton {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: rgb(77, 77, 78) !important;
    height: 32.7px;
}

#btnSave:focus,
#btnSave:hover,
#btnSaveChange:focus,
#btnSaveChange:hover,
#btnPrintEstimate:focus,
#btnPrintEstimate:hover,
#btnPrintEstimateFr:focus,
#btnPrintEstimateFr:hover,
#btnSaveTemplate:focus,
#btnSaveTemplate:hover,
#btnLoadTemplate:focus,
#btnLoadTemplate:hover,
#btnSuppliedMaterial:focus,
#btnSuppliedMaterial:hover,
#btnApply:focus,
#btnApply:hover,
#btnPaymentInvoice:focus,
#btnPaymentInvoice:hover,
#btnPaymentInvoiceFr:focus,
#btnPaymentInvoiceFr:hover,
#btnPrintCustomerWarranty:focus,
#btnPrintCustomerWarranty:hover,
#btnPrintCustomerWarrantyFr:focus,
#btnPrintCustomerWarrantyFr:hover,
#btnLead:focus,
#btnLead:hover,
#btnWarrantyCertificate:focus,
#btnWarrantyCertificate:hover,
#btnCompetitionCertificate:focus,
#btnCompetitionCertificate:hover,
#btnDeficiencyCertificate:focus,
#btnDeficiencyCertificate:hover,
#btnNewEstimate:focus,
#btnNewEstimate:hover,
#btnDuplicateEstimate:focus,
#btnDuplicateEstimate:hover,
#btnLoadScopeDesc:focus,
#btnLoadScopeDesc:hover,
#btnSaveScope:focus,
#btnSaveScope:hover,
#btnApplyFormula:focus,
#btnApplyFormula:hover,
.custombutton:focus,
.custombutton:hover
{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: rgb(77, 77, 78) !important;
    height: 32.7px;
}

#btnApplyFormula:focus,
#btnApplyFormula:active,
#btnApplyFormula:focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#fileInputHH {
   /* outline: none !important;
    box-shadow: none !important;
    border: none !important;*/
}

#fileInputHH:focus, #fileInputHH:active, #fileInputHH:focus-visible {
    /* outline: none !important;*/
    box-shadow: none !important;
    /*border: none !important;*/
}

#btnWarrantyCertificate,
#btnCompetitionCertificate,
#btnDeficiencyCertificate {
    width: 180px;
}

#btnLoadScopeDesc {
    width: 130px;
}

#btnApplyFormula {
    width: 150px;
    margin-right: 10px;
}

#btnSaveScope {
    width: 180px;
}

.btn-primary {
    color: rgb(77, 77, 78);
}

.btn-primary:hover {
    color: rgb(77, 77, 78);
    background-color: rgb(252, 180, 20);
    border-color: none;
}

.templateSearchMsg {
    display: inline-block;
    width: 200px;
    line-height: 30px;
}

.validationMessage {
    display: block;
}

.divLayout {
    width: 100%;
    color: #999999;
    font-size: 13px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
    box-sizing: border-box;
    font-family: 'PT Sans', Arial, sans-serif;
}

    .divLayout > div, .divLayout > div.LoginHeader {
        position: relative;
        margin-bottom: 20px;
    }

div.LoginHeader .h3, div.LoginHeader h3, .divPitle {
    margin: 0px;
    color: #4D4D4D;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    padding-right: 30px;
}

div.LoginHeader_Es .h3, div.LoginHeader_Es h3, .divPitle_Es {
    margin: 0px;
    color: #4D4D4D;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    padding-right: 30px;
}
#divTitleMsg_Es_Msg {
    color: red;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: normal;
    height: auto;
    display: block;
    width: 290px;
}

div.btnClose {
    line-height: 21px;
    box-sizing: border-box;
    color: rgb(212, 208, 204);
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    right: 0px;
    z-index: 2921;
    cursor: pointer;
    position: absolute;
}

#divCLMat.btnCloseEs {
    /*line-height: 13px;*/
    box-sizing: border-box;
    color: rgb(212, 208, 204);
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    right: 14px;
    z-index: 2921;
    cursor: pointer;
    position: absolute;
}
#divCLMat {
    margin-bottom: 1px;
}

.muted {
    color: #999999 !important;
}

#btnScheduleDelete {
    width: 100%;
    color: #4d4d4e;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: normal;
    padding: 13px 26px;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB, #D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#btnOKMsg {
    width: 100%;
    color: #4d4d4e;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: normal;
    padding: 13px 26px;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB, #D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#btnOKMsg_Es {
    width: 100%;
    color: #4d4d4e;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: normal;
    padding: 13px 26px;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB, #D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#txtShortDescription_Es {
    width: 310px;
    padding: 0px;
    border: 1px solid rgb(213, 210, 203);
    line-height: 32px;
}
#txtShortDescription_Es:focus {
    outline: none; 
    border: 1px solid rgb(213, 210, 203); 
    box-shadow: none; 
}


#btnDialogYes {
    color: #4d4d4e;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: normal;
    padding: 13px 26px;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB, #D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
}

#btnDialogCancel {
    color: #4d4d4e;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: normal;
    padding: 13px 26px;
    background-repeat: repeat;
    background-attachment: scroll;
    border-color: rgb(213, 210, 203);
    background-image: linear-gradient(#D5D2CB, #D5D2CB);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
}


#btnLead {
    width: 130px;
}

.googleMapIcon {
    cursor: pointer;
    width: 50px;
    position: absolute;
    left: 50px;
    top: 12px;
    font-size: 22px;
    color: #e74c3c;

}

.label_span {
    font-weight:bold;
}

.value_span {
    background-color: white;
}

.headerRowCustom {
    /*padding-bottom: 5px;*/
    margin-top: 5px;
    padding-bottom: 3px;
    padding-top: 1px;
}

.lastHeaderRowCustom {
    margin-bottom: 5px;
}

.headerTable {
    width: 100%;
    border-collapse: collapse;
}

.label_td {    
    padding: 2px 4px;
    white-space: nowrap;
    text-align: left;
    color: #4D4D4D;
    width: 30%; 
}

.value_td {
    padding: 4px 8px;
    text-align: left;
    width: 35%; 
    color: #333;
}

.scopeMsg {
    position: absolute;
    top: 23px;
    left: 6px;
}

#ScopeListWrapper {
    height: 600px; 
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    padding: 10px 0;    
}

#scopeSearchBox {
    margin: 0 10px 10px 10px; /* keep spacing consistent */
    flex-shrink: 0;
}

/*#scopeButtonList {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    overflow-y: auto;
    flex-grow: 1;*/ /* fills remaining space */
    /*max-height: 100%;*/ /* take full height allowed */
/*}*/

.items-body ul {
    list-style-type: none; 
    padding-left: 0;
    margin: 10px 0; /* Keep margin consistent with previous div margin */
}

.items-body-content {
    
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom:2px;
    display: grid;
    grid-template-columns: 10fr 1fr;
    font-size: 13px;
    grid-gap: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none; /* Remove default outline (optional, but you can keep for accessibility) */
}
.only-border {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.ui-state-highlight-selected {
    background: none !important;
    background-color: #e5c03f !important;
}
.ui-state-highlight {
    background: none !important;
    background-color: #f3e1a3 !important;
}

.changeOrderRight1 {
    margin-right: 101px;
}

.changeOrderRight2 {
    margin-right: 79px;
}

.textAlignRightSetting {
    text-align: right;
    padding-bottom: 4px;
    position:relative;
}
#colSelectorPopup_Mat, #colSelectorPopup_Lab, #colSelectorPopup_MatMsc, #colSelectorPopup_LabMsc,
#colSelectorPopup_Mat_Change, #colSelectorPopup_Lab_Change, #colSelectorPopup_MatMsc_Change, #colSelectorPopup_LabMsc_Change {
    right: 11px;
}

.btn-small-round {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: .2rem;
    background-color: rgb(252, 180, 20);
    color: rgb(77, 77, 78) !important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .btn-small-round:hover {
        background-color: rgb(252, 180, 20);
        color: rgb(77, 77, 78) !important;
    }

.btnExpandItem {
    position: absolute;
    width: 20px;
    top: 5px;
    right: 10px;
    z-index: 1000;
}
.scopeEditor {
    padding-right: 1px !important;
    padding-left: 1px !important;
    margin-top: 0px !important;
}
.IRMargin {
    margin-right: 5px;
}

/*#colSelectorPopup_Mat, #colSelectorPopup_Lab, #colSelectorPopup_MatMsc, #colSelectorPopup_LabMsc,
#colSelectorPopup_Mat_Change, #colSelectorPopup_Lab_Change, #colSelectorPopup_MatMsc_Change, #colSelectorPopup_LabMsc_Change {
    max-height: 170px;
    overflow-y: auto;
}*/

.innerList {
    max-height: 180px;
    overflow-y: auto;
}

.sidebarSelected {
    background: #dfd7d7 !important
}
.gridTitle {
    position: absolute;
    left: 5px;
    margin-top: 5px;
}

.fileUploadGrid {    
    font-size: 15px;
    font-weight: normal;
    font-family: 'PT Sans' !important;
}

.fileUploadGrid th {
    font-weight: normal !important;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif !important;
    text-align: left; /* optional: override browser's center alignment */
}

#documentTree {
    font-size: 15px;
    font-weight: normal;
    font-family: 'PT Sans' !important;
}
.fileTab {
    margin-top: 8px;
}

.selected-row-file {
    background-color: #d0ebff !important; /* Light blue */
}

.tableRowBgColor {
    background-color: #dadada;
}

a.no-hover-color {
    color: inherit;
    text-decoration: none;
}

a.no-hover-color:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer; /* Optional: show pointer on hover */
}