.listar_label_valor {
	padding-top: 5px;
	float: left;
	width: 200px;
	text-align: right;
}

.listar_label_valor_strong {
	padding-top: 5px;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

.listar_label_result {
	padding-top: 5px;
	font-weight: bold;
	max-width: 800px;
	float: left;
}

.listar_label_result_sem_negrito {
	padding-top: 5px;
	max-width: 800px;
	float: left;
}

.list_bloco_titulo {
	background-repeat: repeat-x;
	padding: 4px;
	background-color: #006699;
	border-bottom: 1px solid #0a2748;
	border-radius: 3px 3px 0px 0px;
}

.list_bloco_titulo_agenda {
	font-weight: bold;
	float: left;
	width: 450px;
	color: white;
	text-align: left;
}

.list_bloco_resultado {
	background-repeat: repeat-x;
	padding: 4px;
	/*background-color: #006699;*/
	border-bottom: 1px solid #0a2748;
	border-radius: 3px 3px 0px 0px;
}

.list_bloco_resultado_texto {
	font-weight: bold;
	/*float: left;*/
	color: #006699;
}

.list_bloco_titulo:hover {
	padding: 4px;
}

.list_bloco_titulo_texto {
	font-weight: bold;
	float: left;
	width: 175px;
	color: white;
	text-align: left;
}

.list_bloco_conteudo {
	background-color: white;
}

.list_bloco_conteudo_texto,.list_bloco_conteudo_texto a:link,.list_bloco_conteudo_texto a:active,.list_bloco_conteudo_texto a:visited
	{
	float: left;
	display: block;
	text-align: left;
	text-decoration: none;
}

.list_bloco_conteudo_texto a:hover {
	background-color: #a8f13f;
	color: white;
}

.list_tabela {
	padding: 3px 0px 3px 4px;
	font-size: 12px;
	border-bottom: 1px solid #b6b6b6;
	font-weight: bold;
}

.list_tabela_desabilidado {
	padding: 3px 0px 3px 4px;
	font-size: 12px;
	border-bottom: 1px solid #FF0F0F;
	font-weight: bold;
	background-color: #FFEFEF;
	color: #FF0F0F;
}
/*
#tooltip {
	position: absolute;
	border: 1px solid black;
	background-color: white;
	padding: 4px;
	color: black;
	display: none;
	text-align: left;
	border-radius: 5px;
}
*/
.list_legenda {

	color: #84C225;
	padding: 3px;

	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 3px;
}

.list_label_pendente {
	color: #FD5300;
	font-weight: bold;
}

.list_label_atendido {
	color: #009900;
	font-weight: bold;
}
/*****************************
          LICENCAS
*****************************/
.list_grupo_centro {
	
}

.lista_grupo_cont_completado {
	width: 49%;
	float: left;
	background-color: white;
}

.lista_grupo_cont_restante {
	background-color: #EFEFEF;
	width: 49%;
	float: right;
}

.lista_grupo_titulo_atual {
	background-color: #015782;
	color: white;
	padding: 4px;
	border-radius: 3px 3px 0px 0px;
	font-weight: bold;
}

.lista_grupo_titulo_restante {
	background-color: gray;
	color: white;
	padding: 4px;
	border-radius: 3px 3px 0px 0px;
	font-weight: bold;
}

.lista_grupo_item_completado {
	padding: 5px;
	display: block;
	border-bottom: 1px dotted gray;
}

.lista_grupo_item_completado a:link, .lista_grupo_item_completado a:active, .lista_grupo_item_completado a:visited  {
	color: #000;
	border: 0;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;	
}
.lista_grupo_item_completado a:hover {
	border: 0;
	background-color: #A8F13F;
}

.lista_grupo_item_restante {
	border-bottom: 1px dotted black;
	padding: 7px;
	line-height: 40px;
}

.lista_grupo_sequencia_completa {
	background-color: #0a2748;
	color: white;
	border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
}

.lista_grupo_sequencia_atual {
	background-color: #FAFAFA;
	color: white;
	font-size: x-small;
	border-radius: 3px;
	font-weight: bold;
}

.lista_grupo_sequencia_restante {
	background-color: gray;
	color: white;
	font-size: x-small;
	border-radius: 3px;
	font-weight: bold;
}

.list_grupo_principal_cont {
	background-color: white;
	font-size: 12px;
	color: black;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.list_avisoalerta_container {
	border: 1px solid #FFCC00;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	color: black;
	font-size: 12px;
	background-color: #FFFFCC;
	background-image: url(../../img/alerts/warning_48.png);
	background-repeat: no-repeat;
	background-position: 20px;
}

.list_avisoalerta_texto {
	padding: 0 75px;
}

.list_infolembrete_container {
	border: 1px solid #BACBFF;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	color: black;
	font-size: 12px;
	background-color: #F7F9FF;
	background-image: url(../../img/icon_Info56.png);
	background-repeat: no-repeat;
	background-position: 15px;
}

.list_infolembrete_texto {
	padding-left: 75px;
}


/****************************
         LEGISLACAO
*****************************/
.leg_legenda_container {
	width: 100px;
	float: left;
}

.leg_legenda_central {
	margin-left: 130px;
}

.leg_lei_container {
	margin: 0px auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.leg_lei_titulo {
	font-size: large;
	text-transform: uppercase;
	text-decoration: underline;
}

.leg_lista {
	list-style: none;
	list-style-type: none;
	margin-left: 10px;
}

.leg_artigo_container {
	padding: 3px;
	border-left: 3px solid #ff4825;
	margin: 0px;
	padding-left: 5px;
	color: black;
}

.leg_paragrafo_container {
	padding: 3px;
	border-left: 3px solid #1fcc5e;
	margin: 0px;
	padding-left: 5px;
}

.leg_inciso_container {
	padding: 3px;
	border-left: 3px solid #ffe226;
	margin: 0px;
	padding-left: 5px;
}

.leg_alinea_container {
	padding: 3px;
	border-left: 3px solid #26dbff;
	margin: 0px;
	padding-left: 5px;
}

.leg_item_container {
	padding: 3px;
	border-left: 3px solid #b726ff;
	margin: 0px;
}

.leg_li_artigo {
	padding: 2px;
	color: black;
}

.leg_li_paragrafo {
	padding: 2px;
}

.leg_li_inciso {
	padding: 2px;
}

.leg_li_alinea {
	padding: 2px;
}

.leg_li_item {
	padding: 2px;
}

.leg_link,leg_link a:link,leg_link a:visited,leg_link a:active {
	color: black;
}

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

/****************************
		ESPECIAIS
******************************/
.list_bloco_auto_tipovinculado,.list_bloco_auto_tipovinculado a:link,.list_bloco_auto_tipovinculado a:visited
	{
	float: left;
	display: block;
	text-align: left;
	text-decoration: none;
	background-color: white;
}

.list_bloco_auto_tipovinculado a:hover {
	background-color: #a8f13f;
	color: white;
}

.list_tabela_auto_tipovinculado {
	padding: 4px 0px 4px 4px;
	font-size: 12px;
	border-bottom: 1px solid #b6b6b6;
	font-weight: bold;
	color: #FD5300;
}

/********************************
		PAGINACAO
*********************************/
.paginator_container {
	margin-top: 5px;
	padding: 2px;
	width: 870px;
	overflow: hidden;
}

.paginator_container span
{
    display: inline-block;
    margin-bottom: 10px;
}

.paginator_unactive {
	font-weight: bold;
	border: 1px solid #006699;
	border-radius: 3px;
	margin-left: 5px;
	padding: 0px 8px 0px 8px;
	background-color: #006699;
	color: white;
}

.paginator_unactive a
{
    color: #fff;
}

.paginator_active a:link,.paginator_active a:visited,.paginator_active a:active
	{
	font-weight: bold;
	border: 1px solid #949494;
	border-radius: 3px;
	margin-left: 5px;
	color: black;
	display: inline;
}

.paginator_active a:hover {
	background-color: #84C225;
	color: white;
}

.paginator_link {
	padding: 0px 8px 0px 8px;
}

/********************************
		PERMISSOES
*********************************/
.per_cont_coluna {
	width: 50%;
	float: left;
	height: auto;
	position: static;
	display: block;
}

.per_cont_geral {
	
}

.per_cont_titulo {
	border-radius: 4px 4px 0px 0px;
	background-color: #84c225;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 4px;
	margin: 5px 5px 0px 5px;
	text-shadow: 0px 1px 1px black;
}

.per_cont_titulo_alterar {
    border-radius: 4px 4px 0px 0px;
    background-color: #ff7800;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding: 4px;
    margin: 5px 5px 0px 5px;
    text-shadow: 0px 1px 1px black;
}

.per_cont_conteudo {
	border: 1px solid #949494;
	padding: 4px;
	margin: 0px 5px 5px 5px;
	border-radius: 0px 0px 4px 4px;
}

.list_avisolembrete_container {
	border: 1px solid #BACBFF;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	color: black;
	font-size: 12px;
	background-color: #F7F9FF;
	background-image: url(../../img/tipicon.png);
	background-repeat: no-repeat;
	background-position: 10px;
}

.list_avisolembrete_texto {
	padding-left: 75px;
	padding-right: 30px;
	text-align: justify;
}

.texto_correspondencia {
	color: #FD5300;
	font-weight: bold;
}

.list_aviso_container_botao {
	border: 1px solid #BACBFF;
	border-radius: 5px;
	padding: 5px 0px 25px;
	margin-bottom: 5px;
	color: black;
	font-size: 12px;
	background-color: #F7F9FF;
	background-repeat: no-repeat;
	background-position: 10px;
}

#list_aviso_container_botao_icon {
	position: absolute;
	padding: 5px;
	width: 56px;
	height: 56px;
}

.graphic_link, .graphic_link a:link, .graphic_link a:active, .graphic_link a:visited {
	color: #000;
	text-decoration: none;
	padding: 4px 0px 4px 20px;
	display: block;
	background-image: url(../../img/icones/chart_curve.png);
	background-repeat: no-repeat;
	background-position: left;
}
.graphic_link a:hover {
	text-decoration: underline;
}