/* CSS Document */
/*

=========================

CORPO

=========================

*/

label {
	display: block;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	align-content: center;
}
.maiuscula{
	text-transform: uppercase;
}
.center {
	margin: 0 auto; /*centralizando o conteÃºdo no navegador*/
	max-width: 1200px;
	width: 90%; /*largura do layout*/
}
img, picture, video, embed {
	max-width: 100%; /*define a largura mÃ¡xima em atÃ© 100%*/
}
/*.clearfix usado para adicionar um espaÃ§o vazio antes e depois dos elementos

  evitando que os floats se aglomerem.

*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/*

=========================

CSS DIV TABLES

=========================

*/

.rTable {
  	display: table;
  	width: 100%;
}
.rTableRow {
  	display: table-row;
}
.rTableCell, .rTableHead {
  	display: table-cell;
  	padding: 3px 10px;
  	border: 1px solid #999999;
}
.rTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
  	font-weight: bold;
}
.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
  	background-color: #ddd;
}
.rTableBody {
  	display: table-row-group;
}

/*

=========================

CSS CABECALHO E LINHAS

=========================

*/

.container {
	width: 98%;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 1%;
}
.explicacao{
	font-size:16px;	
}
.linha {
	background-image: url(../imagens/linha.png);
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
	display: inline-block;
	float: left;
}
.linha2 {
	height: 15px;
	width: 100%;
	display: inline-block;
	float: left;
}

/*

=========================

CSS MODAL

=========================

*/


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	max-width:1200px;
	max-height:85%;
	overflow:auto;

}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




/*

=========================

POSICAO DOS DIVS

=========================

*/

div.esquerda {

	float: left;
	width: 49%;
	display: inline-block;
	text-align: left;
}
div.direita {
	float: right;
	width: 49%;
	display: inline-block;
	text-align: left;
}
div.atividade {
	/*float: left;*/
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.nucleo {
	/*float: left;*/
	width: 94%;
	display: inline-block;
	text-align: left;
}
div.procurar {
	/*float: right;*/
	width: 5%;
	display: inline-block;
	text-align: left;
}
div.geral {
	width: 100.7%;
	display: inline-block;
	text-align: left;
}
div.tipocep {
	float: left;
	width: 100.7%;
	display: inline-block;
	text-align: left;
}
div.cep {
	float: left;
	width: 29%;
	display: inline-block;
	text-align: left;
}
div.endereco {
	float: right;
	width: 69%;
	display: inline-block;
	text-align: left;
}
div.numero {
	float: left;
	width: 29%;
	display: inline-block;
	text-align: left;
}
div.complemento {
	float: right;
	width: 69%;
	display: inline-block;
	text-align: left;
}
div.bairro {
	width: 33%;
	display: inline-block;
	text-align: left;
}
div.cidade {
	width: 33%;
	display: inline-block;
	text-align: left;
}
div.estado {
	width: 33%;
	display: inline-block;
	text-align: left;
}
div.radioatestado {

	text-align: left;
}

/*

=========================

CSS LINK

=========================

*/

a.termos:hover, a.termos:active {
	color: #191970;
	cursor: pointer;
}

a.termos:link, a.termos:visited {
	color: blue;
}

a.fechar:link, a.fechar:visited {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}

a.fechar:hover, a.fechar:active {
	background-color: #45a049;
}

/*

=========================

CSS TERMOS

=========================

*/

.texto{
	align-self: center;
	width: 98%;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 1%;
}

/*

=========================

SIMULAR SELECT INATIVO

=========================

*/

.inputreadonly {
	background: #eee;
	pointer-events: none;
	touch-action: none;
}

/*

=========================

MSG DE CPF / DATA NASC INVALIDO E BOTAO ADICIONAR ATIVIDADE 

=========================

*/

.emsg {
	color: red;
	font-weight: bold;
}
.hidden {
	visibility: hidden;
}
.dataemsg {
	color: red;
}
.datahidden {
	visibility: hidden;
	display:none;
}
/*

=========================

INPUT SELECT E RADIO

=========================

*/

input[type=text], select, textarea {
	width: 99%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: none;
}
input[type=number] {
	width: 99%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: none;
}
input[type=date] {
	width: 99%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: none;
}
.inputtexto {
	width: 99%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: none;
}
input[type=radio] {
	width: auto;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=checkbox] {
	width: auto;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
input[type=submit]:hover {
	background-color: #45a049;
}
input[type=button] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
input[type=button]:hover {
	background-color: #45a049;
}
.remover_campo {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}
.remover_campo:hover {
	background-color: #45a049;
	text-decoration: none;
}


/*

=========================

RESIZE

=========================

*/


/* 

1200px – Desktops, notebooks com monitores widescreen

***********************************************************/

@media screen and (max-width:1024px) {
div.esquerda {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.direita {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.atividade {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.nucleo {
	float: none;
	width: 94%;
	display: inline-block;
	text-align: left;
}
div.procurar {
	float: none;
	width: 5%;
	display: inline-block;
	text-align: left;
}
div.geral {
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.cep {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.endereco {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.complemento {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.numero {
	float: none;
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.bairro {
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.cidade {
	width: 99%;
	display: inline-block;
	text-align: left;
}
div.estado {
	width: 99%;
	display: inline-block;
	text-align: left;
}

/* 

960px – Tablets no formato paisagem e alguns monitores mais antigos

***********************************************************/

@media screen and (max-width:960px) {
.explicacao{
	font-size:12px;	
}
.modal-content {
	font-size:9px;
}

div.radioatestado {

	float: left;
	width: 99%;
	display: inline-block;
	text-align: left;
}
}

/* 

768px – Tablets no formato retrato, como o iPad

***********************************************************/

@media screen and (max-width:768px) {

.modal-content {
	font-size:9px;
}
}


/* 

480px – Smartphones no formato paisagem com tela pequena

***********************************************************/

@media screen and (max-width:480px) {
.explicacao{
	font-size:10px;	
}
.modal-content {
	font-size:9px;
}


}

/* 

320px – Smartphones no formato retrato com tela pequena

***********************************************************/

@media screen and (max-width:320px) {

}
