﻿@charset utf-8;
/********************************************************************
* CONFIGURAÇÕES GERAIS                                              *
********************************************************************/
*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
}
/**********************************
* FUNDO DAS PÁGINAS
**********************************/
.fundo{
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
}
/****************************************
* CABEÇALHO
****************************************/
.cabecalho{
	width: 100%;
	text-align: center;
}
.titulo{
	color: #000080;
	text-shadow: 2px 2px 2px #000000;
}
.timbrado{
	width: 100%;
	float: left;
	margin: 10px;
	padding: 0;
}
.instituicao{
	display: inline-block;
}
.secretaria{
	display: inline-block;
	float: right;
	text-align: center;
	padding: 20px;
}
.orgao{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000080;
	font-size: 32px;
	vertical-align: middle;
}
.retroceder{
	display: inline-block;
	width: 60%;
	float: right;
	text-align: center;
	padding: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.pingo{
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000080;
	font-size: 16px;
	vertical-align: middle;
}
.pingo:hover{
	text-decoration: underline;
}
/****************************************
* INSTRUÇÕES DE PREENCHIMENTO
****************************************/
.instrucoes{
	width: 95%;
	background: #00BFFF;
	font-family:'Arial, Helvetica, Sans-Serif';
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin: 20px;
	border: 1px solid #000000;
	box-shadow: 5px 5px 5px #000000;
}
/****************************************
* INFORMAÇÕES
****************************************/
.informacoes{
	font-family:'Arial, Helvetica, Sans-Serif';
	font-size:18px;
	font-weight: bold;
	color: #000080;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	padding: 10px;
	margin: 20px;
}
/********************************************************************
* CAIXAS                                                            *
********************************************************************/
.caixa{
	max-width: 600px;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	background-color: #4682B4;
	box-shadow: 10px 10px 10px #000000;
	position: relative;
	//top: 50%;
	//left: 50%;
	transform: translate(25%,25%);
}
.caixinha{
	width: 40%;
	display: inline-block;
	padding: 20px;
	margin: 20px;
	text-align: center;
	background-color: #4682B4;
	box-shadow: 10px 10px 10px #000000;
}
.banner-esquerdo{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.banner-direito{
	width: 65%;
	display: inline-block;
	vertical-align: top;
}
.restrita{
	visibility: visible;
}
/********************************************************************
* MENSAGENS                                           *
********************************************************************/
.alerta{
	color: #FFFF00;
	text-shadow: 2px 2px 2px #000000;
}
.erro{
	color: #ff0000;
	text-shadow: 2px 2px 2px #000000;
}
.sucesso{
	color: #00FF7F;
	text-shadow: 2px 2px 2px #000000;
}
.mensagem{
	max-width: 450px;
	background: #bebebe;
	text-align: center;
	padding: 20px;
	border: 1px solid #000000;
	box-shadow: 5px 5px 5px #000000;
	position: relative;
	top: 70px;
	margin: 0 auto;
}
/********************************************************************
* FORMULÁRIOS                                           *
********************************************************************/
.ficha{
	width: 98%;
	height: auto;
	padding: 5px;
	position: absolute;
}
.campo{
	display: inline-block;
	margin: 1px;
}
.anexo{
	display: inline-block;
	width: 100%;
	margin: 1px;
}
.separador{
	width: 100%;
	position: static;
}
span{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: bold;
	color: #000000;
	width: 30%;
}
label{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: bold;
	color: #000000;
}
.login{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: bold;
	color: #000000;
	width:150px;
	float:left;
}
input[type=text], [type=date],[type=password], select{
	border: 1px solid #000000;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, courier new, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}
input[type=email]{
	border: 1px solid #000000;
	background-color: #ffffff;
	text-transform: lowercase;
	font-family: Calibri, courier new, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}
input[type=text]:focus, [type=email]:focus, [type=date]:focus, [type=password]:focus, select:focus{
	background-color:#ffff00;
}
textarea{
	border: 1px solid #000000;
	background-color: #ffffff;
	//text-transform: uppercase;
	font-family: Calibri, courier new, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 2px;
}
textarea:focus, [type=textarea]:focus, [type=date]:focus, [type=password]:focus, select:focus{
	background-color:#ffff00;
}
input[type=file]{
	width: 70%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Calibri, courier new, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
}
input[type=file]:focus{
	background-color:#ffff00;
}
input[type=hidden]{
	border:none;
}
/********************************************************************
* BOTOES                                                            *
********************************************************************/
.navegacao{
	width: 100%;
	padding: 3px;
	align-items: center;
	display: block;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.localizar{
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	align-items: center;
	//display: block;
	//flex-direction: row;
	//flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.movimentar{
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	align-items: center;
	//display: block;
	//flex-direction: row;
	//flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.botao{
	width: 155px;
	height: 55px;
	padding: 2px;
	background: #CDC8B1;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	margin: 5px;
}
.botao:hover{
	background: #CDC9A5;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.botao_detalhe{
	width: 15px;
	height: 15px;
	padding: 2px;
	background: #CDC8B1;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.botao_detalhe:hover{
	background: #CDC9A5;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.botao_ir_para{
	width: 25%;
	height: 35px;
	padding: 2px;
	background: #CDC8B1;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
}
/********************************************************************
* ATALHOS                                                      ..   *
********************************************************************/
a{
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
/********************************************************************
* PARÁGRAFOS                                                        *
********************************************************************/
p{
	color: #ffffff;
	text-align: justify;
	font-family: "Arial,Helvetica,Sans-Serif";
	font-size: 18px;
	text-indent: 40px;
	margin: 20px;
}
/*=========================================================
* CONFIGURAÇÕES RESPONSIVAS
=========================================================*/
@media only screen and (max-width: 757px){
	/**
	* CABEÇALHO.
	*/
	.instituicao{
		width: 100%;
	}
	.secretaria{
		width: 100%;
		float: none;
	}
	.orgao{
		font-size: 24px;
	}
	.retroceder{
		width: 100%;
		float: none;
		margin-right: 20px;
	}
	.pingo{
		font-size: 1.5em;
	}
	/****************************************
	* INSTRUÇÕES DE PREENCHIMENTO
	****************************************/
	.instrucoes{
		width: 95%;
		margin: 20px;
	}
	/****************************************
	* INFORMAÇÕES
	****************************************/
	.informacoes{
		width: 95%;
		margin: 20px;
	}
	/******************************************************
	* CAIXAS
	******************************************************/
	.caixa{
		width: 100%;
		height: auto;
		transform: translate(1px,30%);
		padding: 2px;
	}
	.caixinha{
		width: 90%;
		height: auto;
		padding: 2px;
		display: inline-block;
	}
	.banner-esquerdo{
		width: 95%;
	}
	.banner-direito{
		width: 95%;
	}
	.restrita{
		visibility: hidden;
	}
	/******************************************************
	* FORMULÁRIOS
	******************************************************/
	.ficha{
		width: 98%;
		height: auto;
		padding: 10px;
		position: absolute;
	}
	.campo{
		width: 95%;
		padding-left: 5px;
		padding-right: 5px;
	}
	label{
		width: 100%;
		font-size: 1.5em;
	}
	.login{
		font-size: 1.5em;
	}
	input[type=text],[type=email],[type=date],[type=password], select{
		width: 100%;
		font-size: 1.5em;
	}
	textarea{
		font-size: 2em;
	}
	input[type=file]{
		font-size: 1.5em;
	}
	/******************************************************
	* BOTÕES
	******************************************************/
	.localizar{
		width: 98%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.movimentar{
		width: 98%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.botao{
		width: 45%;
		margin: 20px;
	}
	.botao_detalhe{
		width: 50px;
		height: 50px;
	}
	.botao_ir_para{
		width: 50px;
		height: 50px;
	}
	/******************************************************
	* ATALHOS
	******************************************************/
	a{
		font-size: 0.5em;
	}
	/******************************************************
	* MENSAGEM
	******************************************************/
	.alerta{
		font-size: 2em;
	}
	.erro{
		font-size: 2em;
	}
	.sucesso{
		font-size: 2em;
	}
	.mensagem{
		width: 95%;
		top: 0;
	}
}