/* <link rel="stylesheet" href="/css/print.css" type="text/css" media="print" />*/
@page {
	size: 24in 14in;
	width: 100%;
	margin: 25px;
	float: none;
}

@media only print
{
	html, body { height:auto; margin: 0; padding: 0; width:100%; float:none; }  /* eliminates extra page at end */

	#page, .wrapper {
		width: 100%;
		margin: 0 !important;
		padding: 0;
		-webkit-print-color-adjust:exact; /* force chrome to print bg colors/images */
	}

	#headerbar, .headerbar, #logged-tab, #emailAlertContainer, #smoothmenu1, #search, form#select, form#input.image, #footer, #footerbar, .footerbar, #push, .push, #main, .main, nav.navbar, .highcharts-legend {
		display: none;
	}

	div#infoBox, .infoBox { display: none; }
	#dataBox, .dataBox { width: 100%; }

	#tabs-container, .tabs-container, #content { margin:0px; }

	UL.mytabs0, UL.mytabs LI, UL.mytabs2 LI, UL.mytabs3 LI, UL.mytabs4 LI, UL.mytabs5 LI, UL.mytabs6 LI, UL.mytabs7 LI { padding: 0 1px; }

	UL.mytabs0 LI A, UL.mytabs LI A, UL.mytabs2 LI A, UL.mytabs3 LI A, UL.mytabs4 LI A, UL.mytabs5 LI A, UL.mytabs6 LI A, UL.mytabs7 LI A {
		float: left;
		width: 118px;
		padding: 0px;
		margin: 0px;
	}

	.tomb-data { font-size: 10px; width: 75px; }
	.tab-icon { width:40px; }

	#tabs, .mytabs, ul#tabs, ul.mytabs {
		margin:0px;
		left:-5px;
		padding:0px;
	}

	#content {
		 width: auto;
		 margin: 0;
		 padding: 0;
		 border: 0;
		 float: none !important;
		 color: black;
		 background: transparent;
	 }

	*,
	.dashnav.btn.disabled,
	.card {
		box-shadow: none !important;
	}

	a[href]:after {
		content: none !important;
	}

	.page-break-avoid {
		page-break-inside: unset !important;
	}
}

	#noPrint, .noPrint {
		display: none;
    }
