.botoes-acesso-rapido-ouvidoria {
	height: 115px;
	width: 270px;
	display: block;
	border-radius: 5px;
	background-color: #fff;
	border: 3px solid #0c4769;
	color: #0c4769;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}
.botoes-acesso-rapido-ouvidoria:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.botoes-acesso-rapido-ouvidoria:hover {
	background-color: #E9E9E9;
	text-decoration: none;
}
.botoes-acesso-rapido-ouvidoria .icone-ac {
	/*height: 50px;*/
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	text-align: center;
	line-height: normal;
}
.botoes-acesso-rapido-ouvidoria .texto-ac {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 170px;
	font-size: 18px;
	font-weight: bold;
	white-space: normal;
	line-height: normal;	
}
.botoes-form {
	width: 100px;
}
/* FIELDSET E LEGENDA */
fieldset {
	border: 1px solid #ddd;
	padding: 10px 25px;
	margin: 20px 0;
}
legend {
	width: auto;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	margin-bottom: 0;
}
textarea {
	min-height: 150px;
}
/* CAMPOS DE FORMULÁRIO */
.campo-75 {
	width: 75px;
}
.campo-120 {
	width: 120px;
}
.campo-220 {
	width: 220px;
}
/* Regras css da classe .form-control do bootstrap adaptadas para o input[type="text"] do componente rich:calendar */
#in_data_inicial span input, #in_data_final span input {
  display: inline;
  width: 100px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media (max-width: 767px) {
	.campo-75 {
		width: 100%;
	}
	.campo-120 {
		width: 100%;
	}
	.campo-220 {
		width: 100%;
	}
}
/* REGRAS DE ESTILO PARA EXIBICAO DAS MANIFESTACOES - detalhes.html */

.titulo-manifestacao{
	background-color: #0e5279;
	padding: 10px; 
	font-size: 16px; 
	margin: 0; 
	font-weight: bold;
	color: #fff;
	}

.chavemov{
	font-weight: bold;
	margin-right: 8px;
	}

.chavereg{
	font-weight: bold;
	padding-right: 2px;
	}

.valorreg{
	padding-right: 15px;
	}

.observmov {
	text-align: justify;
	}
.label-observacao {
	margin-bottom: 0;
}

.movimentacao{
	border-bottom: 1px solid #ccc;
	}

.segundacol{
	margin-left:25px;
	}

.listadados>li{
	margin-bottom: 7px;
	}
	
.listamov>li{
		margin-bottom: 7px;
	}
	
.linharegistro{
	margin-top: 5px;
	}
	
/* REGRAS DE ESTILO PARA HISTORICO DA MANIFESTACAO - historico.html */
	
.dataalteracao{
	font-size: 18px;
}
	
.linhacabecalhomov{
	border: 1px solid #ccc;
}

.linharegistromov {
    border: 1px solid #ccc;
}

.cabecalhorelato {
    font-weight: bold;
    font-size: 17px;
}

hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #C7C7C7;
}

.mensagem-inicial {
	font-size: 18px;
	font-style: normal;
	margin-top: 0;
	text-align: justify;
	font-family: Arial, Verdana, sans-serif;
}
.rodape-secao-cabecalho {
	padding: 5px 5px 15px;
}