﻿@font-face {
    font-family: 'EnterpriseSans';
    src: url('../fonts/EnterpriseSans-Regular.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
        padding: 0.20px;
    }
}

@media not all and (-webkit-min-device-pixel-ratio:0) {
    #h5 {
        padding: 0.20px;
    }
}

/* main layout
----------------------------------------------------------*/
.ui-widget, .ui-widget input, .ui-widget select {
    font-family: var(--font-family-1) !important;
    font-size: 11px !important;
}

.ui-state-default a:link, .ui-state-active a:link {
    color: #323335 !important;
}

.grid-date-col {
    padding-right: 5px !important;
}

.grid-action-col a {
    margin-right: 5px;
    white-space: normal;
}

    .grid-action-col a:hover {
        background-color: #FFF;
    }

.ui-jqgrid TR.ui-priority-secondary .grid-action-col a:hover {
    background-color: #E6E6E6;
}

.line-height-21 {
    line-height: 21px !important;
}

#body {
    background-color: #FFF;
    margin: 10px auto 0;
    width: 95%;
}

#header {
    height: 100px;
    position: relative;
}

    #header .info-box {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    #header #user-login-box {
        line-height: 20px;
        margin-bottom: 10px;
    }

        #header #user-login-box span#name {
            border-right: 1px solid;
            line-height: 12px;
            padding-right: 10px;
        }

        #header #user-login-box span#logout-link {
            line-height: 12px;
            border-right: 1px solid;
            padding-right: 10px;
            margin-left: 2px;
        }

        #header #user-login-box span#help {
            line-height: 12px;
            margin-left: 2px;
        }

    #header #user-address-box {
        list-style-type: none;
    }

        #header #user-address-box li {
            display: block;
        }

#menu {
    clear: both;
    overflow: auto;
}

#content {
    /* min-height: 350px;*/
    min-height: 400px;
    padding: 0px;
}

th.header {
    background: url('../images/bg.gif') no-repeat scroll left center #E6E6E6;
    cursor: pointer;
    padding: 4px 0 4px 20px;
}


/* PAGING */
.paging {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow: auto;
    text-align: right;
}

    .paging p {
        font-weight: bold;
        padding-right: 5px;
    }

.pager {
    float: right;
}

    .pager * {
        float: left;
    }

    .pager span {
        margin-left: 3px;
        padding: 0 3px;
    }

ul.pages {
    border-left: 1px solid;
}

    ul.pages li {
        border-right: 1px solid #323335;
        display: block;
        float: left;
        list-style-type: none;
        padding: 1px 7px;
    }

        ul.pages li.active {
            color: #323335;
        }

    ul.pages li, .highlighted-link {
        color: #39F;
    }

.link-column a {
    margin-left: 5px;
}

    .link-column a:hover {
        background: none !important;
    }

.date-control * {
    display: block;
    float: left;
}

.date-control img {
    margin: 2px 5px 0 2px;
}

div.modal {
    background: url('../images/bkg-modal.png') no-repeat left top !important;
}

div.modal-lg {
    background: url('../images/bkg-modal-lg-ie6.gif') top left no-repeat !important;
}

div.modal div.modal-bottom {
    background: url('../images/bkg-modal-bottom.png') no-repeat left top !important;
}

div.modal-lg div.modal-bottom {
    background: url('../images/bkg-modal-bottom-lg-ie6.gif') top left no-repeat !important;
}

div.modal a.close, div.div.modal-lg a.close {
    background: url('../images/img-close.gif') no-repeat left top !important;
}

.expanded {
    background: url('../images/down-arrow.png') no-repeat scroll left center;
}

.collapsed {
    background: url('../images/left-arrow.png') no-repeat scroll 7px center;
}

.expanded, .collapsed {
    cursor: pointer;
    padding-left: 20px;
}

.link-column a {
    margin-left: 5px;
}

    .link-column a:hover {
        background-color: #FFF;
    }

#footer {
    padding: 5px 0 10px;
    width: 100%;
    margin-top: 20px;
    /*margin-top: 120px;*/
}

    #footer #copyright {
        border-top: 1px solid #999;
        color: #666;
        padding: 10px 15px;
        text-align: center;
    }


table.tablesorter {
    TEXT-ALIGN: left;
    WIDTH: 100%;
    FONT-FAMILY: arial;
    FONT-SIZE: 8pt;
}

    table.tablesorter thead tr Th {
        BORDER-BOTTOM: #e87722 1px solid;
        PADDING-BOTTOM: 4px;
        BACKGROUND-COLOR: #cccdcd;
        PADDING-LEFT: 20px;
        PADDING-RIGHT: 4px;
        FONT-SIZE: 8pt;
        PADDING-TOP: 4px;
    }

    table.tablesorter tbody td {
        PADDING-BOTTOM: 4px;
        PADDING-LEFT: 4px;
        PADDING-RIGHT: 4px;
        COLOR: #3d3d3d;
        VERTICAL-ALIGN: top;
        PADDING-TOP: 4px;
    }

.link-column a {
    margin-left: 5px;
}

    .link-column a:hover {
        background-color: #FFF;
    }

.date-control * {
    display: block;
    float: left;
}

.date-control img {
    margin: 2px 5px 0 2px;
}

.status-font {
    color: #888;
    font-weight: bold;
}

    .status-font.yellow {
        color: #FFA500;
    }

    .status-font.green {
        color: #59E817;
    }

    .status-font.red {
        color: #F62217;
    }

div.tooltip-sm {
    background: url('../images/bkg-tooltip-icon.gif') no-repeat right top;
    border-bottom: #888b8d 2px solid;
    color: #222;
    display: none;
    font-size: 92%;
    padding: 15px 5px 5px;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 150px;
    z-index: 1000;
}

li.home-date-control img {
    margin-top: 8px;
}

.header-bkg {
    background: url(../images/bkg-h3.jpg) #fff5dd repeat-x left top;
}

ul.form li span {
    font-size: 90%;
}

.alertbutton {
    float: right;
    width: 30px;
    margin-right: 3px;
}

/* custom modal */

.custom-modal {
    display: none;
    position: fixed;
    z-index: 1050; /* Ensure it is above other elements */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.custom-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in-out;
}

.custom-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
}

    .custom-close:hover,
    .custom-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.custom-btn {
    padding: 6px 15px;
    margin: 10px;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}
    .custom-btn:hover,
    .custom-btn:focus {
        background-color: #196ecf;
        text-decoration: none;
        cursor: pointer;
    }

.countdown-timer {
    font-weight: bold;
    color: #d9534f;
    font-size: 16px;
}


/* ── Level 1 (parent rows) ── */
.parent-row {
    cursor: pointer;
    background-color: #f7f7f7;
    border-left: 3px solid transparent; /* NEW: hierarchy indicator */
}

    .parent-row:hover {
        background-color: #e8e8e8; 
        border-left: 3px solid #0078d4; /*subtle highlight */
    }

.toggle-icon {
    display: inline-block;
    width: 18px;
    font-weight: bold;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
    user-select: none;
}

.no-child {
    color: #999;
}


/* ==========================================
   BASE TABLE STRUCTURE 
========================================== */
.data_table,
.child-container table,
.grandchild-container table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d0d0d0; /* NEW: outer border */
    background: #ffffff;
}

    .data_table td,
    .child-container table td,
    .grandchild-container table td {
        padding: 5px 6px;
        white-space: nowrap;
        border: 1px solid #e3e3e3; 
        height: 6.35mm;
        font-weight: normal;
    }


 /* ==========================================
   HEADER (UNCHANGED - YOUR ORIGINAL)
========================================== */
    .data_table > thead > tr > th.fldtblth {
        background-color: #c8c8c8;
        font-size: 1.0em;
        padding: 5px 6px;
        white-space: nowrap;
        text-align: center;
        height: 28px;
        font-weight: normal;
    }


/* ── Level 2 (child container) ── */
.child-container {
    padding: 8px 8px 8px 30px;
    background: #f0f0f0;
    border-left: 2px solid #cfe2ff; /* NEW: hierarchy line */
}

    .child-container table {
        width: 100%;
        border-collapse: collapse;
    }

        .child-container table th {
            background: #c8c8c8;
            padding: 5px 6px;
            white-space: nowrap;
            text-align: center;
            font-weight: normal;
        }

        .child-container table td {
            padding: 5px 6px;
            white-space: nowrap;
            border: 1px solid #e3e3e3; /* UPDATED from #eee */
        }

        .child-container table tr:nth-child(even) {
            background: #f7f7f7;
        }

    .child-container .l2-parent-row {
        cursor: pointer;
    }

        .child-container .l2-parent-row:hover {
            background: #e2e2e2; 
        }


/* ── Level 3 (grandchild container) ── */
.grandchild-container {
    padding: 6px 6px 6px 20px;
    background: #f0f0f0;
    border-left: 2px solid #e0e0e0; /* NEW: hierarchy differentiation */
}

    .grandchild-container table {
        width: 100%;
        border-collapse: collapse;
    }

        .grandchild-container table th {
            background: #c8c8c8;
            padding: 5px 6px;
            white-space: nowrap;
            text-align: center;
            font-weight: normal;
        }

        .grandchild-container table td {
            padding: 5px 6px;
            white-space: nowrap;
            border: 1px solid #dddddd; /* slightly refined */
        }

        /* alternating row */
        /*.grandchild-container table tr:nth-child(even) {
            background: #f7f7f7;*/ /* unchanged */
        /*}*/

/* ================================
   REJECTED PERIOD MODAL (SCOPED)
================================ */

#rejectedPeriodsModal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
}

    #rejectedPeriodsModal.show {
        display: flex;
    }

    /* Container */
    #rejectedPeriodsModal .modal-container {
        background-color: #fff;
        width: 85%;
        max-width: 1100px;
        height: 85vh;
        border-radius: 4px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        display: flex;
        flex-direction: column;
    }

    /* Header */
    #rejectedPeriodsModal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background-color: #d9d9d6;
        border-bottom: 2px solid #ccc;
    }

    #rejectedPeriodsModal .modal-title {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

    #rejectedPeriodsModal .modal-close {
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
    }

#rejectedPeriodsModalBody {
    padding: 15px;
}
/* Body */
#rejectedPeriodsModal .modal-body {
    padding: 15px;
    height: calc(100vh - 220px);
    overflow: hidden;
}

    /* TABLE WRAPPER */
    #rejectedPeriodsModal .modal-table-wrapper {
        height: 100%;
        overflow: auto;
    }

        /* Table */
        #rejectedPeriodsModal .modal-table-wrapper table {
            min-width: 1200px;
            border-collapse: collapse;
        }

    /* Notes */
    #rejectedPeriodsModal .modal-notes {
        margin:15px;
        padding: 8px 10px;
        /*        font-size: 11px;*/
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        color: #53565A;
        background-color: #FFF5DD;
        border: 1px solid #ddd;
    }

    /* Footer */
    #rejectedPeriodsModal .modal-footer {
        padding: 10px 15px;
        border-top: 1px solid #ddd;
        text-align: right;
        background-color: #f5f5f5;
        border-radius: 0 0 4px 4px;
    }


/* ===== Multi-Select Dropdown Styles ===== */
.dropdown-look-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.dropdown-look-wrapper::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 24px;
    width: 1px;
    height: calc(100% - 4px);
    border-left: 1px solid #aaa;
    pointer-events: none;
}

.dropdown-look {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23002677' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 10px 6px;
    padding-right: 28px !important;
    padding-left: 6px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    font-family: inherit;
}

.dropdown-look-panel {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    border-radius: 0 0 3px 3px;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-look-panel ul {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    border: none;
    float: none;
}

.dropdown-look-panel ul li {
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: none;
    float: none;
    width: auto;
    line-height: normal;
}

.dropdown-look-panel ul li:hover {
    background-color: #f0f4fa;
}

/* Ensure jQuery UI datepicker appears above sticky table headers */
.ui-datepicker {
    z-index: 10 !important;
}

/* Manage Notifications Styles */
.manage-notifications-container {
    align-items: center;
    width: 99.9%;
}

.manage-notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 199%;
}

.manage-notifications-title {
    line-height: 24px;
    padding-left: 1em;
}

.manage-notifications-form-table {
    border-collapse: collapse;
    margin-bottom: 16px;
}

.manage-notifications-required-msg {
    line-height: 10px;
    font-size: 11px;
    font-weight: bolder;
}

.manage-notifications-file-input {
    width: 260px;
    height: 20px;
}

.manage-notifications-upload-btn {
    margin-left: 6px;
    margin-top: 7px;
}

.manage-notifications-table-wrapper {
    width: 80.7%;
    float: left;
    height: 418px;
}

.manage-notifications-data-table-wrapper {
    width: 124%;
    overflow-y: auto;
    max-height: 450px;
}

.manage-notifications-data-table {
    width: 100%;
    text-align: center;
}
    .manage-notifications-data-table td {
        text-align: center !important;
        vertical-align: middle;
    }

    .manage-notifications-data-table .toggle-label {
        margin: 0 auto;
    }

.manage-notifications-preview-actions {
    width: 124%;
    overflow-y: auto;
    max-height: 450px;
    align-self: center;
}

.manage-notifications-actions-list {
    border-bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.manage-notifications-actions-span {
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 10px;
}

.manage-notifications-cell-center {
    text-align: center;
}

.manage-notifications-cell-webkit-center {
    text-align: -webkit-center;
}

.manage-notifications-delete-icon {
    width: 25px;
    height: 20px;
}

.preview {
    position: relative;
    height: 100%;
    margin-top: 17px;
}

.closeBtn {
    display: block;
    opacity: 1;
    margin-left: 110%;
    height: 7%;
    position: absolute;
    top: -4%;
    right: -12.5%;
    z-index: 4;
}

.toggle-switch {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 22px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .toggle-label:after {
        content: 'Off';
        position: absolute;
        top: 1px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.toggle-switch:checked + .toggle-label {
    background: #bada55;
}

    .toggle-switch:checked + .toggle-label:after {
        left: calc(100% - 3px);
        transform: translateX(-100%);
        content: 'On';
    }

.toggle-label:active:after {
    width: 10px;
}

.selectRow {
    margin-left: 20px;
}

.hidden-slides {
    display: none;
}

#switch {
    height: 0;
    width: 0;
    visibility: hidden;
}

#lblToggle {
    cursor: pointer;
    text-indent: -9999px;
    content: 'On';
    width: 50px;
    height: 22px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

    #lblToggle:after {
        content: 'Off';
        position: absolute;
        top: 1px;
        left: 2px;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

input:checked + #lblToggle {
    background: #bada55;
}

    input:checked + #lblToggle:after {
        left: calc(100% - 3px);
        transform: translateX(-100%);
    }

#lblToggle:active:after {
    width: 10px;
}

.blinker {
    line-height: 36px;
    font-size: 11px;
    font-weight: bolder;
    position: relative;
    color: #E87722;
}

.slideshow {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 91%;
    padding: 0px;
    margin-bottom: 40px;
    margin-left: 92px;
    border: 4px solid #d9eeff;
    border-radius: 11px;
    border-style: solid;
}

    .slideshow > div {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 10px;
        width: 100%;
        height: 500px;
        background-color: transparent;
    }

    .slideshow img {
        padding: 2px;
        background-color: #eee;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

/* Manage Query (UI Tickets) Styles */
.manage-query-contact-section {
    margin-top: 0;
    width: 100%;
}

.manage-query-contact-title {
    line-height: 24px;
    padding-left: 1em;
}

.manage-query-contact-table-wrapper {
    width: 100%;
    overflow-y: auto;
    max-height: 250px;
}

.manage-query-contact-table {
    width: 100%;
    text-align: center;
}

.manage-query-tickets-header {
    margin-top: 2em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF5DD;
    padding: 4px;
}

.manage-query-tickets-title {
    line-height: 24px;
    margin: 0;
}

.manage-query-download-btn {
    margin-right: 60px;
    color: red;
}

.manage-query-search-section {
    margin-bottom: 1em;
    padding-top: 6px;
}

.manage-query-search-field {
    display: inline-block;
    width: auto;
}

.manage-query-search-input {
    display: inline-block;
    width: 200px;
}

.manage-query-table-wrapper {
    width: 100%;
    overflow-y: auto;
    max-height: 450px;
}

.manage-query-table {
    width: 100%;
    text-align: center;
}

.manage-query-no-data {
    text-align: center;
    color: red;
    font-weight: bold;
}

.manage-query-status-cell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.manage-query-status-display {
    margin-left: 8px;
    margin-right: auto;
}

.manage-query-status-edit {
    display: none;
    width: 120px;
    margin-left: 8px;
}

.manage-query-edit-btn,
.manage-query-save-btn,
.manage-query-cancel-btn {
    margin-left: 8px;
}

.manage-query-edit-icon {
    width: 25px;
    height: 20px;
}

.manage-query-edit-input {
    display: none;
    width: 95%;
}

.manage-notifications-file-control {
    border-bottom: none;
}

.manage-notifications-blink-hidden {
    visibility: hidden;
}

.manage-notifications-preview-hidden {
    display: none;
}

.manage-notifications-close-hidden {
    display: none;
}

.manage-notifications-slideshow-hidden {
    display: none;
}

.manage-notifications-slideshow-item {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}

.manage-notifications-slideshow-img {
    width: 100%;
    height: 100%;
}

.manage-query-alert-hidden {
    display: none;
    margin-bottom: 10px;
}

.manage-query-btn-hidden {
    display: none;
}

.manage-query-icon-green {
    color: green;
}

.manage-query-icon-red {
    color: red;
}

/* Error Summary Page Styles */
.error-summary-container {
    align-items: center;
}

.error-summary-header-title {
    line-height: 24px;
    padding-left: 1em;
}

.radv-container {
    align-items: center;
}

.radv-header-title {
    line-height: 24px;
    padding-left: 1em;
}

.radv-dropdown {
    width: 265px;
    height: 25px;
}

.radv-search-button {
    float: right;
    margin-right: 5px;
}

.radv-search-button-row {
    height: 29px;
}

.radv-results-container {
    align-items: center;
    padding-top: 10px;
}

.radv-download-table {
    width: 100%;
    height: 30px;
}

.radv-download-table-cell-left {
    width: 50%;
}

.radv-download-table-cell-middle {
    width: 46%;
    text-align: right;
    font-weight: bold;
}

.radv-download-table-cell-right {
    text-align: right;
    width: 40%;
}

.radv-download-icon {
    width: 40px;
    height: 30px;
    padding-top: -5px;
}

.radv-table-container {
    width: 100%;
    overflow-y: auto;
    max-height: 900px;
}

.radv-table-container-medium {
    width: 100%;
    overflow-y: auto;
    max-height: 320px;
}

.radv-table-full-width {
    width: 100%;
}

.radv-table-half-width {
    width: 50%;
}

.radv-table-bordered {
    border-collapse: collapse;
    width: 50%;
    padding-left: 25px;
}

.radv-no-data-message {
    width: 100%;
    font-weight: bold;
    font-size: large;
    text-align: center;
    color: red;
}

.radv-table-cell-center {
    text-align: center;
    white-space: nowrap;
}

.radv-table-cell-nowrap {
    white-space: nowrap;
}

.radv-pce-summary-cell {
    width: 46%;
    text-align: right;
    font-weight: bold;
    padding-bottom: 4vw;
    vertical-align: text-top;
    padding-top: 8px;
}

.radv-pce-download-cell {
    text-align: right;
    width: 40%;
    padding-bottom: 4vw;
    vertical-align: top;
}

.radv-search-button-container {
    margin: 0px 2px 7px 0;
}

/* Follow RADV PCE pattern - asterisk after label using ::after pseudo-element */
.error-summary-label-required::after {
    content: "*";
    font-weight: bold;
    color: red;
    font-size: medium;
    margin-left: 2px;
}

.error-summary-label-required.desc {
    padding: 8px 3px 13px 3px;
    margin-right: 5px;
    background-color: #D9D9D6;
    font-weight: bold;
    width: auto;
    text-align: right;
    vertical-align: middle;
    float: left;
}

.error-summary-dropdown {
    height: 21px;
    width: 75%;
}

.error-summary-filter-row {
    float: right;
}

.error-summary-filter-actions {
    margin-top: 4px;
    margin-right: 10px;
}

.error-summary-blink-indicator {
    font-size: 18px;
    color: red;
}

.error-summary-link-primary {
    background-color: transparent;
    color: #0c55b8 !important;
    font-weight: bold;
    cursor: pointer;
}

/* Baseline views centralized styles */
.baseline-page th {
    position: sticky;
    top: -2px;
    z-index: 2;
}

.baseline-page table th.fldtblth {
    text-align: left;
    background-color: #c8c8c8;
    color: #675b5b;
    font-size: 1.0em;
    text-transform: capitalize;
    font-weight: bold;
    height: 15px;
    border-bottom: 1pt solid #e87722;
}

.baseline-page table tr.fldtbltr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.baseline-page table td.fldtbltd {
    padding: .325em;
    text-align: center;
    border: 1px solid #ddd;
    color: brown;
}

.baseline-page .qcolors {
    background-color: var(--button_no-background_background-color_focus);
    color: var(--typography_h2_color_lg);
}

.baseline-page input:disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border: 1px solid #d0d0d0;
}

.column-checkbox {
    margin-left: 5px;
    cursor: pointer;
}

.baseline-wrapper {
    align-items: center;
}

.baseline-outer-wrapper {
    align-items: center;
    width: 99.9%;
}

.baseline-form-table {
    border-collapse: collapse;
    width: 50%;
    padding-left: 25px;
}

.baseline-outer-table {
    border-collapse: collapse;
    width: 100%;
}

.baseline-ul-full {
    width: 100%;
}

.section-title {
    line-height: 24px;
    padding-left: 1em;
}

.baseline-select {
    width: 265px;
    height: 25px;
}

.baseline-input-full {
    width: 90%;
}

.mandatory-label-star {
    color: red;
    width: 0.8px !important;
    margin-left: -5px !important;
    padding-left: 1px !important;
    padding-right: 8px !important;
    font-size: 14px;
}

.btn-span-container {
    margin-top: 4px;
    margin-right: 10px;
}

.baseline-no-border-bottom {
    border-bottom: 0px;
}

.baseline-section-block {
    align-items: center;
    padding-top: 10px;
}

.baseline-half-div {
    width: 50%;
}

.baseline-table-scroll {
    width: 100%;
    overflow-y: auto;
    max-height: 500px;
}

.baseline-table-full {
    width: 100%;
}

.baseline-no-data {
    width: 100%;
    font-weight: bold;
    font-size: large;
    text-align: center;
    color: red;
}

.baseline-hidden {
    display: none;
}

.baseline-btn-submit {
    margin-top: 5px;
}

.baseline-msg-top-margin {
    margin-top: 10px;
}

.baseline-cell-middle-center {
    vertical-align: middle;
    text-align: center;
}

.error-summary-file-gen-time {
    width: 100%;
    text-align: right;
    padding-bottom: 0;
}

.error-summary-file-gen-text {
    font-weight: bold;
    color: #000;
    display: none;
}

.error-summary-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.error-summary-table-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.error-summary-scrollable-table {
    width: 99%;
    max-height: 350px;
    overflow-y: auto;
    margin: 5px;
}

.error-summary-table {
    width: 100%;
    padding: 4px;
}

.error-summary-action-bar {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.error-summary-action-dropdown {
    margin-right: 10px;
}

.error-summary-form-inline {
    display: inline;
}

.error-summary-btn-link {
    color: #0c55b8;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
}

.error-summary-popup-modal {
    position: fixed;
    margin-top: 70px;
    left: 33% !important;
}

.error-summary-popup-body {
    border: 2px solid black;
    padding-top: 50px;
    margin-left: 20px;
}

.error-summary-popup-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}

.error-summary-popup-actions {
    display: flex;
    justify-content: right;
    width: 50% !important;
    float: right;
    gap: 10px;
    margin: 20px;
}

.error-summary-popup-action-button {
    display: block;
}

.error-summary-loading-wrapper {
    display: none;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

.error-summary-loading-text {
    display: block;
    margin-top: 18px;
    font-size: 1.3em;
    color: #003366;
    font-weight: bold;
}

.error-summary-no-data {
    width: 100%;
    font-weight: bold;
    font-size: large;
    text-align: center;
    color: red;
    display: none;
}

.error-summary-no-data-img {
    width: 200px;
    height: 170px;
}
