body .noprint, body > div:first-child, body aside.side-menu, body .actual-page .top-bar, body .actual-page .footer-row, body .hide, input, button, textarea, select, #adminPanel {
	display: none !important;
}
body, body section.actual-page {
	background-image: none !important;
	background-color: transparent !important;
}
body:after {
	content:"";
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background: transparent url('/images/logo.png') no-repeat right top !important;
	background-size:100px !important;
	opacity:1;
	/*z-index:-1;*/
}
body section.report_pages {
	display: none !important;
}
@page {
    size: auto;
    margin: 15mm 5mm;
}
html, body {
	padding:0;
	margin:0;
}
header, .header, .nav, .footer, footer, .noprint {
	display:none !important;
}