﻿.tsf-environment {
    color: red;
}

.left-align {
    margin-right: auto;
}

.center-align {
    margin: 0 auto;
}

.right-align {
    margin-left: auto;
}

.sort-icon {
    cursor: pointer;
    margin-left: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content:end;
    position: absolute;
    font-size: 16px;
    right:5px;
    margin-bottom:5px;

}

    .sort-icon.desc::before {
        content: '↑';
        font-size: 16px;
    }

    .sort-icon.asc::before {
        content: '↓';
        font-size: 16px;

    }

.nav-link {
    background-color: green;
    color: red;
    font-weight: bold;
}

.fluent-grid {
    border-collapse: collapse;
    border-color: red;
    width: 100%;
    border-color: red;
    border-spacing: 0px;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.report-viewer {
    margin: 0 auto;
    width: 100%;
}

.fluent-grid td {
    border: 1px solid #ddd;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-style: normal;
    word-break: break-word;
    background-color: white;
}

.fluent-grid th {
    vertical-align: central !important;
    min-height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: lavender;
    white-space: normal;
    font-size: 12px;
    user-select: text;
    height: 16px !important;
    word-break: break-all;
    white-space: normal;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.navigation2 {
    color: #006BA4 !important;
    font-weight: bold;
    color: #006BA4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.fluent-grid th col-title {
    padding: 0px !important;
}

.fluent-grid th.header-column {
    width: 700px;
    padding-left: 10px;
}

.fluent-grid th.empty-column {
    display: none;
    overflow: hidden;
}

.fluent-grid th:nth-child(n+2) {
    margin: 0px auto;
    text-align: center;
}

.fluent-grid th:nth-child(n+3) {
    margin: 0px auto;
    text-align: center;
}

.footer {
    position: relative;
    bottom: 0;
    background-color: lavender;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding-left: 16px;
    height: 32px;
    text-decoration: underline;
    text-underline-position: from-font;
    width: 100%;
    font-size: 16px;
    display: flex;
    margin-left: auto;
    border: 0.1px solid black;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

.footer-dashboard {
    position: fixed;
    bottom: 0;
    background-color: #007BBD;
    color: #FFF;
    text-decoration:none;
    border: 1px solid #ddd;
    text-overflow:ellipsis;
    display: flex;
    align-items: center;
    align-content:center;
    justify-content: center;
    padding-left: 14px;
    min-height: 40px;
    line-height:17px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.category-appearance {
    height: auto;
    min-height:32px;
    line-height:19px;
    font-size: 16px;
    overflow: hidden;
    border:0.1px solid black;
    display: flex;
    align-items: center;
    align-content:stretch;
}

.report-heading {
    /*border-radius:10px 10px 0px 0px;
    */
    font-size: 18px;
    /*    border:1px solid black;*/
    padding: 0px;
    text-align: center;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.multiline-title {
    word-wrap: break-word;
    overflow-wrap: unset;
    padding: 0px;
}

.col-title {
    /*    margin-top:5px; */
    vertical-align: central;
    padding: 0px !important;
}

.col-title-text {
    padding: 5px !important;
}

div {
    padding: 0px;
    /* border:groove;*/
    /* border-color:red;*/
}

.fluent-data-grid-row:nth-child(odd) {
    background-color: #FFFFFF; /*  White for odd rows */
}


.fluent-data-grid-row:nth-child(even) {
    background-color: #F1F3F9; /* #f2f2f2 LightGray for even rows */
}

.landing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 14px;
}

    .landing .title {
        display: flex;
        align-items: center;
        margin:0px 0px 16px 0px;
        padding: 6px 0px 0px 18px;
        background-color: #E6E6E6;
        color: #242424;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 19px; /* 118.75% */
        letter-spacing: 0;
        min-height: 55px;
        border-right: 1px solid #C9CDCF;
        border-left: 1px solid #C9CDCF;
    }

    .landing .iconblue {
        border-radius: 4px;
        color: #fff;
        background: #007BBD;
        border: 1px solid #FFF;
    }

    .landing .iconreport {
        width: 44px;
        height: 44px;
        background-color: white; /* This becomes the icon color */
        mask: url('./Images/Report.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/Report.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconreport-g {
        width: 44px;
        height: 44px;
        background-color: #007BBD; /* This becomes the icon color */
        mask: url('./Images/Report.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/Report.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconpayment {
        width: 44px;
        height: 44px;
        background-color: white; /* This becomes the icon color */
        mask: url('./Images/Payment.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/Payment.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconpayment-g {
        width: 44px;
        height: 44px;
        background-color: #007BBD; /* This becomes the icon color */
        mask: url('./Images/Payment.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/Payment.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconschool {
        width: 44px;
        height: 44px;
        background-color: white; /* This becomes the icon color */
        mask: url('./Images/School.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/School.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconschool-g {
        width: 44px;
        height: 44px;
        background-color: #007BBD; /* This becomes the icon color */
        mask: url('./Images/School.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/School.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconbus {
        width: 44px;
        height: 44px;
        background-color: white; /* This becomes the icon color */
        mask: url('./Images/Bus.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/Bus.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .iconbus-g {
        width: 44px;
        height: 44px;
        background-color: #007BBD; /* This becomes the icon color */
        mask: url('./Images/Bus.svg') no-repeat center;
        mask-size: 32px 32px;
        -webkit-mask: url('./Images/Bus.svg') no-repeat center;
        -webkit-mask-size: 32px 32px;
        display: block;
    }

    .landing .icongrey {
        border-radius: 4px;
        background: #E4E6E7;
        color: #007BBD;
        border: 1px solid #007BBD;
    }

    .landing .nav {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: start;
    }

    .landing .nav-text {
        display: flex;
        align-items: center;
        color: #006BA4;
        gap: 8px;
        cursor: pointer;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 121.429% */
        letter-spacing: 0;
        text-decoration: none;
    }

        .landing .nav-text :hover {
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

.main-container {
    margin: 0px;

}

.main-layout {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 12px;
}

.mainlayout {
    margin-bottom: 10px;
    font-size: 12px;
}

.content-wrapper {
    width: 100%;
}

.disclaimer-section {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    padding-left: 12px;
    margin-top: 4px;
    margin-bottom: 4px !important;
    color: black;
}

    .disclaimer-section ol,
    ul,
    dl {
        margin-top: 0 !important;
        margin-bottom: 4px !important;
    }

    .disclaimer-section .disclaimer-title {
        font-weight: bold;
        font-style: italic;
        font-size: 10px;
    }

    .disclaimer-section .disclaimer-list {
        padding-left: 12px;
    }

    .disclaimer-section .disclaimer-item {
        font-size: 10px;
    }

    .disclaimer-section .disclaimer-link {
        font-size: 10px;
    }

.divider {
    border: solid;
    border-color: lavender;
    border-width: 1px;
}

.body-container {
    width: 100%;
}

.spacer {
    height: auto;
}

.menu-nav-link.active {
    /* Add your active menu styles here */
}

.reportUrl {
    color: #006BA4;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
    .reportUrl:hover {
        color: #006BA4 !important;
    }
/*    .reportUrl:focus {
        color: navy !important;
    }
*/
.reportUrlContainer {
    display: flex;
    align-content: center;
    margin-left: auto;
    margin-right: 5px;
    font-size: 14px;
    justify-content: end;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
