 /*
	Inicio Styles Frequenza
	==============
*/
body {
 font-family: Tahoma, arial, helvetica;
 font-size: 11px;
 color: #333333;
 scrollbar-face-color, : #FFFFFF;
 scrollbar-3dlight-color: #FFFFFF;
 scrollbar-track-color: #FFFFFF;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-highlight-color: #999999;
 scrollbar-shadow-color: #999999;
 scrollbar-arrow-color: #516F08;
 margin:0px;
}

.texto_esqueci {
 font: Arial, Helvetica, sans-serif;
 font-size: 9px;
 text-decoration: underline;
 color: #000000;
}

.titulo_under{
	font-family: "Trebuchet MS";
	color:#666666;
	font-weight: bold;
	font-size: 11px;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	/*text-align: justify;*/
}

.texto_grande{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 15px;
}

.texto_s_verde {
 font-family: Verdana, arial, helvetica;
 font-size: 11px;
 color:#009900;
 font-weight: bold;
}

.texto_s_verde_10 {
 font-family: Trebuchet MS;
 font-size: 12px;
 color:#009900;
 font-weight: bold;
}

.texto_principal {
 font: Verdana;
 font-size: 12px;
 color: #2b5a6d;
 text-align:justify;
}

.titulo{
	font-family: Arial, Helvetica, sans-serif;
	color:#f38603;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.textoTopo{
	font-family: Arial, Helvetica, sans-serif;
	color:#808080;
	font-size: 11px;
	text-align: right;
}

.textoNoticia{
	font-family: "Trebuchet MS";
	color:#333333;
	font-size: 11px;
	text-align: justify;
	text-decoration:none;
}

.textoNoticiaCentro{
	font-family: "Trebuchet MS";
	color:#333333;
	font-size: 11px;
	text-align: center;
	text-decoration:none;
}

.textoNoticiaCentroBranco{
	font-family: "Trebuchet MS";
	color:#FFFFFF;
	font-size: 11px;
	text-align: center;
	text-decoration:none;
}

.textoDataNoticia{
	font-family: "Trebuchet MS";
	color:#666666;
	font-size: 12px;
	text-align: justify;
}

.usuario_senha{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	/*font-weight: bold;*/
	font-size: 12px;
}

.usuario_senha_red{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight: bold;
	font-size: 12px;
}

.usuario_senha_green{
	font-family: Arial, Helvetica, sans-serif;
	color:#009900;
	font-weight: bold;
	font-size: 12px;
}

.tdMenu{
	font-family: Arial, Helvetica, sans-serif;
	color:#11449e;
	font-size: 12px;
	text-align: left;
}

.tdMenu_esq_tit{
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	background-color: #f2f2f2;
	font-size: 12px;
	text-align: left;
	font-weight: bold;	
	padding-left: 6px;
}

.tdMenu_esq_cat{
	font-family: Arial, Helvetica, sans-serif;
	color: #d98e16;
	background-color: #f0debd;
	font-size: 12px;
	text-align: left;
	font-weight: bold;	
	
}

.tdMenu_esq_item{
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	font-size: 11px;
	text-align: left;

}

.tdPrincipal_tree{
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	font-size: 11px;
	text-align: left;
	padding-left: 8px;
	background-color: f2f2f2;
}

.tdPesquisa{
	font-family: Arial, Helvetica, sans-serif;
	color:#4372b0;
	font-size: 11px;
}

.tdRed{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 11px;
}

.tdGreen{
	font-family: Arial, Helvetica, sans-serif;
	color:#129504;
	font-size: 11px;
}

.titulo_tabela{
	font-family: Calibri;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #71a5cd;
}

.tdSubMenu{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: left;
}

.tdSubMenuRight{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: Right;
}

.tdSubMenuCenter{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: Center;
}

.tituloMenu{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size: 15px;
	text-align: left;
	font-weight: bold;	
}

input {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: 1px #86a6ce solid;
 background-color: #f7fbff;
 box-sizing: border-box;
}

.inputDesabilitado {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: 1px #86a6ce solid;
 background-color: #cccccc;
}

select {
 font-family:	Arial, Helvetica, sans-serif;
 Font-Size: 12px;
 border: 1px #86a6ce solid;
 background-color: #f7fbff;
}

textarea {
 font-family:	Arial, Helvetica, sans-serif;
 font-size: 12px;
 border: 1px #86a6ce solid;
 background-color: #f7fbff;
}

.btn{
 cursor: pointer;
}

a {
	font-family: inherit;
	color:inherit;
	font-size: inherit;
	text-align: left;
	text-decoration:none;
}

a:VISITED {
	/*font-family: "Trebuchet MS";
	color:#333333;
	font-size: 11px;
	text-align: left;
	*/
	text-decoration:none;
}


a:HOVER {
	/*font-family: inherit;*/
	/*color:#333333;*/
	/*font-size: 11px;*/
	/*text-align: left;*/
}

.tdRodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #808080;
}

.tdMenu_esq {
	background-color:	#f2f2f2;
}

.tdLinha_menu_esq {
	background-color:	#e5c57e;
	padding-top: 30px;
}

.chk {
  background-color: transparent;
	border: 0px;
}

.radio {
  background-color: transparent;
	border: 0px;
}

.circle {
  display: block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto 0.55em;
}

.circleSmall{
  display: block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto 0.55em;
}

.circleText{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: Center;
}

tr.change_on_over:hover td { background-color:#9999ff; }
tr.change_on_over:selected td { background-color:#9999ff; }

/*
	PARA O RECURSO MARCA LINHA
*/
.branco
{
        background:#FFFFFF;
}
.cinza
{
        background:#CCCCCC;
}
.vermelho_forte
{
        background: #ff471a;
} 
.vermelho_suave
{
        background: #fc977e;
}
.azul_suave
{
        background: #4372b0;
} 
.vermelho 
{
        background: #ff9999;
} 
.amarelo 
{
        background: #ffff99;
}
.verde
{
        background: #9AD0C2;
} 
/*
	FIM PARA O RECURSO MARCA LINHA
*/

/*
	Fim Styles Frequenza
	==============
*/
.esqueci
{
        color:#FFFFFF;
}

.esqueci:link
{
        color:#FFFFFF;
}

.esqueci:hover
{
        color:#FFFFFF;
}

.esqueci:visited
{
        color:#FFFFFF;
}

.somente-leitura {
	background-color: #e9ecef;  /* cor padrão de campos desabilitados */
	color: #6c757d;             /* cor do texto mais clara */
	pointer-events: none;       /* impede clique/foco */
	border-color: #ced4da;      /* borda padrão de campo inativo */
}

.select2-disabled {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  pointer-events: none;
  border-color: #ced4da !important;
  cursor: not-allowed;
}