@media print {




	@page {
		size: auto;
		margin: 0mm;
		padding: 0mm;
	}
	html, body {
		overflow-x: unset!important;
		position: unset!important;
		margin: 0;
		padding: 0;
		height: 97%;
		background: #ffffff!important;
		overflow: visible;
	}
	body {
		color: #000000;
		margin: 10mm 5mm!important;
		font-size: 12pt;
		font-family: 'open_sans', arial, sans-serif!important;
	}
	body:after {
		content: "Ministero dell'Economia e delle Finanze via XX Settembre, 97 - 00187 - +39 06.476111";
		position: relative;
		left: 86pt;
		top: 10pt;
		bottom: 10px;
	}
	
	/* COLORE LINK E URL ESTESI */
	a {
		color: #000000!important;
		text-decoration: none !important;
	}
	/* a[href*='//']:after {
		content: " (" attr(href) ") ";
		color: #000;
	} */
	/* a:after {
content: " (" attr(href) ") ";
color: #000000;
} */
	/* HEADER-footer */
	header, footer {
		display: none;
	}
	.head-sec {
		background: transparent!important;
	}
	.body-sec {
		background: transparent!important;
	}
	/* PAGINA GENERICA INTERNA */
	.breadcrumb, .tools-sec, .indice {
		display: none!important;
	}
	.search-sec {
		display: none!important;
	}
	.tools-sec {
		display: none!important;
	}
	.head-background {
		display: none!important;
	}
	.indice {
		display: none!important;
	}
	.ip-header-bottom {
		padding-bottom: 0!important;
		margin-bottom: 0;
	}
	/* FASCIA EVIDENZA */
	.evidenza .my-card {
		border: none !important;
		flex: none !important;
	}
	.evidenza .card-body {
		padding-top: 0.5rem !important;
		padding-bottom: 0 !important;
	}
	.evidenza .card-footer {
		background: none !important;
		border: none !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.badge-pad h2 .section-badge {
		background: none !important;
	}
	.badge-pad h2 {
		padding: 0 !important;
	}
	.evidenza .badge-pad h2 {
		display: block!important;
	}
	/* FASCIA FOCUS */
	@media (min-width: 768px) {
		.focus .row .box .text {
			min-height: unset!important;
		}
	}
	.focus article {
		border: none !important
	}
	.focus .row .box .date-info {
		border-bottom: 0 !important
	}
	.col-md-4 {
		flex: none !important;
		max-width: inherit!important;
	}
	.focus .row .box .text {
		max-height: unset!important;
		min-height: unset!important
	}
	/*FASCIA PROGETTI DAG*/
	.progetti-dag .tab-content>.tab-pane {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.progetti-dag {
		background: #ffffff;
	}
	.progetti-dag .d-print-block {
		font-weight: 600;
		font-family: Roboto-Black!important;
	}
	/* FASCIA COSA C'E' DI NUOVO */
	.cosa-di-nuovo .label-new {
		font-size: 0.6875rem;
		color: #000000!important;
		font-family: RobotoCondensed-Bold;
		margin-bottom: 3px;
	}
	.cosa-di-nuovo .border-bottom {
		border-bottom: 0 !important;
	}
	/* FASCIA INTRANET */
	.intranet {
		background: #fff!important;
		background-position: 100% 0;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: 50% 0;
		color: #000;
	}
	.intranet h3 {
		color: #000;
		font-size: 2.3125rem;
		font-family: Roboto-Regular;
		font-weight: bold;
	}
	.intranet .row .intra-btn-box .btn {
		font-family: RobotoCondensed-Bold;
		font-weight: bold;
		color: #000;
		background-color: transparent!important;
		border-color: transparent!important;
		border-radius: 0;
		padding: 20px;
	}
	.intranet .row .intra-btn-box {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	/* NASCONDE ELEMENTI PAGINE INTERNE FOCUS/EVIDENZE */
	.thumbnail, .banner-sm-right {
		display: none;
	}
	.img-thumbnail {
		display: none!important;
	}
	.img-fluid {
		display: none!important;
	}
	/* NASCONDE ELEMENTI PAGINE INTERNE AREE TEMATICHE */
	.banner {
		display: none;
	}
	/* CLASSI SPECIFICHE MEF */
	.evidenza .comunicati {
		border-left: none;
		border-right: none;
	}
	.calendario .agende .info-inner {
		border-left: 3px solid!important;
		border-color:transparent!important;
		
	}
	.tp-comunicato {
		background-color: white;
	}
	.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		 display: none!important;
		 
	}
}