body.noscroll {
	position: fixed;
	overflow-y: scroll;
}
@media print {
	body.noscroll {
		width:auto;
		position:static !important;
		top: 0 !important;
		padding-top: 0;

	}
	body.noscroll .navbar-default.navbar-fixed-top,
	body.noscroll header,
	body.noscroll .container
	{
		display:none;
	}
	body.noscroll #colorbox {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		padding: 0 !important;
		min-height: 2000px !important;
		position:relative !important;
	}
	body.noscroll #cboxContent {
		position:fixed;
	}
	body.noscroll #cboxWrapper,
	body.noscroll #cboxContent,
	body.noscroll #cboxLoadedContent {
		width:auto;
		height:100%;
		border:0;
		min-height:2000px !important;
	}
	body.noscroll #cboxMiddleLeft,
	body.noscroll #cboxMiddleRight {
		display:none;
	}
	body.noscroll #cboxTopLeft,
	body.noscroll #cboxTopCenter,
	body.noscroll #cboxTopRight {
		width:auto;
		height:100%;
		border:0;
	}
}
