<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stylesheet for WCAG compliant styling */

/* Override color for the default Red */
.wcag-error-color {
    color: #AD0000;
}

/* Overriding bootstrap's anchor color with a darker color due to contrast issues */
.bootstrap .PageStyle a {
    color: #0F5895 !important;
}

.bootstrap .PageStyleDrk a {
    /*background-color: #39424b;*/
    color: #F7F7F7 !important;
    /*height: 30px;
    text-align: right;
    border: 0;
    vertical-align: bottom;*/
}

.bootstrap a:not(a[role=option],.btn,.grid-header a) {
    color: #0F5895 !important;
}

/* Ensuring that the previous class override does not also affect the pagination colour */
.bootstrap .pagination &gt; .active &gt; a,
.bootstrap .pagination &gt; .active &gt; span,
.bootstrap .pagination &gt; .active &gt; a:hover,
.bootstrap .pagination &gt; .active &gt; span:hover,
.bootstrap .pagination &gt; .active &gt; a:focus,
.bootstrap .pagination &gt; .active &gt; span:focus {
    color: #fff !important;
}

/* Overriding bootstrap's disabled color */
.bootstrap .pagination &gt; .disabled &gt; span,
.bootstrap .pagination &gt; .disabled &gt; span:hover,
.bootstrap .pagination &gt; .disabled &gt; span:focus,
.bootstrap .pagination &gt; .disabled &gt; a,
.bootstrap .pagination &gt; .disabled &gt; a:hover,
.bootstrap .pagination &gt; .disabled &gt; a:focus {
    color: #575757 !important;
}

/* Overriding notify.js color to a darker blue due to contrast issues */
.notifyjs-bootstrap-info {
    color: #214C63 !important;
}

/* Overriding notify.js color to a darker green due to contrast issues */
.notifyjs-bootstrap-success {
    color: #2D532D !important;
}

/* Overriding bootstrap-datetimepicker.css disabled color to a darker color due to contrast issues */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    color: #575757 !important;
}

.bootstrap-datetimepicker-widget table td.cw {
    color: #575757 !important;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #575757 !important;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #575757 !important;
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #575757 !important;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    color: #575757 !important;
}</pre></body></html>