@charset "utf-8";
/* CSS Document */

@media print {
	hr{
		margin: 2px 0;
		padding: 0;
	}
	fieldset {
	    border: none;
	    border-radius: 3px;
	    margin: 3px 0;
	    background-color: #fff;
	    padding: 0;
	}
	fieldset fieldset{
	    margin: 3px 20px;	    
	}
	fieldset legend {
	    background-color: #fff;
	    border: none;
	    border-radius: 3px;
	    font-weight: bold;
	    margin-top: 0;
	    padding: 0;
	}
	fieldset fieldset legend {
	    background-color: #fff;
	    border: none;
	    border-radius: 3px;
	    font-weight: bold;
	    margin-top: 0;
	    padding: 2px;
	    box-shadow: none;
	}
	.topo{
		background: none;
	}
	.topo .logo{
		display: flex;
		color: #000;
		gap: 10px;
		align-items: center;
		justify-content: center;
	}
	.topo .logo img{
		filter: invert(1);
		height: 60px;
	}
	.topo .logo .APP-subtitulo,
	.topo .logo .APP-titulo{
		padding: 0;
		margin: 0;
	}
	.topo .logo-svg {
		width: 100px !important;
	}
	.corpo{
		margin: 0;
		padding: 0;
	}
	.sombraBox{
		box-shadow: none;
	}
	.fontGRD{
		font-size: 120% !important;
	}
	.dado{
		text-decoration: underline;
	}
	.msgAtencao {
	    background-color: #fff;
	    border: none;
	    padding: 0;
	    margin: 0;
	    font-size: 100%;
	    font-weight: bold;
	}
	.comprovante{
		text-align: center;
	}
	.no-print, #adopt-controller-button{
		display: none !important;
	}
	.print{
		display: all !important;
	}
	#formulario{
		font-size: 80%;
	}
	.marginCampo {
	    margin: 2px 2px;
	}
	
	#termoResponsabilidade {
		display: block !important;
	}
	.termoResponsabilidade {
	    background-color: #fff;
		border-radius: 5px;
		line-height: 0.9rem;
		margin:0;
		padding: 2px;
		text-align: justify !important;
		height: auto;
		overflow: auto;
		font-size: 60%;
		font-family: Verdana;
	}
	.campoAnssinatura td{
		font-size: 100%;
	}
	#uploadRecurso{
		display: none;
	}
	.numPeito {
	    font-size: 100%;
	    font-weight: bold;
	    background-color: #f9ff00;
	    border: 1px solid #000;
	    color: #000000;
	    border-radius: 5px;
	    padding: 0 10px;
	}
	.rodape{
		font-size: 70%;
		margin: 0;
		padding: 0;
	    color: #000000;
		background: #fff;

	}

	.rodape img{
		width: auto;
		height: auto;
		max-height: 60px;
		filter: invert(1);
		max-width: 100px;
	}
}