/*
	This file will include all new print CSS required for Proxy Dispatch pages.
	main.css is no longer included as part of the styling, due to the challenge
	of undoing all the prior styling. Once the help content is removed from AFX
	and is being served in a NextGen format, main.css will be deleted.

	It is currently being saved so that we can track changes coming from site management.
*/

/***
 ***
 Account section print styles
 ***
 ***/
.tab-nav-wrapper,
#tools,
.account-level-nav-wrapper,
.account-menu,
#wic-search,
.btn,
#sidebar,
#portfolio-nav,
#account-nav,
#module-options,
.breadcrumb,
.ns-header-wide.client-search,
.ns-body-wide.portfolio-nav .ns-body .row:first-child,
.view-fund-activity a,
#transaction-filter-container,
#transaction-filters,
.tooltip,
.evidon-banner,
#usntA40Toggle {
	display: none !important;
}

.fund a,
.logo,
.rebalance-plans a,
.row-separators a {
	text-decoration: none;
}

#returns-analysis h3.composition {
	page-break-before: always;
}

#returns-analysis .col-2 > div {
	width: 46%;
}

/***
 ***
 End of account section print styles
 ***
 ***/

 /*
 	Calculator table fixes for IE 9
 	IE 9 has a layout issue where, if the results table isn't surrounded in a border,
 	or height: 1% isn't added, the table body disappears. Go figure. :/
 */

.ie9 #spend-or-save-results .span12 table {
 	border: 1px solid;
 	border-color: #666 #FFF #FFF;
}
.ie9 #rp-calculator-result #cash-flow table {
	height: 1%;
}

#account-summary .footer-wide .ns-outer-control .span6,
#account-summary #last-login {
	display: none !important;
}

.aux-link,
#nav-section,
a.print,
.do-not-print,
.tabs {
	display: none !important;
}

.print-only,
.tab-content-wrapper div {
	display: block !important;
}

#rp-calculator-result .site-nav,
#rp-calculator-result .search-container,
#rp-calculator-result .ns-breadcrumb .span12,
#rp-calculator-result .row-separators img,
#rp-calculator-result .icon,
#rp-calculator-result #steps,
#rp-calculator-result #adjustments,
#rp-calculator-result #edit-restart,
#rp-calculator-result #recalculate-results {
	display: none !important;
}

#rp-calculator-result th {
	font-size: 12px !important;
}

a[href]:after {
	display: none;
}

.feedback_button {
	display: none;
}

.gds-header__hamburger {
	visibility: hidden;
}