.KJEWait {
    background-image: none !important;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 0;
}
#KJESplash {
    display: none;
}
#KJEAllContent {
    font: normal 1.1625rem 'Open Sans',sans-serif;
    background: #fff;
    color: #414042;
}

.KJEFontHeading {
    color:#414042;
}

.KJEError {
    color:#c00;
}

.KJETitle {
    font-size: 1.5rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: -.5rem -.5rem;
    background-size: 5.3125rem 5.3125rem;
}

.KJECalculatorTable {
    background: none;
    border: none;
    box-shadow: none;
}

.KJECalculator {
    margin-top: 8px;
}
.KJEInputContainer:hover {
    background-color: #ffffff;
}
.KJEDrop, .KJEDroppee {
    background: none !important;
}
.KJEDropper:hover {
    background-color: #ffffff;
}

.KJEGraphDropper:hover {
    background-color: #eeeeff;
}

.KJEInputContainer .help:hover {
    color: #333333;
}

.KJEReportTitle {
    font-size:1.2em;
    font-weight:bold;
    margin: 0;
    padding: 0;
}

.KJEReportTitleBlock {
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    margin: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.KJEWidthConstraint {
    max-width: 900px;
    text-align:left;
    margin: auto;
    padding:15px;
}
.KJEWrapper, .KJEWidthConstraint, #KJEAllContent {
    background: none;
}
.KJEWrapper {
    padding: 0;
    margin:0;
}

body {
 margin: 0;
}

#KJEAllContent {
   // font: normal .8em Helvetica, sans-serif;
    color: #414042;
}

/*Buttons*/

.KJECommandButton {
    color: #fff;
    background: #205394;
    font-weight: 300;
    background-image: none;
    border: none;
    padding: 7px 18px;
    font-size: 0.9rem;
    line-height: 1.42857;
    border-radius: 3px;
    width: auto;
    font-family: "Raleway", Arial, sans-serif !default;
}

.KJECommandButton:hover {
    background: #123055;
    cursor: pointer;
}

#KJECommandButtons {
    z-index: 10;
    width: 370px;
}
/*Override javascript*/


#KJE-D-INPUTS, #KJE-E-INPUTS {
    background: none !important;
}
.KJEFontHeading {
    color:#414042;
}

.KJEError {
    color:#FF0000;
}

.KJETitle {
    font-size: 1.5em;
    text-align: center;
}

.KJESubTitle  {
    font-size: 1.125em;
    font-weight: bold;
    line-height: normal;
}

.KJEToggleTitle {
    font-size: 1.125em;
}
.KJETitle .KJEFooter {
    display: none;
}


.KJEGraphIcon {
    background-repeat: no-repeat;
    background-position: top left;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASNJREFUeNqUU7ENwkAMTCIauowATMAGwASICUJqCsgEjIBSUAMTBCYIbBAWgGxAOlrO0b1kmSQIS37/v+2z3/b7Xge996MdxBic8ErORX/1SNp8gg6wAUTIY0QWCqlrJL8BaAkxV2AleMr9FezAKvAF2R5bAQF2gFh6/9ERoPEX4A8wXcNOUB9A8rScxS/4lLF6cu1AqQNWtA+V76yHZcuL2NXDBPEaMq+dYV+pussLt5LhS4oN5aKhy08eZ5Q55RD2pbHPpHkBU77boiiHM/YSUDp8NjpNghEGrMWkZQ6Fbur6ZnSaBKMSwFRShdFGgUnWmctQObl9Rhtnv+GsprbLpRnk2A6uaoAe9IFrlG8MI/U7UoAVLd9Sgq/Vrzm5wB8BBgBGcHZ0qxMuUQAAAABJRU5ErkJggg==);*/
}
.KJEInputIcon {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: none; /* Sets an image next to the [+] or [-]
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHdJREFUeNpiYCACfJ+qVADEATA+IxEa5gOpBCg3kTP73gJGEjTAQCATiRpAQIGRRA0LgM5LZCRVA0ZAEKMBRROxGkAAOSAciNGArikQiA8Q0gBzlgAQr4eyHYD4PtSpeCMwAYj/wzQSA1hAkQVKHkC8gVhNAAEGAMMTPBsVMAuAAAAAAElFTkSuQmCC);*/

}


#KJE-E-INPUTS input {
    border: 1px solid #a7a9ac;
    border-radius: 4px;
    color: #414042;
}

.KJEInputContainer .KJEArrow {
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background: #424142; /*Change color of the slider dot*/
    border-radius: 4px;
    top: 13px !important;
    border: none;
   
}

.KJEInputContainer .KJEArrow.active {
     /*background: #f7941e; Change color of the slider dot when active*/
    cursor: pointer;
    border: none;
}

.KJEInputContainer:hover {
    background-color: #ffffff;
}

.KJEDropper:hover {
    background-color: #ffffff;
}

.KJEGraphDropper:hover {
    background-color: #f2f2f2;
}



.KJEInputContainer .help:hover {
    color: #414042;
}

/*Report tables*/

.KJEDefinitions .KJEReportTableDiv,
.KJEReportTableDiv, .KJEScheduleDiv {
    border: none;
    box-shadow: none;
}
table.KJEReportTable, table.KJEScheduleTable {
    background: none;
}
table.KJEReportTable tr.KJEHeaderRow {
    /*background-color: #fbb040; Change table header background color*/
    background: none;
    text-align: center;
    border: none;
}


table.KJEReportTable tr.KJEFooterRow {
    background-color: #cccccc;
    text-align: right;
    border: none;
}

table.KJEReportTable tr.KJEFooterRow:hover{
    background-color: #cccccc; /*Row color hover*/
    background: none;
}

table.KJEReportTable tr.KJEEvenRow {
    background-color: #eeeeee;
    text-align: right;
}

table.KJEReportTable tr.KJEEvenRow:hover{
    background-color: #eeeeee; /*Row color hover*/
}

table.KJEReportTable tr.KJEOddRow {
    background-color: #ffffff;
    text-align: right;
}
table.KJEReportTable tr.KJEOddRow:hover{
    /*background-color: #f9bd6e; Row color hover*/
    background: none;
}


table.KJEReportTable td.KJECell:hover {
    color: #414042;
    /*background-color: #f7941e;  Change cell hover color */
    background: none;
}

table.KJEReportTable .KJELabel:hover {
    color: #414042;
    /*background-color: #f7941e;  Change cell hover color */
    background: none;
}

table.KJEReportTable td.KJECellStrong:hover {
    color: #414042;
    /*background-color: #f7941e;  Change cell hover color */
    background: none;
}

table.KJEReportTable td.KJECellSpecial:hover {
    color: #414042;
    /* background-color: #f7941e; Change cell hover color */
    background: none;
}

/*
Rows and Cells used in the schedule table
*/

table.KJEScheduleTable tr.KJEScheduleHeaderRow {
    /*background-color: #fbb040; Header background color*/
    background: none;
    border-color: #cccccc;
    text-align: right;
    border: none;
}

.KJEScehduleTable th {
    background-color: #cccccc;
    border: none;
}

table.KJEScheduleTable tr.KJEScheduleEvenRow {
    background-color: #eeeeee;
    text-align: right;
    border: none;
}
table.KJEScheduleTable tr.KJEScheduleEvenRow:hover{
    /*background-color: #f9bd6e; Change row hover color*/
    background-color: #eeeeee;
}

table.KJEScheduleTable tr.KJEScheduleOddRow {
    background-color: #ffffff;
    text-align: right;
}
table.KJEScheduleTable tr.KJEScheduleOddRow:hover{
   /*background-color: #f9bd6e;  Change row hover color*/
   background: none;
}


table.KJEScheduleTable td.KJEScheduleCell:hover {
    color: #414042;
    /* background-color: #f7941e; Change Cell color on hover */
}

body {
 margin: 0;
}

/* Graph */
#KJE-C-GRAPH1. .KJEGraphDropper:hover {
    background: #f7f7f7; /* This should match the 2nd color in the color list of the KJESiteSpecific.js*/
}

.KJEToggleIcon {
    background: none; /* Graph Icon */
}

caption.KJEHeaderRow, caption.KJEHeaderRow
{
  background: #EEE !important;
}

table.KJEReportTable tr.KJEHeaderRow:hover, table.KJECalcTable tr.KJEHeaderRow:hover,
table.KJEReportTable th.KJEHeading:hover, table.KJECalcTable th.KJEHeading:hover, table.KJEReportTable, td.KJECell:hover, table.KJECalcTable td.KJECell:hover
{
  background: none !important;
  color: #000 !important;
}

table.KJEScheduleTable td.KJEScheduleCell:hover
{
  background: none !important;
  color: #000 !important;
}

table.KJEReportTable tr.KJEFooterRow:hover, table.KJECalcTable tr.KJEFooterRow:hover
{
  background: #EEE !important;
  color: #000 !important;
}

table.KJEScheduleTable tr.KJEScheduleOddRow:hover, table.KJEScheduleTable tr.KJEScheduleEvenRow:hover, table.KJEScheduleTable tr.KJEScheduleHeaderRow:hover, table.KJEScheduleTable tr.KJEScheduleFooterRow:hover
{
  color: #000 !important;
  background: #FFF !important;
}

table.KJEScheduleTable td.KJEScheduleCell:hover, table.KJEScheduleTable thead.KJEScheduleTHeader th.KJEScheduleHeading:hover, table.KJEScheduleTable td.KJEScheduleCellSpecial:hover, table.KJEScheduleTable td.KJEScheduleCellStrong:hover
{
  color: #000 !important;
  background: #FFF !important;
}

.calculator caption
{
  color: #000 !important;
}

.KJEWidthConstraint, .KJEFooter, .KJEWrapper
{
  color: #000 !important;
}

.calculator .KJEWrapper
{
  TABLE, TD, TH, UL, OL, DD, DL, P, BR, DT, p.footer, div.large {font-size: 0.8rem;}
}

table.KJEReportTable tr.KJEEvenRow:hover, table.KJECalcTable tr.KJEEvenRow:hover
{
    color: #000 !important;
}

table.KJEReportTable tr.KJEOddRow:hover, table.KJECalcTable tr.KJEOddRow:hover
{
    color: #000 !important;
}

caption.KJEHeaderRow, caption.KJEHeaderRow
{
    color: #000 !important;
}

#KJEAllContent caption
{
    color: #000 !important;
}
