<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">th {
    color: #5c5c5c;
}

table {
    margin-bottom: 0px;
}

p {
    margin: 0px;
}
/*.container-wrap {height:775px; overflow: visible;}*/
.customError {
    margin: 2px 0px;
    color: #dd0000;
    font-size: 14px;
}

.page-title {
    color: #001970;
}

.section-title {
    color: #001970;
    font-weight: bold;
}

.global-filters {
}

#container {
    overflow: visible;
}

#status-box {
    float: right;
    border: 1px;
}

    #status-box tbody tr {
        border-top: 0px;
        border-bottom: 0px;
    }

        #status-box tbody tr:first-child {
            border-top: 1px;
        }

        #status-box tbody tr td {
            padding: 2px 10px;
        }

        #status-box tbody tr:first-child td:first-child {
            border-right: 0px;
            border-bottom: 0px;
            width: 250px;
        }

        #status-box tbody tr:first-child td:last-child {
            border-bottom: 0px;
            border-left: 0px;
        }

        #status-box tbody tr:nth-child(2) td:first-child {
            border-top: 0px;
            border-right: 0px;
            border-bottom: 0px;
            width: 250px;
        }

        #status-box tbody tr:nth-child(2) td:last-child {
            border-top: 0px;
            border-bottom: 0px;
            border-left: 0px;
        }

        #status-box tbody tr:last-child td:first-child {
            border-top: 0px;
            border-right: 0px;
            width: 250px;
        }

        #status-box tbody tr:last-child td:last-child {
            border-top: 0px;
            border-left: 0px;
        }

        #status-box tbody tr td h3 {
            font-weight: inherit;
        }

.container-wrap {
    overflow: visible;
}

#page-wrap {
    overflow: auto;
}

#tblMeasureData {
    width: 25%;
    border: none;
}

    #tblMeasureData td {
        border: none;
    }

.e-headercelldiv {
    padding: 0px !important;
}


.e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    margin: -17px -5px;
}

.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
    margin: -17px 11px 0 14px;
}

.dashboardButton {
    width: 100%;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    line-height: normal;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
    padding: 8px 15px;
    border: 1px solid #DDD;
    display: inline-block;
}

    .dashboardButton:hover:enabled {
        background-image: -webkit-linear-gradient(bottom, #00227d 0%, #0033a0 100%);
        background-color: #0033a0;
        color: #f7f7f7;
    }

.text-left {
    text-align: left !important;
}

#container {
    overflow: visible;
}

#headerLinkTable {
    background: #ffffff;
    width: 100%;
    text-align: center;
    border: 0px;
}

    #headerLinkTable tbody tr td {
        text-align: center;
        border: 0px;
        padding: 0px;
    }

.e-detailheadercell {
}

.page-title {
    color: #001970;
}

.section-title {
    color: #001970;
}

.unearnedCSS.e-rowcell {
    color: #dd0000 !important;
}

p {
    margin: 0px;
}

.e-headercelldiv {
    padding: 0px !important;
}

.e-headertext {
    font-size: 14px;
    overflow-wrap: normal;
    word-wrap: normal;
}

.e-summarycell {
    font-size: 14px;
}

.loadingText {
    margin: 0px auto;
    text-align: center;
    font-family: "Segoe UI","GeezaPro","DejaVu Serif",sans-serif,"-apple-system","BlinkMacSystemFont";
}


/* Large */
.center-wrapper {
    display: flex;
    flex-flow: row wrap;
    /* This aligns items to the end line on main-axis */
    justify-content: space-between;
    margin-top: -1rem;
}

    .center-wrapper &gt; div {
        margin-top: 1rem;
    }

.linkTableDiv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#tblInterventionData &gt; tbody &gt; tr &gt; td {
    padding: 10px;
}

/* Small screens */
@media all and (max-width: 600px) {
    .linkTableDiv {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: 0px;
}



.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: 0px;
}



.e-grid .e-sortfilterdiv {
    margin: 0px;
    float: left;
}



.e-grid .e-filtermenudiv {
    margin: 0px;
    float: left;
}*/</pre></body></html>