/*
	--- Versionamento ---
	05/04/2018 - Thais - Adicionei regras para o aguarde
	29/10/2018 - Fabio - Ajuste padding conteúdo personalizado html
	05/12/2018 - Andrey - Acerto na definição da fonte DINPro-Medium_13936.ttf
	10/12/2018 - Thais - Classes para classe Dialogo
	13/12/2018 - Andrey - Acerta com na classe .presente_em
	01/02/2018 - César - Espaçamento de 10px entre os ícones do topo
	08/05/2019 - Andrey - img_contenedor_imagem_popup
	23/10/2019 - Andrey - tabela_anexo_servico
	05/07/2021 - Andrey - webticket
	20/07/2021 - Andrey - anexos_sessao_camara
	14/09/2021 - César - Imagem responsiva com object-fit
	13/10/2021 - Karine - Alerta
	29/10/2021 - Karine - Cores dos ícones do menu do topo
	11/10/2022 - Karine - sub_titulo_pagina
	03/04/2023 - Yan - Classes para assuntos assunto da manifestação
	16/05/2023 - Andrey - Solicitação 16772
	24/05/2023 - César - Mudança na visualização do conteúdo em telas grandes. Agora o tamanho máximo é de 1120px
	23/07/2024 - Yan - Sol. 19458
  --- Fim Versionamento ---
*/



.tabela_anexo_servico td{
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tabela_anexo_servico th{
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.tabela_anexo_servico{

	margin: auto;
	min-width: 50%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}




.cal_ac{
	border: 1px solid #999;
	border-collapse: collapse;
	background-color: #FFF;
}

.cal_ac td{
	border: 1px solid #999;
}

.cal_ac td  a{
	text-decoration: none;
}

.cal_ac td  a:hover{
	text-decoration: underline;
}



#bannerComoPopup{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url("/Imagens/alpha.png") center repeat;
	z-index: 10000;
}

#contenedor_imagem_popup{
	cursor: pointer;
}

.presente_em{
	color: #00F;
	text-decoration: none;
}

.presente_em:hover{
	text-decoration: underline;
}


html{
	min-height:100%;/* make sure it is at least as tall as the viewport */
	/*position:relative;*/
	max-width: 100%;
    overflow-x: hidden;
}

body{
	height:100%; /* force the BODY element to match the height of the HTML element */
}

.ie7{
	display: none;
}

.fundo_transp{
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url("/Imagens/alpha.png") center repeat;
	visibility: hidden;
	z-index: 10000;
}

#topframeaguarde{
	visibility: hidden;
}

.hint_tela_parametros{
	font-size: 12px;
	color: #999;
	font-style: italic;
}


#tabela_reunioes{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;

}

#tabela_reunioes td{
	border: 1px solid #000;
}




#STR_BSC_GERAL{
	float: right;
}

@font-face {
	font-family: "Roboto";
	src: url("/Fontes/Roboto-Regular.ttf");
}

@font-face {
	font-family: "DINPro-Medium";
	src: url("/Fontes/DINPro-Medium_13936.ttf");
}


#brasao_menu{
	height:40px;
	cursor:pointer;
	vertical-align:middle;
	margin-top: auto;
	margin-bottom: auto;

}


body{
	font-family: "Roboto";
	margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#mapa_site_menu{
	font-weight: bold;
}



#conteudo{
	max-width: 1120px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	padding-top: 20px;
	position: relative;

}

#breadcrumbs{
    margin: auto;
    padding: 15px 20px;
    font-size: 11px;
    font-weight: 100;
	max-width: 1120px;
  }

#breadcrumbs a:link, #breadcrumbs a:visited{
	color: inherit;
}


@media (min-width: 1000px){

	#STR_BSC_GERAL{
		width: 100%;
		align:right;
		background: url(/Imagens/Busca.svg) no-repeat left center;
		background-color: #FFF;
		border: 0px;
		padding-left: 30px;
		background-size: 25px;
		height: 30px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#conteudo{
		min-height: 300px;
    overflow: auto;
	}


	.fixed {
		position:fixed;
		top:0;
		width: 100%;
    z-index: 9;
	}

	#centralizador_brasao_busca{
		display: table;
		margin: 0 auto;
		width:100%;
		max-width: 1120px;
		height: 100%;
	}

	#cabecalho_brasao_busca_centralizado{
		max-width: 1120px;
		border: 1px solid #000;
	}

	#cabecalho_brasao{
		display: table-cell;
		width: 70%;
	}

	#cabecalho_busca{
		display: table-cell;
		vertical-align: middle;
	}

	#BuscaCabecalho{
		width: 100%;
	}

	#icone_mini_menu{
		display: none;
	}

	#icone_home{
		height: 25px;
	}

	#icone_mapa_site{
		height: 25px;
		padding-right: 10px;
		fill: #FFF;
	}

	#icone_fale_conosco{
		height: 25px;
		padding-right: 10px;
		fill: #FFF;
	}

	#icone_webmail{
		height: 25px;
		padding-right: 10px;
		fill: #FFF;
	}

	#icone_facebook{
		height: 25px;
		padding-right: 10px;
		fill: #FFF;
	}

	#icone_instagram{
		height: 25px;
		padding-right: 10px;
		fill: #FFF;
	}
	
	#icone_twitter{
		height: 25px;
		padding-right: 10px;
		fill: #FFF;
	}	



	#centralizador_mapa_site{
		text-align: left;
	}


	#titulo_pagina{
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 20px;
	}

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

	#titulo_pagina > a:hover{
		text-decoration: underline;
		color: #000;
	}


	#menu_mini{
		display: none;
	}



	#voltar_ao_topo{
		cursor: pointer;
	}

  .icones{
    float: left;
  }

  .atalhos{
    float: left;
  }

  .atalhos ul{
    margin: 0;
    padding: 0;
  }
  .atalhos li{
    display: inline-block;
    font-size: 12px;
    padding-top: 0.5rem;
    padding-right: 8px;
  }

  .atalhos li a{
    text-decoration: none;

  }

  .atalhos li a:link{
    color: #fff;

  }

  .atalhos li a:visited{
    color: #fff;

  }


}


@media (max-width: 999px){


	#contenedor_menu_principal_fundo{
		display: none;
	}

	#voltar_ao_topo{
		display: none;
	}

	#titulo_pagina{
		margin-bottom: 15px;
		text-transform: uppercase;
		margin: 5px;
	}

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

	#titulo_pagina > a:hover{
		text-decoration: underline;
		color: #000;
	}

	#centralizador_mapa_site{
		text-align: left;
		margin-right: auto; margin-left: auto;
	}




	#BuscaCabecalho{
		width: 100%;
	}

	#menu_principal{
		display: none;
	}

	#menu_contenedor_0{
		display: none;
	}

	#menu_mini{
		width: 100%;
		border: 0px solid #000;
	}

	#barra_mais_noticias{
		text-align: right;
	}

	#contenedor_imagem_popup{
	cursor: pointer;
	width: 88%;
    height: 88%;
    object-fit: contain;
	}


}



/*Adpatação de grid system*/

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}

.p0{
  padding: 0 !important;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.texto{
    line-height: 28px;
    font-weight: 100;
      font-size: 12px;
      color: #3e3737;
}

.input{
  padding: 5px 0;
    color: #000 !important;
}

#html_personalizado{
 padding-left : 0;
 width:95%;
}


.Sucesso{
  background-color: #DCF3FB;
  border: 1px solid #00F;
  padding: 20px;
  width: 500px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
}

.Falha{
  width: 500px;
    height: 60px;
    background-color: #FFEEEE;
    border: 1px solid #F00;
    border-radius: 10px;
    color: #000;
    padding: 30px;
    font-family: verdana;
    font-size: 12px;
}

.Alerta{
	background-color: #FFEEEE;
	border: 1px solid #F00;
	padding: 20px;
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.total_usuarios_area{

  padding: 10px;
  border: 1px solid;
  margin: 10px 0;
  width: 350px;
  display: inline-block;

}

.input_leis{
  width: 96%;
}

.Sugestao{
  background-color: #DCF3FB;
  border: 1px solid #00F;
  padding: 20px;
  width: 500px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.snow{
  position: fixed;
  height: 100vh;
  z-index: 5000;
  pointer-events: none;
}



#anexos_sessao_camara{
	border: 0px !important;
	margin: auto;
}


#anexos_sessao_camara tr{
	background-color: #EEE;
}

#anexos_sessao_camara > tr, anexos_sessao_camara  td{
	border: 0px !important;
}

#anexos_sessao_camara > tbody > tr > td > img{
	height: 60px !important;
}

#sub_titulo_pagina{
  font-weight: bold;
  background-color: #58AEF5;
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

.background-modal-assunto {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: #484646c4;
		display: none;
}
.modal-busca-assunto {
	background-color: #fff;
	position: absolute;
	top: 5%;
	left: 60px;
	right: 60px;
	width: auto;
	height: 92%;
	z-index: 2;
}

.exibir-modal-assunto {
	display: block!important;	
}

.fechar-modal-assunto {
	position: absolute;
	background-color: red;
	color: white;
	width: 30px;
	height: 30px;
	font-size: 22px;
	text-align: center;
	top: -5px;
	right: -5px;
	z-index: 3;
	border-radius: 50%;
	text-decoration: none!important;
}

.btn-buscar-assunto {
  margin:0 0 0 10px;
  background-color:#ddd;
  padding:2px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: #000;
  text-decoration: none!important;
}

.btn-buscar-assunto span{
  margin: 0 0 0 5px;
}

.error-404 {
  margin: 80px auto;
  text-align: center;
}
.error-404 .error-code {
  margin-top: 20px;
  bottom: 50%;
  color: #0057B8;
  font-size: 96px;
  line-height: 100px;
  font-weight: bold;
}
.error-404 .error-desc {
  font-size: 12px;
  color: #647788;
}
.error-404 .m-b-10 {
  margin-bottom: 10px!important;
}
.error-404 .m-b-20 {
  margin-bottom: 20px!important;
}
.error-404 .m-t-20 {
  margin-top: 20px!important;
}

.btn-home{
  text-decoration: none!important;
  padding: 8px 16px;
  font-size: 1.5em;
  background-color: #0057B8;
  color:#fff;
}

