/*@import url(struttura.css);
@import url(header-footer.css);*/
@import url("/Pagamenti/javax.faces.resource/css/ader.css.xhtml");

@media print {
 
	*, :after, :before {
	    /* color: #000!important; */
	    /* text-shadow: none!important; */
	    background: 0 0!important;
	    -webkit-box-shadow: none!important;
	    box-shadow: none!important;
	}

	#agenzia-header, #page-header .container-fluid > div:first-child, #page-header .container-fluid > div.row > div:nth-child(2), .login, nw-app {
    	display: none !important;
    	background: none;
  	}
  	
  	.spalla-dx, nw-app, .carousel-indicators, .carousel-indicators2, a::after {
		display: none !important;
	}
	
	.carousel-inner {
		height: 100%;
	}
	
	article.carousel-item {
		display: block!important;
		height: 250px;
	}

}