/*Custom for Starlight*/
.KJEGraphTitle {
    padding-top:10px !important;
}
#KJE-E-CHILD4, #KJE-E-CHILD3, #KJE-E-CHILD2 { display:none; }

.KJESubTitle {
    padding: 10px 20px !important;
    text-align: center;
}
.KJEToggleTitle {
    text-align: left !important;
}
#KJESplash, #KJETitle {
    display:none !important;
}
#KJEGuiDataPoint, .KJEReportTableDiv {
    border:none !important;
    box-shadow:none !important;
}
.KJEDefinition {
    text-align: left;
}
#KJECalculatorScreenSize {
    background:#fcfdeb !important;
}
#KJECalculatorTable {
    background:#fcfdeb !important;
    border:none !important;
    box-shadow:none !important;
}
#KJE-PODEFN-MSG_MENU {
    border:1px solid #CCC;
    box-shadow:1px 1px 1px #333333;
}
.KJEInputModern {
    padding:5px !important;
}


.KJEInputModern, div.KJEDropBoxDivModern {
    border:0px solid #CCC !important;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
    background:white !important;
    border-radius:0 !important;
}


#KJEAllContent {
    font-family:Open Sans, sans-serif; font-size:16px; font-weight:300;
background: #FFFFFF;
color: #000000;
padding: 30px 0 0 0;
}

.KJETitle {
    font-size: 14pt;
    text-align: center;
    background-image: url('https://starlight-sit.efektiv.site/images/2018/05/28/logo.png');
    background-repeat: no-repeat;
    background-position: -8px -8px;
    background-size:85px 85px;
}
table.KJEScheduleTable tr.KJEScheduleOddRow:hover,
table.KJEScheduleTable tr.KJEScheduleEvenRow:hover,
table.KJEScheduleTable thead.KJEScheduleTHeader tr.KJEScheduleHeaderRow:hover,
table.KJEScheduleTable tr.KJEScheduleFooterRow:hover,
table.KJEReportTable tr.KJEHeaderRow:hover,
table.KJEReportTable tr.KJEFooterRow:hover,
table.KJEReportTable tr.KJEEvenRow:hover,
table.KJEReportTable tr.KJEOddRow:hover {
    background-color: #fcfdeb;
    color:#000;
}

table.KJEScheduleTable td.KJEScheduleCell:hover,
table.KJEScheduleTable th.KJEScheduleCell:hover,
table.KJEScheduleTable thead.KJEScheduleTHeader th.KJEScheduleHeading:hover,
table.KJEScheduleTable td.KJEScheduleCellSpecial:hover,
table.KJEScheduleTable td.KJEScheduleCellStrong:hover,
table.KJEReportTable th.KJEHeading:hover,
table.KJEReportTable td.KJECell:hover,
table.KJEReportTable th.KJELabel:hover,
table.KJEReportTable a.KJELabel:hover,
table.KJEReportTable td.KJECellStrong:hover,
table.KJEReportTable td.KJECellSpecial:hover,
button.KJEDefinitionIcon,
button.KJECloseButton {
    background: #90a203;
}

/* Styles for Slider track */
/* Web-Kit Browsers */
.KJEInputContainer input[type=range]::-webkit-slider-runnable-track {
    border-width: 3px;
    border-style: solid;
    border-color: rgb(199,199,199);
    border-radius: 3px;
    height: 2px;
}

/* Colors for Slider Thumb - Changes in three places: */
/* Web-Kit Browsers*/
.KJEInputContainer input[type=range]::-webkit-slider-thumb {
    border: 8px solid rgba(190,214,0, 1);
    border-radius: 8px;
    -webkit-box-shadow: 0 2px rgba(190,214,0, 0.3);
    margin-top: -8px;
}
.KJEInputContainer input[type=range]:active::-webkit-slider-thumb {
    border-bottom: 8px solid rgba(190,214,0, 1);
    -webkit-box-shadow: 0 2px rgba(190,214,0, 0.6);
    box-shadow: 0 2px rgba(190,214,0, 0.6);
}

/* Modzilla Browsers*/
.KJEInputContainer input[type=range]::-moz-range-thumb {
    border: 8px solid rgba(190,214,0, 1);
    border-radius: 8px;
    -moz-box-shadow: 0 2px rgba(190,214,0, 0.3);
    box-shadow: 0 2px rgba(190,214,0, 0.3);
    margin-top: -8px;
}

.KJEInputContainer input[type=range]:active::-moz-range-thumb {
    border-bottom: 8px solid rgba(190,214,0, 1);
    -mox-box-shadow: 0 2px rgba(190,214,0, 0.6);
    box-shadow: 0 2px rgba(190,214,0, 0.6);
}

/* Microsoft Browsers*/
.KJEInputContainer input[type=range]::-ms-thumb {
    border: 8px solid rgba(190,214,0, 1);
    border-radius: 8px;
    box-shadow: 0 2px 0 rgba(190,214,0, 0.3);
    margin-top: -8px;
}

.KJEInputContainer input[type=range]:active::-ms-thumb {
    border: 8px solid rgba(190,214,0, 1);
    -webkit-box-shadow: 0 2px rgba(190,214,0, 0.6);
    box-shadow: 0 2px rgba(190,214,0, 0.6);
}

/* Browsers that don't support type='range' */
.KJEInputContainer .KJEArrowIE8 {
    border: 8px solid rgb(190,214,0);
    border-radius: 8px;
}

.KJEInputContainer .KJEArrow {
    border-bottom: 12px solid rgba(190,214,0, 0.6);
    box-shadow: 0 2px 0 rgba(190,214,0, 0.3);
    -webkit-box-shadow: 0 2px rgba(190,214,0, 0.3);
    -moz-box-shadow: 0 2px rgba(190,214,0, 0.3);
}

.KJEInputContainer .KJEArrow.active {
    border-bottom: 12px solid rgba(190,214,0, 0.5);
}



/*Change the color of the definition/help "?" button */
button.KJEDefinitionIcon:active,
button.KJEDefinitionIcon:focus,
button.KJEDefinitionIcon:hover,
button.KJECloseButton:active,
button.KJECloseButton:focus,
button.KJECloseButton:hover {
    color:#bed600;
    background:#fff;
}

button.KJEDefinitionIcon {
    color:#fff;
    background:#bed600;
}

button.KJECloseButton {
    color:#fff;
    background:#bed600;
}


/*Standard DinkyTown */
.DinkytownReportHeader {
    text-align:center;
    width:95%;
    border-width:1px;
    border-style: solid;
    border-color: #000000;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.DinkytownTagLine {
    font-size: 1.3em;
    text-align:center;
    margin: 0px;
    padding: 10px;
}

.DinkytownContent {
    text-align:left;
    padding: 1em;
}

.DinkytownReportTitle {
    font-size: 1.4em;
}

.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;
    background: #ffffff;
    padding:15px;
}

#KJEDefinitionText {
    padding-left:10px;
    margin-top: 1em;
}

#KJEDefinitionText dt.KJEDefinition {
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    padding:0;
    margin: 0;
    line-height: normal;
}

#KJEDefinitionText dd.KJEDefinition {
    margin:0;
    text-align: left;
    font-weight: normal;
    padding: 0px 10px 20px 10px;
}

#KJEDefinitionText p.KJEDefinition {
    font-size: 1.0em;
    line-height: normal;
    margin: .7em 0 0 0;
}

#KJEDefinitionText td, #KJEDefinitionText th, #KJEDefinitionText ul, #KJEDefinitionText li, #KJEDefinitionText ol {
    font-size: 1.0em;
    line-height: normal;
}

@media screen and (max-width:640px){
    #KJEDefinitionText {
        padding-left:5px;
    }

    #KJEDefinitionText dt.KJEDefinition {
        font-size: 0.9em;
    }

    #KJEDefinitionText dd.KJEDefinition {
        padding: 5px 5px 20px 5px;
    }

    #KJEDefinitionText p.KJEDefinition {
        font-size: 0.90em;
        line-height: 1.5em;
    }

    #KJEDefinitionText td, #KJEDefinitionText li, #KJEDefinitionText th {
        font-size: 0.9em;
        line-height: 1.5em;
    }

    #KJEDefinitionText ul, #KJEDefinitionText ol {
        font-size: 1em;
    }

}

@media screen and (max-width:550px){
    #KJEDefinitionText table.KJEReportTableShrink td {
        font-size: 0.75em;
    }

    #KJEDefinitionText table.KJEReportTableShrink th {
        font-size: 0.65em;
    }

}

table.KJEReportTable  tr.KJEFooterRow,
table.KJEScheduleTable  tr.KJEScheduleFooterRow {
    background: #f4f5e6;
}

table.KJEReportTable thead.KJEReportTHeader tr.KJEHeaderRow th.KJEHeading,
table.KJEScheduleTable thead.KJEScheduleTHeader tr.KJEScheduleHeaderRow th.KJEScheduleHeading
{
    color: #ffffff;
    text-align: center;
}
table.KJEReportTable  thead.KJEReportTHeader tr.KJEHeaderRow,
table.KJEScheduleTable  thead.KJEScheduleTHeader tr.KJEScheduleHeaderRow {
    background: #bed600;
    color: #ffffff;
}

table.KJEReportTable  thead.KJEReportTHeader tr.KJEScheduleHeaderRow:hover,
table.KJEScheduleTable  thead.KJEScheduleTHeader tr.KJEScheduleHeaderRow:hover
{
    background-color: #bed600;
    color: #ffffff;
}

table.KJEReportTable  tfoot.KJEReportTFooter,
table.KJEReportTable  tbody.KJEReportTBody {
    border:2px solid #bed600;
}
table.KJEReportTable  thead.KJEReportTHeader
{    border-top: 2px solid white;
    border-left:2px solid #bed600;
    border-right:2px solid #bed600;
}

table.KJEReportTable caption.KJEHeading, table.KJEScheduleTable caption.KJEHeading {
    background: #bed600;
    color: white;
}

/* Custom CSS for Starlight Styling */
/* Remove dropdown buttons that hide / show inputs */
.KJEDrop, .KJEGraphDropper {
    display: auto;
    padding-top:15px;
}

#KJERequiredNote, .KJERequired, #KJE-PAYMENT_TYPEDiv {
    display: none !important;
}

div.inputContainer {
    background: #f3f2e0;
    text-align: left;
}

div.inputContainer > .KJEInputContainer {
    width: 45%;
    display: inline-block;
    background: #f3f2e0;
    margin-top: 0;
    min-height: 70px;
}

.KJEInputContainer:hover {
    background-color: inherit;
}

.KJEInputContainer, .KJEInputContainer:hover {
    background: #f3f2e0;
    margin: 5px 0;
    padding: 10px 20px;
    height: auto;
    min-height: 100px;
}

div.inputContainer div.KJEInputContainer:hover {
    background: #f3f2e0;
}

div.inputContainer .KJEInputContainer > .KJELabel {
    display: block;
    text-align: left;
}

.KJEInputContainer .icon-calendar {

}

.KJEInputContainer:nth-child(2n), .KJEInputContainer:nth-child(2n):hover {
    background: #f6f6f6;
}

div.KJEInputContainer input.KJEInputModern {
    border: 1px solid #e0e0e0 !important;
    display: inline-block;
    position: inherit;
    width: 100px;
    height: 15px;
    top: 40px;
    float:right;
    margin-right: 40px;
}

div.inputContainer div.KJEInputContainer input.KJEInputModern {
    top: 0;
    float: none;
    margin: 0;
}

div.inputContainer .icon-calendar {
    font-size: 20px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
    padding-top: 8px;
    padding-left: 5px;
    color: #26272a;
}

#KJECalculatorScreenSize, #KJECalculatorTable {
    background: #ffffff !important;
}

.KJEInputContainer .KJELabel {
    display: inline-block;
}

#KJEAllContent figure {
    margin-top: -10px;
}

.KJEInputContainer > .KJEScale {
    position: absolute;
    height: 28px;
    cursor: pointer;
    top: 40px;
    left: 20px;
    display: inline-block;
    width: 60% !important;
}

.KJEInputContainer .KJESlider {
    position: absolute;
    display: inline-block;
    left: 20px;
    height: 28px;
    width: 60% !important;
    top: 45px;
    cursor: pointer;
}

.KJEInputContainer .KJESlider .KJERange {
    height: 18px;
    outline: none;
    position: relative;
    cursor: pointer;
    left: 0;
    width: 100% !important;
}

.sppb-addon.addon-calculator {
    text-align: -webkit-center;
}

header.addon-calculator__header {
    background: #BED600;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: -16px;
    z-index: 2;
    position: relative;
    text-align: left;
    min-width: 331px;
}

#KJEAllContent {
    padding: 0;
}

.payment-type-list span.payment-type-option {
    display: block;
}

.payment-type-list .payment-type-option input[type='radio'] {
    visibility: hidden;
    position: absolute;
    margin-right: 10px;
}

.payment-type-list .payment-type-option label::before {
    content: '\25CF';
    font-size: 20px;
    line-height: 15px;
    left: 18px;
    position: absolute;
    color: #dcdcdc;
}

.payment-type-list .payment-type-option label {
    padding-left: 20px;
}

.payment-type-list .payment-type-option label.checked::before {
    color: #BED600;
}

.calc-btn {
    background: #BED600;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
}

.KJECommandButton {
    font-size:14px;
    background:#bed600;
    font-weight: 500;
    border: none;
    border-radius: 0;
    padding:5px;
}

#KJEFixed {
    z-index: 2;
    width: 400px !important;
}

.header-max-width {
    max-width: 900px;
}

#KJEMenuContainer {
    position: absolute;
    top: -40px;
}

#KJEMenu, #KJE-PO-MSG_MENU {
    display: none !important;
}

header div.calc-menu {
    float: right;
    font-weight: 100;
    height: 15px;
    width: 15px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    margin-top: 4px;
}

header div.calc-menu:before {
    top: -4px;
    position: relative;
    right: -3px;
}

#KJEMenuContainer #KJEMenuWindow {
    left: inherit;
    right: 0px;
    top: 15px;
    padding: 0;
    margin: 0;
    border-radius: 1px;
    box-shadow: -2px 2px 5px #999999;
    border: 1px solid #c0c0c0;
    border-top: 1px solid #000;
}

#KJEMenuContainer #KJEMenuWindow::before, #KJEMenuContainer #KJEMenuWindow::after {
    display: none !important;
}

#KJEMenuContainer div.KJEMenuHeader {
    text-align: left;
    border: none;
    padding: 10px;
    padding-bottom: 9px;
    margin: 0;
    box-shadow: 1px 1px 3px #bcbcbc;
}

#KJEMenuContainer #KJEMenuWindowTitle {
    text-align: left;
    padding: 0;
    font-size: .8em;
}

#KJEMenuContainer button.KJECloseButton {
    color: #000;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: -3px;
}

#KJEMenuContainer button.KJECloseButton:focus {
    outline: none;
}

#KJEMenuContainer .KJEMenuGroupRow {
    border: none;
    background:none;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}

#KJEMenuContainer .KJEMenuButtonWide {
    width: 250px;
    font-weight: normal;
    color: #000;
    border-radius: 0;
    border: none;
    height: 25px;
    text-align: left;
    background: none;
}

#KJEMenuContainer .KJEMenuButtonWide:focus {
    outline: none;
}

#KJEMenuContainer #KJEEmailInput {
    display: none;
}

input.KJEInput.currency-input {
    text-align: right;
}

span.input-decor.currency-decor {
    float: right;
    top: 45px;
    position: relative;
    font-weight: bold;
    font-size: 1em;
    color: #BED600;
    right: -16px;
}

span.input-decor.percentage-decor {
    float: right;
    top: 45px;
    position: relative;
    font-weight: bold;
    font-size: 1em;
    color: #BED600;
    right: -105px;
}

span.input-decor.years-decor {
    float: right;
    top: 48px;
    position: relative;
    font-weight: bold;
    font-size: 0.8em;
    color: #BED600;
    right: -105px;
}

.output span.input-decor {
    top: 10px;
    margin-left: -10px;
    left: 40%;
    position: absolute;
    display: block;
    width: 20px;
    right: inherit;
    color: #000;
    font-weight: bold;
}

/* output containers */
div.output, div.output:hover {
    min-height: 20px;
}

/* dropdown containers */
div.dropbox, div.dropbox:hover {
    min-height: 45px !important;
}

div.dropbox span.down-arrow {
    border: 1px solid #BED600;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
}

.KJEOutputLabel {
    left: 40% !important;
    width: auto !important;
    top: inherit !important;
    font-weight: bold;
}

/* ovverride overflow for modal popup */
div.white-popup-block {
    height: auto !important;
}

div.KJEDropBoxDivModern, select.KJEDropBox {
    width: 200px !important;
}

div.KJEDropBoxDivModern {
    top: 10px !important;
    left: 60% !important;
    margin-left: -180px;
}

select.KJEDropBox {
    top: 0px !important;
    padding: 0 5px !important;
    border: 1px solid #e0e0e0 !important;
}

div.checkboxContainer {
    min-height: 65px !important;
}

div.checkboxContainer input[type='checkbox'] {
    top: 37px;
    float: left;
    transform: inherit !important;
    position: absolute;
    left: 15px;
    margin: 0;
    width: auto;
}

div.checkboxContainer .KJETrailingLabel {
    position: inherit !important;
    display: block !important;
    left: inherit !important;
    top: inherit !important;
    margin-left: 20px;
}

span.KJEGuiErrorPopup,
span.KJERequired:hover span.KJERequiredShowHover {
    right: 20px;
    top: 74px;
    width: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #EAEFB0;
    left: inherit;
}

span.KJEGuiErrorPopup:before {
    right: 80px;
    left: auto;
    border-color: #EAEFB0 transparent;
}

span.KJEGuiErrorPopup:after {
    right: 81px;
    left: auto;
}

#KJEGuiDataPoint {
    font-size: 12px;
    padding: 5px 10px;
}

#KJEGuiDataPoint::before {
    border-color: #EAEFB0 transparent;
}

#KJEReport span.percentage-decor,
#KJEReport span.years-decor,
#KJEReport span.currency-decor {
    float: none;
    top: inherit;
    color: inherit;
    font-weight: inherit;
    right: inherit;
    left: inherit;
}

#KJEReport .footnote {
    font-size: 10pt;
    margin: 10px 0 0 0;
}

/* overrides for responsive design and modal */
@media screen and (max-width:600px){
    .KJEInputContainer > .KJEScale, .KJEInputContainer > .KJESlider {
        display: inline-block !important;
        width: 100% !important;
        padding-right: 40px;
    }

    [id*='INPUTS'] > .KJEInputContainer {
        min-height: 120px;
    }

    div.inputContainer .KJEInputContainer {
        min-height: 100px;
    }

    .KJEScale > .KJEScale {
        padding-right: 40px;
    }

    [id*='INPUTS'] > .KJEInputContainer, div.inputContainer {
        min-width: 331px;
    }

    div.KJEInputContainer input.KJEInputModern {
        margin-right: 0;
        position: absolute;
        left: 20px;
        top: 80px;
    }

    div.inputContainer div.KJEInputContainer input.KJEInputModern {
        top: inherit;
        position: relative;
        left: inherit;
    }

    div.inputContainer > .KJEInputContainer {
        width: 50%;
    }

    div.inputContainer > .KJEInputContainer:nth-child(1) {
        padding-right: 0;
    }

    div.inputContainer > .KJEInputContainer:nth-child(2) {
        padding-left: 0;
    }

    .input-decor {
        top: 84px !important;
        float: none !important;
        position: absolute !important;
        width: 100px;
        left: 25px;
    }

    [id*='RATE'] span.input-decor, [id*='YEARS'] span.input-decor, [id*='TERM'] span.input-decor,  [id*='RETURN'] span.input-decor, [id*='_ROR'] span.input-decor{
        text-align: right;
    }

    #KJEFixed {
        top: 20px !important;
    }

    #KJEReport {
        padding-top: 40px;
    }

    .KJEOutputLabel {
        position: relative !important;
        left: 10px !important;
        display: block !important;
        top: 5px !important;
    }

    .KJEInputContainer.output {
        min-height: 20px !important;
    }

    .KJEInputContainer.output span.input-decor {
        top: 34px !important;
        left: 30px !important;
    }

    div.dropbox, div.dropbox:hover {
        min-height: 45px;
    }

    div.KJEDropBoxDivModern {
        display: block !important;
        position: inherit !important;
        margin-left: -1px !important;
        left: 0 !important;
        top: 0 !important;
    }
}

@media screen and (min-width:750px) and (max-width:989px){
    .KJEInputContainer .KJESlider, .KJEInputContainer > .KJEScale {
        width: 70% !important;
    }

    .white-popup-block .KJEInputContainer > .KJESlider, .white-popup-block .KJEInputContainer > .KJEScale {
        width: 60% !important;
    }

    div.KJEDropBoxDivModern {
        left: 70% !important;
    }
}

@media screen and (min-width:990px) and (max-width: 1199px) {
    .KJEInputContainer .KJESlider, .KJEInputContainer > .KJEScale {
        width: 65% !important;
    }

    .white-popup-block .KJEInputContainer > .KJESlider, .white-popup-block .KJEInputContainer > .KJEScale {
        width: 60% !important;
    }

    div.KJEDropBoxDivModern {
        left: 65% !important;
    }
}

@media screen and (min-width: 1200px) {
    .KJEInputContainer .KJESlider, .KJEInputContainer > .KJEScale {
        width: 70% !important;
    }

    .white-popup-block .KJEInputContainer > .KJESlider, .white-popup-block .KJEInputContainer > .KJEScale {
        width: 60% !important;
    }

    div.KJEDropBoxDivModern {
        left: 70% !important;
    }
}