/*
 * ================================================================
 * CERTBANK CLIENT CONFIGURATION — PSHRA
 * Load AFTER site.css. Staff may edit this file; do not edit site.css.
 *
 * Expected client logo:
 *     /_images/logo.png
 * Recommended maximum visible size:
 *     300px wide × 90px high, transparent PNG
 * ================================================================
 */

/* ---------------------------------------------------------------
   PSHRA BRAND COLORS AND LOGO
   --------------------------------------------------------------- */
:root {
    /* Primary buttons, links, tabs, and major interface accents */
    --cb-primary: #081a28;
    --cb-primary-hover: #001120;
    --cb-primary-soft: #e8edf5;

    /* PSHRA gold and lime supporting colors */
    --cb-secondary: #ffcf31;
    --cb-accent: #dbdf56;

    /* Status colors */
    --cb-success: #249a49;
    --cb-warning: #d99d00;
    --cb-danger: #d64545;
    --cb-info: #315f87;

    /* Text, page, and surface colors */
    --cb-heading: #081a28;
    --cb-text: #243746;
    --cb-muted: #64717c;
    --cb-border: #eadfce;
    --cb-border-strong: #d8cbb8;
    --cb-page: #fef5e4;
    --cb-surface: #ffffff;
    --cb-surface-alt: #fffaf1;

    /*
     * Header branding
     * PSHRA ink navy supports the full-color or reversed client logo.
     */
    --cb-header-background: #081a28;
    --cb-header-text: #ffffff;
    --cb-header-border: #001120;

    /* CertBank promotion shown only on the administrative dashboard */
    --cb-admin-logo: url("/_images/CBFlexMini.png");
}

/* ---------------------------------------------------------------
   ACTIVE PSHRA OPTIONS
   Rules in this section are currently enabled.
   --------------------------------------------------------------- */

/* Hide the repetitive server-generated instruction heading on
   program enrollment pages. Comment out this rule to show it. */
form[action*="enroll.aspx"] .page-content.cdt-details .cdt-header {
    display: none !important;
}

/* ---------------------------------------------------------------
   OPTIONAL CLIENT SWITCHES
   To enable an option, remove the surrounding comment marks.
   --------------------------------------------------------------- */

/* HIDE ALL PROGRESS BARS
.percentage-container .textual,
.percentage-container .graphical {
    display: none !important;
}
*/

/* NEA ADMIN DASHBOARD MODE
   PSHRA normally does not use this specialized workflow.
.maintenance-details .a-dash-tabs {
    display: none !important;
}

.maintenance-details .nea-review-tabs {
    display: flex !important;
}
*/

/* HIDE THE "ALL" WORKFLOW FILTER
.maintenance-details .nea-review-tabs a:last-child {
    display: none !important;
}
*/

/* HIDE THE PROGRAM FILTER DROPDOWN
.maintenance-details .grid-program-selector {
    display: none !important;
}
*/

/* HIDE THE CONTACT PROFILE ADDRESS TAB
#lnk_address {
    display: none !important;
}
*/

/* HIDE "REVIEW STATUS" ON THE CONTACT PROFILE
#lnk_submissions {
    display: none !important;
}
*/

/* HIDE "REVIEWER FEEDBACK" ON THE CONTACT PROFILE
#lnk_reviewLog {
    display: none !important;
}
*/
