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;
    background-color: #e5e3e4;
}

.display-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.bottom {
    position: absolute !important;
    bottom: 5px !important;
}

.errorTxt {
    border: 1px solid red !important;
}

.height10px {
    height: 10px !important;
}

.height13px {
    height: 13px !important;
}

.height15px {
    height: 15px !important;
}

.height18px {
    height: 18px !important;
}

.height20px {
    height: 20px !important;
}

.height25px {
    height: 25px !important;
}

.height30px {
    height: 30px !important;
}

.height40px {
    height: 40px !important;
}

.height45px {
    height: 45px !important;
}

.height80px {
    height: 80px !important;
}

.height90px {
    height: 90px !important;
}

.height130px {
    height: 130px !important;
}

.height150px {
    height: 150px !important;
}

.height170px {
    height: 170px !important;
}

.height180px {
    height: 180px !important;
}

.height200px {
    height: 200px !important;
}

.height250px {
    height: 250px !important;
}

.height280px {
    height: 280px !important;
}

.height300px {
    height: 300px !important;
}

.height350px {
    height: 350px !important;
}

.height400px {
    height: 400px !important;
}

.height60p {
    height: 60% !important;
}

.height90p {
    height: 90% !important;
}

.height100p {
    height: 100% !important;
}

.min-height200 {
    min-height: 200px;
}

.min-height250 {
    min-height: 250px;
}

.height-auto {
    height: auto;
}

.height100p50 {
    height: calc(100% - 100px) !important;
}

.height-auto {
    height: auto;
}

.width10px {
    width: 10px !important;
}

.width13px {
    width: 13px !important;
}

.width15px {
    width: 15px !important;
}

.width18px {
    width: 18px !important;
}

.width25px {
    width: 25px !important;
}

.width30px {
    width: 30px !important;
}

.width90px {
    width: 90px !important;
}

.width130px {
    width: 130px !important;
}

.width200px {
    width: 200px !important;
}

.width300px {
    width: 300px !important;
}

.width400px {
    width: 400px !important;
}

.width560px {
    width: 560px !important;
}

.width580px {
    width: 580px !important;
}

.width600px {
    width: 600px !important;
}

.width80p {
    width: 80% !important;
}

.width90p {
    width: 90% !important;
}

.width95p {
    width: 95% !important;
}

.width100p {
    width: 100% !important;
}

.width30pct {
    width: 30%;
}

.width33pct {
    width: 33%;
}

.width30px {
    width: 30px;
}

.min-width-150px {
    min-width: 150px;
}

.display-inline-block {
    display: inline-block !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-right30 {
    margin-right: 30px !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-0 {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25p {
    padding-left: 25%;
}

.padding-left-3px-i {
    padding-left: 3px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20{
    padding-top:20px;
}

.padding-bottom-1 {
    padding-bottom: 1px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.border-1px-lightgray {
    border: 1px solid lightgray;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-top-none-i {
    border-top: none !important;
}

.border-grey-radius {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.box-shadow-5-5 {
    box-shadow: 5px 5px lightgray;
}

.BuildReportsTemplate {
    background-color: #e5e3e4;
}

.fullsize {
    width: 100% !important;
    height: 100% !important;
}

.background-color-white {
    background-color: white !important;
}

.background-color-transparent {
    background-color: transparent !important;
}

.background-image-none {
    background-image: none !important;
}

.background-green {
    background-color: #309747 !important;
}

.color-gray {
    color: #333;
}

.color-green {
    color: #309747;
}

.color-black {
    color: black;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.margin-bottom0 {
    margin-bottom: 0px !important;
}

.verticalAlign {
    vertical-align: middle !important;
}

.verticalBottom {
    vertical-align: bottom !important;
}
.text-align-left{
    text-align: left;
}

.divLoad {
    border-radius: 12px;
    height: 16px;
    line-height: 20px;
    padding: 0 16px 3px 16px;
    min-width: 20px;
    color: #155724;
    text-align: center;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.divShare {
    border-radius: 12px;
    height: 16px;
    line-height: 20px;
    padding: 0 16px 3px 16px;
    min-width: 20px;
    color: #004085;
    text-align: center;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.BuildReportsTemplateContent {
    right: 0px;
    width: 560px;
    position: absolute;
    top: 5px;
    bottom: 10px;
    left: 25px;
}

.BuildReportsGridContent {
    right: 5px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 610px;
}

.BuildReportsGridLayout {
    right: 3px;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
}

.filterFont {
    font-size: 14px !important;
    font-weight: bold !important;
}

.btn-maint-green {
    position: relative;
    height: 30px;
    width: 85px;
    background-color: #309747;
    border: solid 1px #309747;
    color: white;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
    font-family: 'Calibri', sans-serif;
}

    .btn-maint-green:hover {
        background-color: #206931;
        transition: 0.3s;
    }

    .btn-maint-green:disabled {
        opacity: 0.4;
    }

.btn-maint-green-sm {
    position: relative;
    height: 28px !important;
    width: 65px;
    background-color: #309747;
    border: solid 1px #309747;
    color: white;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
    font-family: 'Calibri', sans-serif;
}

    .btn-maint-green-sm:hover {
        background-color: #206931;
        transition: 0.3s;
    }

    .btn-maint-green-sm:disabled {
        opacity: 0.4;
    }

.btn-maint-green-invert {
    position: relative;
    height: 30px;
    width: 85px;
    background-color: white;
    border: solid 1px #309747;
    color: #309747;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
    font-family: 'Calibri', sans-serif;
}

    .btn-maint-green-invert:hover {
        background-color: #206931;
        color: white;
        transition: 0.3s;
    }

    .btn-maint-green-invert:disabled {
        opacity: 0.4;
    }

.btn-maint-green-invert-sm {
    position: relative;
    height: 28px !important;
    width: 65px;
    background-color: white;
    border: solid 1px #309747;
    color: #309747;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
    font-family: 'Calibri', sans-serif;
}

    .btn-maint-green-invert-sm:hover {
        background-color: #206931;
        color: white;
        transition: 0.3s;
    }

    .btn-maint-green-invert-sm:disabled {
        opacity: 0.4;
    }

.font-calibri {
    font-family: 'Calibri', 'Candara', 'Segoe', 'Segoe UI', Optima, Arial, sans-serif !important;
}

    .font-calibri .ui-tabs-nav a,
    .font-calibri .ui-tabs-nav span {
        font-family: 'Calibri', sans-serif !important;
    }

.font-size-18px {
    font-size: 18px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.gap-2 {
    gap: 2px;
}

.gap-5{
    gap: 5px;
}

.gridoutterdivfilter60 {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
}

.chkFields {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.txtAlignCenter {
    text-align: center;
}

.txtAlignLeft {
    text-align: left;
}

.hidden {
    display: none !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin: 5px;
    opacity: 1 !important;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 100px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    vertical-align: middle;
    top: -6px;
    padding-left: 5px;
}

    .custom-tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px ;
        position: absolute;
        z-index: 99;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        line-height: 1.4;
    }

        .custom-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .custom-tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

#txtReportSearch, #txtReportSearch:focus {
    padding: 5px;
    height: 25px;
    border: 1px solid #f5f5f5;
    background-image: url('../images/magnify-glass.svg');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 2% center;
    outline: 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
    border: 1px solid lightgray;
}

#divReportTabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: white;
    font-weight: normal;
    color: black;
}

    #divReportTabs .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        text-decoration: none;
        color: #309747 !important;
        border-bottom: 2px solid #309747 !important;
        font-weight: bold;
    }

#divReportTabs .ui-widget-header {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: white;
    color: #309747 !important;
    font-weight: bold;
}

.tsgLiveFilterBox {
    display: none;
    position: absolute !important;
    box-shadow: 2px 2px 5px #888;
    border: solid 1px #688caf;
    background-color: #fff;
    z-index: 1300;
    max-height: 128px;
    overflow: auto;
    cursor: default;
    color: #000
}

    .tsgLiveFilterBox table {
        border: 0;
        width: 100%
    }

    .tsgLiveFilterBox td:hover {
        background-color: #ddd
    }

.tsgLiveFilterBoxHighlight {
    background-color: #ddd
}

.tsgLiveFilterHighlight {
    color: #06c !important;
    padding: 0 !important
}

.TSGDGDateFilter {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#btnAddReportFilter:hover {
    cursor: pointer;
}

#sidebarOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 585px;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    opacity: 0.7;
}

.cv-spinner {
    width: 585px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.overflowy {
    overflow-y: auto;
    overflow-x: hidden;
}

.widget_wrapper_popup {
    border: 3px solid lightgrey;
    border-radius: 5px;
    box-shadow: 0 2px 2px -2px #ccc;
    position: relative;
    z-index: 999999;
    background: linear-gradient(to bottom,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
}

    .widget_wrapper_popup .widget_header {
        padding: 10px;
        color: #309747 !important;
        font-weight: bold;
        border-bottom: solid 1px lightgray;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-top: 1px solid #CDCDCD;
        position: relative;
        text-shadow: 0 1px #FFFFFF;
        /*height: 24px;*/
        padding: 10px;
        border-radius: 2px;
        background: rgb(248,248,248);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,232,232,1)), color-stop(100%,rgba(248,248,248,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
    }

    .widget_wrapper_popup .widget_footer {
        height: 50px !important;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-top: 1px solid #CDCDCD;
        position: relative;
        text-shadow: 0 1px #FFFFFF;
        /*height: 24px;*/
        padding: 10px;
        border-radius: 2px;
        background: rgb(248,248,248);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,232,232,1)), color-stop(100%,rgba(248,248,248,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
    }


.widget_wrapper {
    border: 1px solid lightgrey;
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px #ccc;
    position: relative;
    background: linear-gradient(to bottom,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
}

    .widget_wrapper .widget_header {
        padding: 10px;
        color: #309747 !important;
        font-weight: bold;
    }

    .widget_wrapper .widget_footer {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-top: 1px solid #CDCDCD;
        position: relative;
        text-shadow: 0 1px #FFFFFF;
        /*height: 24px;*/
        padding: 10px;
        border-radius: 2px;
        background: rgb(248,248,248);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,232,232,1)), color-stop(100%,rgba(248,248,248,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
    }

.widget_content {
    padding: 5px 10px;
}

.popupmodal-body .flexcontainer {
    display: flex;
    flex-wrap: wrap;
}

.widget_content .column {
    flex: 1 0 50%;
    margin-top: 20px;
}

.modal-language-header {
    padding: 20px 20px !important;
}

.centersidepanel10 {
    position: absolute;
    top: 5%;
    left: 35%;
}

.top-panel-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
}

.min-height400 {
    min-height: 400px !important;
}

.whiteBackground {
    background-color: white !important;
}

.min-width400 {
    min-width: 400px !important;
}

.min-width600 {
    min-width: 600px !important;
}

.popup-btn18 {
    display: inline-block;
    padding: 6px 18px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #309747;
    border-radius: 4px;
    background: #fff;
}

.popup-btn-primary {
    background-image: -webkit-linear-gradient(top,#309747 0,#309747 100%);
    background-image: -o-linear-gradient(top,#309747 0,#309747 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#309747),to(#309747));
    background-image: linear-gradient(to bottom,#309747 0,#309747 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc8126',endColorstr='#ffff6d00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #309747;
    color: white;
}

    .popup-btn-primary:disabled {
        background-color: grey;
        background-image: none;
        cursor: not-allowed;
    }

/* =========================
   OVERLAY
========================= */
.Queue-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    justify-content: center;
    align-items: center;
}

/* =========================
   MODAL CONTAINER
========================= */
.Queue-modal {
    background: #f7f7f7;
    width: 800px !important;
    max-height: border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    border: 1px solid #dcdcdc;
    padding: 0;
}


/* =========================
   TABS
========================= */
/* Hide containers by default */
.Queue-table-container {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    padding: 10px;
}

    /* Show only the active one */
    .Queue-table-container.active {
        display: block;
        opacity: 1;
    }

.Queue-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
    margin-left: 10px;
}

.Queue-tab {
    padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

    .Queue-tab.active {
        border-bottom: 3px solid #2e8b57;
        font-weight: 600;
        color: #2e8b57;
    }

/* =========================
   TABLE
========================= */
.Queue-table-container table {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    table-layout: fixed; /* Crucial for consistent column sizes */
    border-collapse: collapse;
    font-size: 14px;
}

.Queue-table-container thead {
    background-color: #c9dfc9; /* pale green */
}

.Queue-table-container table tbody td {
    padding: 10px; /* This creates the 10px vertical and horizontal space */
    vertical-align: middle;
}

.Queue-table-container th {
    font-weight: 600;
    color: #333;
    text-align: center;
}

    .Queue-table-container th td {
        padding: 14px 10px;
        border-bottom: 1px solid #e0e0e0;
        vertical-align: middle;
        text-align: left;
        /* Prevents long text from breaking the layout */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.Queue-table-container tr {
    padding: 10px;
}

.Queue-table-container tbody tr:hover {
    background-color: #f9f9f9;
}

/* Specific Column Widths */
.col-name {
    width: 25%;
}

.col-user {
    width: 15%;
}

.col-date {
    width: 15%;
}

.col-pos {
    width: 10%;
    text-align: center;
}

.col-status {
    width: 10%;
}

.col-actions {
    width: 25%;
    text-align: center;
}

/* Queue Position centered */
.QueuePositionCenter {
    text-align: center;
}

/* =========================
   ACTION BUTTONS
========================= */
.actions {
    display: flex;
    justify-content: center;
    gap: 2px;
    text-align: center;
}

    .actions button {
        width: 32px;
        height: 32px;
        margin-right: 3px;
        border: 1px solid #2e8b57;
        background-color: #ffffff;
        cursor: pointer;
        border-radius: 2px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .actions button:hover {
            background-color: #e8f4e8;
        }

        /* Icon inside button */
        .actions button img {
            width: 20px;
            height: 20px;
            pointer-events: none; /* Prevent click issues */
        }

button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

#divBuildReportTemplate {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

#divBuildReportSideBarButtons {
    background-color: white;
    padding: 10px;
    border-top: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
}

#divBuildReportSideBarContent {
    font-family: 'Calibri', 'Candara', 'Segoe', 'Segoe UI', 'Optima', Arial, sans-serif;
    background-color: transparent !important;
}

#divBuildReportTemplate input[type="text"],
#divBuildReportTemplate input[type="search"],
#divBuildReportTemplate textarea,
#divBuildReportTemplate select {
    font-family: 'Calibri', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    outline: none;
    transition: border 0.2s ease-in-out;
}

    #divBuildReportTemplate input[type="text"]:focus,
    #divBuildReportTemplate input[type="search"]:focus,
    #divBuildReportTemplate textarea:focus,
    #divBuildReportTemplate select:focus {
        border: 2px solid #309747;
        background-color: #ffffff;
    }

#divBuildReportTemplate {
    background-color: white;
    margin-top: 10px;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 -8px 12px -8px rgba(0, 0, 0, 0.15), 5px 0 12px -8px rgba(0, 0, 0, 0.15), -5px 0 12px -8px rgba(0, 0, 0, 0.15);
}

#divBuildReportSideBarButtons {
    background-color: white;
    padding: 15px;
    margin-top: 5px;
    box-shadow: 4px 8px 15px -5px rgba(0, 0, 0, 0.25);
    border-top: 1px solid white;
}

#txtReportSearch {
    font-family: 'Calibri', sans-serif;
    height: 30px;
    padding-left: 30px !important;
    padding-right: 10px;
    border: 1px solid lightgray;
    border-radius: 4px;
    background-image: url('../images/magnify-glass.svg');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 8px center;
    box-sizing: border-box;
    outline: none;
}

    #txtReportSearch:focus {
        border: 2px solid #309747;
        background-position: 7px center;
    }

.bottom-line-select {
    font-family: 'Calibri', sans-serif !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    outline: none !important;
    border-bottom: 1px solid lightgray !important;
    padding: 5px 0 !important;
    height: 30px;
    transition: border-bottom 0.2s ease-in-out;
}

    .bottom-line-select:focus {
        border-bottom: 2px solid #309747 !important;
        padding-bottom: 4px !important;
    }

.filter-flex-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.filter-input-field {
    width: 85% !important;
    height: 28px;
    font-family: 'Calibri', sans-serif;
    border: 1px solid lightgray;
    border-radius: 4px;
    outline: none;
    background-image: url('../images/magnify-glass.svg');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 30px !important;
    padding-right: 8px;
    box-sizing: border-box;
    transition: border 0.2s;
}

    .filter-input-field:focus {
        border: 2px solid #309747;
        background-position: 7px center;
    }

.filter-add-icon {
    height: 18px;
    width: 18px;
    cursor: pointer;
    display: block;
}
.filter-refresh-icon {
    height: 15px;
    width: 15px;
    cursor: pointer;
    display: block;
}
#divReportFilterColumnList {
    border-radius: 8px;
    padding: 10px 0px 10px 0px;
    margin-top: 15px;
    background-color: #fff;
    font-family: 'Calibri', sans-serif;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.header-select-focus {
    font-family: 'Calibri', 'Segoe UI', sans-serif !important;
    font-size: 18px !important;
    font-weight: bold;
    color: #333;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .header-select-focus:focus {
        border: 2px solid #309747;
        border-radius: 0;
        padding-bottom: 2px;
        border-radius: 4px;
    }

/*Report starts */

#divReportFilterColumnList::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#divReportFilterColumnList::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

    #divReportFilterColumnList::-webkit-scrollbar-thumb:hover {
        background: #309747;
    }

#tblReportFilterColumns {
    table-layout: fixed;
    width: 100%; /* Changed from 480px to spread out */
    min-width: 600px !important; /* Minimum width to prevent cramping */
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 14px !important; /* Global font size request */
}

    #tblReportFilterColumns tr {
        height: auto; /* Allow flexibility for stacked inputs */
    }
    /* First Column (Labels) */
    #tblReportFilterColumns td:first-child {
        width: 18% !important; /* Relative width */
        white-space: normal;
        word-break: break-word;
        border: 1px solid #ccc !important;
        border-radius: 8px !important;
        background-color: white;
        padding: 6px 10px !important;
        vertical-align: middle;
        line-height: 1.2;
        font-size: 14px !important;
    }

        #tblReportFilterColumns td:first-child span {
            display: inline-block;
            vertical-align: middle;
            height: auto !important;
        }

    #tblReportFilterColumns td:nth-child(2) {
        font-size: 14px !important;
    }

    #tblReportFilterColumns input,
    #tblReportFilterColumns select {
        font-size: 14px !important;
        height: 32px !important; /* Slightly taller for 14px font */
        padding: 4px 8px !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        box-sizing: border-box;
        width: 100% !important;
    }

    #tblReportFilterColumns input[type="time"],
    #tblReportFilterColumns input[type="date"],
    #tblReportFilterColumns input[type="number"] {
        height: 28px !important;
        min-height: 28px !important;
        width: 100px !important;
        padding: 2px 6px !important;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 4px !important;
        font-size: 12px !important;
    }

    #tblReportFilterColumns input[type="number"] {
        padding-left: 8px !important;
    }

        #tblReportFilterColumns input[type="time"]:focus,
        #tblReportFilterColumns input[type="date"]:focus,
        #tblReportFilterColumns input[type="number"]:focus {
            border: 2px solid #309747 !important;
            padding-bottom: 2px !important;
            outline: none;
        }

    #tblReportFilterColumns input[type="text"] {
        width: 275px !important;
    }

    #tblReportFilterColumns input:focus,
    #tblReportFilterColumns select:focus {
        border: 2px solid #309747 !important;
    }

    #tblReportFilterColumns input:not([disabled]),
    #tblReportFilterColumns select:not([disabled]) {
        background-color: white !important;
    }

    #tblReportFilterColumns input:disabled,
    #tblReportFilterColumns select:disabled {
        background-color: #f2f2f2 !important;
        border: 1px solid #ccc !important;
        cursor: not-allowed;
        color: #888;
    }

/*Radio*/
    #tblReportFilterColumns .verticalAlign {
        display: flex !important;
        align-items: center;
        height: 100%;
        width: 25px;
        height: 25px;
    }

    #tblReportFilterColumns input[type="radio"] {
        margin: 0 !important;
        cursor: pointer;
    } 
  /*  end Radio*/

    #tblReportFilterColumns .padding-left-25p {
        padding-left: 10px !important;
        display: block;
        margin: 0 auto; 
    }

    #tblReportFilterColumns label img {
        display: block;
        margin: 0;
    }
   
    #tblReportFilterColumns td.padding-left-5 {
        padding-left: 5px !important;
        vertical-align: middle;
    }

    #tblReportFilterColumns td:last-child {
        width: 35px !important;
        min-width: 35px !important;
        padding: 0 !important;
        text-align: center;
        vertical-align: middle;
    }

        #tblReportFilterColumns td:last-child img {
            width: 20px !important; 
            height: 20px !important;
            padding: 0 !important;
            margin: 0 auto; 
            cursor: pointer;
            display: inline-block;
            opacity: 0.7;
            transition: opacity 0.2s;
        }

            #tblReportFilterColumns td:last-child img:hover {
                opacity: 1;
            }
   
    #tblReportFilterColumns td:not(:first-child):not(:last-child) {
        width: auto; 
    }

        #tblReportFilterColumns td:not(:first-child):not(:last-child) input,
        #tblReportFilterColumns td:not(:first-child):not(:last-child) select {
            width: 100% !important;
            height: 28px !important;
            box-sizing: border-box;
        }

    #tblReportFilterColumns td span.padding-left-25p {
        padding-left: 5px !important;
        padding-right: 5px !important;
        display: inline-block;
        width: auto !important;
    }

    .filter-add-icon,
    #tblReportFilterColumns img[src*="garbage"] {
        width: 18px !important;
        height: 18px !important;
        cursor: pointer;
        display: block;
        margin: 0 auto;
    }

#tblReportFilterColumns {
    border-collapse: separate;
    border-spacing: 0 10px;
}
/* Report end */

.MaintDialogTitle {
    background-color: #FFFFFF;
    border-bottom: 3px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    height: 50px !important;
    left: 0;
    right: 0;
    bottom: 0px;
    box-sizing: border-box;
    position: absolute;
}

.MaintDialogContent {
    position: relative;
    height: 80px !important;
    font-size: 16px;
    width: 450px;
    background-color: #FFFFFF;
    vertical-align: text-top;
}

.tsgDialogContent {
    margin: -10px -15px -10px -15px;
    background-color: white;
}

ul.custom-bullet {
    list-style-type: circle;
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    padding-left: 20px;
}

    ul.custom-bullet li {
        margin-bottom: 8px;
        color: #333;
    }

        ul.custom-bullet li strong {
            color: #309747;
        }
/*The Email pills*/
.pills-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
    max-width: 400px;
}

.email-pill {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 16px;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 2px; 
}

    .email-pill .remove-pill {
        cursor: pointer;
        font-weight: bold;
        color: #721c24; 
        font-size: 14px;
        line-height: 1;
    }

        .email-pill .remove-pill:hover {
            color: #f44336; 
        }

/* Error styling */
.errorTxt {
    border: 1px solid red !important;
    background-color: #fff6f6;
}