<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Roboto;
    font-style: normal;
    background: var(--gray-100, #F8F9FA);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.form-select {
    border-radius: 4px;
    background: var(--buttons-secondary-secondary-button-bg, #E4E7EB);
    font-weight: 500;
    color: black;
}

.HeaderText {
    color: #1565C0;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
}

.HeaderTextWhite {
    color: white;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    margin-right: 10px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.HeaderLink {
    color: white;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    text-decoration:none;
    margin-right:10px;
}

.HeaderLink:hover {
    color: white;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    text-decoration: none;
}
header {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.btn-ema-primary {
    color: #fff!important;
    background-color: #1565C0;
    border-color: #1565C0;
}
.btn-ema-primary:hover {
    color: #fff;
    background-color: #1565C0;
    border-color: #1565C0;
}

.PageError {
    color: red;
}

.btn-ema-selected {
    border-radius: 4px;
    background: var(--secondary-opacity-base-text-20, rgba(33, 37, 41, 0.20));
    color: #fff !important;
}

    .btn-ema-selected:hover {
        color: #fff;
        border-radius: 4px;
        background: var(--secondary-opacity-base-text-20, rgba(33, 37, 41, 0.20));
    }

.btn-ema-secondary {
    color: black !important;
    font-weight: 500;
    background-color: #E4E7EB;
    border-color: #E4E7EB;
}

.HeaderBlue {
    background-color: #1565C0;
    border-color: #1565C0;
}
.DivTopPadding {
    margin-top:15px;
}

.DashboardBox {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--gray-300, #DEE2E6);
    background: #FFF;
}
.CentralRaterBox {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--gray-300, #DEE2E6);
    background: #FFF;
}

.WhiteBox {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--gray-300, #DEE2E6);
    background: #FFF;
}
strong {
    font-weight:550;
}

.BlueLink {
    color: #1565C0;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    text-decoration: none;
    margin-right: 10px;   
}

    .BlueLink:hover {
        color: #1565C0;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 111.111% */
        letter-spacing: 0.18px;
        text-decoration: none;
    }
.RedLink {
    color: #dc3545;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    text-decoration: none;
    margin-right: 10px;
}

    .RedLink:hover {
        color: #dc3545;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 111.111% */
        letter-spacing: 0.18px;
        text-decoration: none;
    }
.k-grid-toolbar {
    display: block!important;
}

.k-table-th {
    text-overflow: initial;
}

.k-toolbar {
    background-color: white!important;
}

.k-grid-content {
    height: 400px;
}

.accordion-button:not(.collapsed) {
    color:black;
    background-color: white ;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: 500;
}

.accordion-button {
    font-weight: 500;
}
.hidden {
    display: none;
}
.breadcrumb {
    margin-top:15px;
}

.emaTab {
    background-color: white;
    border-color: rgb(222, 226, 230) !important;
    border: solid;
    border-width: 1px;
    padding: 15px;
}

.emaDiv {
    background-color: white;
    border-color: rgb(222, 226, 230) !important;
    border: solid;
    border-width: 1px;
    padding: 15px;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    width:95%
}
.cashierTabDiv {
    background-color: white;
    border-color: rgb(222, 226, 230) !important;
    border: solid;
    border-width: 1px;
    padding: 15px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}
.questionDiv {
    background-color: white;
    border-color: rgb(222, 226, 230) !important;
    border: solid;
    border-width: 1px;
    padding-left: 15px;
    margin-bottom:15px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 95%
}


.SectionHeader {
    color: var(--base-text, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Base Text/Base Text - Bold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.Header {
    color: var(--base-text, #212529);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Header/Header 2 */
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.27px; /* 133% */
}

.GridComplete {
    width: 80%;
    height: 40%;
    background-color: #1565C0;
    color: #1565C0;
}
.GridImage {

    vertical-align: middle;
    width: 100%;
    height: 20px;
}

.k-table-md {
    font-size: 14px;
    line-height: 1.5;
}
.emaCompleteColor {
    color: #1565C0;
}

.emaInCompleteColor {
    color: red;
}

.emaInProgressColor {
    color:darkorange;
}

.emaPendingColor {
    color: lightslategrey;
}

.emaAttentionRequired {
    color: #0d6efd;
    font-size:20px;
}

textarea {
    border: #ced4da;
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
}

.NonCompliantSpan {
    color: darkred;
   font-size: 20px;
}
.CompliantSpan {
    color: darkgreen;
    font-size: 20px;
}

.PendingSpan {
    color:orange
}

input.js-error {
    border-color: Red !important;
    background-color: #FFCEC6 !important;
}

textarea.js-error {
    border-color: Red !important;
    background-color: #FFCEC6 !important;
}

label.js-error {
    display: inline-block;
    color: Red;
    white-space: nowrap;
    margin-top: 5px !important;
    font-weight: bold;
}

span.js-error {
    color: Red;
}

select.js-error {
    border-color: Red;
    background-color: #FFCEC6 !important;
}
.container {
    max-width: 95% !important;
}
.analysisZeroColor
{
    color:lightgray;
}</pre></body></html>