@import url("sistema.css");
#idLogo1, #idLogo2 {
	display: none !important;
}

#imgLogo1, #imgLogo2, #dsCli {
	display: block !important;
	width: 100%;
	margin-top: .5em;
	height: 5.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#dsCli {
	padding-top: 1.8rem;
}

#dsCli span {
	display: block;
}

/* controlar nome da Câmara / Imagem no Cabecalho quando tela menor que 992px */

@media only screen and (max-width: 992px) {
	/* padrão BS4 de lg  */
	#dsCli {
		background-image: none !important;
		height: auto;
		padding-top: .25rem;
	}
	#dsCli span {
		display: inline !important;
		color: #000;
		text-shadow: 2px 2px 5px rgb(0, 0, 0), 0 0 15px #000;
	}
}
/* remover imagem quando imprimir */
@media print {
	#dsCli {
		background-image: none !important;
		height: auto;
		padding-top: .25rem;
	}
	#dsCli span {
		display: inline !important;
		color: #000;
		font-weight:500;
	}
	#idLogo1, #idLogo2 {
		display: none !important;
	}
}

body { 
/*	background-image: repeating-linear-gradient(-45deg, transparent,transparent 3px,
	  rgba(0, 0, 0, .04) 3px,rgba(0,0 , 0, .04) 6px);	
*/	  
	  background: repeating-linear-gradient(-45deg, #fff 0 3px, #f7f7f7 0 6px);  		
}
