div.KJEInputContainer div.KJELabel {
    text-align: center;
    cursor:default;
    overflow: visible;
    display: inline-block;
}


table.KJEReportTable th.KJELabel, table.KJECalcTable th.KJELabel{
    text-align: center;
	padding: 14px;
	border-radius: 50px;
}


.KJEInputContainer input.KJEInputModern[type='radio']:focus, .KJEInputContainer input.KJEInputModern[type='radio']:active,
.KJEInputContainer input.KJEInputModern[type='checkbox']:focus, .KJEInputContainer input.KJEInputModern[type='checkbox']:active {
    border: 2px solid #144f9b !important;
}

.KJECommandButton
{
	background-color: #144f9b !important;
}

table.KJEScheduleTable td.KJEScheduleCellStrong:hover
{
    background-color: #144f9b !important;
}

table.KJEScheduleTable tr.KJEScheduleHeaderRow:hover, table.KJEReportTable tr.KJEHeaderRow:hover, table.KJECalcTable tr.KJEHeaderRow:hover,
table.KJEScheduleTable tr.KJEScheduleFooterRow:hover, table.KJEReportTable tr.KJEFooterRow:hover, table.KJECalcTable tr.KJEFooterRow:hover,
table.KJEScheduleTable tr.KJEScheduleEvenRow:hover, table.KJEReportTable tr.KJEEvenRow:hover, table.KJECalcTable tr.KJEEvenRow:hover,
table.KJEScheduleTable tr.KJEScheduleOddRow:hover, table.KJEReportTable tr.KJEOddRow:hover, table.KJECalcTable tr.KJEOddRow:hover,
table.KJEScheduleTable  thead.KJEScheduleTHeader tr.KJEScheduleHeaderRow:hover, table.KJEReportTable  thead.KJEReportTHeader tr.KJEHeaderRow:hover {

    background-color: #144f9b !important;
}
table.KJEReportTable caption.KJEHeaderRow:hover,
table.KJEScheduleTable caption.KJEHeaderRow:hover,
table.KJEReportTable th.KJEHeading:hover,
table.KJEReportTable td.KJECell:hover,
table.KJEReportTable td.KJECellStrong:hover,
table.KJEReportTable .KJELabel:hover,
table.KJECalcTable th.KJEHeading:hover,
table.KJECalcTable td.KJECell:hover,
table.KJECalcTable td.KJECellStrong:hover,
table.KJECalcTable .KJELabel:hover,
table.KJEScheduleTable th.KJEScheduleHeading:hover,
table.KJEScheduleTable th.KJEScheduleCell:hover,
table.KJEScheduleTable td.KJEScheduleCell:hover,
table.KJEScheduleTable td.KJEScheduleCellStrong:hover
{
    color: #FFFFFF;
    background-color: #144f9b !important;
}

#KJETitleH1, h1.KJEFontTitle {
	font-family: "Ubantu Sans", Ubantu Sans, 'Ubantu Sans', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: #144f9b;
    line-height: 1;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bolder !important;
}

table.KJEReportTable, table.KJECalcTable, table.KJEScheduleTable, table.KJEScheduleTable tr.KJEScheduleHeaderRow, table.KJEReportTable tr.KJEHeaderRow, table.KJECalcTable tr.KJEHeaderRow, table.KJEScheduleTable tr.KJEScheduleFooterRow, table.KJEReportTable tr.KJEFooterRow, table.KJECalcTable tr.KJEFooterRow {
    background-color: transparent;
    border: 0;
}



table.KJEReportTable tr.KJEEvenRow, table.KJEScheduleTable tr.KJEScheduleEvenRow {
    background-color: #E6F3FA /*PAGE_BACKGROUND_COLORDARKER*/;
}


table.KJEReportTable tr.KJEOddRow, table.KJEScheduleTable tr.KJEScheduleOddRow {
    background-color: #C1E1F2 /*PAGE_BACKGROUND_COLOR*/;
}


#KJEAllContent {
    padding: 4px 0 0 0 !important;
}

#KJEAllContent th, body.KJEBody th {
    font-weight: normal;
}


table.KJEIndexTable th.KJELabel a, #KJEAllContent a {
    color: #144f9b;
}

body.KJEBody table, body.KJEBody td, body.KJEBody ul, body.KJEBody ol, body.KJEBody dd, body.KJEBody dl, body.KJEBody p, body.KJEBody br, body.KJEBody dt, body.KJEBody, #KJEAllContent table, #KJEAllContent td, #KJEAllContent ul, #KJEAllContent ol, #KJEAllContent dd, #KJEAllContent dl, #KJEAllContent p, #KJEAllContent br, #KJEAllContent dt, #KJEAllContent th, body.KJEBody th {
    border: 0 !important;
}


hr.KJEFooterLine {
	display: none !important;
}

div.KJECenterText {
    display: none !important;
}

body.KJEBody #KJEAllContent, .KJEWidthConstraint, .KJEWrapper {
    background-color: transparent /*PAGE_BACKGROUND_COLOR*/;
}



body.KJEBody {

    background-color: transparent;
}