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

/* -- BASICS ---------------------------------------------------------------- */
body {
   color:#333!important;
   font-family:'Open Sans',sans-serif;
   padding:0px!important;
   margin:0px!important;
   font-size:13px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
   color: #333;
}

h1, h2, h3, h4, h5, h6 {   
   font-weight: 300 !important;
}

a {
  text-shadow: none !important;
  color: #333;
}

a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none;
}


hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}




/* -- LAYOUT ---------------------------------------------------------------- */
.main-toolbar-btn-l1 {
   width:180px !important;
   text-align:center !important;
}

.main-toolbar-btn-l1 a {
   padding: 5px 0px 5px 0px !important;
}

.main-toolbar-btn-icon-l1 {
   font-size:16px !important;
   padding-left:5px !important;
   padding-right:0 !important;
}


.main-toolbar-container-l2 {
   padding-right: 15px;
   background-color:#fff;
   text-align:right;
   color: #000;
   height: 45px;
   border-radius: 2px 2px 0 0;
   margin-bottom: 0px;
   border-bottom: 1px solid #eee;
}

.main-toolbar-btn-l2 {
   margin: 2px;
   padding: 15px 10px 5px 20px;
   display: inline-block;
   color: #000;
   font-size: 13px;
   font-weight: bold;
   cursor: pointer;
   text-transform: uppercase;
   text-decoration: none;
}

.main-toolbar-btn-l2:hover {
   text-decoration: none
}


#primary-container{
   margin: 0 5% 5% 5%;
   padding-top:20px;
   min-width:1200px;
   padding-bottom:100px;
}

#secondary-container{
   margin:0px;
   padding:0px;
   width:100%;
   min-height:1000px;
   background-color:#fff;
   padding-bottom:30px;
   padding-top:10px;
}

.page-content{
   margin-top: 0px !important;
   padding: 0px;
   padding-top: 0px !important;
   padding-left: 30px !important;
   padding-right: 30px !important;
   background-color: #fff;
}


.customer-logo {
   float:left;
   margin-left:40px;
   font-weight: bold;
   font-size: 18px;
   color:#fff;
   font-style: italic;
}
.customer-logo &gt; span {
   font-size:16px; 
   font-weight: normal;
   margin-left: -20px;
}

.customer-logo &gt; i {
   font-size: 28px;
   margin: -6px;
}

.customer-logo &gt; img {
   margin-top: 18px;
}



.inputfile {
   background-clip: padding-box;
   height:34px;
   border: 1px solid #ccc;
   border-radius: 4px !important;
   box-shadow: none;
   padding: 5px;
}


td.warn {
   color: #d84a38;
   font-weight:bold;
}

div.nowrap {
display: inline-block;
white-space: nowrap;
}

.formula-container {
   border: 1px solid black; 
   display:flex; 
   width:100%;
   padding: 10px;
   border-radius: 3px;
   min-height: 68px;
}

.formula-sortable {
   list-style-type: none; 
   margin: 0; 
   padding: 0; 
}

.formula-sortable-element {
   margin: 3px 3px 3px 0; 
   padding: 1px; 
   padding-top:5px;
   float: left; 
   width: 40px; 
   height: 40px; 
   font-size: 18px; 
   text-align: center; 
   cursor: grab;
}

.form-range{
   margin-bottom: 8px!important;
}


/* -- USEFUL CLASES -------------------------------------------------------- */

.pull-right{
   float: right;
}

.pull-left{
   float: left;
}

.btn-options{
   text-align:center !important;
   padding-top:8px;
}

.btn-options &gt; i {
   font-size: 18px;
   padding-left:15px;
}


.toolbar{
   padding-bottom:10px;
   margin-bottom:40px;
   border-bottom:1px solid #eee;
}

.toolbar-control{
   margin-top:20px;
}


.btn-tb {
   margin: 2px;
   padding-top: 18px;
   display: inline-block;
   border-radius: 5px;
   width: 50px;
   height: 50px;
   text-align: center;
}

.btn-tb &gt; i {
   font-size: 18px;
}

.btn-tb &gt; a {
   content: attr(title);
   text-decoration: none;
}

.btn-tb:hover, .btn-tb:focus {
   cursor: pointer;
   opacity: 0.7;
}

.btn-tb-small {
   padding-top: 6px !important;
   width: 30px !important;
   height: 30px !important;
}

.btn-tb-small &gt; i {
   font-size: 12px !important; 
}

.btn-formula {
   font-size: 20px;
   padding-top: 10px;
}

.mixed-font-icon-container {
   font-size:25px !important;
}

.mixed-font-icon-content {
   position:absolute !important;
   font-size:10px !important;
   color:#fff !important;
   margin-left:-18px !important;
   margin-top:8px !important;
}

.mixed-font-icon-container-options {
   font-size:18px !important;
   margin-right:20px !important;
}

.mixed-font-icon-content-options {
   position:absolute !important;
   font-size:12px !important;
   margin-left:-35px !important;
   margin-top:-4px !important;
}
.mixed-font-icon-content-options2 {
   position:absolute !important;
   font-size:12px !important;
   margin-left:-32px !important;
   margin-top:8px !important;
}
.mixed-font-icon-content-options2-svg {
   position:absolute !important;
   font-size:12px !important;
   margin-left:-18px !important;
   margin-top:8px !important;
   width:7px !important;
}




.reports-options {
   font-size:16px;
   padding-top:4px;
}

.help-text {
  display: inline-block;
  font-size: 13px;
  color: #777;
  padding: 5px;
}

.icon-L1 {
   margin-right:5px;
   padding-left:2px;
   padding-right:2px;
   border:0px solid black;
   font-weight:bold;
   color:#fff;
   background-color: #7d2f00;
}

.icon-L2 {
   margin-right:5px;
   padding-left:2px;
   padding-right:2px;
   border:0px solid black;
   font-weight:bold;
   color:#fff;
   background-color: #000;
}

.icon-L3 {
   margin-right:5px;
   padding-left:2px;
   padding-right:2px;
   border:0px solid black;
   font-weight:bold;
   color:#fff;
   background-color: #888;
}

.icon-i {
   width:10px;
   margin-right:10px;
   margin-left:2px;
   font-size:14px;
}



/* -- OVERWRITE JQUERY-UI STYLES -------------------------------------------- */

.ui-dialog .ui-dialog-title{
   color: #333 !important;
   font-size: 20px !important;
   padding-left: 16px !important;
}

.ui-widget-header{
   background: #fff !important;
}

.ui-dialog .ui-dialog-content{
   padding-left: 24px !important;
}

.ui-dialog .ui-dialog-titlebar-close{
   visibility: hidden;
}

.ui-dialog{
   box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
}



/* -- OVERWRITE BOOTSTRAP-5 STYLES ------------------------------------------ */

/* tabs */
#primary-container &gt; .nav-tabs .nav-link{
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

#primary-container &gt; .nav-tabs &gt; li &gt; a {
   color: #fff !important;
   font-weight: bold !important;
}

#primary-container &gt; .nav-tabs &gt; li &gt; a.active {
   color: #000 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
   border-color: transparent !important;
}

.nav-tabs {
   border-bottom: 0!important;
}


/* tooltips */

.tooltip-inner{
   padding:12px 15px !important;
   background-color:#fff !important;
   color:#000 !important;
   border: 1px solid #666 !important;
   border-radius: 0% !important;
}

.tooltip.show {
  opacity: 1 !important;
  filter:alpha(opacity=100) !important;
}


/* cards */
.card {
   border-radius: 0% !important;
   margin-bottom: 20px !important;
   color: white !important;
   text-align: center !important;
   height: 200px !important;
   font-size: 16px !important;
   font-weight: bold !important;
   padding-top: 50px !important;
}

.card &gt; i {
   font-size: 60px !important;
}

.card:hover {
   cursor: pointer !important;
}



/* fieldset/legend */
fieldset {
   display: block !important;
   margin-left: 2px !important;
   margin-right: 2px !important;
   padding-top: 20px !important;
   padding-bottom: 10px !important;
   padding-left: 25px !important;
   padding-right: 25px !important;
   border: 2px groove !important;
}

legend { 
   color:#666 !important;
   float: none !important;
   display: block !important;
   padding-left: 2px !important;
   padding-right: 2px !important;
   border: none !important;
   width:initial !important;
   font-size: 20px !important;
}

/* forms and controls */

.control-label{
   margin-top:30px !important;
   font-size:14px !important;
}
.form-control{
   font-size:12px !important;
   border-radius:0px !important;
   height: 32px !important;
}

.form-control-lg{
   border-color: #ccc !important;
   font-size:12px !important;
   border-radius:0px !important;
   width:100% !important;
}



.form-check-input[type=checkbox]{
   width:16px !important;
   height:16px !important;
   border-radius:0px !important;
   margin-right:5px !important;
}


/* colors */
.form-check-input:checked {
   background-color: #333 !important;
   border-color: #333 !important;
}

.form-check-input:focus {
   border-color: #000 !important;
   box-shadow: none !important;
}

.form-control:focus {
   border-color: #000 !important;
   box-shadow: none !important;
}

.form-control-lg:focus {
   border-color: #000 !important;
   box-shadow: none !important;
   border-radius: 0px !important;
   border-width: 1px !important;
   outline: 0 !important;
}

input[type=range]::-webkit-slider-thumb {
  background: #333;
}

input[type=range]::-moz-range-thumb {
  background: #333;
}

input[type=range]::-ms-thumb {
  background: #333;
}


/* -- OVERWRITE SELECT2 STYLES ---------------------------------------------- */

.select2-hidden-accessible{
  display: none;
}

.select2-selection__rendered{
    font-size:12px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{
    font-size:12px !important;
}

.select2-container--bootstrap-5 .select2-selection{
   border-radius:0px !important;
}
.select2-container--bootstrap-5 .select2-selection{
   min-height: 32px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    color: #333 !important;
    background-color: #eee !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: inherit !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: inherit !important;
    box-shadow: none !important;
}


/* Filter styles */
[aria-controls="select2-id_filter_folder_selector-container"] {
   border: 1px solid black !important;
}
#select2-id_filter_folder_selector-container {
   font-weight: bold;
   font-size: 13px;
}



/* -- OVERWRITE DATATABLES STYLES ---------------------------------------------- */

tbody, td, tfoot, th, thead, tr{
   border-style:none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
   padding: 0px !important;
   margin-left: 0px !important;
   border-radius: 0px !important;
   border: 1px solid #fff !important;
}

.page-item.active .page-link{
   background-color: #000 !important;
   border-color: #000 !important;
   color: #fff !important;
}

.page-link{
   color: #000 !important;
}

.page-item:last-child .page-link{
   border-radius: 0 !important;
}

.dt-buttons{
   position:absolute !important;
   float:left !important;
   margin-left:200px !important;
   margin-top:-44px !important;
}

.dt-buttons-widget{
   margin-left:-35px !important;
   margin-top:-35px !important;
}



.dt-buttons button {                                                    
   margin: 2px;                                                         
   color: #333;                                                         
   background: #fff;                                                                             
   font-size: 12px;                                                                              
   border: 1px solid #ccc;
   height: 32px;
   width: 100px;
}  

.dt-buttons button:hover {
   background: #eee;
}

.dataTables_wrapper .dataTables_length{
   float: left !important;
}

div.dataTables_wrapper div.dataTables_filter input{
   width: 300px !important;
   margin-bottom:10px !important;
}


/* -- OVERWRITE AG-GRID STYLES ---------------------------------------------- */
.ag-cell {
   white-space: nowrap !important;
}
.ag-theme-material input[class^=ag-][type=text]{
   color: #fff !important;
   border-bottom-color: #fff !important;
   font-weight: bold!important;
   height: 20px !important;
}

.ag-theme-material .ag-column-select-header {                                    
   height: 35px !important;
}
.ag-theme-material .ag-header-row {                                              
   height: 35px !important;
}
.ag-header-row-column-filter{
   opacity:80%!important;
}

.ag-unselectable {
   -webkit-user-select: text !important;
   user-select: text !important;
}


/* -- NOTES------------------------------------------------------------------ */
.note {
   border-left:7px solid #eee;
   margin: 0;
   padding:15px;
}

.note-danger {
  background-color: #f9c6ba !important;
  border-color: red !important;
}

.note-warning {
  background-color: #fbebcc !important;
  border-color: orange !important;
}

.note-info {
  background-color: #e0f0f7 !important;
  border-color: deepskyblue !important;
}

.note-success {
  background-color: #dfffe5 !important;
  border-color: darkgreen !important;
}





</pre></body></html>