@media print{
	.noPrint {
		display: none;
	}

	#toTop {
		display: none !important;
	}
	
	.sidebar:after, .sidebar:before, body > .navbar-collapse:after, body > .navbar-collapse:before{
		display: none;
	}
	
	.main-panel{
		width: 100%;
	}
	
	body,.wrapper{
		height: 100%;
	}
	
	.navbar-collapse.collapse{
		display:none;
	}
	
	*{overflow:visible !important;}
	
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
		padding:3px 4px !important;
	}
	
	.content{padding-top:0 !important;}
	
	h2,.h2{
		font-size: 25px;
	}
	
	h3,.h3{
		font-size: 23px;
	}
	
	h4,.h4{
		font-size: 18px;
		line-height: 20px;
	}
	
	.orcamento_page	p{
		margin: 3px 0 3px 0;
	}
	.informacoes_curso div{ 
		min-height:80px !important;
		padding: 0 !important;
		padding-bottom: 0 !important;
	}
	.informacoes_curso{margin-bottom:0 !important;}
	.clearfix{
		display:none;
	}
}