<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Responsive */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body &gt; #grid-container-main {
        grid-template-areas:
        "leftnav main";
    }

    #grid-container-main &gt; .grid-container-left {
        display: block;
    }
}

/* Other stuff */
@media (max-width: 992px) {

    .dataTables_info {
        display: none;
    }
}

@media (max-width: 992px) {

    .dataTables_info {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #main-content-fill div.dataTables_wrapper div.dataTables_length, #main-content-fill div.dataTables_wrapper div.dataTables_filter, #main-content-fill div.dataTables_wrapper div.dataTables_info, #main-content-fill div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }
}

/* Grid */
#grid-container-main-no-left-menu {
    overflow-x: hidden;
    display: grid;
    grid-template-areas:
    "main main";
    grid-template-columns: 256px 1fr;
}

#grid-container-main {
    overflow-x: hidden;
    display: grid;
    grid-template-areas:
    "main main";
    grid-template-columns: 256px 1fr;
}

.grid-container-left {
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, .005);
    background: #f9f9f9;
    grid-area: leftnav;
    min-height: calc(100vh - 125px);
    display: none;
}

.grid-container-right {
    grid-area: main;
    min-height: calc(100vh - 125px);
}

#grid-container-main .grid-container-left {
    min-height: calc(100vh - 65px);
}

#grid-container-main .grid-container-right {
    min-height: calc(100vh - 65px);
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #343a40;
}

.footer span a {
    color: #fdfdfe;
}

.footer span a:hover {
    color: #fdfdfe;
}

.text-montserrat-bold {
    font-family: Montserrat-Bold, sans-serif !important;
}

.text-marine {
    color: #0e2d54 !important;
}

.text-lime {
    color: #87b734 !important;
}

.text-almost-white {
    color: #fdfdfe !important;
}
/* TODO fix container css, make it grid like intranet AND min-height: calc(100vh - 125px);*/
/* Generic */
html &gt; body {
    font-family: PTSans, sans-serif;
    color: #0e2d54;
}

html .background-almost-white {
    background-color: #fdfdfe;
}

html .background-marine {
    background-color: #0e2d54;
}

html .background-sky-blue {
    background-color: #c7e1fc;
}

html input[type="text"], html input[type="password"] {
    border-radius: 0;
    border-color: #aaa;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    background-color: #fdfdfe;
}

html input[type="text"]:focus, html input[type="password"]:focus,
html input[type="text"]:active, html input[type="password"]:active{
    outline: none !important;
    border-color: #aaa;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow: none;
}

html .input-group-prepend {
    background: none !important;
    border-radius: 0;
    border-color: #aaa;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

html .input-group-text {
    background: none !important;
    border-radius: 0;
    border-color: #aaa;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

html .custom-select {
    border-radius: 0;
    background-color: #fdfdfe;
    border-color: #aaa;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

html .custom-select:focus,html .custom-select:active {
    border-radius: 0;
    border-color: #aaa;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow: none;
}

html .btn {
    border-radius: 3rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-family: Montserrat, sans-serif;
    border-width: 2px;
    font-size: 0.8rem;
}

html .btn-lg {
    font-size: 1.2rem !important;
}

html .btn-sm {
    font-size: 0.7rem !important;
}

html .badge-primary {
    color: #0e2d54;
    border: 1px solid #0e2d54;
    background-color: #fdfdfe;
}

html .btn-primary, html .btn-info, html .btn-warning {
    color: #fdfdfe;
    border-color: #0e2d54;
    background-color: #0e2d54;
}

html .btn-primary:hover, html .btn-info:hover, html .btn-warning:hover,
html .btn-primary:not(:disabled):not(.disabled):focus, html .btn-info:not(:disabled):not(.disabled):focus, html .btn-warning:not(:disabled):not(.disabled):focus,
html .btn-primary:not(:disabled):not(.disabled):active, html .btn-info:not(:disabled):not(.disabled):active, html .btn-warning:not(:disabled):not(.disabled):active {
    color: #fdfdfe;
    border-color: #566c87;
    background-color: #566c87;
}

html .btn-secondary {
    color: #0e2d54;
    border-color: #c7e1fc;
    background-color: #c7e1fc;
}

html .btn-secondary:hover, html .btn-secondary:not(:disabled):not(.disabled):active, html .btn-secondary:not(:disabled):not(.disabled):focus {
    color: #0e2d54;
    border-color: #d8eafd;
    background-color: #d8eafd;
}

html .btn-success {
    color: #fdfdfe;
    border-color: #87b734;
    background-color: #87b734;
}

html .btn-success:hover, html .btn-success:not(:disabled):not(.disabled):active, html .btn-success:not(:disabled):not(.disabled):focus {
    color: #fdfdfe;
    border-color: #abcd71;
    background-color: #abcd71;
}

html .btn-outline-almost-white {
    color: #fdfdfe !important;
    border-color: #fdfdfe !important;
}

html .btn-outline-almost-white:hover {
    color: #0e2d54 !important;
    background-color: #fdfdfe;
    border-color: #fdfdfe;
}

html .btn-outline-marine {
    color: #0e2d54 !important;
    border-color: #0e2d54 !important;
}

html .btn-outline-marine:hover {
    color: #fdfdfe !important;
    background-color: #0e2d54;
    border-color: #0e2d54;
}

html .btn-outline-lime {
    color: #87b734 !important;
    border-color: #87b734 !important;
}

html .btn-outline-lime:hover {
    color: #fdfdfe !important;
    background-color: #87b734;
    border-color: #87b734;
}

html .alert-info {
    color: #0e2d54;
    background-color: #c7e1fc;
}

html .alert-info hr {
    border-top-color: #566c87;
}

html .page-item.active .page-link {
    color: #fdfdfe;
    background-color: #0e2d54;
    border-color: #0e2d54;
}

html .page-link {
    color: #0e2d54;
    background-color: #fdfdfe;
    border: 1px solid #dee2e6;
}

html .page-link:hover {
    color: #566c87;
}

body #breadcrumbs a {
    color: #0e2d54;
}

body #breadcrumbs a:hover {
    color: #0e2d54;
}

body a {
    color: #87b734;
    text-decoration: none;
}

body a:hover {
    color: #abcd71;
    text-decoration: none;
}

body a:visited {
    text-decoration: none;
}

td.dt-minimal-width {
    width: 10px;
}

td.dt-no-wrap {
    white-space: nowrap;
}

body .dropdown-no-arrow.dropdown-toggle::after {
    content: none;
}

body .dropdown-item.disabled {
    cursor: not-allowed;
    color: #e01d1d;
}

body .note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, .125);
}

/*IDs*/

#main-nav-bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

#core-loading-card {
    z-index: 2050;
    width: 18rem;
    height: 6rem;
    margin-left: -9rem;
    margin-top: -3rem;
    left: 50%;
    top: 35%;
}

#core-modal-dialogue {
    z-index: 2040;
}

#core-modal-dialogue div.modal-content {
    box-shadow: inset 0 6px 0 rgba(255, 255, 255, .15), 0 3px 10px rgba(0, 0, 0, 0.275);
}

#sidebar-container {
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, .005);
}

#sidebar-container ul {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
    display: table;
}

#sidebar-container li &gt; a:hover {
    background-color: #1a2f52;
    color: #ffffff;
    cursor: pointer;
}

#sidebar-container li {
    display: table-row;
}

#sidebar-container li &gt; a {
    color: #1a2f52;
    display: table-cell;
    padding: .75rem .75rem .75rem 15px;
    border-bottom: 1px solid #dee2e6;
}

#sidebar-container li &gt; h4 {
    display: table-cell;
    padding: .75rem .75rem .75rem 15px;
    border-bottom: 1px solid #dee2e6;
}

#sidebar-container li a &gt; i {
    float: right;
    padding-top: 4px;
}

#sidebar-container h4 {
    margin-bottom: 0;
}

#sidebar-container nav.portal-left-nav ul li:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#sidebar-container nav.portal-left-nav ul li:nth-of-type(even) {
    background-color: #fff;
}

#main-content-header {
    overflow: hidden;
    height: 36px;
}

#main-content-fill .table td,
#main-content-fill .table th,
#main-modal-container .table td,
#main-modal-container .table th {
    padding: 0.5rem;
    vertical-align: middle;
}

#main-content-fill table.dataTable thead .sorting:before,
#main-content-fill table.dataTable thead .sorting:after,
#main-content-fill table.dataTable thead .sorting_asc:before,
#main-content-fill table.dataTable thead .sorting_asc:after,
#main-content-fill table.dataTable thead .sorting_desc:before,
#main-content-fill table.dataTable thead .sorting_desc:after,
#main-content-fill table.dataTable thead .sorting_asc_disabled:before,
#main-content-fill table.dataTable thead .sorting_asc_disabled:after,
#main-content-fill table.dataTable thead .sorting_desc_disabled:before,
#main-content-fill table.dataTable thead .sorting_desc_disabled:after,
#main-modal-container table.dataTable thead .sorting:before,
#main-modal-container table.dataTable thead .sorting:after,
#main-modal-container table.dataTable thead .sorting_asc:before,
#main-modal-container table.dataTable thead .sorting_asc:after,
#main-modal-container table.dataTable thead .sorting_desc:before,
#main-modal-container table.dataTable thead .sorting_desc:after,
#main-modal-container table.dataTable thead .sorting_asc_disabled:before,
#main-modal-container table.dataTable thead .sorting_asc_disabled:after,
#main-modal-container table.dataTable thead .sorting_desc_disabled:before,
#main-modal-container table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.5em;
}

#main-content-fill table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child,
#main-content-fill table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child,
#main-modal-container table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child,
#main-modal-container table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child {
    padding-left: 30px;
}

#main-content-fill table.dataTable thead &gt; tr &gt; th.sorting_asc,
#main-content-fill table.dataTable thead &gt; tr &gt; th.sorting_desc,
#main-content-fill table.dataTable thead &gt; tr &gt; th.sorting,
#main-content-fill table.dataTable thead &gt; tr &gt; td.sorting_asc,
#main-content-fill table.dataTable thead &gt; tr &gt; td.sorting_desc,
#main-content-fill table.dataTable thead &gt; tr &gt; td.sorting,
#main-modal-container table.dataTable thead &gt; tr &gt; th.sorting_asc,
#main-modal-container table.dataTable thead &gt; tr &gt; th.sorting_desc,
#main-modal-container table.dataTable thead &gt; tr &gt; th.sorting,
#main-modal-container table.dataTable thead &gt; tr &gt; td.sorting_asc,
#main-modal-container table.dataTable thead &gt; tr &gt; td.sorting_desc,
#main-modal-container table.dataTable thead &gt; tr &gt; td.sorting {
    padding-right: 30px;
}

#main-content-fill table tr &gt; td.dt-word-break,
#main-modal-container table tr &gt; td.dt-word-break {
    min-width: 160px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#main-content-fill .dropleft .dropdown-toggle::before {
    content: unset;
}

#main-content-fill table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child, #main-content-fill table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#main-content-fill div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.85em;
}

#main-content-fill .form-inline.no-break .input-group {
    width: auto;
}

#main-content-fill .btn.btn-icon &gt; span {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#main-content-fill .btn.btn-icon &gt; i {
    display: inline-block;
    float: right;
    line-height: 1.5;
}

#navbarSupportedContent .dropdown-menu i {
    padding-left: 10px;
}

#breadcrumbs {
    min-height: 24px;
    overflow: visible;
}

#breadcrumbs span {
    font-weight: normal;
}

/*Classes*/

.list-group-item-fixed &gt; b {
    display: inline-block;
}

.list-group-striped &gt; li:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.custom-control-label::after {
    cursor: pointer;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(even) {
    background-color: #ffffff;
}

.input-group &gt; .form-control.date-picker:not(:first-child) {
    cursor: pointer;
    background-color: #ffffff;
}

.input-group &gt; .form-control.form-control[readonly].date-picker:not(:last-child) {
    background-color: #ffffff;
}

.custom-file-input {
    cursor: pointer;
}

.custom-file-label {
    cursor: pointer;
}

.dtr-details .custom-checkbox {
    display: none;
}
</pre></body></html>