﻿/*
 * Custom styles
 */

:root {
    --color-theme: #056839; /* COMET green (demo value #4d45bf) */
    --color-gray: #3f3f3f; /* dark gray */
    --color-borders: rgb(150, 150, 150);
    --color-disabled-text: DimGray; /*#888888;*/
    --color-disabled-background: #efefef; /*#cccccc;*/
    --color-legend-red: #c00;
    --color-fieldset-background-green: #f8fff8;
    --color-fieldset-background-red: #fff8f8;
    /*--color-hover: #ccffe8;*/ /* light green */
}

a + .aspNetDisabled {
    color: var(--color-disabled-text) !important;
    /*background-color: var(--color-disabled-background) !important;*/
    cursor: not-allowed !important;
}

button {
    cursor: pointer !important;
}

    button[disabled] {
        cursor: not-allowed !important;
    }

details {
    cursor: pointer !important;
}

summary {
    cursor: pointer !important;
}

input {
    cursor: pointer !important;
}

    input[disabled] {
        cursor: default !important;
    }

/*input[type="checkbox"]:disabled {
        forced-color-adjust: none;
        color: red;
        opacity: 0.9;
    }*/

select {
    cursor: pointer !important;
}

    select[disabled] {
        cursor: default !important;
        opacity: 1.0;
    }

label {
    color: var(--color-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: unset;
}

h1 {
    font-size: 38px;
    line-height: 44px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}


/*================*/
/*: ASP CONTROLS :*/
/*================*/

.aspButton {
    display: inline-block;
    color: white;
    background-color: var(--color-theme);
    border: 2px solid #efefef;
    border-radius: 5px;
    border-style: outset;
    height: 2em;
    /*width: create separate CSS tag for width */
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px 15px;
    line-height: inherit;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

    .aspButton.btnOpen,
    .aspButton.btnView,
    .aspButton.btnPrint,
    .aspButton.btnClose,
    .aspButton.btnAdd,
    .aspButton.btnAddNew,
    .aspButton.btnEdit,
    .aspButton.btnDelete,
    .aspButton.btnSave,
    .aspButton.btnSaveNew,
    .aspButton.btnSaveUpdate,
    .aspButton.btnSign,
    .aspButton.btnCancel {
        width: 100px;
        margin-left: 0px;
        margin-right: 20px;
    }

    .aspButton.btnNav {
        font-weight: normal;
        width: 123px;
        margin-left: 0px;
        margin-right: 20px;
    }

input[type="submit"][disabled],
input[type="button"][disabled] {
    color: var(--color-disabled-text) !important;
    background-color: var(--color-disabled-background) !important;
    cursor: not-allowed !important;
}

.align-R {
    text-align: right;
}

.align-center {
    text-align: center;
}

.mar-B-0 {
    margin-bottom: 0px;
}

.mar-B-10 {
    margin-bottom: 10px;
}

.mar-L-0 {
    margin-left: 0px;
}

.mar-L-30 {
    margin-left: 30px;
}

.not-bold {
    font-weight: normal;
}

.aspCtrlLabel {
    float: left;
    clear: both;
    height: 2em; /*30px*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.lblDevOptions {
    width: 100px;
}

.lblErrorMsg {
    font-weight: 700;
    color: red;
    margin-bottom: 20px;
}

.lblUserMaint {
    width: 150px;
}

.lblRoleMaint {
    width: 150px;
}

.lblPermissionMaint {
    width: 150px;
}

.aspLabel {
    display: inline-flex;
    height: 2em; /*30px*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.aspListLabel {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.lblRBL_h {
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    display: inline;
    font-weight: bold;
    margin-inline-end: 20px;
}

.lblFilter {
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    display: inline;
    font-weight: bold;
    padding-right: 10px;
    margin-top: 5px;
}

.aspCheckbox {
    /*margin-inline-start: 20px;*/
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    accent-color: var(--color-theme);
    /*accent-color: blue;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

    .aspCheckbox label {
        display: inline;
        padding-left: 10px;
        padding-right: 15px;
        cursor: pointer;
    }

.ChkBoxClass input {
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: 5px;
}

.ChkBoxClass label {
    font-weight: normal;
}

input[type="checkbox"]:disabled {
    color: var(--color-disabled-text) !important;
    background-color: var(--color-disabled-background) !important;
    cursor: not-allowed !important;
}

.aspDropDownList {
    display: block;
    margin-inline-end: 20px;
    margin-bottom: 10px;
    color: var(--color-gray);
    background-color: white;
    border-top: 2px solid var(--color-borders);
    border-bottom: 2px solid var(--color-borders);
    border-left: 2px solid var(--color-borders);
    border-right: 10px solid var(--color-theme);
    border-radius: 5px;
    height: 2em; /*30px*/
    /*width: create separate CSS tag for width */
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    /*cursor: pointer;*/
}

.aspLinkButton {
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    float: left;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    /*cursor: pointer;*/
}

input[type="checkbox"] {
    transform: scale(1.3); /* increase this factor for larger size */
    transform-origin: top left; /* prevents awkward reflow on some layouts */
    margin-right: 0.3rem; /* adjust spacing after scaling */
    /*vertical-align: middle;*/ /* optional: keep it aligned better with text */
}

input[type="radio"] {
    transform: scale(1.4); /* increase this factor for larger size */
    transform-origin: top left; /* prevents awkward reflow on some layouts */
    margin-right: 0.4rem; /* adjust spacing after scaling */
    /*vertical-align: middle;*/ /* optional: keep it aligned better with text */
}

.aspRadioButtonList_h {
    /*margin-inline-start: 20px;*/
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    accent-color: var(--color-theme);
    /*accent-color: blue;*/
    padding-top: 5px; /*     2025-12-12 removed*/
    padding-bottom: 5px; /*  2025-12-12 removed*/
    margin-bottom: 10px;
    white-space: nowrap;
    /*2025-12-12 added next 3 lines*/
    /*transform: scale(1.4);*/ /* increase this factor for larger size */
    /*transform-origin: top left;*/ /* prevents awkward reflow on some layouts */
    /*margin-right: 0.4rem;*/ /* adjust spacing after scaling */
}

    .aspRadioButtonList_h label {
        /*display: inline;*/ /*2025-12-12 removed*/
        padding-left: 5px;
        padding-right: 15px;
        cursor: pointer;
        /*2025-12-12 added next 5 lines*/
        /*padding-top: 3px;   2025-12-12 removed*/
        margin-bottom: 0;
        vertical-align: middle; /* keeps text centered on the input’s middle */
        display: inline-block; /* ensures vertical-align takes effect consistently */
        line-height: 1.5; /* small tweak if the text looks off for your font */
    }

table .aspRadioButtonList_h {
    margin-bottom: 0;
}

.aspTextBox {
    border: 2px solid var(--color-borders);
    border-radius: 5px;
    height: 2em; /*30px*/
    /*width: create separate CSS tag for width */
    padding-top: 3px; /*5px*/
    padding-bottom: 3px; /*5px*/
    padding-left: 8px;
    padding-right: 8px;
}

.aspStatusMessage {
    display: block;
    margin-bottom: 10px;
    color: blue;
}

.lblConfirmation {
    display: block;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: blue;
}

/* radio button lists */
.rblActiveDischarged {
    /*margin-top: 8px;*/
    /*width: 250px;*/ /* not needed, will be as wide as needed */
    /*white-space: nowrap;   2025-12-12 removed*/
    /*padding-top: 5px;      2025-12-12 removed*/
    /*padding-bottom: 5px;   2025-12-12 removed*/
    /*margin-bottom: 10px;   2025-12-12 removed*/
}

.rblOnOff {
    /*width: 150px;*/ /* not needed, will be as wide as needed */
    white-space: nowrap;
}

.rblPermissionFilter {
    /*margin-top: 8px;*/
    /*margin-bottom: 8px;*/
    /*margin-inline-start: 20px;*/
    width: 400px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rblRoleFilter {
    /*margin-top: 8px;*/
    /*margin-bottom: 8px;*/
    /*margin-inline-start: 20px;*/
    width: 250px;
    white-space: nowrap;
    padding-top: 5px; /*  2025-12-12 removed*/
    padding-bottom: 5px;
}

.rblGender {
    /*margin-top: 8px;*/
    /*width: 250px;*/ /* not needed, will be as wide as needed */
    /*white-space: nowrap;   2025-12-12 removed*/
    /*padding-top: 5px;      2025-12-12 removed*/
    /*padding-bottom: 5px;   2025-12-12 removed*/
}

.rblGeneral {
    /*margin-top: 8px;*/
    /*width: 250px;*/ /* not needed, will be as wide as needed */
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rblSpaceEvenly {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: nowrap;
}

.rblStaffFilter {
    /*margin-top: 8px;*/
    width: 250px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rblYesNo {
    /*width: 120px;*/ /* not needed, will be as wide as needed */
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.YellowBox {
    border: 1px solid var(--color-gray);
    background-color: yellow;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
}

fieldset {
    border: 2px solid var(--color-borders);
    border-radius: 0px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

legend {
    font-weight: bold;
    font-size: 1.1em;
    color: var(--color-theme);
    padding: 0 10px;
}

.two-column-radio table {
    width: 100%;
    table-layout: fixed;
}

.two-column-radio td {
    width: 50%;
    padding: 5px;
    vertical-align: top;
    white-space: nowrap;
}

.dlDayOfTheWeek {
    color: #056839;
    margin: 5px 10px;
    text-align: left;
    font-weight: 1000;
    font-size: 32px;
}


/*==============*/
/*: LOGIN PAGE :*/
/*==============*/

.login_div {
    display: block;
    width: 33%;
    min-width: 200px;
    max-width: 400px;
}

.loginTextBox {
    display: block;
    border: 2px solid var(--color-borders);
    border-radius: 5px;
    height: 2.5em;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.loginButton {
    margin-left: 0px;
    margin-bottom: 100px;
    /*padding-top: 7px;*/
    height: 2.5em;
    width: 8em;
}


/*======================*/
/*: MASTER PAGE DESIGN :*/
/*======================*/

.pageheader_section {
    display: flex;
    align-items: center;
    color: white;
    background-color: var(--color-theme);
    height: 70px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(5, 104, 57, .5);
}

.pageheader_div {
    flex: 70%; /* see width of mainLeftMenu */
    /*margin-left: 50px;*/
    margin-left: 230px;
}

.logo_div_new {
    padding: 20px 10px 10px 20px; /* top right bottom left */
    flex-shrink: 0;
}

.search_div_new {
    display: flex;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
}

.loggedinuser_div {
    flex: 30%; /* see width of mainLeftMenu */
    text-align: right;
    /*margin-top: 15px;*/
    margin-right: 20px;
}

.SearchInput {
    width: 300px;
}


/*================*/
/*: MAIN SECTION :*/
/*================*/

.mainContainer {
    display: flex;
    flex-direction: row; /* default */
    /*flex-wrap: wrap;*/
    align-content: flex-start; /* default, vertically align to top */
    width: 100%;
    /*border: 3px solid lime;*/
}

/* Create 3 columns that sits next to each other within the row defined above */
.mainLeftMenu {
    /* block */
    /*flex: 15%;*/
    /*flex-basis: content;*/
    flex-shrink: 0;
    /*flex: 1;*/
    color: var(--color-theme);
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 220px;
    /*border: 3px dashed green;*/
}

.mainCenterWithoutRightMenu {
    /*flex: 85%;*/
    flex: 5;
    /*padding: 10px;*/
    /*border: 3px dashed green;*/
}

.mainCenterWithRightMenu {
    /*flex: 55%;*/
    flex: 4;
    padding: 10px;
    /*border: 3px dashed green;*/
}

.mainRightMenu { /* orig: col_r */
    /*flex: 30%;*/
    flex: 0;
    flex-shrink: 0;
    /*flex-basis: 22em;*/
    flex-basis: content;
    min-width: 220px;
    padding: 10px;
    /*border: 3px dashed green;*/
}


/*=============*/
/*: LEFT MENU :*/
/*=============*/

.LeftMenuItem,
.LeftMenuItem summary {
    float: left;
    clear: both;
    width: 100%;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 10px;
    position: relative; /* 2025-07-18 BF */
}

    .LeftMenuItem:hover {
        color: #fff;
        background-color: #056839;
    }

    .LeftMenuItem summary:hover {
        color: #fff;
        background-color: #056839;
    }

.LeftMenuLink {
    /* 2025-07-18 BF */
    color: inherit;
    text-decoration: none;
}

/* this isn't working, supposed to keep it highlighted after clicking, handled by webflow.js */
/*.LeftMenuItem.w--current {
        color: #fff;
        background-color: #056839;
    }*/


.LeftMenuSubitem {
    float: left;
    clear: both;
    width: 100%;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
}

    .LeftMenuSubitem:last-of-type {
        padding-bottom: 10px;
    }

    .LeftMenuSubitem:hover {
        color: #fff;
        background-color: #056839;
    }

.LeftMenuSubitemUL {
    font-size: 14px;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: none;
}

.mainLeftMenuBottomSection {
    /* this is inside the mainLeftMenu container */
    float: left;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; /* of the mainLeftMenu container */
}


/*============================*/
/*: HOME PAGE / LANDING PAGE :*/
/*============================*/

.homeMenu {
    display: flex;
    flex-direction: column; /* objects are stacked vertically */
    align-content: flex-start; /* horizontally align to left (because direction is 'column')*/
    justify-content: flex-start; /* vertically align to top (because direction is 'column') */
    gap: 20px;
    flex-basis: content;
    max-width: 500px;
    text-decoration: none;
}

.homeButton {
    display: block;
    float: left;
    border: 2px solid rgba(3, 54, 30, .53);
    border-radius: 5px;
    /*height: 2em;*/
    width: 100%;
    margin: 2px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-gray);
    text-align: center;
    margin: 0;
    text-decoration: none;
}

    .homeButton a {
        text-decoration: none;
    }

/*.homeButton:hover {
            background-color: var(--color-hover);
        }*/

/*.logout_div {
    margin-top: 20px;
    margin-right: 20px
}*/


/*================*/
/*: FLEX OBJECTS :*/
/*================*/

/* Create a row and then use the columns below that add up to 100% */
.flex-header {
    display: flex;
    align-items: center;
    color: var(--color-theme);
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-content: flex-start; /* vertically align to top */
    /*border: 3px solid lime;*/
}

.flex-container-hcenter {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center; /* center horizontally */
}

.flex-container-vcenter {
    display: flex;
    height: 1fr;
    align-content: center; /* center vertically */
}

.flex-container-vertical {
    display: flex;
    flex-direction: column; /* objects are stacked vertically */
    align-content: flex-start; /* horizontally align to left (because direction is 'column')*/
}

.flex-row {
    display: flex;
    flex-direction: row; /* objects line-up horizontally */
    align-content: flex-end; /* vertically align to bottom (because direction is 'row')*/
}

.flex-box {
    /*background-color: aqua;*/
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.remaining-width {
    flex: 1;
    width: 100%;
    margin-right: 0;
}


/*===============*/
/*: PAGE FOOTER :*/
/*===============*/

.footer_section2 { /* webflow */
    display: flex;
    border-top: 3px solid #056839;
    height: 100px;
    min-height: 100px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    /*border: 3px solid lime;*/
}

.footer_container2 { /* webflow */
    display: flex;
    min-height: 100px;
    height: 100px;
    position: static;
}

.footer_div2 { /* webflow */
    flex: 70%;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: auto;
}

.clsAboutFooter2 table {
    /*border-top: 3px solid var(--color-theme);*/
    font-weight: 700;
    width: 100%;
    empty-cells: hide;
}

.clsAboutFooter2 td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.clsAboutFooter2-L {
    width: 33%;
    text-align: left
}

.clsAboutFooter2-C {
    width: 33%;
    text-align: center
}

.clsAboutFooter2-R {
    width: 33%;
    text-align: right
}


/*===============*/
/*: CENTER MENU :*/
/*===============*/

.CenterMenuGroup {
    display: flex;
    flex-direction: column;
    flex-basis: content;
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    text-decoration: none;
}

    .CenterMenuGroup div {
        font-weight: bold;
        padding-bottom: 5px;
    }

    .CenterMenuGroup summary { /* used for collapsible groups with details/summary */
        font-weight: bold;
    }

    .CenterMenuGroup a {
        color: inherit;
        font-weight: normal;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: underline;
    }

/*.CenterMenuGroup a::before {
            content: "• ";*/ /* &bull; didn't work */
/*}*/
/*.CenterMenuGroup a:hover {
            background-color: var(--color-hover);
        }*/

.CenterMenuGroupItem {
    color: var(--color-gray);
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
    text-decoration: none;
}

.CenterMenuItem {
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    text-decoration: none;
}

.CenterMenuLink {
    /*color: var(--color-theme);*/
    color: var(--color-gray);
    text-decoration: none;
}


/*===================*/
/*: COMMON ELEMENTS :*/
/*===================*/

.bubble_header {
    display: block;
    color: white;
    background-color: var(--color-theme);
    border-radius: 5px;
    /*height: 3em;*/
    font-size: 16px;
    font-weight: 700;
    padding: 6px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    text-decoration: none;
}

.collapsible_panel {
    padding-left: 30px;
    padding-bottom: 20px;
}

.divider_line { /* orig: row_divider */
    /*float: left;*/
    display: block;
    background-color: var(--color-theme);
    border: 1px var(--color-theme);
    border-radius: 0;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-with-options {
    display: flex;
    align-content: flex-start; /* vertically align to top */
    flex-wrap: wrap;
}

.extra_space { /* orig: divider */
    /*float: left;*/
    display: block;
    width: 100%;
    height: 10px;
}

/* original info-icon attributes for solid blue circle with white i */
/* 2025-07-18 BF */
/*.info-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}*/

.info-icon {
    /* 2025-07-18 BF */
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: blue;
    border: 1px solid blue;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 11px; /*.8em*/
}

.no-data-available {
    display: block;
    width: fit-content;
    color: #333333;
    border: 1px solid Black;
    padding: 5px;
}

.no-padding {
    padding: 0px !important;
}

.no-resize {
    resize: none; /* disables the drag handle */
    /* optional: control scrollbars/overflow behavior */
    overflow: auto; /* or hidden/scroll as you prefer */
    box-sizing: border-box;
}

.participant-link {
    color: var(--color-gray);
}

.rbTableCellSelect {
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.required {
    color: red;
    white-space: nowrap;
    /*flex-wrap: nowrap;*/ /* do we need this? */
}

    .required::after {
        content: " *";
    }

.subtotal_line {
    /*display: block;*/
    background-color: var(--color-theme);
    border: 1px var(--color-theme);
    border-radius: 0;
    width: 100%; /* width of its container */
    height: 2px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.section_heading {
    color: var(--color-theme);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.table-header {
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}

.text_label {
    width: auto;
    height: 2em; /*25px*/
    margin-bottom: 10px;
    padding: 3px;
    font-size: 14px;
}

.plain_text {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}


/*===========*/
/*: SPINNER :*/
/*===========*/

/* be sure to load spinner.js for this to work */

/* Full-page opaque overlay */
#spinner {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}

/* Centered spinner */
.spinner_center {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: relative;
    top: 40%;
    margin: 0 auto;
}

.spinner_alt {
    /* used with #loader */
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner_message {
    margin-top: 20px;
    position: relative;
    top: 40%;
    font-weight: 700;
}

#loader {
    /* used with spinner_alt */
    display: none;
    text-align: center;
}

/* use this in the ASPX where ever you need a spinner
    <div id="loader">
    <div class="spinner"> </div>
    <p> Processing...</p>
    </div>
*/


/*=================*/
/*: YES/NO PROMPT :*/
/*=================*/

/* Full-page transparent overlay */
.dialog {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: transparent;*/
    background-color: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    font-size: inherit;
    z-index: 9999;
    text-align: center;
}

.dialog-content {
    color: var(--color-gray);
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.dialog-button {
    margin: 10px;
    padding: 10px 20px;
    /*font-size: 16px;*/
}


/*==============*/
/*: RIGHT MENU :*/
/*==============*/
.RightMenuItem {
    color: var(--color-theme);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.right_menu_link {
    color: var(--color-theme);
    text-decoration: none; /* this doesn't work on a link when the class is applied the parent div */
}

    .right_menu_link::before {
        content: "• ";
    }

/*.right_menu_link:hover {
        background-color: var(--color-hover);
    }*/

.link-button {
    display: block;
    background-color: var(--color-theme);
    border: 2px solid #efefef;
    border-radius: 5px;
    border-style: outset;
    /*height: 2em;*/
    color: white;
    margin: 2px 0;
    padding: 5px 10px;
    text-align: left;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
}

/* this just doesn't work */
/*.aspNetDisabled + .link-button {
    color: var(--color-disabled-text) !important;
    background-color: hotpink !important;*/ /*var(--color-disabled-background) !important;*/
/*cursor: not-allowed !important;*/
/*}*/


/*=================*/
/*: CONTENT PAGES :*/
/*=================*/

.form_container {
    display: flex;
    /*flex-direction: column-reverse;*/ /* this puts right-side buttons at the top */
    /*flex-wrap: wrap;*/ /* this puts right-side buttons at the bottom */
    /*border: 3px solid lime;*/
}

    .form_container .data_form {
        flex-grow: 1; /* can grow */
        flex-shrink: 1; /* can shrink */
        /*flex-basis: 30%;*/
        flex-basis: content;
        max-width: 1200px;
        padding: 10px;
        /*border: 2px dashed green;*/
    }

    .form_container .right_menu {
        display: flex;
        flex-grow: 0; /* can't grow */
        flex-shrink: 0; /* can't shrink */
        flex-basis: content;
        flex-direction: column;
        min-width: 220px;
        padding: 10px;
        /*border: 2px dashed green;*/
    }

.contentRow { /* DO NOT CHANGE */
    display: block;
    width: 100%;
    padding-top: 0;
    /*border: 3px solid red;*/
}

.data_form .data_row {
    display: block;
    padding-top: 0;
    /*padding-bottom: 15px;*/
    /*border: 3px solid red;*/
}

.data_form .columns {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    column-gap: 40px;
    /*border: 1px solid white;*/
}

.data_form .columns_close {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    column-gap: 10px;
    /*border: 1px solid white;*/
}

.input_box {
    /*width: 100%;*/
    /*margin-right: auto;*/
    /*border: 2px dotted black;*/
}

    .input_box details summary {
        list-style-type: '+ ';
    }

    .input_box details[open] summary {
        list-style-type: '– ';
    }

/*.input_box label {
    color: var(--color-gray);
}*/

.data_form textarea {
    position: relative;
    border: 2px solid var(--color-borders);
    border-radius: 5px;
    outline: none;
    padding: 5px;
    /*border: 1px solid purple;*/
}

/* 2024-12-13 BF removed .input_box from the line below */
/*.data_form .input_box input[type="text"] {*/
/*.data_form input[type="text"], input[type="date"], input[type="number"] {*/
.data_form input[type="text"],
.data_form input[type="date"],
.data_form input[type="number"] {
    position: relative;
    border: 2px solid var(--color-borders);
    border-radius: 5px;
    height: 2em; /*30px*/
    /*width: 100%;*/ /*2024-12-13 BF removed*/
    vertical-align: middle;
    outline: none;
    padding: 5px;
    /*border: 1px solid purple;*/
}

/* disabled entries must go somewhere AFTER their original definition */
.data_form input[disabled], select[disabled], textarea[disabled] {
    border: 2px solid var(--color-disabled-background ); /*#efefef;*/
    background-color: var(--color-disabled-background ); /*#efefef;*/ /*rgba(239, 239, 239, 0.3); */
}

.data_form summary {
    display: list-item;
    /*color: white;*/
    /*background-color: var(--color-theme);*/
    /*padding: 5px;*/
}

.data_form details summary {
    list-style-type: '+ ';
}

.data_form details[open] summary {
    list-style-type: '– ';
}

.data_form td input[type="button"] {
    border: 1px solid var(--color-borders); /*#efefef;*/
    border-radius: 5px;
    border-style: solid;
    text-decoration: none;
}


/*===============*/
/*: ASSESSMENTS :*/
/*===============*/

.asmt_comp_by {
    width: 250px;
}

.asmt_comp_dates {
    width: 125px;
}

.asmt_Sign_Button {
    display: inline-block;
    color: white;
    background-color: var(--color-theme);
    border: 2px solid #efefef;
    border-radius: 5px;
    border-style: outset;
    height: 2em;
    /*width: create separate CSS tag for width */
    margin-left: 10px;
    margin-right: 10px;
    width: 200px;
    padding: 0px 15px;
    line-height: inherit;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}


/*====================*/
/*: USER MAINTENANCE :*/
/*====================*/
/* 2 center columns within User Maintenance */
.UserMaintDetailColumn {
    padding: 10px;
}

.UserMaintColumn2 {
    flex: 40%;
    padding: 10px;
}

/* labels */
.UserMaintLabel {
    width: 200px;
}

.UserMaintInput {
    width: 300px;
}

/*==========================*/
/*: USER ROLES MAINTENANCE :*/
/*==========================*/

.UserRolesMaintColumn1 {
    flex: 40%;
    padding: 10px;
}

.UserRolesMaintColumn2 {
    flex: 60%;
    padding: 10px;
}

.ProgNotes {
    display: block;
    background-color: rgba(239, 239, 239, 0.3);
    width: 100%;
}

.label_box {
    position: relative;
    border-radius: 5px;
    border-width: 2px;
    border-style: inset;
    outline: none;
    padding: 5px;
}

/* updated webflow classes */

.header_section {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.code_field {
    opacity: 1; /* prevent grayed-out appearance when disabled */
    height: 2em !important;
}

.date_field {
    opacity: 1; /* prevent grayed-out appearance when disabled */
    /*position: relative;
    border-top: 2px solid var(--color-borders);
    border-radius: 5px !important;
    outline: none;
    padding: 5px;*/
    height: 2em !important;
    /*border: 1px solid purple;*/
}

.number_field {
    opacity: 1; /* prevent grayed-out appearance when disabled */
    height: 2em !important;
}

.text_field {
    opacity: 1; /* prevent grayed-out appearance when disabled */
    height: 2em !important;
}

.time_field {
    opacity: 1; /* prevent grayed-out appearance when disabled */
    height: 2em !important;
}

.field_label {
    padding-top: 3px; /* 2025-12-12 added */
}

.menu_heading {
    font-size: 16px !important;
}

.menu-link {
    font-size: 14px !important;
}

/* this puts a box around the details/summary "group"
.core_data_form details {
    border: 1px solid gray;
    border-radius: 0.2rem;
    padding: 0.5rem;
}

    .core_data_form details[open] summary {
        margin-bottom: 0.5rem;
    }
*/

/*@media screen and (max-width: 1100px)*/
/*@media screen and (max-width: 1200px)*/
/* changed back to 1100 on 2025-07-17 */
@media screen and (max-width: 1100px) {

    .form_container {
        /*flex-direction: column-reverse;*/ /* this puts right-side buttons at the top */
        flex-wrap: wrap; /* this puts right-side buttons at the bottom */
    }
}

@media screen and (max-width: 850px) {

    .data_form .columns {
        flex-direction: column;
    }

    .pageheader_div {
        margin-left: 20px;
    }

    .search_div_new {
        margin-left: 20px;
    }

    #divProgressNotes {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .flex-header {
        flex-wrap: wrap;
    }

    .mainContainer {
        flex-direction: column;
    }

    .mainLeftMenu {
        line-height: 10px;
    }

    .LeftMenuItem {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .LeftMenuSubitem {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 12px;
    }

    .LeftMenuSubitemUL {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 12px;
    }
}

/* iPhones */
@media screen and (max-width: 390px) {
}
