/* Print */
@media print {

    /* * {
        float: none !important;
    }

    a[href]:after {
        content: '';
    } */
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 99% !important;
        max-width: 99% !important;
    }
    .col-lg-8, .col-md-8, .col-sm-12, .col-xs-12, .pr-5 {
        width: 99% !important;
        max-width: 99% !important;
    }
    @page  
    { 
        size: auto landscape;
        margin: 10mm 10mm 10mm 10mm; 
    } 
    body{
        margin: 0;
        padding: 0;
        height: auto;
        zoom: 60%;
    }
    table {page-break-inside: avoid;}    
    
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .home-row {
        min-height: 1px;
    }
    #termsModal .modal-dialog {
        width: auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
/* You can add global styles to this file, and also import other style files */

/* GENERAL */

*, *:before, *:after {
    box-sizing: border-box;             /* IE8 and up, plus all others except the next two */
    -moz-box-sizing: border-box;        /* Firefox still needs this */
    -webkit-box-sizing: border-box;     /* iOS4 and below, Android 2.3 and below */
}

body {
    -webkit-print-color-adjust: exact;
}

.container-fluid {
    padding: 0;
}

.shaded-container {
    padding-top: 20px;
}

h1 {
    font-size : 20px;
    color : #00693E;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

h2 {
    color: #0073B1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

h3 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 40px 0;
}

h4 {
    color: #fff;
}

.font-ital {
    font-style: italic;
}

.font-bold {
    font-weight: bold;
}

.font-small {
    font-size: 12px;
}

.gray-bg {
    background: #F2F2F2;
    min-height: inherit;
}

.white-bg {
    background: #fff;
}

.red-bg {
    background : #0073B1;
}

.blue-bg {
    background: #00693E;
}

.well {
    background : #FFFFFF;
    padding: 0;
    margin: 0;
    border-radius : 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    box-shadow : 4px 4px 5px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='#000000') ;
}

.border-radius-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-radius-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

span.link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.row-same-height {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.col-same-height {
	display: table-cell;
	float: none !important;
}

.align-middle {
    vertical-align: middle;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.add-bottom-margin {
    margin-bottom: 20px;
}

.add-top-margin {
    margin-top: 20px;
}

a, span.link {
    color: #000000;
}

.logo-fidelity {
    margin-right: 30px;
}

/* HEADER */

.page-header {
    border-bottom: none;
    margin: 0;
    padding: 20px 0;
}

.header-links {
    text-align: right;
    font-size: 11px;
}

.header-links span.link {
    color: #333;
}

.header-links span.divider {
    padding: 0 10px;
}

.header-bar {
    min-height: 20px;
}

/* HOME */

.home-row {
    min-height: 500px;
}

.home-callout {
    padding: 40px 0;
}

.home-callout-icon {
    vertical-align: middle;
    text-align: center;
}

.home-callout-text {
    font-size: 14px;
    padding: 18px;
}

.home-callout-text a {
    color: #333;
}

.checkbox {
    text-align: left;
}

.checkbox label {
    font-size: 12px;
    font-weight: bold;
}

/* INPUTS PAGE */

.input-well {
    padding: 20px;
    margin-top: 20px;
}

.form-label {
    font-size: 14px;
    font-weight: normal;
}

.form-control {
    
    border: 1px solid #B3B3B3;
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #dadada;
}

.input-group.help .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.help .input-group-addon {
    background: transparent;
    border: none;
}

.input-group.help .input-group-addon span {
    font-size: 16px;
    color: #939BA1;
    cursor: pointer;
}

.input-group-addon.clickable {
    cursor: pointer;
    border: 1px solid #B3B3B3;
}

.input-error {
    color: red;
    margin-top: 2px;
    font-size: 12px;
}

.input-error p {
    margin: 0;
}

/* RESULTS */

.blue-border {
    border: 1px solid #00693E;
    border-radius: 4px;
}

.padded-table {
    padding: 20px;
}

.current-percentages-row .padded-table {
    padding-top: 0;
}

table {
    table-layout: fixed;
}

table caption {
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 0 10px 10px 10px;
}

table thead tr th, table tbody tr td {
    font-weight: normal;
    text-align: center;
}

.table {
    margin-bottom: 0;
}

.footnote-row {
    padding: 20px;
}

chart {
    display: block;
    width: 100%;
}

.highcharts-container, svg:not(:root) {
    overflow: visible !important;
}

.highcharts-stack-labels text {
    visibility: visible;
}

.legend-container {
    margin-bottom: 40px;
}

.legend-box {
    vertical-align: middle;
    width: 12px;
}

.legend-box-item {
    height: 12px;
    width: 12px;
}

.legend-box-item.pretax {
    background: #00693E !important;
}

.legend-box-item.match {
    background: #0067AC !important;
}

.legend-box-item.catchup {
    background: #808080 !important;
}

.legend-box-item.aftertax {
    background: #0095D3 !important;
}

.legend-text {
    font-size: 11px;
    padding-left: 8px;
}

.model-row {
    margin-bottom: 25px;
}

.model-row .input-label {
    font-size: 12px;
    margin-bottom: 2px;
}

.button-container {
    margin-top: 20px;
}

.message-text {
    font-size: 12px;
    line-height: normal;
    padding: 10px;
    border-radius: 4px;
}

.message-warning {
    color: #0067AC;
    border: 1px solid #0067AC;
}

.message-success {
    color: #00693E;
    border: 1px solid #00693E;
}


/** SLIDERS **/

.slider-container {
    margin-bottom: 40px;
}

.slider-container .input-group-addon {
    border: none;
    background: transparent;
    font-size: 10px;
    color: #000;
    padding: 2px 8px 0 8px;
}

/* bootstrap slider plugin */
.slider.slider-horizontal {
    width: 100%;
    margin-top: 4px;
}

.slider.slider-horizontal .slider-track {
    /* height: 14px; */
    border-radius: 0;
    box-shadow: none;
}

.slider-track-low, .slider-track-high, .slider-selection {
    border-radius: 0;
    box-shadow: none;
}

.slider-selection {
    background: #E6E6E6 !important;
}

.slider-track-high {
    background: #E6E6E6 !important;
}

.slider-handle.custom {
    background-image: url('/assets/img/slider-arrow.png') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
}

.aftertax-slider .slider-handle.custom {
    background-image: url('/assets/img/slider-arrow-2.png') !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
}

.slider-handle.custom:before {
    content: "";
}

.slider .tooltip {
    z-index: auto;
}

.slider .tooltip.bottom {
    padding: 0;
    margin-top: 0;
}

.slider .tooltip-inner {
    background: transparent;
    color: #00693E;
    border: none;
    border-radius: 0;
    font-weight: bold;
    padding-top: 0;
}

.aftertax-slider .tooltip-inner {
    color: #0095d3;
}

.slider .tooltip-arrow {
    display: none;
}

.slider-tick {
    box-shadow: none;
}

.slider-tick.custom:before {
    content: "|";
    color: #B3B3B3;
}

.slider-selection.tick-slider-selection, .slider-tick.in-selection {
    background-image: none;
}

.slider.slider-horizontal .slider-tick {
    margin-left: -2px;
}

/* NAVIGATION BUTTONS */

.nav-row {
    padding: 20px 0 40px 0;
}

.nav-buttons {
    margin-right: 15px;
    float: right;
}

.arrow-box {
    width: 80px;
    height: 30px;
    display: inline-block;
    position: relative;
    background: #0073B1 !important;
    border-radius: 0;
    border: none;
}

.arrow-box-forward {
    margin-left: 10px;
}

.arrow-box-forward:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 29, 58, 0);
	border-left-color: #0073B1;
	border-width: 15px;
	margin-top: -15px;
}

.arrow-box-back:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 29, 58, 0);
	border-right-color: #0073B1;
	border-width: 15px;
	margin-top: -15px;
}

.arrow-text {
    position: absolute;
    left: 20px;
    top: 5px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    z-index: 1;
}

.btn-red {
    background-color: #0073B1;
    color: #fff;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    color: #fff;
}

/* FOOTER */

.page-footer {
    font-size: 11px;
    color: #fff;
}

.page-footer span.link {
    margin-right: 30px;
    color: #fff;
}

.footer-bar {
    min-height: 40px;
    line-height: 40px;
}

.table-limits {
    table-layout: auto;
}

.table-limits thead tr th {
    text-align: left;
    font-weight: bold;
}

.table-limits tbody tr td {
    vertical-align: middle;
}

.table-limits tbody tr td:first-child {
    text-align: left;
    width: 80%;
}

/* MODALS */


.modal-header .close {
    color: #fff;
    opacity: 0.8;
}

#termsModal .modal-dialog {
    width: 60%;
}

.terms-button {
    margin-top: 6px;
}

/* POPOVERS */

.popover {
    border: 2px solid #939BA1;
}

.popover.top>.arrow {
    margin-left: -6px;
}

.popover.top > .arrow:after {
    border-top-color: #939BA1;
}

.help-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.help-text {
    font-size: 12px;
}

.popover-content .close {
    margin-top: -2px;
}

[hidden] {
    display: none !important;
}

.customHR {
    border-top: 1px solid #000000 !important;
}
.myClass {

    background-color: #ffffff;
    opacity: 1;
}
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 3px solid !important;*/
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-top: -10px;
    margin-bottom: -15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px !important;
    color: #0062cc;
    border-style: solid !important;
    background-color: #D1F2EB !important;
    font-size: 16px;
    font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: 1px !important;
    border-style: solid !important;
    background-color: #ffffff !important;
    margin-left: 5px;
    margin-right: 5px;
}
h4 {
    font-size: 18px;
}
.shadowRow {
    background-color: #F2F4F4;
}

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {*/
/*    border: 1px !important;*/
/*    border-style: solid !important;*/

/*}*/

h4 {
    color:#000000;
}
th {
    font-weight: bold;
}

.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 3px solid !important;*/
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-pills {
    border-bottom: 0px solid #dee2e6;
    margin-top: -10px;
    margin-bottom: -15px;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    border: 1px !important;
    color: #0062cc;
    border-style: solid !important;
    background-color: #D1F2EB !important;
    font-size: 16px;
    font-weight: bold;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link {
    border: 1px !important;
    border-style: solid !important;
    background-color: #ffffff !important;
    margin-left: 5px;
    margin-right: 5px;
}
h4 {
    font-size: 18px;
}
.shadowRow {
    background-color: #F2F4F4;
}

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {*/
/*    border: 1px !important;*/
/*    border-style: solid !important;*/

/*}*/

h4 {
    color:#000000;
}
th {
    font-weight: bold;
}

.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 3px solid !important;*/
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-top: -10px;
    margin-bottom: -15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px !important;
    color: #0062cc;
    border-style: solid !important;
    background-color: #D1F2EB !important;
    font-size: 16px;
    font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: 1px !important;
    border-style: solid !important;
    background-color: #ffffff !important;
    margin-left: 5px;
    margin-right: 5px;
}
h4 {
    font-size: 18px;
}
.shadowRow {
    background-color: #F2F4F4;
}

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {*/
/*    border: 1px !important;*/
/*    border-style: solid !important;*/

/*}*/

h4 {
    color:#000000;
}
th {
    font-weight: bold;
}

h4 {
    color: #000000;
}
.h6, h6 {
    font-size: 1rem;
}
.border-green {
    border-width: 3px;
    border-style: solid;
    border-color: #20877E;
    background-color: #20877E;
    padding: 10px;
    color: #ffffff;
}

.hasError {
    border-color: #ff0000;
}
.blueBackground {
    background: #195196 !important;
    color: #ffffff !important;
}
.orangeBackground {
    width: 100%;
    height: 150px;
    /* background: #FF662B !important; */
    color: #ffffff !important;  
    background-color: #FF662B; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.welcomeHeaderTitle {
    font-family: AvenirNext;
    font-size: 35px;
    color: #000000;
    letter-spacing: 0;
}
.welcomeParagraph_1 {
    font-family: AvenirNext;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
}
.welcomeParagraph_2 {
    font-family: AvenirNext;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 80% !important;
}
.modal-header {
    background: #195196 !important;
    color: #ffffff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.modal-lg, .modal-xl {
    max-width: 65% !important;
}

.paymentBlueTitle {
    font-family: Helvetica;
    font-size: 20px;
    color: #004C97;
    letter-spacing: 0;
}

.paymentSubtitle {
    font-family: Helvetica;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
}

.homeHR {
    border: 1px solid #979797;
}

.gray-box {
    min-height: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    /* margin:10px; */
    margin-top: 10px;
    
    background-color: rgba(0,0,0,.03);
    padding: 20px;;
}
.importantMessage {
    font-family: AvenirNext;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    font-style: italic;
}
.enterInfoWarningMessage {
    font-family: AvenirNext;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
}
.font30ColorBlue {
    font-size: 35px;
    color: #195196 !important;
}

h1 {
    font-size: 20px;
    color: #00693E;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

element.style {
}
.enterInfoWarningTitle {
    font-family: AvenirNext;
    font-size: 31px;
    color: #000000;
    letter-spacing: 0;
}
.faIconWhite {
    color: #ffffff;
}
.modalsInfo {

    font-family: AvenirNext;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
}
.backgroundTableHeaderGray {
    background: #f8f8f8;
    padding: 10px;
}
.borderForResultsRow {
    border-bottom: #000000;
    border-bottom-width: 1px;
    border-top-style: solid;
}
.borderRightBlack {
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
}
.borderBottomBlack {
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.big-checkbox {
    width: 30px; height: 30px;
}
.getStartedButton {
    padding-left: 55px !important;
    padding-right: 55px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;

}

.boldText {
    font-weight: bold !important;
}
.bs-datepicker-head {
    background-color: #004C97 !important;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-head,
.bs-datepicker-head, .bs-datepicker button:active,
.bs-datepicker-body table td.selected span,
.bs-datepicker-body table td span[class*="select-"]:after,
.bs-datepicker-body table td[class*="select-"] span:after,
.bs-datepicker-body table td.active-week span:hover
{
    background-color: #004C97 !important;
}
.bs-datepicker-container {
    width: 400px !important;
}
.newPadding {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.inputExtraPadding {
    padding: 5px !important;
}
.selectExtraPadding {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}
.resultsHeaders {
    /* Your Contributions: */
    font-family: AvenirNext;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: right;
    padding: 10px;
}
.warningResultParagraph {
    /* Please note: You are: */
    font-family: AvenirNext;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
}
.yourResultsBlueTitle {
    /* Your results: */
    font-family: Helvetica;
    font-size: 30px;
    color: #004C97;
    letter-spacing: 0;
}
.areYouGettingHeader {
    /* Are you getting all: */
    font-family: AvenirNext;
    font-size: 25px;
    color: #333333;
    letter-spacing: 0;

}
.areYouGettingDetail {
    /* The following is the: */
    font-family: AvenirNext;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
}

.importantMessage {
    /* Important: This tool: */
    font-family: AvenirNext;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    font-style: italic;
}
.footerLinks {
    /* Footer: */
    /* Terms & Conditions P: */
    font-family: AvenirNext;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    cursor: pointer;
    margin-top: -25px;

}
.fontColorBlue {
    color: #195196 !important;
}
.fontColorBlueBold {
    color: #195196 !important;
    font-weight: bold !important;
}
.font25ColorBlue {
    font-size: 35px;
    color: #195196 !important;
}
.font30ColorBlue {
    font-size: 35px;
    color: #195196 !important;
}
.thead-vf-blue {
    background: #195196 !important;
    color: #ffffff !important;
}
a, span.link {
    color: #337ab7;
}
