﻿@media print {
	div.content-container {
		position: inherit;
	}
	
	#content-container {
		margin: 0px;
		border: none;
	}
	
	/*hide elements*/
	.breadcrumb,
	span#toTop-right,
	.schema-navbar,
	#off-canvas-menu {
		display: none;
		border: none;
	}
	
	.mCSB_container {
		overflow: visible;
		width: 100%;
		height: 100%;
	}
	
	/*set position 0 of content, print start always at the top of the page*/
	div#mCSB_1_container {
		top: 0px !important;
	}
	
	/*hide header*/
	.header,
	hr	{
		display: none;
	}
	
	/*show breadcrumb*/
	ol.breadcrumb.hidden-xs {
		display: block !important;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	/*hide value of href attribute in print view*/
	a[href]:after {
      display: none;
      visibility: hidden;
	}
   
	/*hide footer*/
	.copyright-footer {
		display: none;
	}
}