<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bootstrap overrides to ICS style */

/* Page */
body {
    font-family: Verdana,Arial,sans-serif;
}

/* Page header */
h1.enf {
    font-weight: bold;
    font-size: 21pt;
    color: #1e3f6a;
    margin: 0;
}

h6.enf {
    font-weight: bold;
    font-size: 8pt;
    margin: 0;
}

#enf_header {
    margin-top: 1em;
}

#enf_header .rtm {
    vertical-align: super;
    font-size: 60%;
}

#enf_header ul {
    font-size: 85%;
}

/* Page title */
h2.enf {
    font-weight: bold;
    font-size: 18px;
}

/* Sometimes we want them closer */
.enf.form-group {
    margin-bottom: 7px;
}

/* Style legend/fieldsets in ICS style */
fieldset.enf {
    margin-top: 10px;
    padding: 6px;
    background-color: #e0e0e0;
    border-radius: 0;
    box-shadow: none;
}

legend.enf {
    background-color: #1e3f6a;
    border: 1px solid #496c99;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: inherit;
    margin-bottom: 0;
    padding: 3px 10px;
    width: auto;
}

/* Fix contrast */
fieldset.enf caption,
.form-control,
.input-group-addon,
.help-block {
    color: #333;
}
a:not(.btn) {
    color: #0082b9;
}
a:visited:not(.btn) {
    color: #1e3f6a;
}

/* Style panels in ICS style */
.panel.panel-info {
    border-color: #C0C0F0;
}
.panel.panel-info &gt; .panel-heading {
    color: #1e3f6a;
    background-color: #D0D0FF;
    border-color: #C0C0F0;
}
.panel.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #C0C0F0;
}
.panel.panel-info &gt; .panel-heading .badge {
    color: #D0D0FF;
    background-color: #1e3f6a;
}
.panel.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #C0C0F0;
}

/* Navbar is plain */
.navbar.enf {
    border: 0;
    background: #fff;
    border-radius: 0;
}

/* hr isn't tall */
hr.enf {
    margin-top: 0;
    margin-bottom: 0;
}

/* Override form style */
.control-label.text-left {
    text-align: left !important;
}

/* Better clearfix */
.clearfix {
    clear: both;
}

/* Tweak for alerts */
.ics_alert {
    background-color: transparent !important;
}

/* Loading modal */
div.loading_indicia {
    width: 30%;
    top: 35%;
    background: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
}

/* Style tables in ICS style */
table.enf.table thead,
table.enf.table thead th {
    background-color: #90A0B0;
}
table.enf.table thead th {
    font-weight: bold;
    text-align: center;
}
table.enf.table thead th.sorting,
table.enf.table thead th.sorting_asc,
table.enf.table thead th.sorting_desc {
    cursor: pointer;
}
table.enf.table thead th.sorting_asc {
    padding-right: 21px;
    background-image: url('../img/asc.gif');
}
table.enf.table thead th.sorting_desc {
    padding-right: 21px;
    background-image: url('../img/desc.gif');
}
table.enf.table thead th.sorting_asc,
table.enf.table thead th.sorting_desc {
    background-repeat: no-repeat;
    background-position: center right;
}
table.enf.table.table-bordered,
table.enf.table.table-bordered &gt; thead &gt; tr &gt; th,
table.enf.table.table-bordered &gt; tbody &gt; tr &gt; td {
    border-color: #000000;
    border-bottom-width: 1px;
}
table.enf.table &gt; tbody &gt; tr &gt; td:first-child {
    background-color: #D0D0FF;
}
table.enf.table.table-hover &gt; tbody &gt; tr:hover {
    background-color: #d0d0ff;
}
table.enf.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #fff;
}
table.enf.table-striped &gt; tbody &gt; tr:nth-of-type(even) {
    background-color: #e0e0e0;
}
table.enf.table tbody tr.selected {
    background:#9696f9;
}

/* Don't munge up the print output */
@media print {
    a[href]:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: "" !important;
    }
    table.enf.table.table-bordered,
    table.enf.table.table-bordered &gt; thead &gt; tr &gt; th,
    table.enf.table.table-bordered &gt; tbody &gt; tr &gt; td {
        border-color: #000000 !important;
        border-bottom-width: 1px !important;
    }
    table.enf.table-striped &gt; tbody &gt; tr:nth-of-type(odd) td {
        background-color: #fff !important;
    }
    table.enf.table-striped &gt; tbody &gt; tr:nth-of-type(even) td {
        background-color: #e0e0e0 !important;
    }
    table.enf.table thead th {
        background-color: #90A0B0 !important;
    }
    table.enf.table &gt; tbody &gt; tr &gt; td:first-child {
        background-color: #D0D0FF !important;
    }
}

/* Bootstrap 4 sticky class */
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .navbar.sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9;
    }
}

/* Bootstrap 4 helper functions */
.align-middle {
    vertical-align: middle;
}
.m-0 {
    margin: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.d-inline-block {
    display: inline-block !important;
}

/* Bootstrap 4 outline button */
.btn-outline-primary {
    color: blue;
    background-color: transparent;
    background-image: none;
    border-color: #8080d0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #8080d0;
    border-color: #8080d0;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8080d0;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8080d0;
    border-color: #8080d0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
</pre></body></html>