﻿*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14.5px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 621px) {
    html {
        font-size: 16px;
        overflow-x: hidden;
    }
}

body {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #535353;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    top: 0px;
}

@media (max-width: 840px) {
    body {
        height: 100vh;
        position: relative;
        left: 0;
        -webkit-transition: left 0.5s ease;
        -o-transition: left 0.5s ease;
        -moz-transition: left 0.5s ease;
        transition: left 0.5s ease;
        width: 100%;
    }
}

.show-menu {
    left: 0 !important;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

@media (max-width: 911px) {
    .show-menu body {
        position: fixed !important;
    }
}

a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    font-weight: 700;
    color: #14558f;
}

th a + a {
    margin-left: 5px;
}

img {
    height: auto;
    max-width: 100%;
}

svg {
    overflow: hidden;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin-top: 0;
}

p {
    margin-top: 0;
    margin-bottom: 14.5px;
    margin-bottom: 1rem;
}

ul ul,
ol ul {
    list-style-type: circle;
    padding-left: 30px;
    margin-bottom: 1em;
}

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #141414;
    font-weight: 700;
}

h1 {
    font-size: 43.5px;
    font-size: 2.75rem;
    line-height: 1.07;
}

@media (min-width: 781px) {
    h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1201px) {
    h1 {
        font-size: 3.25rem;
    }
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 14.5px;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: .75em;
}

@media (min-width: 621px) {
    h3 {
        margin-bottom: 1em;
    }
}

h4 {
    font-size: 1.563rem;
    line-height: 1.2;
}

h5 {
    font-size: 23.562px;
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: .5em;
}

h6 {
    font-size: 19.937px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: .25em;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

header {
    padding-top: 30px;
    position: sticky;
    background-color: #ffffff;
    top: 0;
    z-index: 1021;
}

@media (min-width: 781px) {
    header {
        padding-top: 35px;
    }
}

.header__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    height: 100px;
    padding: 20px 20px;
}

    .header__container:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -1px;
        vertical-align: middle;
        width: 1px;
    }

@media (min-width: 781px) {
    .header__container:before {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 911px) {
    .header__container:before {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 841px) {
    .header__container:before {
        padding-top: 20px;
    }
}

.header__logo {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 150px;
}

@media (min-width: 621px) {
    .header__logo {
        width: 210px;
    }
}

@media (min-width: 621px) {
    .header__logo {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 32.25806%;
    }
}

@media (min-width: 1000px) {
    .header__logo {
        float: left;
        display: block;
        margin-right: 1.6129%;
        width: 23.79032%;
    }
}

.header__logo :last-child {
    margin-right: 0;
}

.header__logo .site-logo a {
    margin: 0;
}

.site-logo a {
    display: inline-block;
    font-size: 0px;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-logo {
}

    .site-logo span {
        font-size: 27.549px;
        font-size: 1.4rem;
        margin-left: 5.8px;
        margin-left: 0.4rem;
        line-height: 1;
        letter-spacing: .02em;
        font-weight: 400;
        color: #388557;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #388557;
    }

@media (max-width: 620px) {
    .site-logo a span {
        font-size: 1.7rem;
        margin-left: 0.3rem;
    }
}

@media (max-width: 620px) {
    .site-logo a span {
        -webkit-text-stroke-width: 0.03rem;
    }
}

.header__nav {
    background-color: #14558f;
    position: absolute;
    top: 0px;
    width: 100%;
}

@media (min-width: 781px) {
    .header-wrapper {
        margin-right: auto;
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


.header__menu-button {
    background-color: #14558f;
    position: absolute;
    top: 0;
    text-align: left;
    width: 100%;
    border: none;
    font-size: 17.4px;
    font-size: 1.2rem;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    padding-right: 30px;
    padding-left: 20px;
    -moz-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    font-weight: 700;
    color: #ffffff;
}

    .header__menu-button::before {
        content: "";
        position: absolute;
        left: -500px;
        height: 35px;
        width: 500px;
    }

@media (min-width: 781px) {
    .header__menu-button {
        position: relative;
        padding-left: 0;
    }
}

.header__menu-button span:first-child {
    opacity: 0.7;
}

.header__menu-icon {
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    width: 15px;
    top: 17px;
    right: auto;
    background-color: #ffffff;
}

    .header__menu-icon:before,
    .header__menu-icon:after {
        cursor: pointer;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        right: 0;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        width: 15px;
        background-color: #ffffff;
    }

    .header__menu-icon:before {
        top: -5px;
        left: 0;
    }

    .header__menu-icon:after {
        bottom: -5px;
    }

.show-menu .header__menu-icon {
    background-color: transparent;
}

    .show-menu .header__menu-icon:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #ffffff;
    }

    .show-menu .header__menu-icon:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #ffffff;
    }

.header__menu-text {
    padding-left: 25px;
    text-transform: none;
    letter-spacing: 0;
}

.header__nav-container {
    background-color: #f2f2f2;
    height: calc(100vh - 37px);
    top: 37px;
    overflow-y: auto;
    position: absolute;
    left: -320px;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: left 0.3s ease, visibility 0.3s;
    -o-transition: left 0.3s ease, visibility 0.3s;
    -moz-transition: left 0.3s ease, visibility 0.3s;
    transition: left 0.3s ease, visibility 0.3s;
    width: 320px;
    z-index: 90;
}

@media (min-width: 781px) {
    .header__nav-container {
        top: 37px;
    }
}

@media (max-width: 840px) {
    .header__nav-container {
        height: calc(100vh - 40px);
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: -300px;
        margin-top: 40px;
        -webkit-transition: right 0.5s ease;
        -o-transition: right 0.5s ease;
        -moz-transition: right 0.5s ease;
        transition: right 0.5s ease;
        width: 300px;
        z-index: 90;
    }
}

.show-menu .header__nav-container {
    left: 0;
    visibility: visible;
    -webkit-transition: left 0.6s ease, visibility 0.8s;
    -o-transition: left 0.6s ease, visibility 0.8s;
    -moz-transition: left 0.6s ease, visibility 0.8s;
    transition: left 0.1s ease, visibility 0.8s;
}

@media (max-width: 840px) {
    .show-menu .header__nav-container {
        right: 0;
    }
}

.header__main-nav {
    border: 0;
    margin: 0;
    padding: 0;
}

.main-nav {
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 911px) {
    .main-nav {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 840px) {
    .main-nav {
        padding-left: 0;
        padding-right: 0;
        border-top: 2px solid #dcdcdc;
    }
}

@media (min-width: 781px) {
    .main-nav {
        padding: 0;
    }
}

.main-nav__items {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 911px) {
    .main-nav__items {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
}

@media (min-width: 841px) {
    .main-nav__items {
        display: block;
        margin: 0;
        width: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.main-nav__item {
    position: relative;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border-bottom: 2px solid #dcdcdc;
}

@media (max-width: 840px) {
    .main-nav__item {
        font-size: 1rem;
    }
}

@media (min-width: 841px) {
    .main-nav__item {
        display: block;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 841px) {
    .main-nav__item .is-open:after {
        display: none;
    }
}

.main-nav__item:hover {
    background-color: transparent;
    box-shadow: none;
}

.main-nav__item:hover,
.main-nav__item.is-open,
.main-nav__item.has-focus {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-width: 0;
}

.main-nav__top-link {
    border: none;
    display: block;
    letter-spacing: .1em;
    line-height: 1.45;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    font-size: 20px;
    padding: 15px 20px;
    text-align: left;
    background-color: transparent;
    font-weight: 700;
}

    .main-nav__top-link:focus {
        background-color: #dcdcdc;
    }

@media (min-width: 911px) {
    .main-nav__top-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 840px) {
    .main-nav__top-link {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }
}

@media (min-width: 841px) {
    .main-nav__top-link {
        display: inline-block;
        padding: 14px 12px;
        vertical-align: middle;
    }
}

.main-nav__top-link::after {
    display: none;
}

.main-nav__top-link .toggle-indicator::after {
    content: "+";
    color: #388557;
    display: block;
    font-size: 1.6em;
    font-weight: 500;
    line-height: .75em;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform .5s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.submenu-open .main-nav__top-link .toggle-indicator::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (min-width: 841px) {
    .main-nav__top-link .is-open:after {
        -webkit-transform: translateY(-45%) rotate(-135deg);
        -ms-transform: translateY(-45%) rotate(-135deg);
        -moz-transform: translateY(-45%) rotate(-135deg);
        -o-transform: translateY(-45%) rotate(-135deg);
        transform: translateY(-45%) rotate(-135deg);
    }
}

.main-nav__subitems {
    z-index: 90;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    margin-top: 0;
    right: auto;
    height: 0px;
    position: relative;
    width: auto;
    min-width: auto;
    background-color: #f2f2f2;
    box-shadow: none;
}

@media (min-width: 841px) {
    .main-nav__subitems {
        min-width: 340px;
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 840px) {
    .show-menu .main-nav__subitems {
        right: 0;
    }

    .main-nav__subitems.is-closed {
        right: -300px;
    }
}

@media (min-width: 841px) {
    .main-nav__subitems.is-closed {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 0px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}

.main-nav__container {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background-color: #dcdcdc;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    pointer-events: auto;
    opacity: 0;
}

.main-nav__subitem {
    border-bottom: 1px solid;
    border-bottom-color: #dcdcdc;
}

    .main-nav__subitem:last-child {
        border-bottom: none;
    }

.main-nav__link {
    display: block;
    font-size: 18.125px;
    font-size: 1.25rem;
    line-height: 1.33;
    padding: 10px 20px;
    color: #141414;
    font-weight: 500;
}

    .main-nav__link > span {
        display: inline-block;
        vertical-align: middle;
    }

.no-cssgradients .main-nav__item.is-active:after {
    background-color: #388557;
}

.main-nav__link:hover,
.main-nav__link:focus {
    background-color: #f2f2f2;
}

.main-nav__subitem .main-nav__link {
    background-color: #f2f2f2;
    color: #14558f;
    font-weight: 500;
}

    .main-nav__subitem .main-nav__link:hover {
        background-color: #dcdcdc;
    }

.menu-overlay {
    position: absolute;
    width: calc(100vw - 16px);
    height: calc(100vh - 35px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.6s, opacity 0.6s linear;
    -o-transition: visibility 0s 0.6s, opacity 0.6s linear;
    -moz-transition: visibility 0s 0.6s, opacity 0.6s linear;
    transition: visibility 0s 0.6s, opacity 0.6s linear;
    background-color: rgba(20, 20, 20, 0.4);
    top: 37px;
    z-index: 80;
}

@media (min-width: 781px) {
    .menu-overlay {
        top: 37px;
    }
}

.menu-overlay.overlay-open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    width: -webkit-fill-available;
}
/*------------- Form CSS ------------*/
form {
    /*   border: 2px solid #dcdcdc;
    background: #ffffff;*/
    /*  max-width: 72em;*/
    padding: 2.5em 20px;
    margin: 0 auto 72.5px;
    margin: 0 auto 5rem;
}

@media (min-width: 650px) {
    form {
        padding: 1em;
    }
}


.login-form {
    background-color: var(--mf-c-bg-section);
    padding: 2rem;
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
}

.search-form {
    background-color: var(--mf-c-bg-section);
    padding: 2rem;
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
    width: 35em;
}

    .search-form .row {
        padding: 2%;
    }

.login-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--mf-c-bg-section);
    margin-top: 2rem;
}

form fieldset {
    margin-top: 45px;
}

.form-small {
    width: 35em;
}

    .form-small .row {
        margin-bottom: 10px;
    }

.form-medium {
    width: 35rem;
}

    .form-medium .row {
        margin-bottom: 10px;
    }

.input-group__items--inline {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}

    .input-group__items--inline .input-group__item {
        margin-left: 30px;
    }

input[type=text],
input[type=password],
input[type=number],
input[type=date],
textarea,
select {
    width: 100%;
    font-weight: normal;
}

textarea {
    height: 110px;
    width: 100%;
    font-weight: normal;
}

/*---------------- Table Classes Starts ---------------*/
.table-fix-head {
    position: relative;
    height: 500px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

    .table-wrapper-scroll-y thead,
    .table-wrapper-scroll-y thead th {
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

        .table-wrapper-scroll-y thead th:not(:empty) {
            cursor: pointer;
        }


/*---------------- Table Classes Ends ---------------*/

.error-message {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: bisque;
    color: firebrick;
    border-radius: 4px;
    padding: 6px;
}

    .error-message:empty {
        display: none;
    }

.checkbox-md {
    height: 14px !important;
}

.signature-file-input {
    border: solid 1px;
    width: 80%;
}

.no-signature-label {
    margin-top: 7%;
}

.signature-img {
    border: solid 1px;
    margin-top: 0.3rem;
}

    .signature-img > img {
        max-height: 100px;
    }

.user-action-buttons {
    position: relative;
    left: 50%;
}

.admin-action-buttons {
    position: relative;
    left: 50%;
}

.confirmation-form {
    border: none !important;
}

.grid-item-label {
    font-size: 80%;
    font-weight: bolder;
}

.grid-item {
    font-size: 80%;
    font-weight: 400;
}

.edit-reimbursement-icon {
    padding: 1%;
}

.small-checkbox {
    width: 35% !important;
}

.button-row-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 20px;
    width: 100%;
}

    .button-row-container button,
    .button-row-container input[type="button"],
    .button-row-container input[type="submit"] {
        flex: 0 1 auto;
        max-width: fit-content;
        padding: 10px 20px;
    }

@media (max-width: 600px) {
    .button-row-container {
        flex-direction: column;
    }

        .button-row-container button {
            width: 100%;
            max-width: none;
        }
}

.approved {
    color: green;
    font-weight: bold;
}

.denied {
    color: red;
    font-weight: bold;
}

.print-reimbursement-reference-id {
    text-align: right;
}

.print-reimbursement-credits {
    text-align: right;
}

.number-field {
    text-align: right;
}

.print-container {
    font-size: 80%;
}

.reimbursement-transaction-row {
    border: solid;
    margin-bottom: 2%;
    padding: 1%;
}

.transaction-row-header {
    font-size: 90%;
    font-weight: bold;
}

.row-divider {
    background-color: black;
}

.rpt-title {
    background-color: #14558f;
    color: white;
    text-align: center;
}

#rptContainer {
}

#btnViewReport {
    float: right;
}

.loading-container {
    text-align: center;
}

.report-error-container {
    text-align: center;
    color: red;
}

.report-action-container {
    background-color: #f2f2f2;
    margin-bottom: 0px !important;
    max-width: initial;
}

.potential-reimbursement-summary td {
    text-align: right;
}

.potential-reimbursement-summary {
    width: 90%;
    padding-left: 10%;
}


.check-detail-summary td {
    text-align: right;
}

.check-detail-summary th {
    text-align: right;
}


.check-detail-summary tr td:nth-child(1) {
    text-align: left !important;
}

.check-detail-summary > table > thead > tr > th:nth-child(1) {
    text-align: left !important;
}

.info-container {
    font-size: small;
    color: black;
    position: relative;
    left: 15%;
    width: 70%;
    border: 2px solid #dcdcdc;
    background-color: #fff3cd;
}

.question-container {
    font-size: 14pt;
    color: #14558f !important;
    cursor: pointer;
}

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.header-without-menu {
    padding-top: 30px !important;
}

.title {
    font-size: larger;
}

.disclaimer {
    border: 1px solid black;
    padding: 2%;
    line-height: 30px;
}

.user-message {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: bisque;
    border-radius: 4px;
    padding: 6px;
}

label {
    margin-bottom: 0.3rem;
}

.label-summary {
    font-size: 0.8rem;
    font-style: italic;
}

.form-group {
    margin-bottom: 0.5rem;
}


#potentialReimbursementGrid tr td:nth-child(5) {
    text-align: right !important;
}

#potentialReimbursementGrid > thead > tr > th:nth-child(5) {
    text-align: right !important;
}

#potentialReimbursementGrid tr td:nth-child(6) {
    text-align: right !important;
}

#potentialReimbursementGrid > thead > tr > th:nth-child(6) {
    text-align: right !important;
}


#certificateBalances tr td:nth-child(3) {
    text-align: right !important;
}

#certificateBalances > thead > tr > th:nth-child(3) {
    text-align: right !important;
}

#certificateBalances tr td:nth-child(4) {
    text-align: right !important;
}

#certificateBalances > thead > tr > th:nth-child(4) {
    text-align: right !important;
}

#certificateBalances tr td:nth-child(5) {
    text-align: right !important;
}

#certificateBalances > thead > tr > th:nth-child(5) {
    text-align: right !important;
}



#memberBalances tr td:nth-child(5) {
    text-align: right !important;
}

#memberBalances > thead > tr > th:nth-child(5) {
    text-align: right !important;
}

#memberBalances tr td:nth-child(6) {
    text-align: right !important;
}

#memberBalances > thead > tr > th:nth-child(6) {
    text-align: right !important;
}

#memberBalances tr td:nth-child(7) {
    text-align: right !important;
}

#memberBalances > thead > tr > th:nth-child(7) {
    text-align: right !important;
}


#checkDetail tr td:nth-child(3) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(3) {
    text-align: right !important;
}

#checkDetail tr td:nth-child(4) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(4) {
    text-align: right !important;
}

#checkDetail tr td:nth-child(5) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(5) {
    text-align: right !important;
}

#checkDetail tr td:nth-child(6) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(6) {
    text-align: right !important;
}

#checkDetail tr td:nth-child(7) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(7) {
    text-align: right !important;
}

#checkDetail tr td:nth-child(8) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(8) {
    text-align: right !important;
}

#checkDetail tr td:nth-child(9) {
    text-align: right !important;
}

#checkDetail > thead > tr > th:nth-child(9) {
    text-align: right !important;
}


.aggregate-line-detail {
    float: right;
}

.invalid-field {
    display: block;
    color: #CD0D0D;
}

.input-validation-error {
    background: #ffa9a9;
}

.add-dependent-info {
    padding-top: 3%;
    padding-left: 25%;
    padding-bottom: 5%;
    font-size: 12pt;
}

.required-marker {
    color: red;
}

.help-balloon {
    border-radius: 5px;
    box-shadow: 5px 5px 5px #000;
    display: none;
    z-index: 1000;
    top: 41px;
    left: 11px;
    width: 80%;
    padding: 10px;
    background: #fff3cd;
    font-size: .875em;
    border: 1px solid #fff3cd;
    opacity: .9;
    color: #856404;
    margin-left: -10px;
    position: absolute;
}

    .help-balloon::before {
        content: "▲";
        position: absolute;
        top: -14px;
        left: 10px;
        font-size: 16px;
        line-height: 16px;
        color: gray;
        text-shadow: none;
    }

:focus + .show-when-prior-sibling-focused {
    display: block;
}

#addDependentLabel {
    padding-top: 3%;
    padding-left: 30%;
    padding-bottom: 5%;
}

.addDependentButtonContainer {
    padding-bottom: 2%;
    padding-left: 10%;
}

.cursor {
    cursor: pointer;
}

.bootbox-body {
    text-align: center;
    padding: 5%;
    font-weight: bold;
}

.hyphen {
    font-size: 15pt;
}

.help-balloon {
    border-radius: 5px;
    box-shadow: 5px 5px 5px #000;
    display: none;
    z-index: 1000;
    top: 41px;
    left: 11px;
    width: 80%;
    padding: 10px;
    background: #fff3cd;
    font-size: .875em;
    border: 1px solid #fff3cd;
    opacity: .9;
    color: #856404;
    margin-left: -10px;
    position: absolute;
}

    .help-balloon::before {
        content: "▲";
        position: absolute;
        top: -14px;
        left: 10px;
        font-size: 16px;
        line-height: 16px;
        color: gray;
        text-shadow: none;
    }

:focus + .show-when-prior-sibling-focused {
    display: block;
}

.indent-cell {
    padding-left: 15px !important;
}

.widest {
    width: 100%;
}

.pull-right {
    float: right;
}

div[class*='col-'] {
    position: relative;
}

.credits-container {
    font-size: 12pt;
    font-weight: bold;
    padding-left: 16%;
    padding-bottom: 3%;
    padding-top: 1%;
}

#txtNumCredits {
    text-align: right;
    width: 15%
}

#ddlAllocationType {
    width: 20%;
}

.credit-allocation-container {
    padding-left: 13%;
}

.help-icon {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    float: right;
    border: solid;
    border-radius: 50%;
    color: #14558f;
    background-color: #f2f2f2;
    cursor: pointer !important;
    position: fixed;
    left: 80%;
    top: 15%;
}


#manageCreditError {
    width: 100%
}

.account-unit-dropdown {
    width: 100px;
    height: 23px;
}

.self-registered-user-cell {
    background-color: #275c3c !important;
    opacity: 0.9;
    color: #fff;
}

.member-added-user-cell {
    background-color: #f0b418 !important;
    opacity: 0.9;
    color: #111111;
}

.div-user-color-indicator {
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.demoWatermark {
    color: #d0d0d0;
    text-align: center;
    font-size: 144pt;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
    left: 170px;
    top: 170px;
    position: fixed;
}

#enrollInFamilyExpansionLink:hover {
    text-decoration: underline;
}

.application-header {
    text-align: center;
}

.application-description-list {
    padding-top: 5%;
    padding-bottom: 5%;
}

.application-icon {
    font-size: 35pt;
    cursor: pointer;
}

    .application-icon:hover {
        color: #14558f;
    }

.application-icon-title {
    font-size: 18pt;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.p-l-10 {
    padding-left: 10%;
}

.ps-l-75 {
    position: relative;
    left: 75%;
}

.application-nav-buttons {
    padding-top: 10%;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    top: 100px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #14558f;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #14558f transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ps-l-65 {
    position: relative;
    left: 65%;
}

.text-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.8rem;
}

.application-dependent-table {
    overflow-y: scroll;
    max-height: 25vh;
}

.sou-disclaimer {
    padding: 1%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 2%;
}

.error-container {
    padding: 1%;
    background-color: #ffff92;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 2%;
    color: red;
}

.action-icon {
    cursor: pointer;
    font-size: 14pt;
    margin-right: 10%;
}


.print-page-container {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2%;
    padding-bottom: 3%;
    width: 100%;
    height: 100%;
}

.print-help-container div {
    text-align: center;
    padding: 10%;
    padding-left: 20%;
    font-size: 14pt;
}

.image-print-container {
    width: 100vw;
    height: 95vh;
}

.submitting-title {
    text-align: center;
    font-size: 14pt;
}

.application-saved-title {
    padding-left: 20%;
    padding-top: 10%;
    font-size: 18pt;
}

.dependent-document-action-link {
    padding: 2%;
    color: blue;
    text-decoration: underline;
    cursor: pointer !important;
}

.application-container .row {
    padding: 2%;
}

.application-table-container {
    overflow-y: scroll;
    max-height: 20vh;
    height: 20vh;
}

.p-1pct {
    padding: 1%;
}

.div-choose-another {
    margin-bottom: 0 !important;
    font-weight: bolder;
    font-style: italic;
}

.half-col {
    width: 4.33333333% !important;
}

.add-dependent {
    float: right;
}

.messages-attach-button {
    float: right;
    padding: 1%;
    border-radius: 3px;
    height: 35px;
    width: 35px;
    color: white;
    background-color: #0a2a47;
    border: none;
}

    .messages-attach-button:hover {
        background-color: #0a2a47bf;
    }

.messages-attach-icon {
    font-size: 20pt;
}


#message-error-label {
    background-color: yellow;
    font-weight: bold;
    color: red;
}

.checkbox-list {
    flex-direction: row;
    align-items: center;
}

    .checkbox-list li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .checkbox-list li input[type="checkbox"] {
            margin-right: 10px;
        }


.required-asterisk {
    font-size: 15pt;
    font-weight: bold;
    color: red;
    position: relative;
    top: -5px;
}

.active-discussion {
    background-color: #dbe8ff !important;
}

.active-message {
    background-color: #dbe8ff !important;
}

.discussion-row {
    cursor: pointer;
}

.message-row {
    cursor: pointer;
}

.discussion-row:hover {
    background-color: #dbe8ff !important;
}

.unopened-message {
    font-weight: bold;
    font-size: 11pt;
}


.editor-container {
    padding-bottom: 2%;
    padding-top: 2%;
}

.discussion-message-title {
    font-size: 14pt;
    font-weight: bold;
}

.discussionTable {
    max-height: 30vh;
    min-height: 30vh;
    overflow: scroll;
    margin-bottom: 5vh
}

.messageTable {
    max-height: 30vh;
    min-height: 30vh;
    overflow: scroll;
}

.ui-autocomplete {
    z-index: 1111 !important;
}

.attachment-icon {
    font-size: 15pt;
    background-color: transparent !important;
    cursor: pointer;
}

.cancel-btn {
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(1, 1, 1, 0.25);
    box-shadow: 0 0.25rem 0.5rem rgba(1, 1, 1, 0.25);
    display: inline-block;
    letter-spacing: .1em;
    padding: 0.4em 1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: inherit;
    font-weight: 700;
    color: #ffffff;
    background-color: red;
}

    .cancel-btn:focus {
        border: 3px solid #ffcece !important;
        border-radius: 5px;
    }

    .cancel-btn:focus-visible {
        border: 3px solid #ffcece !important;
        border-radius: 5px;
    }

    .cancel-btn:focus-within {
        border: 3px solid #ffcece !important;
        border-radius: 5px;
    }

.p-l-5 {
    padding-left: 5px;
}

.message-table {
    width: 100%;
}

.discussion-branch {
    width: 10%;
    display: flex;
    float: right;
}

th button {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

    th button:focus {
        outline: 2px solid #005fcc;
        outline-offset: 2px;
    }

th[aria-sort="ascending"] button::after {
    content: '▲';
}

th[aria-sort="descending"] button::after {
    content: '▼';
}

th button:hover {
    text-decoration: underline;
}

/* Skip to main content - alternative placement in stylesheet */
.skip-to-main {
    position: absolute;
    top: -40px;
    left: 0;
    background: #fff;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 1022;
    border-radius: 0 0 4px 0;
    font-weight: bold;
}

    .skip-to-main:focus {
        top: 0;
    }

@media (prefers-reduced-motion: no-preference) {
    .skip-to-main {
        transition: top 0.3s ease-out;
    }
}


.btn-cancel {
    background-color: #535353;
    color: white !important;
}

.accordion-button {
    background-color: #14558f !important;
    color: white !important;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ma__button-danger {
    background-color: #CD0D0D;
    color: white !important;
}

    .ma__button-danger:active {
        background-color: #cd0d0dc4 !important;
        color: white !important;
    }

a.ma__button-danger {
    background-color: #CD0D0D;
    color: white !important;
}

.ma__button-danger:hover {
    background-color: #cd0d0dcf !important;
}

a.ma__button-danger:hover {
    background-color: #cd0d0dcf !important;
}

a.ma__button {
    color: white !important;
}

.btn-cancel:hover {
    background-color: #535353e6 !important;
}


.ma__button:active {
    background-color: #0A2B48 !important;
    color: white !important;
}

.ma__button:hover {
    background-color: #104472 !important;
}


.ma__button-danger:focus {
    outline: 2px solid var(--mf-c-focus);
    outline-offset: 2px;
    border-color: var(--mf-c-bd-input);
}

.btn-cancel:focus {
    outline: 2px solid var(--mf-c-focus) !important;
    outline-offset: 2px !important;
    border-color: var(--mf-c-bd-input) !important;
}

.btn-cancel:active {
    background-color: #535353eb !important;
    color: white !important;
}

.form-control[readonly] {
    background-color: var(--bs-gray-200);
    opacity: 1;
}

.view-report-button {
    float: left;
    margin-right: 10px;
}


.attachment-count-badge {
    float: right;
    padding-top: 5%;
    padding-left: 5%;
    font-weight: bold;
    color: black;
}

#attachment-list {
    max-height: 220px;
    overflow-y: auto;
    margin-top: 10px;
}

/* Each file card */
.attachment-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 8px;
    min-height: 68px;
    transition: background 0.2s ease;
}

    .attachment-card:hover {
        background: #f8f9fa;
    }

/* Left section */
.attachment-left {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(100% - 60px);
    overflow: hidden;
}

/* File icon */
.attachment-file-icon {
    font-size: 24px;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

/* File details */
.attachment-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

/* File name */
.attachment-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* File size */
.attachment-size {
    font-size: 12px;
    color: #6c757d;
}

/* Delete button */
.attachment-delete-btn {
    border: none;
    background: transparent;
    color: #dc3545;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

    .attachment-delete-btn:hover {
        background: rgba(220,53,69,0.1);
    }

    .attachment-delete-btn i {
        font-size: 16px;
    }

/* Attachment badge */
.attachment-count-badge {
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
}

#UpdatedReimbursement_SelectedSchool, #SelectedSchool, #SelectedStatus, #AccountUnit, #Status, #Tenant, #Country {
    background: #ffffff !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
    background-image: none !important;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

#AddDependentApprovalNotes, #StatusReason {
    background-color: #ffffff !important;
    color: #212529 !important;
    position: relative !important;
    z-index: 999 !important;
    opacity: 1 !important;
    pointer-events: auto;
}

.col-6 {
    overflow: visible !important;
}


.accordion-item {
    padding-top: 5px;
    padding-bottom: 5px;
}