@import url("sistema.css");
#idLogo1, #idLogo2 {
	display: inline!important;
}

#imgLogo1, #imgLogo2, #dsCli {
	display: block!important;
	width: 100%;
	height: 5.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#imgLogo1  {
	background-image: url('../img/logo93.gif')!important;
}
#imgLogo2  {
	background-image: url('../img/logolegis.gif')!important;
} 

#dsCli span {
	margin-top:1.2em!important;
	display: inline-block;
	color: #669900;
	font-weight:900;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

/* 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: #0002ec;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	}
	#idLogo1, #idLogo2 {
		display: none !important;
	}
}
/* 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;
	}
}
