@charset "utf-8";
/* CSS Document */

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}

.clearfix:after {
   clear: both;
}

.clearfix {
   *zoom: 1;
}


img,
picture,
video,
embed {
   max-width: 100%;
}


*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


body {
	margin: 0;
	padding: 0;
}


article {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #1f347a;
	border-radius: 10px;
}



a:hover {
	color: #000;
	text-decoration: none;
}

.titulo {
	font-weight: bold;
	color: #006400;
	padding: 0.4em;
	margin: 0 0 10px 0;
	/*background-color: rgba(183,249,213,1.00);*/
	text-align: center;
	text-transform: uppercase;
	font-size: 2em!important;
}
.titulo2 {
	font-weight: bold;
	color: #006400;
	padding: 0.4em;
	margin: 0 0 10px 0;
	/*background-color: rgba(183,249,213,1.00);*/
	text-align: center;
	text-transform: uppercase;
	font-size: 1.9em!important;
}


h1 {
	font-size: 25px;

}
h2, h3 {
	font-size: 18px;
	margin-top: 15px;
	text-transform: uppercase;
}

label {
	width: 100%;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
}


.campo {
	width: 400px;
	float: left;
	margin:0 20px 10px 0;
}

.campo input {
	width: 100%;
	padding: 0.8em!important;
	border-radius: 8px;
	border-color: #cece;
}



textarea:focus, input:focus {
	background-color: beige;
	padding: 5px;

}

textarea {
	border-radius: 8px;
	width: 99%;

	float: left;
	margin:0 20px 10px 0;
}

select:focus {
	background-color: beige;
}

select {
	padding: 5px;
	border-radius: 8px;
}

.separa {
	clear: both;
	height: 1em;
}

.margem_radio {
	margin-left: 30px;
}

.celular_info{
	cursor: pointer;
}



.lista_cabecalho {
	font-weight: bold;
	width: 200px;
	float: left;
	border: solid 1px #fff;
}

.lista_cabecalhoMaior {
	font-weight: bold;
	width: 400px;
	float: left;
	border: solid 1px #fff;
}

.lista_cabecalho_id  {
	width: 80px;
	float: left;	
}


.lista_campo {
	width: 200px;
	float: left;
	position: relative;
}

.lista_campoMaior {
	width: 400px;
	float: left;
	position: relative;
}

.lista_campo_menor {
	width: 150px;
	float: left;
	position: relative;
	border: solid 1px #fff;
}

.lista_cabecalho_menor {
	font-weight: bold;
	width: 150px;
	float: left;
	position: relative;
	border: solid 1px #fff;
}




.lista_campo_menor2 {
	width: 185px;
	float: left;
	position: relative;
	border: solid 1px #fff;
}

.lista_cabecalho_menor2 {
	font-weight: bold;
	width: 185px;
	float: left;
	position: relative;
}


.lista_campo_id  {
	width: 80px;
	float: left;
	position: relative;
}

.ativadoSim{
	font-weight: bold;
	color: green;
}
.ativadoNao{
	font-weight: bold;
	color: red;
}
.ativadoSimBarra{
	height: 30px;
	background-color: green;
}
.ativadoNaoBarra{
	height: 30px;
	background-color: red;
}
.ativadoSimBorda{
	border-color: green;
}
.ativadoNaoBorda{
	border-color: red;
}

.linhaHeight{
	height: 110px;
	padding: 10px;
}
.linhaHeight:hover{
	background-color: #F0FFF0;
}

.depSim{
	display: inherit;
}
.depNao{
	display: none;
}
.whatsSim{
	display: inherit;
}
.whatsNao{
	display: none;
}
