@charset "utf-8";
/* CSS Document */

@media print {

	fieldset {
	    border: none;
	    border-radius: 3px;
	    margin: 3px 0;
	    background-color: #fff;
		font-size: 80% !important;
		padding: 0;
		box-shadow: none;
	}
	hr{
		display: none;
	}
	fieldset fieldset{
	    margin: 3px 5px;
	    box-shadow: none;
	}
	legend, .formulario legend{
		color: #000;
	}
	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;
		color: #000;
	}
	.topo .logo{
		display: flex;
	}
	.topo .logo .APP-subtitulo,
	.topo .logo .APP-titulo{
		padding: 0;
		margin: 0;
	}
	
	.topo .logo-corrida-reis{
		margin: 0;
	}
	.topo .logo-corrida-reis img{
		width: 100px !important;
		filter: invert(1);
		height: auto;
	}
	.topo .logo-svg {
		width: 100px !important;
	}
	.corpo{
		margin: 0;
		padding: 0;
	}
	.sombraBox{
		box-shadow: none;
	}
	.fontGRD{
		font-size: 120% !important;
	}
	.dado{
		text-decoration: underline;
	}
	.areaA {
		background: #fff;
	}
	.areaA fieldset {
		box-shadow: none;
		background: #fff;
	}
	.areaB-titulo{
		background: #fff;
	}
	#adopt-controller-button{
		display: none !important;
	}
	.msgAtencao {
	    background-color: #fff;
	    border: none;
	    padding: 0;
	    margin: 0;
	    font-size: 100%;
	    font-weight: bold;
	}
	.comprovante{
		text-align: center;
	}
	.no-print{
		display: none;
	}
	.print{
		display: all !important;
	}
	#formulario{
		font-size: 80%;
	}
	.marginCampo {
	    margin: 2px 2px;
	}
	.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{
		box-shadow: none;
		background: #fff;
		font-size: 70%;
	}

	.rodape h2{
		color: #000;
	}
	.rodape img{
		width: auto;
		height: auto;
		max-height: 60px;
		filter: invert(1);
		max-width: 100px;
	}
}