<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 5, 2019, 3:40:22 PM
    Author     : murquhar
*/
#QC_BODY {
font-family:courier,monotype; color:green;

}
.qc_advanced {color:red;font-weight: bolder; }
.qc_table_section {border:1px solid darkcyan;margin:8px;min-width:650px;max-width:800px; }
.qc_table_section TD { padding:7px; }
.debugoutput { display:none;}
/* Selectable Vehicles */
#veh_selectable .ui-selecting { background: #58bde5; }
#veh_selectable .ui-selected { background: #58BDE5; color: white; }
#veh_selectable .ui-select-group { width:100%; height: 1.1em; background: #58BDE5; color: white; }
#veh_selectable { list-style-type: none; margin: 0; padding: 0; width: 750px; }
#veh_selectable li { margin: 3px; padding:1px; float:left;width:200px;font-size: 1.1em;text-align:center;height:75px;}
#veh_selectable li P {font-family: Montserrat,Georgia,Arial,serif;  font-size: 1em; text-align:center;color:#003366;}
#veh_selectable li img {float:none; padding:0px;margin-bottom:-20px;}

#veh_selectable .ui-select-group  {
    background: #3b679e;
    background: -moz-linear-gradient(left,  #046899 0%, #207cca 33%, #207cca 33%, #2b88d9 50%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #046899 0%,#207cca 33%,#207cca 33%,#2b88d9 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #046899 0%,#207cca 33%,#207cca 33%,#2b88d9 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}

H4.equipmentTypeText { margin-bottom: 2px; padding-left: 8px; color: #58BDE5; text-decoration: underline #58bde5; }
/* &lt;th&gt;Technology&lt;/th&gt;&lt;th&gt;Maximum Grant Available&lt;/th&gt;&lt;th&gt;NOx&lt;/th&gt;&lt;th&gt;ROg&lt;/th&gt;&lt;th&gt;PM&lt;/th&gt; */
#emission_reductions_multi TD { border-right: 1px solid darkcyan; text-align: right; }
#emission_reductions_multi TD { text-align: right; }
#emission_reductions_multi TD:first-child { text-align: center; }
#qc_accordion H3.ui-accordion-header { max-width: 850px !important; }
.ui-accordion-content { width: 800px;margin-left: 10px; }
.ui-icon {display: inline-block; } /* this is so annoying! */
#QC_BODY .ui-state-default { color: #046899; }
#QC_BODY .ui-state-active { color:green; }
/* showTable output */
.showtable_titles { display:none; } /* project and equipment numbers */
.twostepTable, .showtable_table { width:95%;font-family: Montserrat,Georgia,Arial,serif;;font-effect:none;font-weight:normal;color:#09012f;border-color:#09012f;vertical-align:top;   }
.twostepTable TBODY, .showtable_table TBODY { vertical-align:top !important;   }
.twostepTable TH, .showtable_table TH { background-color: #58bde5; color: white;  }
.techno_title { padding: 8px 0px 8px 15px; margin-top: 10px; margin-bottom: 10px; }
TR.results TD:first-of-type { border-left: 1px solid darkcyan; border-right: 1px solid darkcyan; }
.debug_out { margin-bottom: 2em; border: 1px solid silver; padding: 6px; }
.infoicon { margin-left: 5px; }
.cappedval { text-decoration: line-through; }
@media print {
    #pane_vehicle_type, #pane_repl_or_repo, .noprint { display:none !important; }
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

/* Pretty dialog box */
.ui-widget {
    font-family: Montserrat,Georgia,Arial,serif;
    font-size: .8em;
}

#infodialog .ui-widget-content {
    background: CC99FF;
    /*Change the dialog border color here*/
    border: 1px solid #CC99FF;
    color: #222222;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: 0;
}

#success {
    padding: 0;
    margin: 0;
}

#ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 18px !important;
}

.ui-widget-header {
    /*Change the Header color here*/
    background: #CC99FF;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

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