<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}

.flogo {
    max-width: 185px;
    max-height: 72px;
    margin: 10px;
}

.richtext {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.alogodiv {
    min-width: 97%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alogo {
    max-width: 95%;
    max-height: 95%;
    margin: 1px;
}

.atext {
    min-height: 30px;
    display:flex;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
}



/* HEADER &amp; NAVIGATION  -----------------------------------------*/


.header {
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.025);
    box-shadow: 1px 2px 3px rgba(0,0,0,.025);
    border-bottom: 1px solid rgba(0,0,0,.15);
    margin-bottom: 1rem;
    background-color: #ebeff1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2000;
}
.logo {
    font-family: 'Quicksand', serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: lowercase;
    color: #140F2D;
    zoom: 0.70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: -5px;
}
.logo-icon {
    /*    width: 220px;
        max-width: 35vw;*/
}
.logo-icon-2 {
    /*    width: 220px;
        max-width:  75px; */
}
.strapline {
    margin: 0 0 2.2rem;
    text-align: center;
    font-size: 1.4rem;
}

@media screen and (max-width: 992px) {
    .logo-icon {
        max-width: 200px;
    }
    .logo-icon-2 {
        max-width: 75px;
    }
    .logo-sp {
        max-height: 175px;
    }
}

@media screen and (min-width: 768px) {
    .logo {
        zoom: 1;
    }
    .strapline {
        font-size: 1.6rem;
    }
}

/* ---- 04. Headings */

h1, h2, h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: .6em;
}

h2, h3 {
    margin-top: 0.6em;
}

/* ---- 15. Bootstrap overrides */

body {
    line-height: 1.15;
}

button, input, optgroup, select, textarea {
    font-size: 0.85rem;
}

.header .navbar-brand {
    margin-right: 0;
    margin-left: 30px;
}
.header .navbar-toggler {
    padding-left: .25rem;
    padding-right: .25rem;
    border: none;
}
.header .navbar-nav {
    margin: 1rem 0 0;
}
.header .nav-item {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding: 0 .5rem;
    border-top: 1px solid rgba(218,223,225,.7);
}
.header .navbar-light .nav-link {
    color: #0c515a;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .navbar-light .navbar-nav .active &gt; .nav-link {
    color: #10b7ce;
    text-decoration: none;
}

.header .navbar-light .nav-link:hover,
.header .navbar-light .nav-link:focus,
.header .navbar-light .nav-link:active {
    color: #10b7ce;
    text-decoration: underline;
}

.nav-link2 {
    font-size: 11px;
}

.nav-link3:hover,
.nav-link3:focus,
.nav-link3:active {
    color: #10b7ce;
    text-decoration: underline;
}


.header .navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .navbar {
    padding: 0.5rem 0;
}

.header .banner {
    top:8px;
    float: left;
    font-weight: 400;
    height:60px;
    width: 500px;
    padding-right:10px;
    padding-left:10px;
    padding-top:5px;
    font-size:40px;
    line-height:22px;
    color:#0c515a ;
    //background:#82d10c;
    border-radius:3px;
    white-space: nowrap;
    z-index:1000;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media screen and (min-width: 768px) {
    .header .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .navbar-nav {
        margin: 0;
    }
    .header .nav-item {
        border-top: none;
    }
    .header .nav-link .nav-link2 {
        padding: 1.8rem 1rem!important;
    }

    .header .active .nav-link {
        background-color: rgba(0,0,0,0.018);
    }
    .form-row &gt; [class*=col-] {
        margin-top: 0;
    }
}


@media (max-width: 991.98px) {
    .navbar-expand-lg&gt;.container,
    .navbar-expand-lg&gt;.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*DATA Tables*/

.datatbl {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
    margin-top: 5px;
    font-size:12px;

}

.datatbl tr {
    border-collapse: collapse;
    border-bottom: 1px solid #4e4c4c;
}

.datatbl span {
    cursor: default;
}

.colDataL130 {
    text-align: left;
    width: 130px;
    max-width: 130px;
    padding-left:3px;
    vertical-align: top;
}
.colDataL150 {
    text-align: left;
    width: 150px;
    max-width: 150px;
    padding-left:3px;
    vertical-align: top;
}
.colDataL160 {
    text-align: left;
    width: 160px;
    max-width: 160px;
    padding-left:3px;
    vertical-align: top;
}
.colDatam {
    text-align: left;
    width: 50px;
    max-width: 50px;
    padding-left:3px;
    vertical-align: top;
}

.colDatac {
    text-align: center;
    width: 35px;
    max-width: 35px;
    vertical-align: top;
}
.colDatal {
    text-align: left;
    width: 35px;
    max-width: 35px;
    vertical-align: top;
}

.colData {
    text-align: left;
    vertical-align: top;
}

.rowDatahdr {
    background-color: #dedeb5;
}

/*------------------------------------------*/
.btn {
    border-radius: 2px;
    padding: .375rem 1rem;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.05rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 0.05rem rgba(40,167,69,.5);
}

.btn-link {
    padding: 6px 10px;
    color: #D72638;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-link.btn-sm {
    padding: 10px;
}
.btn-link:hover,
.btn-link:focus {
    color: #140F2D;
    text-decoration: underline;
}

.col-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-row:first-child {
    padding-top: 0;
}

.form-row .form-row {
    padding: 0;
}

.form-row &gt; [class*=col-] {
    margin-top: 10px;
}

.form-row-button {
    margin-top: 20px;
}

/* ---- xx. Loader */

.loader-container {
    position: relative;
}
.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.loader.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.loader-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
}
.loader-message {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 1rem;
}

.tddata {
    width: 50px;font-size: 12px;
}
.tdsps  {
    width: 140px;font-size: 12px;text-align: right;height:20px;
}

.modaldiv {
    padding-bottom: 5px;
}

.has-error {
    display: block;
    border: 1px solid #ff1c02;
}

.has-no-error {
    display: block;
    border: 1px solid #008500;
}

.datepicker-field-container {
    display: block;
    position: relative;
    padding-right: 50px;
}
.datepicker-field-container .datepicker-field {
    width: 100%;
}
.datepicker-field-container .ui-datepicker-trigger {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Bootstrap select checkboxes */
/* replace defaults, so can look like normal select */
/*#selSources::after {
    float: right;
    margin-top: 8px;
    margin-right: 3px;
    border: none;
    content: "";
}*/




.hglt:hover,.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .show &gt; .btn.dropdown-toggle {
    color: black;
    background-color: whitesmoke;
    border-color: blue;
   /* border-width: 1px;*/
}

.dropdown-toggle-chevron::after {
    float: right;
    display: inline-block;
    padding: 2px 3px ;
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f078";
    /*content: "\25BC";
    font-weight: bold;
    font-size: 10px; */
}

#selSources:focus {
    box-shadow: none;
    background: transparent;color: black;border-color: #767676;
}

#selSources:hover {
    background: transparent;color: black;border-color: #767676;
}
/* MAIN page SELECTS */

.selectMain {
    text-align:left;float:right;width: 280px;font-size: 12px;background: transparent;color: black;border-color: #767676;padding: 0px;
}

.selectGrid {
    text-align:left;width: 100%;font-size: 12px;background: transparent;color: black;border-color: #767676;padding: 0px;
}</pre></body></html>