<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
body{

    font-size: 13px;
}
.page-content{
    background-color: #fff;
}

nav.navbar.navbar-light.bg-light {
    background-color: #fff !important;
    margin:0px 40px 0px 40px;
    padding:0px;

}
.wrapper {
    margin: 0px 40px;
}

.mainheader {
    font-weight: 100;
    font-size: 1rem;
    color: #006BB6;
    padding-bottom: 12px;
}

.welcometext {
    margin: 8px;
    padding: 0x;
    font-size: 10pt;
    color: #444444;
    line-height: 130%;
}
.myintrobox {
    
    margin: 5px;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 10px;
    background: #fff;
    height: auto;
}
.mybox {
    
    margin: 5px;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 10px;
    background: #F9F9F9;
    height: auto;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #DDDDDD;
}
.mybox.refinebox {
    height: 120px;
}

.mybox.search {
    padding: 0px;
    background: #006BB6;
    height: 50px;
    line-height: 48px;
}

.mybox.search:hover {
    background: #2681C1;
}

.input_box {
    box-sizing: border-box;
}

.initial_logo {
    width:300px;
}

@media (max-width: 485px) {
    .input_box{
        width: 100%;
    }
    .initial_logo {
        width:200px;
    }
}




.fieldset {
    display: inline-block;
    vertical-align: top;
    width: 160px;
}
.fieldset.refinefieldset {
    width: 130px;
}

.sectionheader {
  padding-bottom: 5px;
  padding-top: 7px;
  font-weight: 600;
  font-size: small;
}

.searchtext {
  font-size : 30px;
  font-weight: 100;
  color : #ffffff;

}
.modal 
.pure-g [class *= 'pure-u'] {
    /* Set your content font stack here: */
   
    color: #333333;
    line-height: normal;
    
}



.modal .section {
    line-height: 150%;
    width: 50%;
    display: inline-block;
}

.modal .header {
    font-weight: 100;
    font-size: 30pt;
    padding-bottom: 10px;
}

.modal span {
    display: inline-block;
}

.modal .label {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.modal .value {
    width: 200px;
    display: inline-block;
    vertical-align: top;    
    font-weight: bold;
}

.modal .valuedescription {
    width: 350px;
    display: inline-block;
    vertical-align: top;    
}


.modal .footnote {
    font-size: 9pt;
    line-height: 120%;
    padding-top: 5px;
}

.modal a {
    text-decoration: underline;
}
.modal .modal a:link {
    color: #006BB6;
}
.modal a:visited {
    color: #006BB6;
}
.modal a:hover {
    color: #2681C1;
}
.modal a:active {
    color: #333333;
}

.modal a.btn {
    color: #FFFFFF;
}
.modal .btn {
  background: #006BB6;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.modal .btn:hover {
  background: #2681C1;
  text-decoration: none;
}

.model .wrapper {
    width: 1280px;
    margin: 5px;
}


@media print {

    .modal .noprint {
    display:none;
  }

@page {
  margin: 0.5cm;
}  
}

/* table, tr, th, td {
    border: 1px solid #DDDDDD;
    margin: 13px;
}
table {
    box-shadow: 1px 1px 3px #DDDDDD;
} */

/*
.resultstable tr:hover {
    background: #FFFFDD;
}
*/
tr.oddrow {
    background: #FCFCFC;
}
tr.evenrow {
    background: #EEF0FF;
}
th {
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
    color: #FFFFFF;
    border: 1px solid #505050;
    background: -webkit-linear-gradient(#777777, #666666); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#777777, #666666); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#777777, #666666); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#777777, #666666); /* Standard syntax */
}
td {
    text-align: left;
    padding: 5px 5px;
}

a.ahri {
    text-decoration: underline;
}
a:link.ahri {
    color: #FFEE66;
}
a:visited.ahri {
    color: #FFEE66;
}
a:hover.ahri {
    color: #FFFFFF;
}
a:active.ahri {
    color: #FF0000;
}
.refinedropdown {
    font-family: Consolas, 'Courier New', Courier, monospace
}
.outofstockrow {
    display: none;
}
.outofstockitem {
    color: #BBAA88;
    text-decoration:line-through;
}

div#systembox .fieldset {
    width: auto;
}


.resultcount {
    font-weight: 100;
    font-size: 16pt;
    margin-left: 13px;
}

 

.disclaimer {
    font-size: 9pt;
    margin: 13px;
}

label{
    font-size: 0.875rem;
}

.page-content {
    padding: 0px !important;
    margin: 40px;
}
.dataTables_info{
    font-size: larger;
    display: inline-block;
}

div#datatable_filter {
    width:89%
}

.dt-buttons.btn-group.flex-wrap{
    margin-top:35px;
}
a.edit{
    cursor: pointer;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a{
    color:#003da5;
}

.data-table .selected{
    text-decoration: line-through;
    color:black !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

p.section-right{
display: inline-block;
width: 40%;
}

div.dt-buttons {
    float: right;
  }
.data-table th a {
      color: #FFEE66;
      text-decoration: underline !important;
}
</pre></body></html>