:root {
    --mud-palette-black: rgba(39, 44, 52, 1);
    --mud-palette-white: rgba(255, 255, 255, 1);
    --mud-palette-primary: var(--bs-primary) !important;
    --mud-palette-primary-rgb: var(--bs-primary) !important;
    --mud-palette-primary-text: rgba(255, 255, 255, 1);
    --mud-palette-primary-darken: rgb(62, 44, 221);
    --mud-palette-primary-lighten: rgb(118, 106, 231);
    --mud-palette-primary-hover: rgba(89, 74, 226, 0.058823529411764705);
    --mud-palette-secondary: var(--bs-secondary) !important;
    --mud-palette-secondary-rgb: var(--bs-secondary) !important;
    --mud-palette-secondary-text: rgba(255, 255, 255, 1);
    --mud-palette-secondary-darken: rgb(255, 31, 105);
    --mud-palette-secondary-lighten: rgb(255, 102, 153);
    --mud-palette-secondary-hover: rgba(255, 64, 129, 0.058823529411764705);
    --mud-palette-tertiary: rgba(30, 200, 165, 1);
    --mud-palette-tertiary-rgb: 30, 200, 165;
    --mud-palette-tertiary-text: rgba(255, 255, 255, 1);
    --mud-palette-tertiary-darken: rgb(25, 169, 140);
    --mud-palette-tertiary-lighten: rgb(42, 223, 187);
    --mud-palette-tertiary-hover: rgba(30, 200, 165, 0.058823529411764705);
    --mud-palette-info: rgba(33, 150, 243, 1);
    --mud-palette-info-rgb: 33, 150, 243;
    --mud-palette-info-text: rgba(255, 255, 255, 1);
    --mud-palette-info-darken: rgb(12, 128, 223);
    --mud-palette-info-lighten: rgb(71, 167, 245);
    --mud-palette-info-hover: rgba(33, 150, 243, 0.058823529411764705);
    --mud-palette-success: rgba(0, 200, 83, 1);
    --mud-palette-success-rgb: 0, 200, 83;
    --mud-palette-success-text: rgba(255, 255, 255, 1);
    --mud-palette-success-darken: rgb(0, 163, 68);
    --mud-palette-success-lighten: rgb(0, 235, 98);
    --mud-palette-success-hover: rgba(0, 200, 83, 0.058823529411764705);
    --mud-palette-warning: rgba(255, 152, 0, 1);
    --mud-palette-warning-rgb: 255, 152, 0;
    --mud-palette-warning-text: rgba(255, 255, 255, 1);
    --mud-palette-warning-darken: rgb(214, 129, 0);
    --mud-palette-warning-lighten: rgb(255, 167, 36);
    --mud-palette-warning-hover: rgba(255, 152, 0, 0.058823529411764705);
    --mud-palette-error: rgba(244, 67, 54, 1);
    --mud-palette-error-rgb: 244, 67, 54;
    --mud-palette-error-text: rgba(255, 255, 255, 1);
    --mud-palette-error-darken: rgb(242, 28, 13);
    --mud-palette-error-lighten: rgb(246, 96, 85);
    --mud-palette-error-hover: rgba(244, 67, 54, 0.058823529411764705);
    --mud-palette-dark: rgba(66, 66, 66, 1);
    --mud-palette-dark-rgb: 66, 66, 66;
    --mud-palette-dark-text: rgba(255, 255, 255, 1);
    --mud-palette-dark-darken: rgb(46, 46, 46);
    --mud-palette-dark-lighten: rgb(87, 87, 87);
    --mud-palette-dark-hover: rgba(66, 66, 66, 0.058823529411764705);
}


.row:before, .row:after {
    display: none !important;
}

shrinkMenu {
    width: 3.4vh;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    color: rgba(29, 59, 88, 1);
    background-color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

    body.sidenav-toggled .content-wrapper {
        margin-left: 32px;
    }


tr.FileOrderRow {
    background-color: white;
}

    tr.FileOrderRow:hover {
        background-color: lightgray;
    }

form {
    padding: 0;
    margin: 0;
}

.navbar {
    border: none;
}

.content-wrapper {
    padding-top: 0;
}

section label {
    font-weight: 100;
    font-size: .8em;
    margin: 0 auto 4px auto;
    display: inline;
}

.ql-editor {
    max-height: 600px;
    overflow-y: scroll;
}

.chart-legend ul {
    padding-left: 0;
}

.chart-legend li {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 12px;
}

    .chart-legend li span {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

.chart-legend {
    height: 250px;
    overflow: auto;
}

    .chart-legend li {
        cursor: pointer;
    }

.strike {
    text-decoration: line-through !important;
}

.float-left {
    float: left;
}

.legend-row {
    word-wrap: break-word;
    overflow: auto;
    padding: 12px;
}

* {
    outline: none !important;
}

.warningText {
    color: red;
}

.logoImage {
    max-width: 240px;
}

.manage-overflow {
    overflow-y: auto !important;
    overflow-x: hidden;
}

.ChkBoxClass input {
    transform: scale(1.5);
    margin-top: 6px;
}

.cc-hide {
    visibility: hidden;
    position: absolute;
}

.cc-top-nav {
    background-color: #ffffff;
    height: 84px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    padding: 0;
    margin: 0;
}

.cc-top-nav-group {
    z-index: 9700;
    width: auto;
    position: fixed;
    top: 0;
    right: 32px;
}

.cc-top-nav-container {
    margin: 0;
    width: auto;
    text-align: right;
    padding: 0;
}

    .cc-top-nav-container li {
        display: inline;
        font-size: 24px;
        margin: 0 0 0 12px;
    }

    .cc-top-nav-container ul {
        position: absolute;
        top: 24px;
        right: 15px;
    }

.cc-welcome-user {
    margin: 0;
    display: inline-block;
    margin-top: 12px;
    max-width: 80%;
}

body.sticky-footer .content-wrapper.header-wrapper {
    min-height: unset;
}

.cc-greeting-wrapper {
    min-height: 84px !important;
    overflow: hidden;
    background-color: #ffffff;
    float: right;
    width: 96%;
}

.cc-greeting {
    width: auto;
    padding: 0;
    margin: 0;
    height: 84px;
}

.cc-greeting-container {
    position: fixed;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -51px;
    color: rgba(29, 59, 88, 1);
    font-size: 2em;
    font-weight: 600;
    z-index: 9500;
    min-height: 74px;
    line-height: 1em;
    display: flex;
}

    .cc-greeting-container img {
        height: 82px;
        width: auto;
        margin: 0 12px 0 0;
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }

.container-fluid {
    padding-left: 52px;
    padding-right: 32px;
}

.cc-greeting-container h2 {
    font-size: 2em;
    padding: 12px 0 0 0;
    margin: 36px 0 0 0;
}

.cc-announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(170, 225, 80, 1);
    border-radius: 2px;
    color: rgba(255, 255, 255, 1);
    font-size: 1.8em;
    font-style: italic;
    width: 100%;
    margin-top: 12px;
}

    .cc-announcement span {
        margin-left: 2%;
        line-height: inherit;
    }

    .cc-announcement i {
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
    }

.cc-period-filter {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(29, 59, 88, 1);
    padding: 2px 12px;
    border: 1px solid #ffffff;
    margin: 0 0 6px 0;
    border-radius: 2px;
}

.cc-select-label {
    color: rgba(0, 0, 0, 1);
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 6px 0 0;
}

.cc-din-label {
    color: rgba(0, 0, 0, 1);
    font-size: 1em;
    line-height: 1em;
    margin: 12px 0 0 0;
    border: none;
    outline: none;
    float: right;
}

.cc-din-table td {
    border: none;
}

select.form-control:not([size]):not([multiple]),
.form-control {
    height: 34px;
}

.cc-din-table .form-control {
    border: 1px solid rgba(0, 0, 0, 1);
    margin: 0 8px;
    display: inline;
}

.cc-din-note {
    font-style: italic;
    color: rgba(29, 59, 88, 1);
    font-size: .8em;
    margin: 24px 0 42px 0;
    padding: 0 52px 0 0;
}

    .cc-din-note a {
        color: rgba(0, 0, 0, 1);
        text-decoration: none;
        font-weight: 600;
    }

.cc-header-dropdown {
    /*background-color: rgba(0, 0, 0, 1);*/
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
    padding: 4px 12px;
    border: 1px solid #ffffff;
    margin: 0 0 32px 0;
    font-size: .9em;
    border-radius: 2px;
}

.cc-select-container {
    width: auto;
    height: auto;
    padding: 0;
    margin: 32px 0 0 0;
}

.cc-period-filter-label {
    margin: 0 12px 0 12px;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    font-weight: 100;
}

.cc-card {
    background-color: rgba(0, 0, 0, 1);
    margin: 0 2%;
    color: #ffffff;
    border-radius: 2px;
    padding: 12px;
}

.cc-header-card {
    background-color: rgba(0, 0, 0, 1);
    margin: -6px 15px 0 0;
    color: #ffffff;
    padding: 12px;
    line-height: 1em;
    letter-spacing: 1px;
}

    .cc-header-card span {
        background-color: transparent !important;
    }

.cc-section-card {
    background-color: rgba(0, 0, 0, 1);
    margin: 24px 0 52px -15px;
    color: #ffffff;
    padding: 12px;
    float: right;
    overflow: visible;
    width: auto;
    border-radius: 2px;
}

.cc-card-content {
    font-size: 2.5em;
    padding: 0 0 0 12px;
}

.cc-card-sub {
    padding: 12px 0 0 0;
}

.cc-card table {
    width: auto;
    margin: 0 auto;
    overflow: visible;
}

    .cc-card table tr td,
    .cc-section-card table tr td {
        vertical-align: top;
        text-align: left;
    }

        .cc-card table tr td:first-of-type,
        .cc-section-card table tr td:first-of-type {
            text-align: right;
            letter-spacing: 1px;
            font-size: .8em;
        }

.cc-section-header .cc-card span:last-of-type {
    margin-left: .8em;
    padding-right: 0;
}

#OptOutsListConatiner .cc-table,
#OptOutsNoti .cc-table,
#StudentEnrolmentContainer > div:first-of-type,
#DependentsEnrolmentContainer > div:first-of-type,
#AdditionsContainer > div:first-of-type,
#DependentTerminationsContainer > div:first-of-type,
#RegisteringBlueCrossContainer > div:first-of-type,
#SubmittingBlueCrossContainer > div:first-of-type,
#SubmittingBlueCrossAppContainer > div:first-of-type,
#SubmittingDentalClaimContainer > div:first-of-type,
#SubmittingExtendedHealthContainer > div:first-of-type,
#SubmittingAccidentClaimContainer > div:first-of-type,
#SubmittingTravelClaimContainer > div:first-of-type {
    margin-top: 32px;
}

.cc-dropdown {
    cursor: pointer;
}

.cc-section-header {
    color: rgba(29, 59, 88, 1);
    font-size: 1.2em;
    margin: 0;
    background-color: transparent;
    background-image: url(../img/section-header-rule.png);
    background-repeat: repeat-x;
    background-position-y: 14px;
    background-position-x: 14px;
    max-height: 84px;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.bootstrap-datetimepicker-widget thead {
    font-size: 12px;
}

.cc-dropdown .fa-sort-down {
    position: relative;
    top: -6px;
    /*color: rgba(23, 154, 204, 1);*/
    color: rgba(0, 0, 0, 1);
}

.cc-dropdown .fa-sort-up {
    position: relative;
    top: 6px;
    /*color: rgba(23, 154, 204, 1);*/
    color: rgba(0, 0, 0, 1);
}

.container-fluid section:first-of-type {
    margin-top: 72px !important;
}

.cc-section-header-with-card {
    margin: 54px 0 32px 0;
    padding-right: 0;
}

.cc-section-header .cc-card {
    margin-left: 0;
    margin-top: -.6em;
}

    .cc-section-header .cc-card span {
        background-color: transparent;
        font-size: .8em;
    }

.cc-section-header span {
    background-color: #ffffff;
    padding: 0 6px 0 16px;
    margin-left: -16px;
}

section {
    margin: 32px 0 62px 0;
    padding: 0;
}

    section .collapse,
    section .collapsing {
        padding-left: 32px;
        margin-top: 0;
    }

.cc-school-select {
    display: inline-block;
    overflow-x: scroll;
}

    .cc-school-select img {
        margin: 0 6px 6px 0;
    }

.cc-scroll-table {
    height: auto;
    max-height: 600px;
    overflow: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-top: 32px;
}

.cc-table-with-datebox {
    margin-bottom: 200px;
}

.cc-table {
    width: 100%;
    border: none;
}

    .cc-table .light-green {
        background-color: rgba(170, 225, 80, 1);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    }

    .cc-table .dark-green {
        background-color: rgba(125, 200, 80, 1);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    }

    .cc-table .dark-blue-sub {
        background-color: rgba(0, 0, 0, .5);
        text-shadow: none;
        color: rgba(29, 59, 88, .9);
        font-weight: 100;
        font-size: .9em;
    }

    .cc-table .light-green-sub {
        background-color: rgba(170, 225, 80, .5);
        text-shadow: none;
        color: rgba(29, 59, 88, .9);
        font-weight: 100;
        font-size: .9em;
    }

    .cc-table .dark-green-sub {
        background-color: rgba(124, 202, 98, .5);
        text-shadow: none;
        color: rgba(29, 59, 88, .9);
        font-weight: 100;
        font-size: .9em;
    }

    .cc-table td table td {
        padding: 0 6px;
        outline: none;
        border: none;
    }

        .cc-table td table td div {
            height: auto;
            padding: 0;
            margin: 0;
        }

.cc-scroll-table tr {
    width: 100%;
}

.cc-scroll-table tbody {
    width: 100%;
    height: auto;
}

.cc-scroll-table th:first-of-type {
}

.cc-scroll-table th:last-of-type {
    border-right: none;
}

.cc-scroll-table th {
    /*background-color: rgba(0, 0, 0, .8);*/
    background-color: rgba(0, 0, 0, .8);
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900 bolder;
    text-align: center;
    padding: 8px 6px;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    line-height: 1.4em;
    border-bottom: none;
    letter-spacing: 1px;
}

.cc-scroll-table td {
    text-align: center;
    font-size: .9em;
    color: rgba(29,59,88, 1);
    padding: 12px 6px;
    height: auto;
    border: none;
}

    .cc-scroll-table td table tbody,
    .cc-table td table tbody {
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.cc-scroll-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .1);
}

.cc-scroll-table i {
    cursor: pointer;
    color: rgba(29, 59, 88, 1);
    transition: color .3s;
}

    .cc-scroll-table i:hover {
        cursor: pointer;
        color: rgba(0, 0, 0, 1);
        transition: color .3s;
    }

.cc-table-footer-button {
    margin: 24px 0 0 0;
    display: inline;
}

.cc-table-footer-panel {
    width: auto;
    display: inline;
}

.cc-input-and-label {
    color: rgba(0, 0, 0, 1);
    font-size: 1em;
}

    .cc-input-and-label input {
        margin: 0 6px 0 0;
    }


a.svip-features-btn,
.svip-features-btn {
    /*background-color: rgba(170, 225, 80, .8);*/
    background-color: rgba(221, 235, 226, .8);
    border-radius: 2px;
    color: rgba(29,59,88, 1) !important;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 3px 12px !important;
    width: auto;
    min-height: 28px;
    text-transform: lowercase !important;
    transition: background-color .3s;
    line-height: 1.6em;
    font-size: 1.1em;
    text-decoration: none !important;
    margin: 1px;
    width: auto !important;
    display: inline-block;
}

    .svip-features-btn:hover {
        background-color: rgba(170, 225, 80, .5);
        transition: background-color .3s;
    }

.cc-table-top-button {
    margin-bottom: 8px;
}

.cc-vip-watermark {
    opacity: .3;
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    height: 54px;
    z-index: 20;
}

.cc-period-select-container {
    text-align: left;
}

.cc-section-divider {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
}

    .cc-section-divider.button-list {
        padding: 12px 0;
        width: auto;
    }

        .cc-section-divider.button-list .cc-header-dropdown {
            margin: 0;
        }

    .cc-section-divider input {
        width: 100%;
    }

        .cc-section-divider input[type="checkbox"] {
            width: auto;
        }

.cc-info-wrapper {
    float: right;
}

.cc-info-container {
    width: 100%;
    display: block;
    color: rgba(29, 59, 88, 1);
    padding-bottom: 4px;
    font-size: 12px;
    width: auto;
    text-align: right !important;
    font-weight: 300;
}

.cc-table-header-checkbox {
    transform: scale(1.5);
}

.cc-table-button {
    /*background-color: rgba(170, 225, 80, .8);*/
    background-color: rgba(221, 235, 226, .8);
    border-radius: 2px;
    color: rgba(29,59,88, 1);
    outline: none;
    border: none;
    cursor: pointer;
    padding: 3px 8px;
    width: auto;
    transition: background-color .3s;
    margin: 18px 6px 6px 6px;
}

    .cc-table-button:hover {
        background-color: rgba(29, 59, 88, .5);
        transition: background .3s;
    }

.cc-bold-statement {
    font-weight: 600;
}

.cc-dismiss-announcement-warning-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(29, 59, 88, .8);
    z-index: 9680;
    text-align: center;
    padding: 5%;
}

.cc-dismiss-announcement-warning {
    background-color: #ffffff;
    text-align: center;
    width: 20%;
    height: auto;
    padding: 42px;
    margin: 0 auto;
}

    .cc-dismiss-announcement-warning h2 {
        text-transform: uppercase;
        font-weight: 600;
        color: rgba(170, 225, 80, 1);
        font-size: 2em;
    }

.cc-button {
    background-color: rgba(29, 59, 88, 1);
    color: #ffffff;
    border: none;
    padding: 6px 8px;
    cursor: pointer;
    transition: background-color .3s;
}

    .cc-button:hover {
        background-color: rgba(170, 225, 80, 1);
        color: rgba(29, 59, 88, 1);
        border: none;
        padding: 6px 8px;
        cursor: pointer;
        transition: background-color .3s;
    }

.cc-search-field {
    width: 240px;
    margin: 0 0 24px 0;
    float: right;
}

    .cc-search-field input {
        border: 1px solid rgba(0, 0, 0, 1);
        margin: 0 12px 0 0;
        width: calc(100% - 32px);
        font-style: italic;
        padding: 2px 12px;
        width: 80%;
        border-radius: 2px;
    }

    .cc-search-field i {
        color: rgba(0, 0, 0, 1);
        transform: scale(1.4);
        transition: color .3s;
        cursor: pointer;
        margin-top: 6px;
    }

        .cc-search-field i:hover {
            color: rgba(0, 0, 0, .5);
            transform: scale(1.4);
            transition: color .3s;
            cursor: pointer;
        }

    .cc-search-field.left-field {
        float: none;
        width: auto;
    }

.cc-text-box {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 2px 12px;
    margin-right: 8px;
}

.cc-date-select {
    background-color: rgba(29, 59, 88, 1);
}

.cc-rates-table th {
    border-bottom: 1px solid #ffffff;
}

    .cc-rates-table th:first-of-type {
        background-color: rgba(0, 0, 0, .7);
    }

    .cc-rates-table th:last-of-type {
        background-color: rgba(170, 225, 80, 1);
    }

.cc-rates-table-sub1 {
    background-color: rgba(0, 0, 0, .7) !important;
}

.cc-rates-table-sub3 {
    background-color: rgba(170, 225, 80, 1) !important;
}

.cc-rates-table-section-divider {
    border-right: 1px solid rgba(29, 59, 88, .2);
}

.cc-section-header i {
    transform: scale(1.5);
    margin: 0 12px 0 0;
    cursor: pointer;
    position: relative;
    top: -5px;
    left: 8px;
}

#PieCharts .cc-section-divider {
    margin: 32px 0 52px 0;
}

#StudentClicksGraph {
    margin: 32px 0 0 0;
}

.cc-pie-chart {
    padding: 0;
    margin: 0;
}

.cc-send-item-widget {
    background-color: rgba(0, 0, 0, 1);
    padding: 1em;
    margin: 0 0 32px 0;
    border-radius: 2px;
    text-align: right;
}

    .cc-send-item-widget label {
        color: #ffffff;
        margin: 0 8px 0 0;
    }

    .cc-send-item-widget input[type="text"] {
        border: none;
        margin: 4px 0;
        padding: 0;
        font-size: .9em;
        padding: 3px 6px;
        width: 65%;
        color: rgba(29, 59, 88, 1);
        border-radius: 2px;
    }

    .cc-send-item-widget input[type="submit"] {
        background-color: rgba(170, 225, 80, 1);
        color: rgba(29, 59, 88, 1);
        border: none;
        margin: 4px 0;
        padding: 0;
        font-size: .8em;
        padding: 5px 6px;
        width: auto;
        cursor: pointer;
        transition: background-color .3s;
        border-radius: 2px;
    }

        .cc-send-item-widget input[type="submit"]:hover {
            background-color: rgba(170, 225, 80, .8);
            transition: background-color .3s;
        }

.cc-collapsed-menu-icons {
    position: absolute;
    top: 24px;
    left: -24px;
    z-index: 9050;
    text-align: left;
}

    .cc-collapsed-menu-icons i {
        color: #ffffff;
        transform: scale(1.3);
        margin: 12px 0;
        cursor: pointer;
        transition: color .3s;
    }

        .cc-collapsed-menu-icons i:hover {
            color: rgba(29, 59, 88, 1);
            transition: color .3s;
        }

    .cc-collapsed-menu-icons .fa-pie-chart {
        margin-left: -3px;
    }

    .cc-collapsed-menu-icons .fa-clock-o {
        transform: scale(1.5);
    }

.tooltip {
    z-index: 11000 !important;
}

h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 1.5em;
}

ol > li:before {
    font-weight: 600;
}

ol li {
    line-height: 2.4em;
}

ul {
    list-style: none;
}

    ul li {
        line-height: 1.8em;
    }


#TravelClaimFormRequest {
    width: 66%;
    margin: 0 17.5%
}

    #TravelClaimFormRequest > html {
        background-color: green !important;
    }

#EngagementBudget {
    margin-bottom: 120px;
}

#CurrentRates table thead th {
    border-bottom: 1px solid #ffffff;
    text-align: right;
    width: 20%;
}

#CurrentRates table thead td {
    text-align: left;
}

#CurrentAncillary table thead th {
    border-bottom: 1px solid #ffffff;
    text-align: right;
    width: 20%;
}

#CurrentAncillary table thead td {
    text-align: left;
}

#QuickStatsIcon,
#QuickStatsIcon:visited,
#LogOutIcon,
#LogOutIcon:visited,
#ViewTutorialIcon,
#ViewTutorialIcon:visited {
    font-size: 24px;
    color: rgba(29, 59, 88, 1);
    cursor: pointer !important;
    transition: color .3s;
}

    #QuickStatsIcon:hover,
    #QuickStatsIcon:active,
    #LogOutIcon:hover,
    #LogOutIcon:active,
    #ViewTutorialIcon:hover,
    #ViewTutorialIcon:active {
        color: rgba(0, 0, 0, .5);
        transition: color .3s;
    }

iframe {
    height: 68vh;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 0 0 42px 0;
}


td i {
    transform: scale(1.5);
}

td .fa-check {
    color: green;
}

td .fa-times {
    color: red;
}

td .fa-hourglass-half {
    color: dodgerblue;
}

#EnrolmentSingle {
    margin-bottom: 12px;
}

#EnrolmentFamily {
    background-color: rgba(29, 59, 88, 1);
    margin-bottom: 12px;
}

#EnrolmentFamilyPlus {
    background-color: rgba(0, 0, 0, .6);
    margin-bottom: 12px;
}

#EnrolmentFamilyPlusPlus {
    background-color: rgba(29, 59, 88, .5);
}

.pdf-pro-canvas {
    overflow-x: hidden !important;
}


#mainNav.fixed-top .sidenav-toggler > .nav-item {
    width: 284px;
}

.nav-item .nav-link i {
    font-size: 1em;
    color: rgba(255, 255, 255, 1);
    margin-right: 6px;
    width: 18px;
}

a {
    color: rgba(0, 0, 0, 1);
}

.breadcrumb {
    background: transparent;
    border: 1px solid rgba(29, 59, 88, .4);
}

.text-center small {
    /*color: rgba(0, 0, 0, 1);*/
    color: rgba(255, 255, 255, 1);
}

.scroll-to-top {
    right: 110px;
}

#sidenavToggler i {
    font-size: 2em;
    margin: 0;
}

.shrinkArrow {
    width: 284px;
    cursor: pointer;
}

#sidenavToggler {
    padding-left: 0;
    padding-right: 0;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:visited {
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    /*background-color: rgba(0, 0, 0, 1);*/
    background-color: rgba(0, 0, 0, 1);
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
    /*margin: -1px  0 0 -1px;*/
}

.scroll-to-top {
    right: 56px;
    bottom: 0;
    border-radius: 0;
    height: 54px;
    width: 54px;
}

.pdf-pro-plugin {
    overflow-x: hidden !important;
    margin: 0 0 42px 0;
}

@media (min-width: 992px) {
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
        width: 286px;
        padding: .7em 0;
    }

    body.sidenav-toggled footer.sticky-footer {
        border-left: 1px solid #fff;
    }
}

@media(max-width: 1199px) {
    html, body {
        font-size: 15px;
    }

    .cc-card {
        background-color: rgba(0, 0, 0, 1);
        margin: 0;
        color: #ffffff;
        padding: 12px;
        border: 1px solid #ffffff;
    }

    .cc-welcome-user {
        font-size: .8em;
    }
}

@media(max-width: 991px) {
    html, body {
        font-size: 14px;
    }

    #mainNav .navbar-collapse.collapsing {
        overflow: hidden;
    }

    #mainNav .navbar-collapse.collapse.show {
        background-color: rgba(0, 0, 0, .95);
    }

    #mainNav .navbar-collapse.collapsing {
        background-color: rgba(0, 0, 0, .95);
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    }

    #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a {
        padding-left: 30px;
    }

    .cc-greeting {
        width: auto;
    }

    .cc-greeting-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding-top: -8px;
        height: auto;
        display: inline;
    }

    .cc-announcement {
        position: relative;
        top: 0;
        left: 0;
    }

    .navbar-toggler {
        background-color: rgba(0, 0, 0, 1);
        border-radius: 0;
    }

    .navbar-dark .navbar-toggler {
        margin-top: 37px;
        margin-left: calc(100% - 68px);
        margin-right: 32px;
        margin-bottom: 9px;
        border-radius: 2px;
    }

    .nav-item {
        padding: 0 0 0 50%;
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
        margin-top: 1px;
        border-top: 1px solid #fff;
    }

    .navbar-nav nav-item:last-of-type {
        margin-bottom: 70px;
    }

    .navbar-toggler-icon {
        transform: scale(1.2);
    }

    .cc-top-nav-container {
        display: inline-block;
        text-align: left;
    }

    .cc-top-nav {
        height: 84px;
    }

    .cc-logo-id {
        height: 36px;
        width: auto;
        padding: 0;
        margin-top: -16px;
    }

    .cc-top-nav-group {
        text-align: left;
        right: unset;
        left: 138px;
    }

    .cc-info-container {
        border-top: none;
        font-size: 14px;
        margin: 58px 0 0 18px;
        width: auto;
        text-align: left !important;
        display: inline-block;
    }

    #QuickStatsIcon, #QuickStatsIcon:visited, #LogOutIcon, #LogOutIcon:visited, #ViewTutorialIcon, #ViewTutorialIcon:visited {
        font-size: 16px;
    }

    .cc-welcome-user {
        font-size: 1.3em;
        margin: 4px 0 0 0;
        width: calc(100% - 170px);
        line-height: 1.1em;
    }


    .cc-announcement span {
        margin-left: 2%;
        font-size: .8em;
        line-height: 1em;
    }

    .cc-greeting-container {
        margin: 0;
        width: calc(100% - 76px);
        text-align: left;
        padding: 0 !important;
        margin: 0;
        color: rgba(29, 59, 88, 1);
        z-index: 9600;
        font-size: 1.3em;
        position: fixed;
    }

    #mainNav .navbar-collapse {
        box-shadow: rgba(0, 0, 0, .4) 0 10px 10px;
    }

    .cc-period-select {
        border-top: solid 12px rgba(0, 0, 0, 0);
    }

    #LogOut.nav-item {
        border-bottom: 24px solid rgba(0, 0, 0, 0);
    }

    #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
        background-color: transparent;
    }

    .cc-top-nav-container li {
        margin: 0 12px 0 0;
        left: 128px
    }
}

@media(max-width: 600px) {
    .cc-welcome-user {
        margin-top: 8px;
        font-size: 1em;
        line-height: 1.2em;
    }

    .cc-info-container {
        display: none;
    }

    .nav-item {
        padding: 0 0 0 30%;
    }

    .cc-top-nav-group {
        top: 6px;
        right: 20px;
        left: unset;
    }

    .cc-top-nav-container li {
        font-size: 14px;
        margin: 0 0 0 16px
    }
}

@media(max-width: 400px) {
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .cc-welcome-user {
        display: none;
    }

    .nav-item {
        padding: 0 0 0 18px;
    }
}

.footer-cta:after {
    display: none;
}


/*Dashboard :: BEGIN*/
#dashboard-body-section {
    max-width: 100%;
}

    #dashboard-body-section .mud-table-container {
       height:100% !important;
       max-height: 70vh!important;
    }

    .dashboard__content {
        background-color: #e9e9e9;
        padding: 1.25em;
        h3

{
    color: var(--bs-black);
}

form {
    padding: 15px;
    background-color: var(--bs-white);
}

{
    color: var(--bs-primary);
    font-size: 2.25rem;
    text-decoration: none !important;
}

.dashboard-body-section {
    max-width: 100%;
}


.mud-table-container {
    max-height: 600px !important;
    min-height: 50px !important;
    height: 100% !important;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

}


.dashboard__sidebar {
    overflow-y: scroll;
    background-color: hsl(from var(--bs-primary) h s calc(l * .7));
    color: var(--bs-white);
    width: 20%;

    .mud-treeview.mud-treeview-selected-primary .mud-treeview-item-content.mud-treeview-item-selected

{
    color: var(--bs-secondary)
}

.mud-button {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border: transparent;
    padding: 15px;
    &:hover

{
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    border: transparent;
    padding: 15px;
}

}
}

.mud-select {
    border: var(--bs-white);
    background-color: var(--bs-white);
}


.mud-input-control {
    color: red;
}


.mud-treeview-item-icon > span {
    color: var(--bs-white);
    font-size: 1.2em
}

.mud-treeview-item-arrow > button > span {
    color: var(--bs-white);
}


.mud-treeview-item-label:hover {
    color: var(--bs-secondary);
}

.mud-treeview-item {
    .mud-collapse-entered

{
    :: before

{
    content: " ";
    height: 100%;
    width: 1px;
    background-color: var(--bs-secondary);
    position: relative;
    left: 25px;
    top: 0;
}

}
}
}


/*Dashboard :: ENDS*/

.mud-input-control.mud-input-control-margin-dense {
    margin:0px;
}

.mud-tabs .mud-tabs-tabbar mud-tabs-border-top {
}

.mud-tabs .mud-tabs-panels {
    background-color: var(--bs-white);
    padding: 15px;
}

.mud-tabs-tabbar.mud-tabs-border-top .mud-tabs-tabbar-content {
    background-color: var(--bs-white);
    color: var(--bs-black);
}

    .mud-tabs-tabbar.mud-tabs-border-top .mud-tabs-tabbar-content .mud-tab.mud-tab-active {
        background-color: var(--bs-primary);
        color: var(--bs-white);
    }

.svip__dashboard__toolbar {
    background-color: #f7f7f7;
    margin-bottom: 15px;
    padding: 5px 15px;
}

    .svip__dashboard__toolbar button {
        background-color: var(--bs-primary);
        color: var(--bs-white);
        border-color: var(--bs-primary);
        &:hover

{
    background-color: hsl(from var(--bs-primary) h s calc(l * .7));
    border-color: hsl(from var(--bs-primary) h s calc(l * .7));
}

}

.mud-input-control.mud-input-control-margin-dense {
    margin:0;
}


td .fa-hourglass-half {
    color: var(--bs-secondary);
}

.dashboard__sidebar .sidebar__selections {
    margin-top:10px;
    label, span

{
    color: var(--bs-white);
}
}

/*Dashboard Tables*/
.dashboard__content
#seperateFallTitle,
#seperateFallTitleTD,
#seperateWinterTitle,
#seperateWinterTitleTD {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

#dashboard-body-section h3 {
    margin: 1rem 0rem;
    color: var(--bs-black);
    font-size: 2.2rem;
}