
    html { height: 100%; }

    body {
        height: 100%;
        background-color: #F0F0F0;
        background-color: var(--oak-main-background-color); /* only visible for 2 seconds on page load */
    }

    /* Bootstrap default spacing are based on the 2 sass variables...
     *  --bs-gutter-x = 1.5rem
     *  --bs-gutter-y = 0  dont know why
     *  Bootstrap has calculated margins and paddings using the X value, so when
     *  you override margins or paddings, your value should be an divisible into
     *  1.5rem , like calc(var(--bs-gutter-x) * 0.375) , do not use the y value 0 for calc
     */

    :root {
        --oak-input-padding: 0.75rem 1rem 0.25rem 1rem !important;
        --oak-color-money: #4CBB17;
    }

    .oak-standard-messenger-area {
        margin: calc(var(--bs-gutter-x) * 0.5) 0 0 0;
    }

    .oak-col-left-static-menu {
        margin: calc(var(--bs-gutter-x) * 0.5) 0 0 0;
    }

    .oak-standard-col-area {
        margin: calc(var(--bs-gutter-x) * 0.5) 0 0 0;
    }

    .oak-standard-menu-group-title {
        font-size: 1rem;
        font-weight: 600; /* 400 is normal */
        text-decoration: none;
    }

    .oak-standard-menu-links td,
    .oak-standard-menu-links a,
    .oak-standard-menu-links {
        color: black;
        font-size: 1rem !important;
        font-weight: 400 !important; /* 400 is normal */
        text-decoration: none !important;
        padding-bottom: 0.5rem !important;
    }

    .oak-selected-menu-links td,
    .oak-selected-menu-links a,
    .oak-selected-menu-links {
        color: var(--bs-primary) !important;
        font-size: 1rem !important;
        font-weight: 400 !important; /* 400 is normal */
        text-decoration: none !important;
        padding-bottom: 0.5rem !important;
    }

    .oak-standard-menu-links:hover {
        color: var(--bs-primary) !important;
        text-decoration: underline !important;
    }

    .oak-standard-menu-row {
        min-width: 197px;
    }

    .oak-standard-menu-info {
        color: black;
        font-size: 0.875rem;
        font-weight: 400;
        font-style: italic;
    }

    /* these are non-responsive like the few Bootstrap w-25 and 50 */
    /* add additional values to predefined Bootstrap w-25, w-50 w-75 w-100 */
    .w-5  { width:  5% !important; }
    .w-10 { width: 10% !important; }
    .w-15 { width: 15% !important; }
    .w-20 { width: 20% !important; }
    .w-21 { width: 21% !important; }
    .w-22 { width: 22% !important; }
    /* .w-25 { width: 25% !important; } predefined in Bootstrap */
    .w-30 { width: 30% !important; }
    .w-33 { width: 33% !important; } /* one third */
    .w-35 { width: 35% !important; }
    .w-40 { width: 40% !important; }
    .w-45 { width: 45% !important; }
    .w-60 { width: 60% !important; }
    .w-65 { width: 65% !important; }
    .w-67 { width: 66% !important; } /* two thirds */
    .w-70 { width: 70% !important; }
    /* .w-75 { width: 75% !important; } predefined in Bootstrap */
    .w-78 { width: 78% !important; }
    .w-79 { width: 79% !important; }
    .w-80 { width: 80% !important; }
    .w-85 { width: 85% !important; }
    .w-90 { width: 90% !important; }
    .w-95 { width: 95% !important; }

    /* if mt-1 is too big, try these, lest than 0.25rem */
    .mt-1px { margin-top: 1px; }
    .mt-2px { margin-top: 2px; }

    .oak-alert-success {
        background-color: var(--bs-success);
        border-color: var(--bs-success);
        border-width: 1px 1px 1px 5px;
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        margin-bottom: 0.25rem;
        color: var(--bs-white);
    }

    .oak-alert-success > a {
        color: gold;/* green bg and gold text, makes Rob happy */
        text-decoration: underline;
    }

    .oak-alert-warning {
        background-color: var(--bs-blue);
        border-color: var(--bs-blue);
        border-width: 1px 1px 1px 5px;
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        margin-bottom: 0.25rem;
        color: var(--bs-white);
    }
    .oak-alert-warning > a {
        color: gold;
        text-decoration: underline;

    }

    .oak-alert-error {
        background-color: var(--bs-danger);
        border-color: var(--bs-danger);
        border-width: 1px 1px 1px 5px;
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        margin-bottom: 0.25rem;
        color: var(--bs-white);
    }
    .oak-alert-error > a {
        color: gold;
        text-decoration: underline;
    }

    /* font awesome icon in alerts */
    .oak-fa-alert {
        font-size: 1.25em;
        margin-right: 0.5em;
    }

    /* extended sizes for Font Awesome Icons */
    .fa-1-25x, .fa-1-25X { font-size: 1.25rem; }
    .fa-1-33x, .fa-1-33X { font-size: 1.33rem; }
    .fa-1-50x, .fa-1-50X { font-size: 1.50rem; }
    .fa-1-75x, .fa-1-75X { font-size: 1.75rem; }
    .fa-yes-no-icon-size { font-size: 1.33rem; }

    .item-icon-only { display: none; }

    /* Extended Bootstrap Text Sizes */
    .fs-7 { font-size: 0.875em; }
    .fs-8 { font-size: 0.75em; }

    .ps-2-50 { padding-left:   0.75rem; } /* equal to ps-2 + ps-1 */
    .pe-2-50 { padding-right:  0.75rem; } /* equal to pe-2 + pe-1 */
    .pt-2-50 { padding-top:    0.75rem; } /* equal to pt-2 + pt-1 */
    .pb-2-50 { padding-bottom: 0.75rem; } /* equal to pb-2 + pb-1 */

    .mt-0-50 { margin-top:    0.125em; }
    .mb-0-50 { margin-bottom: 0.125em; }
    .ms-2-50 { margin-left:   0.75rem; } /* equal to ms-2 + ms-1 */
    .me-2-50 { margin-right:  0.75rem; } /* equal to me-2 + me-1 */
    .mt-2-50 { margin-top:    0.75rem; } /* equal to mt-2 + mt-1 */
    .mb-2-50 { margin-bottom: 0.75rem; } /* equal to mt-2 + mt-1 */

    .oak-page-header-logo { height: 80px; width: 200px; }

    /* LG, XL, XXL grid location */
    @media screen and (min-width: 992px) {
        .stacked-on-logo {
            z-index: 100;
            position: absolute;
            left: 0px;
            top: 0px;
        }
    }

    /* XXL 1200 and above */
    @media (min-width: 1200px) {
        .col-xxl-1-50 { width: 12.5%;         flex: 0 0 auto; }
        .col-xxl-2-50 { width: 20.833333333%; flex: 0 0 auto; }
        .col-xxl-9-50 { width: 79.166666667%; flex: 0 0 auto; }
    }

    /* XL 1200 and to 1399 */
    @media (min-width: 1200px) and (max-width: 1399px) {
        .col-xl-1-50 { width: 12.5%;         flex: 0 0 auto; }
        .col-xl-2-50 { width: 20.833333333%; flex: 0 0 auto; }
        .col-xl-9-50 { width: 79.166666667%; flex: 0 0 auto; }
    }

    /* LG 992 and to 1199 */
    @media (min-width: 992px) and (max-width: 1199px) {
        .col-lg-1-50 { width: 12.5%;         flex: 0 0 auto; }
        .col-lg-2-50 { width: 20.833333333%; flex: 0 0 auto; }
        .col-lg-9-50 { width: 79.166666667%; flex: 0 0 auto; }
    }

    /* MD > 767 and < 992 */
    @media (min-width: 768px) and (max-width: 991px) {

        .col-md-1-50 { width: 12.5%;         flex: 0 0 auto; }
        .col-md-2-50 { width: 20.833333333%; flex: 0 0 auto; }
        .col-md-9-50 { width: 79.166666667%; flex: 0 0 auto; }

        .stacked-on-logo {
            z-index: 100;
            position: absolute;
            left: 300px;
            top: 0px;
        }
    }

    /* SM */
    @media (min-width: 576px) and (max-width: 767px) {

        .col-sm-1-50 { width: 12.5%;         flex: 0 0 auto; }
        .col-sm-2-50 { width: 20.833333333%; flex: 0 0 auto; }
        .col-sm-9-50 { width: 79.166666667%; flex: 0 0 auto; }

        .stacked-on-logo {
            z-index: 100;
            position: absolute;
            left: 100px;
            top: 0px;
        }
    }

    /* XS grid location */
    @media screen and (max-width: 575px) {

        .stacked-on-logo {
            z-index: 100;
            position: absolute;
            left: 100px;
            top: 0px;
        }
    }


    .oak-btn-outline-brand {
        background-color: var(--bs-white);
        border-color: var(--oak-primary-color);
        color: var(--oak-primary-color);
    }

    .oak-btn-outline-brand:hover {
        background-color: var(--oak-primary-color);
        border-color: var(--oak-primary-color);
        color: white !important;
    }
    
    .oak-btn-outline-brand:hover .oak-text-danger {
        color: white !important;
    }
    
    .oak-btn-outline-brand:hover a {
        color: white !important;
    }
    .oak-btn-in-sm-report-menu:focus,
    .oak-btn-in-sm-report-menu,
    .oak-btn-primary {
        background-color: var(--oak-primary-color);
        color: white;
    }

    #oak_rc_sm_show_desc_button:hover {
        text-decoration: none;
    }

    .oak-btn-in-sm-report-menu-not-selected:hover,
    .oak-btn-in-sm-report-menu:hover,
    .oak-btn-primary:hover {
        background-color: var(--oak-btn-color-hover);
        color: white;
    }

    .oak-btn-danger {
        background-color: var(--bs-danger);
        color: white;
    }

    .oak-btn-danger:hover {
        background-color: white;
        color: var(--bs-danger);
        border-color: var(--bs-danger);
    }

    .oak-cursor-not-allowed {
        cursor: not-allowed !important;
    }

    .oak-cursor-view {
        cursor:zoom-in !important;
    }

    .oak-btn-outline-secondary {
        background-color: var(--bs-white);
        border-color: var(--bs-secondary);
        color: var(--bs-secondary);
    }

    .oak-btn-outline-secondary:hover {
        background-color: var(--bs-secondary);
        color: white;
    }

    .oak-btn-in-sm-report-menu-not-selected {
        background-color: var(--oak-primary-color);
        color: var(--oak-primary-color-tint);
    }

    .oak-btn-group-left-border {
        border-left-color: var(--oak-primary-color-tint);
    }

    .oak-layout-page-content-container .oak-btn-accent {
        background-color: var(--oak-accent-color);
        border-color: var(--oak-primary-color);
        color: white;
    }

    .oak-alternate-page-content-container .oak-btn-accent {
        background-color: var(--bs-white);
        border-color: var(--oak-accent-color);
        color: var(--oak-accent-color);
    }

    .oak-btn-accent:hover {
        background-color: var(--oak-btn-color-hover);
        color: white;
    }

    .oak-btn-submit {
        background-color: var(--oak-primary-color);
    }

    .oak-btn-submit:hover {
        background-color: var(--oak-btn-color-hover);
        color: white;
    }

    .oak-btn-disabled {
        border-color: var(--oak-primary-color);
        background-color: var(--bs-gray-200);
        color: var(--bs-gray-500);
    }

    .oak-btn-disabled:hover {
        background-color: var(--bs-gray-200);
        color: var(--bs-gray-600);
        cursor: not-allowed;
    }

    .oak-btn-accent-outline {
        border-color: var(--oak-accent-color);
        background-color: white;
        color: var(--oak-accent-color);
    }

    .oak-title-in-btn-container {
        color: var(--oak-accent-color);
    }

    .oak-title-in-btn-container:hover {
        border-color: transparent;
        cursor: default;
        color: var(--oak-accent-color);
    }

    .form-control[readonly] {
        background-color: transparent;
        border-color: transparent;
    }

    /* Header Styles */
    .oak-header-upper-row-bg { background-color: var(--oak-upper-header-background-color); }
    .oak-header-lower-row-bg { background-color: var(--oak-primary-color); }
    .oak-layout-dark-bg { background-color: var(--oak-primary-color); }

    /* Footer Styles */
    .oak-layout-footer-bg { background-color: var(--oak-primary-color); }

    .oak-layout-footer {
        color: var(--oak-tab-not-selected);
        width:100%;
        font-size: 0.875em;

        /* place footer at the bottom of the scrollable content of the page */
        position:sticky;
        top: 100vh;
    }

    .oak-layout-footer a { color: var(--oak-link-color-dark); }
    .oak-layout-footer a:hover { color: #FFF700 !important; }

    .oak-footer-vr { height: 100% !important; }

     /* Page Container */
    .oak-layout-page-content-container {
        margin: 0;
        background-color: var(--oak-main-background-color) !important;
        min-height: 64%;
        /*overflow: auto;    Disabled 9/27/22 by GCW to enable sticky-top class for menus */
    }

    .oak-layout-login-content-container {
        margin: 0;
        background-color: var(--oak-main-background-color) !important;
        min-height: 80%;
        overflow: auto;
    }

    .oak-layout-top-grid-col { padding-top: 0.7rem; }

    .oak-layout-agency-info {
        font-size: 0.75rem;
        font-weight: bold;
        padding: 0.25rem;
    }

    .oak-layout-header-logo {
        max-height: 70px;
        float: top;
    }

    .oak-layout-btn-transparent {
        color: var(--oak-primary-color);
        padding: 0.25rem;
    }

    .oak-layout-btn-transparent:hover {
        color: var(--oak-btn-color-hover);
        border-color: transparent;
        padding: 0.25rem;
    }

    .oak-layout-not-clickable { cursor: default !important; }
    .oak-layout-btn-min-width {
        min-width: 72px;
        padding: 0.25rem;
    }

    .oak-layout-rounded-left {
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
    }

    .oak-layout-rounded-right {
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .oak-layout-search-border { border-color: var(--bs-gray-300) !important; }

    .oak-layout-not-selected-color { color: var(--oak-tab-not-selected); }

    .oak-layout-tab-label {
        color: var(--oak-tab-not-selected);
        border-color: transparent;
        font-size: 1.2rem;
    }

    .oak-layout-tab-label:hover {
        color: var(--oak-tab-selected);
        border-color: transparent;
    }

    .oak-layout-tab-label:focus {
        color: var(--oak-tab-not-selected);
        border-color: transparent;
    }

    .oak-layout-tab-label-active:focus,
    .oak-layout-tab-label-active {
        color: var(--oak-tab-selected);
        font-size: 1.2rem;
        border-color: transparent;

/*       background-color: var(--oak-main-background-color);
        color: var(--bs-secondary);
        border: solid 1px var(--oak-lower-header-background-color);
        border-bottom: solid 1px var(--oak-main-background-color);*/
    }

    .oak-layout-tab-label-active:hover {
        font-size: 1.2rem;
        color: var(--oak-tab-selected);
        /*cursor: default !important;*/
        border-color: var(--oak-primary-color);
    }

    .oak-layout-danger-hover:hover { color: var(--bs-red); }

    .oak-layout-badge-margins {
        margin-top: 12px;
        margin-left: 18px;
        margin-bottom: 4px;
    }

    .oak-layout-sm-quick-search {
        margin-top: 8px;
        width: 90%;
    }

    .oak-layout-sm-quick-search-btn {
        background-color: var(--oak-tab-not-selected);
        color: var(--oak-primary-color);
    }

    .oak-layout-omni-search {
        margin-top: 12px;
    }

    .trade_filter_fake_btn:hover,
    .trade_filter_fake_btn {
        background-color: var(--oak-tab-not-selected);
        color: var(--oak-primary-color);
    }

    .oak-active-checkbox {
      margin-right: 5px; /* Position the container to the right */
    }

    /* these are for the standard report container ********************************************************************/

    .oak-report-container-header {
        background-color: white;
        padding: 1px;
        height: 52px;
    }

    .oak-report-container-title {
        font-size: 1.125rem;
        margin: 0.83em;
        position: relative;
        top: 0.83rem;
    }

    .oak-report-container-button {
        padding: 8px 8px 8px 8px;
        height: 40px;
        border: none;
    }

    .oak-report-container-message {
        font-size: 1rem;
    }

    .oak-report-container-card-body {
        padding-bottom: 1rem;
    }

    .oak_no_border:focus,
    .oak_no_border:hover,
    .oak_no_border {
        border: none;
    }

    .float-right { float: right; }

    /* Classes for the theme primary/accent colors from brand_colors.css */
    .oak-text-primary { color: var(--oak-primary-color); }
    .oak-text-primary-shade { color: var(--oak-primary-color-shade); }
    .oak-text-primary-tint { color: var(--oak-primary-color-tint); }
    .oak-text-accent { color: var(--oak-accent-color); }
    .oak-text-accent-on-hover:hover { color: var(--oak-accent-color) !important; }
    .oak-text-accent-shade { color: var(--oak-accent-color-shade); }
    .oak-text-accent-tint { color: var(--oak-accent-color-tint); }
    .oak-text-graph-title { color: var(--oak-graph-title-color); }
    .oak-text-brand { color: var(--oak-primary-color); }
    .oak-text-selected { color: var(--oak-tab-selected); }
    .oak-text-unselected { color: var(--oak-tab-not-selected); }
    .oak-text-money { color: var(--oak-color-money); }
    .oak-text-docs-attention { color: #FFD700; }
    .oak-text-dark-gray { color: var(--bs-gray-800); }

    .oak-bg-accent { background-color: var(--oak-accent-color); }
    .oak-bg-accent-shade { background-color: var(--oak-accent-color-shade); }
    .oak-bg-accent-tint { background-color: var(--oak-accent-color-tint); }
    .oak-bg-primary { background-color: var(--oak-primary-color); }
    .oak-bg-primary-shade { background-color: var(--oak-primary-color-shade); }
    .oak-bg-primary-tint { background-color: var(--oak-primary-color-tint); }
    .oak-bg-danger { background-color: var(--bs-danger); }
    .oak-bg-main { background-color: var(--oak-main-background-color); }
    .oak-main-background { background-color: var(--oak-main-background-color); }

    .oak-link-light { color: var(--oak-link-color-light); }
    .oak-link-dark { color: var(--oak-link-color-dark); }

    /* UN-branded colors, when you need it a static/important color regardless of brand */
    .oak-text-success { color: var(--bs-success); } /* green */
    .oak-text-danger { color: var(--bs-danger) !important; } /* red , when Important directive interferes with your hover, use oak-text-red instead . */
    .oak-text-red { color: var(--bs-red); } /* hover can change this */
    .oak-text-danger:focus { color: var(--bs-danger) !important; }
    .oak-text-info { color: var(--bs-info); } /* blue */
    .oak-text-secondary { color: var(--bs-secondary); } /* gray */
    .oak-text-white { color: var(--bs-white); }
    .oak-text-black { color: var(--bs-black); }
    .oak-text-placeholder {
        color: var(--bs-gray-900) !important;
        opacity: 1.0 !important;
    }

    .oak-text-ghost { color: var(--bs-gray-400); } /* barely readable on white card */
    .oak-white-card-text-ghost { color: var(--bs-gray-400); } /* barely readable on white card */

    .oak-text-smaller {
        font-size: smaller;
    }

    .oak-text-larger {
        font-size: larger;
    }

    .accordion-button {
        color: var(--oak-primary-color);
        background-color: var(--bs-white);
    }

    .accordion-button:not(.collapsed) {
        color: var(--bs-black);
        background-color: var(--bs-white);
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion {

    }

    .accordion-item {
        color: var(--bs-gray-600) !important;
        border: solid 1px var(--oak-accent-color);
    }

    .oak-input-standard-height {
        height: 51px;
    }

    /* bootstrap.css did this first, but colors were updated since then */
    .page-link.active, .active > .page-link {
        z-index: 3;
        color: var(--oak-tab-selected);
        background-color: var(--bs-gray-600);
        border-color: var(--bs-gray-600);
    }

    .oak-getPhone-input,
    .oak-getText-input {
        padding: 1.5rem 1rem 0.25rem 1rem !important;
    }

    .oak-getPhone-input-with-feedback,
    .oak-getText-input-with-feedback {
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
        padding: var(--oak-input-padding) !important;
    }

    .oak-getPhone-feedback,
    .oak-getText-feedback,
    .oak-feedback-container{
        border: 1px solid var(--bs-gray-300);
        border-top: none;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
    }

    .oak-getDate-input {
        padding: 1.5rem 1rem 0.25rem 1rem !important; /* top right bottom left */
    }

    .oak-getDate-input-with-feedback {
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
        padding: 1.5rem 1rem 0.25rem 1rem !important; /* top right bottom left */
    }

    .oak-getDate-feedback {
        border: 1px solid var(--bs-gray-300);
        border-top: none;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) ;
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
    }

    .oak-container-autoFocus { border: 1px solid var(--bs-gray-300); }
    .oak-container-readonly { border: 1px solid transparent; }

    .oak-bg-secondary,
    .oak-vehicle-card-body {
        background-color: var(--bs-gray-200);
    }

    .oak-vehicle-card-field-border-edit { border: 1px solid var(--oak-accent-color); margin-top: -1px; }
    .oak-vehicle-card-field-border { border: 1px solid var(--bs-gray-500); }
    .oak-vehicle-card-coverage_row {
        border-bottom: 1px solid var(--bs-gray-500);
    }

    .oak-vehicle-card-field-border-total {
        border-top: 2px solid black;
        font-size: 0.875rem;
    }

    .oak_vehicle_card_price_text {
        font-size: 16px;
        font-weight: bold;
    }

    .oak_vehicle_card_cov_label {
        font-size: 12px;
    }

    .oak_vehicle_card_price_input,
    .oak_vehicle_card_price_div {
        border-radius: 0.25rem;
        font-size: 12px;
        color: var(--bs-gray-800);
        padding: 0.125rem 0.375rem 0.125rem 0.375rem;
        font-weight: bold;
    }

    .oak_vehicle_card_single_height { min-height: 24px; }
    .oak_vehicle_card_double_height { min-height: 41px; }

    .oak_vehicle_card_price_input { background-color: white; }
    .oak_vehicle_card_price_div { background-color: var(--bs-gray-200); }

    .oak-value-card {
        padding: 0.125rem;
        background-color: var(--bs-gray-200);
    }

    .oak-value-card-label {
        font-size: 12px;
        padding-top: 0.2rem;
    }

    .oak-value-card-value { }

    .oak-getRadio-container {
        display: block;
        border: 1px solid var(--bs-gray-400);
        border-radius: var(--bs-border-radius);
        padding: 0.125rem 1rem 0rem 1rem;
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
    }

    .oak-getRadio-container-with-feedback {
        display: block;
        border: 1px solid var(--bs-gray-400);
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
        padding: 0.125rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
    }

    .oak-getRadioGroup-feedback {
        border: 1px solid var(--bs-gray-300);
        border-top: none;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) ;
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
    }

    .oak-icon-right-margin { margin-right: 0.5rem; }

    .oak-getCheckBox-container {
        display: block;
        /* border: 1px solid var(--bs-gray-400);
        border-radius: var(--bs-border-radius);*/
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
    }

    input[type=checkbox]
    {
        margin: 0 0.25rem;
        transform:scale(1.5);
    }

    .oak-getCheckBox-feedback {
        border: 1px solid var(--bs-gray-300);
        border-top: none;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius) ;
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
    }

    .oak-getCheckBox-container-with-feedback .checkbox-label,
    .oak-getCheckBox-container .checkbox-label
    {
        margin-left: 0.5rem;
    }

    .oak-getCheckBox-container-with-feedback {
        display: block;
        border: 1px solid var(--bs-gray-400);
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
    }

    .oak-hr-color {
        color: var(--oak-btn-color-hover) !important;
        border-top: 2px solid var(--oak-accent-color) !important;
    }

    h5.oak-form-column-h5,
    h5.oak-hr-heading,
    h6.oak-hr-heading {
        margin-bottom: 0 !important;
    }

    .oak-thead-tr { background-color: var(--bs-gray-300) !important; }

    .form-floating > .form-control,
    .form-floating > .form-select,
    .form-floating > .form-control-plaintext
    {
        height: calc(3.0rem + 3px);
        line-height: 1.25;
    }

    .form-floating label,
    .form-floating > label {
        padding-top: 0.5rem !important;
        padding-right: 0.75rem;
        padding-bottom: 0.5rem !important;
        padding-left: 0.75rem;
    }

    .oak-getCheckBox-container div.form-check.pt-3 label.form-check-label,
    .oak-getCheckBox-container-with-feedback div.form-check.pt-3 label.form-check-label {
        padding-top: 0 !important;
    }

    .oak-getCheckBox-container div.form-check input.form-check-input,
    .oak-getCheckBox-container-with-feedback div.form-check input.form-check-input {
        margin-top: 14px;
    }

    .oak-getCheckBox-container div.form-check .checkbox-label,
    .oak-getCheckBox-container-with-feedback div.form-check .checkbox-label {
        font-size: 1rem;
        padding-left: 0px;
    }

    .oak-body-behind-login {
        background-color: var(--oak-main-background-color) !important;
    }

    .oak-login-card {
        border-color: var(--oak-primary-color);
    }

    .oak-card {
        border-color: var(--oak-primary-color);
        padding: 0;
        border-width: 1px;
    }

    .oak-card-header {
        color: var(--oak-tab-selected);
        background-color: var(--oak-primary-color);
        border-color: var(--oak-primary-color) !important;
        border-width: 1px;
        margin: -1px;
    }

    .oak-card-header-muted {
        color: var(--oak-tab-not-selected);
        background-color: var(--oak-primary-color);
        border-color: var(--oak-primary-color) !important;
        border-width: 1px;
        margin: -1px;
    }

    .oak-card-header-outline {
        background-color: var(--bs-gray-400);
        color: var(--oak-primary-color);
        border-color: var(--oak-primary-color) !important;
        border-width: 1px;
    }

    /* Styling for "invisible" cards (see Policy Summary for example) */
    .oak-card-no-border {
        border: none !important;
        padding: 0.125rem
    }

    .oak-transparent-card-header {
        background-color: transparent;
        color: var(--oak-primary-color);
        font-weight: bold;
        padding: 0 0 0.25rem 0.25rem;
    }


    .oak-readonly-input-label { padding-top: 0.5rem }

    /* a set of simplified padding for a form page with cards */
    .oak-form-row {
        padding: 1rem 01rem 1rem 1rem;
    }

    .oak-form-col {
        margin: 0 0 0 0;
        padding: 0;
    }
    .oak-form-card {
        margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .oak-form-hr-bar-only {
        margin-top: 0;
        margin-bottom: 0.25rem;
        height: 0.75rem;
    }

    .oak-form-hr-bar-only hr {
        margin: 0.25rem 0 0 0;
    }

    /* white card on white with light border, like a input group */
    .oak-white-on-white-card {
        border: 1px solid var(--bs-gray-400);
        padding: 0;
        border-width: 1px;
        margin: 0 0 0 0;
    }

    .oak-transparent-card {
        /*border-color: var(--bs-primary) ;*/
        background-color: transparent;
        padding: 0;
        border-width: 1px;
        margin: 0 0 0 0;
    }

    .oak-white-links a {
        text-decoration: none;
        color: var(--oak-primary-color);
    }

    .oak-white-links a:hover {
        color: var(--bs-blue);
        text-decoration: underline;
    }

    .popover {
        max-width: 100% !important;
        text-align: left;
    }

    .tooltip-inner {
        max-width: 100% !important;
        text-align: left;
        background-color: var(--oak-primary-color);
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .tooltip.show {
        opacity: 0.97;
    }

    .oak_section {
        background-color: var(--bs-white);
        border-top-left-radius: var(--oak-section-radius-size);
        border-bottom-left-radius: var(--oak-section-radius-size);
        border-top-right-radius: var(--oak-section-radius-size);
        border-bottom-right-radius: var(--oak-section-radius-size);
        color: var(--oak-primary-color);
        border: 1px solid var(--oak-primary-color);

        padding: 1rem !important;
        margin-top: .5rem !important;
    }

    .oak_div {
        /* same as oak_section, except no margin-top, as zero margin-top and mb-2 is normal */
        background-color: var(--bs-white);
        border-top-left-radius: var(--oak-section-radius-size);
        border-bottom-left-radius: var(--oak-section-radius-size);
        border-top-right-radius: var(--oak-section-radius-size);
        border-bottom-right-radius: var(--oak-section-radius-size);
        color: var(--oak-primary-color);
        border: 1px solid var(--oak-primary-color);
        padding: 1rem !important;
    }

    #policyFunctionsMenu a
    {
        text-decoration: none;
        color: var(--oak-link-color-light);
        /*font-size:smaller;*/
    }


    .oak-table-header {
        background-color: #CFE2FF;
        color: #000000;
        border-bottom: 0.125rem solid black;
    }

    .oak-table-header th {
        padding: 0.5rem;
    }

    /* Back To Top button */
    #btn_back_to_top {
        position: fixed;
        bottom: 20px;
        display: none;
        right: 7px;
        z-index: 900;
        background-color: var(--oak-primary-color);
        width: 60px;
        height: 60px;
        padding: 6px 0px;
        border-radius: 30px;
        text-align: center;
    }

    a {
        text-decoration: none;
        color: var(--oak-link-color-light);
        cursor: pointer;
    }

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .oak-border-primary {
        border-color: var(--oak-primary-color);
    }

    .oak-border-accent {
        border: 1px solid var(--oak-accent-color);
    }

    .oak-border-danger {
        border-color: var(--bs-danger);
    }

    input.oak-border-danger:focus {
        border-color: var(--bs-danger);
        box-shadow: 0 0 0 0.2rem rgba(167, 0, 0, 0.25);
    }

    .oak-border-gray-on-gray {
        border: 1px solid var(--bs-gray-500);
        background-color: var(--bs-gray-200);
    }

    .instructions
    {
        color: #16A8AE;
        font-size: 11px;
        font-weight: 700;
        padding-left: 5px;
    }

    /* CSS FOR TEMPLATE PAGES *****************************************************************************************/
    #offcanvas_button {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color: var(--oak-primary-color);
        color: var(--bs-white);
        z-index: 900;
    }

    .offcanvas_menu {
        /*max-width: 75%;*/
    }

    .modal-header {
        font-size: 1.5rem;
        background-color: var(--oak-accent-color);
    }

    .modal-title {
        color: white;
    }

    .modal-header h1 {
        color: var(--bs-white);
    }

    .side_tab_button {
        height: 40px;
        width: 22px;
        background-color: var(--bs-white);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top:1px solid black;
        border-bottom:1px solid black;
        border-right: 1px solid black;
        position: relative;
    }

    #sidebar_menu_button_show {
        z-index: 990;
        top: 116px;
    }

    #sidebar_menu_button_hide {
        top: 100px;
        margin-left:23px;
    }


    #offcanvas_menu_button {
        padding-top: 0.6rem;
        background-color: var(--oak-primary-color);
        color: var(--bs-white);
        margin-left: 11px;
        margin-top: 35px;
    }

    div#sidebar { max-width: 215px; background-color: var(--bs-white); z-index: 990; }


    .menu-text { padding-left: 0.25rem; }

    .polsum_icon { padding-top: 2px; }

    #reports_menu a { border: none; background-color: transparent; color: var(--oak-primary-color); text-decoration: none; }

    .plus_minus_div { padding-top: 13px; }

    .left_pad   { padding-left: 2rem; }

    /*** progress icon ***/
    .oak_progress_icon_container {
        /* background-color: var(--bs-gray-200); */
        padding: 4px;
        width: 108px;
        height: 62px;
        color: var(--oak-primary-color);
        margin-top: 0;
    }

    /* tan(30) = 0.57735027 */
    .oak_progress_icon_position_2 {
        position: relative;
        left: 23px;
        top: -13px;
    }

    .oak_progress_icon_position_3 {
        position: relative;
        left: 46px;
        top: -67px;
    }

    .oak_progress_icon_position_4 {
        position: relative;
        left: 68px;
        top: -78px;
    }

    #OakProgressModal {
        /* background: rgba(128, 128, 128, 0.0); */
    }

    /*** Oak Modal - html in views/shared/_footer.php ***/
    @media(max-width: 576px) {
        #OakProgressModal div.modal-body {
            height: 160px;
            background-color: var(--oak-main-background-color);
            border-radius: 0.75rem;
        }

        .OakProgressModal_icon_column {
            margin-left: 35%;
        }
    }

    @media(min-width: 576px) {
        #OakProgressModal div.modal-body {
            z-index: 9999;
            height: 100px;
            background-color: var(--oak-main-background-color);
            border-radius: 0.75rem;
        }

    }

    /* top header containers for agent info and alert balloons */
    /* suppress button styling                                 */
    .borderless:hover,
    .borderless:focus,
    #alertsDropdown:hover,
    #alertsDropdown:focus,
    #notificationsDropdown:hover,
    #notificationsDropdown:focus,
    #navbarDropdown:focus,
    #navbarDropdown:hover {
        border-color: transparent;
    }

    .card-widget-footnote {
        font-size: 10pt;
        color: gray;
        font-style: italic;
        font-weight: normal;
    }

    .card-widget-stats {
        border: none; /* solid 1px var(--oak-accent-color); */
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .card-widget-stats > .card-body {
        background-color: white; /* var(--oak-main-background-color); */
        color: black;
        text-align: center;
        border-radius: calc(0.5rem - 1px);
    }

    .card-widget-graph {
        border: none; /* solid 1px var(--oak-accent-color); */
        border-radius: 0.5rem;
        min-height: 436px;
        margin-bottom: 0.5rem;
    }

    .carousel-item a { color: black; }
    .carousel-item > a:hover { text-decoration: none !important; }

    .card-widget-graph > .card-body {
        background-color: white; /* var(--oak-main-background-color); */
        color: black;
        text-align: center;
        font-weight: bold;
        border-radius: calc(0.5rem - 1px);
    }

    .card-trend-graph {
        border-color: transparent;
    }

    .card-trend-graph .card-body {
        padding-bottom: 4px;
    }

    .oak-graph-button-bar {
        margin-top: 0.25rem;
        color: var(--bs-gray-400);
    }

    .card-widget-in-carousel {
        border-color: transparent !important;

    }

    .card-widget-in-carousel .card-body {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .oak-graph-pie-title,
    .oak-graph-trend-title {
        color: var(--oak-primary-color);
        font-weight: bold;
        font-size: larger;
    }

    .graph_info_text {
        color: var(--bs-gray-600);
        font-size: 10pt !important;
        font-style: italic;
    }

    .graph_info_text:hover {
        color: black;
    }

    .oak-graph-button-bar i:hover {
        color: var(--oak-primary-color);
    }

    /* Only the background color will get passed to portalGraph.js for color calculations */
    .graph-pallet-color-biggest { background-color: var(--oak-graph-pie-slice-fill-color-biggest); }
    .graph-pallet-color-smallest { background-color: var(--oak-graph-pie-slice-fill-color-smallest); }
    .graph-pallet-color-text { background-color: var(--oak-graph-pie-slice-text-color); }

    .oak-graph-mini-title {
        color: var(--oak-graph-title-color);
        font-weight: bold;
    }

    .dashboard-stat-column .card-widget-primary {
        min-height: 188px;
    }

    .card-widget-primary {
        border: solid 1px transparent;
        border-radius: 0.5rem;
        /* max-width: 12rem; */
        margin-bottom: 0.5rem;
    }

    .card-widget-primary > .card-body {
        background-color: white;
        color: var(--oak-primary-color);
        text-align: center;
        font-weight: bold;
        border-radius: calc(0.5rem - 1px);
        padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    }

    .card-widget-title {
        font-weight: bold;
        font-size: 1rem;
    }

    .card-widget-sub-title {
        font-size: 0.875rem;
        color: var(--bs-gray-600);
    }

    .oak-graph-sub-title {
        font-size: 1rem;
    }

    .card-widget-title-2-line {
        height: 48px;
        font-weight: 500;
        font-size: 1rem;
    }

    .card-widget-title-3-line {
        height: 72px;
        font-weight: 500;
        font-size: 1rem;
        justify-content: center;
    }

    .card-widget-title-4-line {
        height: 96px;
        font-weight: 500;
        font-size: 1rem;
    }

    .card-widget-value {
        color: var(--oak-accent-color);
        font-weight: 600;
        font-size: 1.25rem;
    }

    .two-widgets-tall-min {
        min-height: 17.5rem;
    }

    .carousel-item-graph-min-height {
        min-height: 285px;
    }

    /* hide stuff from view, but show on print media only */
    .pp-po,
    .only-print {
        display: none;
    }

    .footer-livechat-widget {
        position: fixed;
        bottom: 1.25rem;
        left: 1.25rem;
        z-index: 9999;
        max-height: 4.375rem;
        max-width: 9.375rem;
    }

    .oak-resource-card {
        border-color: transparent !important;
    }

    .oak-dashboard-card {
        border-color: transparent !important;
    }

    .oak-dashboard-card .card-body ul li a {
        color: black;
    }

    .oak-dashboard-card .card-body ul li a:hover {
        color: var(--oak-link-color-light);
    }
    
    .coverage_th{
        vertical-align: top;
    }

    .oak-danger-warning:hover {
        color: var(--bs-danger) !important;
    }

    textarea#note_body {
        resize: none;
    }
    
    .oak-no-resize {
        resize: none;
    }

    .oak-accordion {
        border-color: var(--bs-gray-400) !important;
    }

    .oak-accordion-button {
        background-color: white;
        padding: 0.5rem 0.75rem 0.5rem 0.75rem;
        border-color: var(--bs-gray-400) !important;
    }

    .oak-accordion-button:not(.collapsed) {
        background-color: var(--bs-gray-200) !important;
        font-weight: bold;
    }

    .oak-accordion-button collapsed {
        background-color:var(--bs-gray-200);
    }

    .oak-accordion-item {
        background-color: var(--bs-gray-200);
        border-color: var(--bs-gray-400) !important;

    }

    .oak-accordion-item .accordion-body {
        color: black;
    }

    .oak-add-check {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }
    
    .oak-add-dropdown-check {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.7rem + 0.25rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .oak-add-x {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF0000' class='bi bi-x-lg' viewBox='0 0 16 16'%3e%3cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3e%3c/svg%3e");

    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .oak-add-dropdown-x {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF0000' class='bi bi-x-lg' viewBox='0 0 16 16'%3e%3cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3e%3c/svg%3e");

    background-repeat: no-repeat;
    background-position: right calc(0.7rem + 0.25rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .oak-add-footer {
    color: red;
    font-size: 0.8rem;
    font-style: italic;
    }

    .oak-btn-outline{
    width: 110%; /* Slightly larger so that the button doesnt look too skinny */
    height: 100%; /* Full size of the row */
    border: 1px solid #ced4da; /* Light grey */
    }

    .oak-del-btn-outline{
    width: auto; /* Slightly larger so that the button doesnt look too skinny */
    height: 100%; /* Full size of the row */
    border: 1px solid #ced4da; /* Light grey */
    }

    @media screen and (max-width: 991px) {
        .oak-del-btn-outline {
            width: 100%; /* Slightly larger so that the button doesnt look too skinny */
            height: 100%; /* Full size of the row */
            border: 1px solid #ced4da; /* Light grey */
        }
    }

    .oak-small-alert {
    position: relative; /* Make sure the parent has position set */
    padding-left: 0.5rem; /* Reduce the padding */
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.85rem;  /* Optionally reduce font size */
}

    .oak-small-alert .btn-close {
        position: absolute;
        top: 50%;
        right: -7px; /* Adjust this value if necessary */
        transform: translateY(-50%);
    }

        /* New 2024 _dropDown_ */
    .oak-dropDown-container {
        display: block;
        padding: 0.125rem 0.5rem 0.125rem 0.5rem;
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
        border: 1px solid var(--bs-gray-400);
        border-radius: var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius);
    }

    .oak-dropDown-container-with-feedback {
        display: block;
        padding: 0.125rem 0.5rem 0.125rem 0.5rem;
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
        border: 1px solid var(--bs-gray-400);
        border-bottom: none;
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 ;
    }

    .oak-dropDown-label-container {
        font-size: 0.875rem;
        padding-left: 0.125rem;
    }

    .oak-dropDown-data-container {

    }

    .oak-dropDown-data-container select {
        border-color: transparent;
        font-size: 0.875rem;
        background-color: transparent;
    }

    .oak-dropDown-inline-container select:disabled,
    .oak-dropDown-data-container select:disabled {
        color: var(--bs-gray-500);
    }

    .bg-disabled {
        background-color: var(--bs-gray-200);
    }

    .form-select:disabled {
        background-color: white;
    }

    .oak-dropDown-inline-label {
        background-color: white;
        font-size: 0.875rem;
    }

    .oak-dropDown-inline-container {
        font-size: 0.875rem;
        min-height: calc(3.0rem + 3px);
    }

    .oak-dropDown-label-color .oak-dropDown-label-color-normal { color: var(--bs-gray-600); }

    .oak-dropDown-inline-feedback-container {
        display: block;
        padding: 0.125rem 0.5rem 0.125rem 0.5rem;
        font-size: 0.875rem;
        border: 1px solid var(--bs-gray-400);
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    }

    .oak-feedback-below {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom: none !important;
    }

    .oak-getText-input-with-feedback:focus {
        border-color: red;
        box-shadow: 0 0 0 0.18rem rgba(255, 70, 70, 0.25);
        transition: box-shadow 0.3s ease-in-out;
    }
    /* end of New 2024 _dropDown_ */

    /* New 2024 oak-compact-form */
    /* for compact Form for NB, LG, XL, XXL              */
    /* this reduces font size from 15 to 13 = 0.866667   */
    @media(min-width: 992px ) {

        :root {
            /* set FIRST, as it may be used for other fields */
            --oak-compact-reduction : 0.86667; /* 13 / 15 */
            --oak-compact-container-heigth : 2.25rem;
            --oak-compact-font-size : calc( 15px * var(--oak-compact-reduction));
        }

        .oak-compact-form:not(.dataTables_wrapper) {
            font-size: var(--oak-compact-font-size);
        }

        .oak-compact-form .oak-hr-bar { padding-top: 0.25rem; }

        .oak-compact-form .mb-2 {
            margin-bottom: 0.125rem;
        }

        .oak-compact-form .oak-getCheckBox-container {
            height: var(--oak-compact-container-heigth) !important;
            min-height: var(--oak-compact-container-heigth) !important;
        }

        .oak-compact-form .oak-inline-group-label {
            font-size: var(--oak-compact-font-size) !important;
            height: calc(var(--oak-compact-container-heigth) + 2px) !important; /* there is a 2px difference from default font size and label font size */
        }

        .oak-compact-form .oak-inline-group-label.disabledColor  {
            background-color: white !important;
            border-color: transparent;
        }

        .oak-compact-form .oak-inline-group-select {
            height: var(--oak-compact-container-heigth) !important;
        }

        .oak-compact-form .oak-getText-input {
            font-size: var(--oak-compact-font-size) !important;
            line-height: 1.25rem !important;
            padding-bottom: 0 !important;
        }

        .input-group select .oak-inline-group-select:disabled {
            font-size: var(--oak-compact-font-size) !important;
            height: var(--oak-compact-container-heigth) !important;
            background-color: white;
            border-color: transparent;
        }

        .oak-compact-form .oak-inline-group-label {
            background-color: #e9ecef !important;
        }

        .oak-compact-form select.form-select {
            font-size: var(--oak-compact-font-size) !important;
            background-color: white !important;
        }

        .oak-compact-form .form-control:focus {
            box-shadow: 0 0 0 0.16rem rgba(13, 110, 253, 0.25);
        }

        /* checkBox Input */
        .oak-compact-form .oak-getCheckBox-container div.form-check input.form-check-input {
            margin-top: 8px !important;
        }

        .oak-compact-form div.form-floating > .form-control,
        .oak-compact-form div.form-floating > .form-select,
        .oak-compact-form div.form-floating > .form-control-plaintext
        {
            padding: var(--oak-input-padding) !important;
            line-height: 1.25rem !important;
            height: var(--oak-compact-container-heigth);
            font-size: var(--oak-compact-font-size);
        }

        /* CheckBox Label */
        .oak-compact-form .oak-getCheckBox-container div.form-check > label.checkbox-label {
            padding-top: 0.25rem !important;
            padding-bottom: 0 !important;
        }

        .oak-compact-form div.form-floating label,
        .oak-compact-form div.form-floating div.oak-text-placeholder {
            padding-left: 0.15rem;
        }

        .oak-compact-form div.form-floating input.form-control.oak-getText-input {
            padding-left: 0.25rem !important;
        }

        .oak-compact-form div.form-floating div.form-control.oak-getText-input label {
            line-height: 1.25rem !important;
            color: black;
            padding-bottom: 0.25rem !important;
            padding-top: 0.25rem;
        }

        .oak-compact-form div.form-floating .form-check {
            min-height: 1.125rem;
        }

        .oak-compact-form .oak-getText-feedback,
        .oak-compact-form .oak-getPhone-feedback {
            border: none;
        }

        .oak-compact-form .oak-getPhone-input-with-feedback,
        .oak-compact-form .oak-getText-input-with-feedback {
            padding: var(--oak-input-padding) !important;
        }

        .oak-compact-form .oak-getText-input-with-feedback {
            /*border-color: red;*/
            border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 ;
            box-shadow: none;
        }

        .oak-compact-form .oak-getText-input-with-feedback:focus {
            border-color: red;
            box-shadow: 0 0 0 0.18rem rgba(255, 70, 70, 0.25);
            transition: box-shadow 0.3s ease-in-out;
        }

        .oak-compact-form div.form-floating > label {
            line-height: 1.25rem;
            margin-bottom: 0.25rem;
        }

        .oak-compact-form .oak-dropDown-container {
            font-size: var(--oak-compact-font-size);
            min-height: var(--oak-compact-container-heigth);
            max-height: var(--oak-compact-container-heigth);
            padding: 0 0.125rem 0 0.125rem;
        }

        .oak-compact-form .oak-dropDown-label-container {
            line-height: 1rem !important;
            font-size: 0.75rem;
            padding: 0 0 0 0.125rem ;
        }

        .oak-compact-form .oak-dropDown-data-container {
            line-height: 1.25rem !important;
        }

        .oak-compact-form .oak-dropDown-data-container select {
            font-size: var(--oak-compact-font-size);
            position: relative;
            top: -3px;
        }

        .oak-compact-form .oak-dropDown-inline-container,
        .oak-compact-form .input-group select ,
        .oak-compact-form .oak-dropDown-inline-label  {
            line-height: 1.25rem !important;
            height: var(--oak-compact-container-heigth);
            min-height: var(--oak-compact-container-heigth);
        }

        .oak-compact-form .fa-yes-no-icon-size                 { font-size: calc(1.33rem * var(--oak-compact-reduction)); }
        .oak-compact-form.fa-1x,    .oak-compact-form.fa-1X    { font-size: calc(1rem * var(--oak-compact-reduction)); }
        .oak-compact-form.fa-1-25x, .oak-compact-form.fa-1-25X { font-size: 1.083rem; }
        .oak-compact-form.fa-1-33x, .oak-compact-form.fa-1-33X { font-size: 1.15rem; }
        .oak-compact-form.fa-1-50x, .oak-compact-form.fa-1-50X { font-size: 1.30rem; }
        .oak-compact-form.fa-1-75x, .oak-compact-form.fa-1-75X { font-size: 1.51rem; }

        .oak-compact-form h1 { font-size: calc(2.5rem * var(--oak-compact-reduction)); }
        .oak-compact-form h2 { font-size: calc(2rem * var(--oak-compact-reduction)); }
        .oak-compact-form h3 { font-size: calc(1.75rem * var(--oak-compact-reduction)); }
        .oak-compact-form h4 { font-size: calc(1.5rem * var(--oak-compact-reduction)); }
        .oak-compact-form h5 { font-size: calc(1rem * var(--oak-compact-reduction)); }
    }
    @media(max-width: 991px ) {
        /* OAK COMPACT FORM *******************************/
        /* else if XS SM and MD only */

        .oak-compact-form .input-group label.disabledColor  {
            background-color: white;
            border-color: transparent;
        }

        .oak-compact-form select.form-select:disabled {
            background-color: white !important;
            border: 1px solid var(--bs-gray-400);
        }
    }
    /* end of New 2024 oak-compact-form */

    /* Begin Vertical Menu styling */
    .vm-container {

    }

    .vm-selected-row,
    .vm-selected-row a {
        font-weight: bold;
        color: var(--oak-primary-color);
        text-decoration: none;
    }

    .vm-selected-row {
        border-style: solid;
        border-width: 2px;
        border-color: var(--oak-primary-color);
    }

    .vm-standard-row,
    .vm-standard-row a {
        color: var(--oak-link-color-light);
    }

    .vm-standard-row a:hover,
    .vm-selected-row a:hover {
        color: var(--oak-primary-color);
        text-decoration: none;
    }

    .vm-header-row {
        font-weight: bold;
        color: var(--bs-white);
        background-color: var(--oak-primary-color);
    }

    .vm-submenu-text {
        font-size: 0.875em;
    }

    .vm-menu-text {
        font-size: 1em;
    }

    .col-250 {
        width: 20.833333333%;
    }
    .col-950 {
        width: 79.166666667%;
    }
    
    .visa-card-icon{
        background-image: url("/portal/images/visa.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 40px;
        height: 20px;
    }
    .mastercard-card-icon{
        background-image: url("/portal/images/mastercard.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 40px;
        height: 20px;
    }
    .discover-card-icon{
        background-image: url("/portal/images/disc.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 40px;
        height: 20px;
    }

    /* End Vertical Menu styling */