/*  
CSS Reset do Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FIM DO CSS RESET */


body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 25px;
}

a, a:visited, .fakelink { color: #607890; text-decoration: none;}
a:hover { text-decoration: underline; }

#main { 	margin: 0 auto; }
header { position: relative; display: block; }
pre { font-family: monospace; white-space: pre !important; display: block; }
section { display: block; /* Firefox ainda não trata seções HTML5 - 2011-02-25 - FF 3.6 OSX */ }
.si-header-secao { padding: 4px 8px; font-size: 14px; font-weight: bold; border-bottom: 6px solid #747474; margin-bottom: 12px; }

input[type=button],
input[type=submit],
button {
	background: #FFFFFF;
	padding: 2px 8px;
	border: 1px solid #999999;
	border-radius: 6px;
	box-shadow: inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

input[type=button]:hover,
input[type=submit]:hover,
button:hover {
	background-color: #EEEEEE;
	color: #000000;
}

input[type=text], textarea {
	font-family: inherit;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 2px;
	resize: none;
}

.fakelink {
	cursor: pointer;
	text-decoration: none;
}
.fakelink:hover {
	text-decoration: underline;
}

.flash_erro {
	background: #FCC2C2;
	border: 1px dotted #B51E1E;
	padding: 6px;
	margin: 12px 0;
	font-size: 13px;
	font-weight: bold;
	color: #B51E1E;
}

.hidden { display: none; }

/* 
	sinalizadores de cores dos sistemas
   para uso em listas
*/
.sinalizador-sistema, .sinalizadores { display: inline-block; width: 12px; margin-right: 6px; min-height: 12px; }
.sinalizador-principal, .sinalizador-secundario { display: inline; border-collapse: separate; }

/* LOGIN */
#login {
	background: url(../img/si-logo-login.png) no-repeat 0 61px;
	width: 420px;
	height: 230px;
	margin: 0 auto;
	position: relative;
}

#login header {
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
}

#login header .message {
	color: #333333;
	margin-left: 180px;
	line-height: 1.5;
	padding: 8px 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #FFF8AF;
	font-size: 13px;
	text-align: center;
}

#login section {
	position: absolute;
	top: 60px;
	margin-left: 180px;
	padding: 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #EEEEEE;
}

#login label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #454545;
}

#login .input {
	margin-bottom: 16px;
}

#login .input.text input, 
#login .input.password input {
	width: 200px;
}


/* HOME */
.home {
	position: relative;
	width: 950px;
}

.header-principal {
	background: url(../img/si-logo-ext-240.png) no-repeat 6px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #333333;
	margin-bottom: 30px;
	position: relative;
}

.mainnav {
	position: absolute;
	top: 40px;
	left: 6px;
}

.mainnav li {
	display: inline;
	margin-right: 0.5em;
}

/* usuário logado */
header p.usuario {
	position: absolute;
	right: 0;
	top: 7px;
}




/****************************
PESQUISA SIMPLES E RESULTADOS
****************************/

/* pesquisa e opções de pesquisa */
.headers-si .pesquisa {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 239px; /* soma dos conteúdos, todos com p:absolute */
}

.pesquisa-opcoes-botao {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/icons-iconic/gray_light/cog_alt_16x16.png) no-repeat scroll right top;
}
.pesquisa-opcoes-botao:hover,
.pesquisa.open .pesquisa-opcoes-botao { background: url(../img/icons-iconic/black/cog_alt_16x16.png) no-repeat scroll right top; }

.pesquisa-opcoes-container {
	display: none;
	position: absolute;
	z-index: 1000;	
	background: #eFeFeF;
	margin: -5px -10px -5px -10px;
	padding: 40px 10px 12px 10px;
	width: 100%;
	border: 1px solid #999999;
	box-shadow: 0px 3px 4px 0px #D7D7D7;
	border-radius: 4px;
}

.pesquisa .opcoes {
	xmax-height: 200px; 
	xoverflow-y: auto;
}

.pesquisa.open h2 { 
	display: none; 
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	padding-bottom: 5px;
	border-bottom: 1px solid #AAAAAA;
	color: #454545; 
}
.pesquisa.open h3 { margin-bottom: 5px; }

.pesquisa.open .pesquisa-opcoes-container { display: block; }
.pesquisa.open .pesquisa-opcoes-botao { z-index: 1010; }
.pesquisa.open #PesquisaPesquisa { z-index: 1020; }
.pesquisa.open h2 { z-index: 1020; display: block; }

.xxxpesquisa-opcoes:hover .opcoes { display: block; max-height: 200px; overflow-y: auto; }

.pesquisa .radio div { height: 5px; }
.pesquisa label { padding-left: 3px; }
.pesquisa input:checked+label { font-weight: bold; }

.pesquisa .sistemas { margin: 5px 0 0 20px; display: none; }
.opcoes-pesquisa-personalizada .comandos-selecao { margin: 12px 0; }
.opcoes-pesquisa-personalizada .checkbox { margin: 6px 0; }
.opcoes-pesquisa-personalizada .sistemas label { margin-left: 6px; }
.opcoes-pesquisa-personalizada input:checked+label { font-weight: bold; }

#PesquisaPesquisa {
	position: absolute; 
	left: 40px;
	width: 170px;
	border: 1px solid #999999;
	background: url("../img/busca-osx.gif") no-repeat scroll 180px center #FFFFFF;
	border-radius: 5px;
	padding: 3px 25px 3px 3px;

}

/* Resultados da pesquisa simples */
.pesquisa.simples h2 {  color: #666666; }
.pesquisa.simples .termo-pesquisado { color: #333333; font-style: italic; }

.pesquisa.simples .resultados {
	column-count: 3; 
	column-width: 300px; 
	column-gap: 5px; 
	-moz-column-count: 3; 
	-moz-column-width: 290px; 
	-moz-column-gap: 10px;
	-webkit-column-count: 3; 
	-webkit-column-width: 300px; 
	-webkit-column-gap: 5px;
	padding: 12px;
	xborder: 1px dotted #888888;
}

.pesquisa.simples .resultados li { margin-bottom: 6px; line-height: 1.25; }
.pesquisa.simples .resultados .entidade { 
	display: block;
	padding: 6px 0; 
	margin: -19px 0 0 20px;
}
.pesquisa.simples .resultados .sinonimos { display: block; padding: 6px 0; margin: 0 0 0 20px; }
.pesquisa.simples .resultados .sinonimo { color: #888888; font-size: 11px; }

div.paginacao {
    font-size: 1em;
    margin-top: 0.5em;
}
div.paginacao a {
    text-decoration: none;
}
div.paginacao a:hover {
    text-decoration: underline;
}
div.paginacao div.paginas {
    float: left;
    font-size: 1em;
}
div.paginacao div.proxima-anterior {
    float: right;
    font-size: 1.1em;
}
div.paginacao span.current {
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0.5em;
}

/* botão ajuda */
.acessar-ajuda {
	position: absolute;
	top: 40px;
	right:30px;
	width: 250px;
}
.acessar-ajuda-sensitiva {
	position: absolute;
	top: 3px;
	right: 230px;
	width: 16px;
	height: 16px;
	background: url(../img/icons-iconic/gray_light/help_16x16.png) no-repeat scroll right top;
}
.acessar-ajuda-sensitiva:hover { background: url(../img/icons-iconic/black/help_16x16.png) no-repeat scroll right top; }

/* botão e opções de criar entidade */
.criar-entidade {
	position: absolute;
	top: 40px;
	right:68px;
	width: 250px;
}

.criar-entidade-opcoes-botao {
	position: absolute;
	top: 3px;
	right: 230px;
	width: 16px;
	height: 16px;
	background: url(../img/icons-iconic/gray_light/plus_alt_16x16.png) no-repeat scroll right top;
}
.criar-entidade-opcoes-botao:hover { background: url(../img/icons-iconic/black/plus_alt_16x16.png) no-repeat scroll right top; }

.criar-entidade .opcoes {
	display: none;
	position: absolute;
	left: -120px;
	top: 22px;
	padding-top: 16px;
	width: 250px;	
	padding: 0.5em 1em;
	background: #FFFFFF;
	box-shadow: 0 3px 5px 3px #D7D7D7;
	z-index: 1000;
}

.criar-entidade:hover .opcoes { display: block; max-height: 200px; overflow-y: auto; }
.criar-entidade .opcoes li { margin-bottom: 12px; line-height: 1.25;}

.conteudo-home {
	margin-top: 64px;
	position: relative;
}

/* widgets da home - definições gerais */
.home .widget { position: relative; float: left; margin-right: 20px; }
.home .widget:last-child { margin-right: 0; }
.home .widget-conteudo { padding: 6px 8px; }

/* widgets de sistemas e entidades recentes - estilos comuns */
.widget-entidades-recentes li,
.widget-sistemas li { 
	margin: 0 10px 10px 0px; 
	padding: 5px 5px 5px 12px;
	position: relative;
	cursor: pointer;
	height: 40px;
	overflow: hidden;
}
.widget-entidades-recentes li .cor-secundaria,
.widget-sistemas li .cor-secundaria {
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* widgets de sistemas */
.widget-sistemas { width: 280px; }
.widget-sistemas li { height: auto; }
.widget-sistemas a { position: static; width: auto; }
.widget-sistemas .criar-sistema { display: block; font-size: 12px; font-weight: bold; color: #666666; line-height: 1.35; padding: 0 0 4px 0; }
.widget-sistemas .pesquisa-sistema { display: none; margin: 8px 0 0 0; }
xxx.widget-sistemas li:hover .pesquisa-sistema { display: block; }
.widget-sistemas .pesquisa-sistema input { 
	width: 200px; 
	background: #FFFFFF url("../img/busca-osx.gif") no-repeat scroll 210px center;
	border-color: #999999;
	padding: 3px 25px 3px 3px;
}
.widget-sistemas .pesquisa-sistema a { font-size: 11px; }

/* widgets de entidades recentes */
.widget-entidades-recentes { width: 650px; margin-right: 0; }
.widget-entidades-recentes li { float: left; width: 170px; }
.widget-entidades-recentes li img { float: left; margin: -5px 6px -5px -6px; }
.widget-entidades-recentes li a { display: block; text-decoration: none; padding-bottom: 2px; }
.widget-entidades-recentes li a:hover { text-decoration: underline; }
.widget-entidades-recentes .recente-sistema { display: none; font-size: 10px; margin-top: 2px; min-width: 180px; color: #BABABA; }
.widget-entidades-recentes li:hover .recente-sistema { display: block; }

/******************************
PESQUISA AVANÇADA
******************************/
/* Formulário */ 
.seletor-sistema-avancada { margin: 0 6px; }
.seletor-sistema-avancada h2 { color: #555555; font-size: 16px; font-weight: bold; margin: 0 0 12px 0;}
.seletor-sistema-avancada ul { 
	column-count: 3; 
	column-width: 300px; 
	column-gap: 5px; 
	-moz-column-count: 3; 
	-moz-column-width: 290px; 
	-moz-column-gap: 10px;
	-webkit-column-count: 3; 
	-webkit-column-width: 300px; 
	-webkit-column-gap: 5px;
	padding: 16px;
	border: 1px dotted #888888;
}
.seletor-sistema-avancada li { margin-bottom: 12px; }

.avancada {
	position: relative;
	overflow: visible;;
	margin: 0.5em 0;
}

.avancada h2 {
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	margin-bottom: 6px;
}

.avancada .formulario-criterios { min-height: 110px; }

.avancada .formulario {
	width: 422px;
	padding: 6px;
	position: absolute;
}

.avancada .Campo {
	width: 275px;
}

.avancada fieldset {
	clear: both;
	padding: .5em 0;
}

.avancada .input {
	float: left;
	margin-right: 1em;
}

.avancada label {
	display: block;
}

.avancada .input.comparador {
	margin-right: 0;
}

.avancada select.comparador {
	/*margin-top: 12px;*/
	width: 125px;
}

.avancada .valor .input {
	margin-right: 0;
}

.avancada .ValorTexto,
.avancada .ValorCombo {
	width: 415px;
	
}

.avancada .botoes {
	position: relative;
	text-align: right;
}

input:disabled,
button:disabled {
	opacity: 0.5;
	/* desfaz estilos :hover */
	background: #FFF; 
	color: #555;
}


/* PESQUISA AVANÇADA - CRITÉRIOS */
.avancada .placeholder {
	border: 1px dotted #AAAAAA;
	background: #FFFABF !important;
}

.avancada .criterios {
	/*position: absolute;
	top: 38px;
	left: 450px;*/
	position: relative;
	left: 450px;
	width: 500px;
}

.avancada .criterios:empty {
	height: 100px;
	border: 3px dotted #CCCCCC;
	width: 490px;
}

.avancada .criterios li {
	position: relative;
	font-size: 12px;
	border: 1px solid;
	margin-bottom: 27px;
	min-width: 250px;
}

.avancada .criterios li li:first-child{
	margin-top: 23px;
}

.avancada .criterios li li {
	margin: 0.5em 1em 27px 1em;
}

.avancada .criterios span {
	display: block;
	padding: 4px 12px;
}

.avancada .criterios span.operador {
	position: absolute;
	top: -28px;	
}
 
.avancada .criterios > li:first-child span.operador {
	display: none;
}

.avancada .criterios li:first-child li span.operador {
	display: block !important;
}

.avancada .criterios .campo {
	color: #FFFFFF;
}

.avancada .criterios .comparador {
	display: inline-block;
	color: #666666;
	font-size: 1.25em;
}

.avancada .criterios .valor {
	display: inline-block;
	color: #212121;
	font-size: 1.25em;
	font-weight: bold;
	padding-left: 0;
	max-width: 220px;
}

.avancada .criterios .excluir {
	display: inline-block !important;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	color: #CCCCCC;
}

.avancada .criterios li:hover .excluir {
	visibility: visible;
}

.avancada .pesquisar,
.avancada .concluir {
	float: right;
}

.avancada .cancelar {
	float: right;
	margin-right: 12px;
}

.avancada-footer {
	position: relative;
	/*width: 418px;*/
	height: 22px;
	padding: 6px;
	margin-top: 6px;
	background: #EEEEEE;
	border-top: 1px solid #AAAAAA;
	border-bottom: 6px solid #747474;
}

.avancada .contagem {
	font-weight: bold;
	float: left;
	padding: 6px;
}

.avancada .contagem .loading {
	margin: 0 6px ;
	position: absolute;
	right: 10px;
}

/* a.k.a. itens para relatórios */
.avancada .campos-relatorio {
	position: absolute;
	right: 16px;
	top: 12px;
}

/* Diálogo de "itens para relatório" */
.avancada .dialogo-campos-relatorio {

}
.dialogo-campos-relatorio p { color: #333333; font-weight: bold; margin: 12px 0; }
.dialogo-campos-relatorio legend { color: #545454; font-weight: bold; margin-bottom: 6px; }
.dialogo-campos-relatorio fieldset { margin: 12px 0; }


/* RESULTADOS DA PESQUISA AVANÇADA */
.resultados-pesquisa-avancada{
	margin-top: 16px;
}

.resultados.pesquisa-avancada ul { padding: 4px 8px; }
.resultados.pesquisa-avancada li { 
	margin-bottom: 18px; 
	/*list-style-type: decimal;*/
	position: relative;
}
.resultados.pesquisa-avancada li .bullet {
	font-size: 14px; 
	font-weight: bold; 
	xcolor: #888888;
	margin-right: 6px;
}

.resultados.pesquisa-avancada li .cd-entidade {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 10px;
	color: #757575;
}

/* entidade */
.resultados.pesquisa-avancada h2 { 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #888888;
}
.resultados.pesquisa-avancada h2 a { color: #000000; }

/* módulo */
.resultados .modulo-relatorio { display: inline-block; margin: 0 10px 10px 0; }
.resultados.pesquisa-avancada h3 { 
	font-weight: bold; 
	color: #333333;
	margin: 4px 6px;
}
.resultados.pesquisa-avancada table { border-collapse: collapse; }
.resultados.pesquisa-avancada th { background-color: #DDDDDD; font-weight: bold; }
.resultados.pesquisa-avancada th,
.resultados.pesquisa-avancada td { 
	border: 1px solid #DDDDDD; 
	border-width: 1px 0;
	padding: 4px 12px 4px 6px;
	color: #545454;
}


/***************************************
 SISTEMA/FORMULÁRIO, interface padrão 
 **************************************/

.message {
	color: #333333;
	line-height: 1.5;
	padding: 8px 16px;
	background: #FFF8AF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 48px 0 12px 0;
}

#headerentidade {
	padding: 8px 6px 8px 6px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	position: relative;

}

.identificacao {
	position: relative;
}

.identificacao .codigo {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 10px;
	color: #797979;
}

.entidade-publicada .identificacao .codigo {
	display: inline-block;
	padding-right: 12px;
	background: url(../img/icons-iconic/gray_light/rss_8x8.png) no-repeat center right;
}

.identificacao .cartao-id {
	color: #333333;
	cursor: help;
}

.identificacao .detalhes {
	display: none;
	padding: 6px;
	margin: 8px -6px 0 -6px;
}

.identificacao .detalhes h1 { 
	font-size: 12px;
	color: #FFFFFF;
	margin: -6px -6px 6px -6px;
	padding: 6px;
}
.identificacao .detalhes h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 3px 0;
}

.identificacao #excluientidade a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 16px;
	text-decoration: none;
	padding-left: 14px;
	color: #555555;
	background: transparent url(../img/icons-iconic/gray_light/x_11x11.png) no-repeat left center;
}

.identificacao #excluientidade a:hover {
	text-decoration: underline;
	background: transparent url(../img/icons-iconic/gray_dark/x_11x11.png) no-repeat left center;
}

.identificacao #remissoesentidade a {
	display: compact;
	font-size: 12px;
	font-weight: normal;
	margin-top: 4px;
	text-decoration: none;
	padding-left: 14px;
	color: #555555;
	background: transparent url(../img/icons-iconic/gray_light/bolt_12x12.png) no-repeat left center;
}

.identificacao #remissoesentidade a:hover {
	text-decoration: underline;
	background: transparent url(../img/icons-iconic/gray_dark/bolt_12x12.png) no-repeat left center;
}
.identificacao #mailing_desconsiderar a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 14px;
	color: #555555;
	xbackground: transparent url(../img/icons-iconic/gray_light/lock_fill_9x12.png) no-repeat left center;
	background: transparent url(../img/icons-iconic/gray_light/denied_12x12.png) no-repeat left center;
}

.identificacao #mailing_desconsiderar a:hover {
	text-decoration: underline;
	xbackground: transparent url(../img/icons-iconic/gray_dark/unlock_fill_9x12.png) no-repeat left center;
	background: transparent url(../img/icons-iconic/gray_dark/mail_12x9.png) no-repeat left center;
}


.identificacao #mailing_considerar a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 14px;
	color: #555555;
	xbackground: transparent url(../img/icons-iconic/gray_light/unlock_fill_9x12.png) no-repeat left center;
	background: transparent url(../img/icons-iconic/gray_light/mail_12x9.png) no-repeat left center;
}

.identificacao #mailing_considerar a:hover {
	text-decoration: underline;
	xbackground: transparent url(../img/icons-iconic/gray_dark/lock_fill_9x12.png) no-repeat left center;
	background: transparent url(../img/icons-iconic/gray_dark/denied_12x12.png) no-repeat left center;
}

.identificacao #alias {
	font-size: 12px;
	position: absolute;
	right: 6px;
	top: 52px;
}

.identificacao .link-posicionamento-campos {
	font-size: 12px;
	position: absolute;
	right: 6px;
	top: 68px;
}



#criaentidade span {
	position: absolute;
	top: 10px;
	right: 267px;
	font-size: 11px;
	display: none;
	font-weight: normal;
}

#criaentidade:hover span {
	display: inline;
}

#criaentidade a {
	position: absolute;
	display: block;
	top: 6px;
	right: 240px;
	width: 18px;
	height: 18px;
	padding: 1px;
	background: transparent url(../img/icons-iconic/white/plus_12x12.png) no-repeat center center;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

#criaentidade:hover a {
	background: #FFFFFF url(../img/icons-iconic/black/plus_12x12.png) no-repeat center center;
}



#abas { position: absolute; width: 168px;}
#abas ul { margin-bottom: 3px; }
#abas li { padding: 6px; cursor: pointer; }
#abas li.atual {
	background-image: url(../img/seta-modulo-atual.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: -6px;
	margin-top: 3px;
}
#abas a { display: block; color: #333333; text-decoration: none; }
#abas li.atual a{
	color: #FFFFFF;
}
#abas li:hover a,
#abas li:hover {
	color: #FFFFFF;
}
#abas .link-mais,
#abas .link-menos {
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}

.conteudo-modulo {
	font-size: 12px;
	position: relative;
	left: 183px;
	padding: 12px 6px;
}

/* EXTRATO */
#extrato-simples section {
	margin-bottom: 16px;
}

#extrato-simples section h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	clear: both;
}

#extrato-simples th,
#extrato-simples td {
	word-wrap: break-word;
}

/* EXTRATO */
#extrato-completo section {
	margin-bottom: 16px;
}

#extrato-completo section h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	clear: both;
	padding-left:220px;
}

#extrato-completo h1.entidade {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	clear: both;
	padding-left:220px;
}
#extrato-completo h1.entidade span {
	font-size: 14px;
	padding-top:1em;
	color: #666;
}
#extrato-completo th,
#extrato-completo td {
	word-wrap: break-word;
	padding-bottom:0.3em;
}
#extrato-completo td.campo_titulo {
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	vertical-align: top;
	color:#333;
	width: 200px;
}
#extrato-completo table {
	margin-bottom: 1em;
}


/* FORMULARIO */

#___dialogo-confirma-salvar { display: none; }

div.campos {
	position: relative;
}

div.campo {
	margin-bottom: 16px;
	position: absolute;
	text-align: left;
}
div.campo select{
	font-size: 12px;
}

div.campo label,
div.campo legend {
	display: block;
	font-size: 11px;
	cursor: normal;
}

div.campo.checkbox { padding-top: 1em; }
div.campo.checkbox label,
div.campo.checkboxunico label,
div.campo.arvoresimples label,
div.campo div.checkbox label {
	display: inline;
}

div.campo.mensagem p {
	font-size: 13px;
}

.arvoremultipla,
.checkboxmultiplo {
	overflow: hidden;
}

.arvoremultipla .arvore-scroll,
.arvoresimples .arvore-scroll,
.checkboxmultiplo .arvore-scroll {
	overflow-y: auto;
	padding-bottom: 10px;
}
.arvoresimples .arvore-scroll ul ul ul {
	padding-left: 10px;
}

.arvore-scroll legend{
	font-weight: bold;
}
.campo.validation-error { z-index: 100; }
.campo.validation-error label { color: #B51E1E; }
.campo.validation-error label.error {
	display: inline-block;
	margin: 3px 0 0 0;
	padding: 6px;
	border: 1px dotted #999;
	background: #FCC2C2;
}

.area-botoes { display: inline-block; }
.area-botoes button { margin-right: 10px; }
.area-botoes button:hover { color: #FFFFFF; }
.campo.botoes { text-align: right; }
.campo.botoes .historico a,
td .historico a{
	margin-top: -6px;
	width: 12px;
	height: 12px;
	line-height: 100px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	background: url('../img/icons-iconic/gray_light/info_6x12.png') no-repeat center center;
}
.campo.botoes .historico a:hover,
td .historico a:hover{ 
	background: url('../img/icons-iconic/gray_dark/info_6x12.png') no-repeat center center;
}

.campo.lista { min-height: 20px; }
.area-lista a { text-decoration: none; }
.area-lista a:hover { text-decoration: underline; }
.area-lista table {
	border-collapse: collapse;
	width: 755px;
	font-size: 12px;
	table-layout:fixed;
	word-wrap: break-word;
}

/*
.area-lista table { clear: both; }
.area-lista table,
.area-lista tr,
.area-lista td,
.area-lista th,
.area-lista thead,
.area-lista tbody {
	display: block;
}
.area-lista thead { display: none; }
.area-lista tr {
	width: 200px;
	float: left;
	margin: 10px;
	border: 2px solid green; 
}
*/

.dataTables_wrapper {
	width: 755px;
	padding: 20px 0;
	position: relative;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	display: none;
}
.dataTables_wrapper:hover .dataTables_length,
.dataTables_wrapper:hover .dataTables_filter {
	display: block;
}
.dataTables_length,
.dataTables_filter {
	position: absolute;
	top: -5px;
}
.dataTables_filter { right: 0; }

.dataTables_info,
.dataTables_paginate {
	margin-top: 4px;
	float: left;
}
.dataTables_info { font-size: 11px; }
.dataTables_paginate { float: right; }

.dataTables_paginate .paginate_button {
	background: transparent;
	color: #607890;
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
}
.dataTables_paginate .paginate_button:hover {
	text-decoration: underline;
}
.dataTables_paginate .paginate_active {
	display: inline-block;
	padding: 0 5px;
	font-weight: bold;
}
.area-lista .registro-atual {
	background-color: #FFEF3F !important;
}

.area-lista th {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	background-color: #EEEEEE;
	border-right: 1px solid #FFF;
}

.area-lista th:last-child {
	border-right: 0;
}

.area-lista th.header-acoes,
.area-lista th.header-acoes-com-publica{
	width: 50px;
	height: 22px;
	background-image: url(../img/icons-iconic/white/plus_8x8.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.area-lista th.header-acoes-com-publica {
	width: 75px;
}


.area-lista th,
.area-lista td {
	padding: 3px 5px;
	vertical-align: middle;
}

.area-lista th.sorting,
.area-lista th.sorting_asc,
.area-lista th.sorting_desc {
	background-repeat: no-repeat;
	background-position: center right;
}
.area-lista th.sorting_asc:hover { background-image: url('../img/sort_asc.png'); }
.area-lista th.sorting_desc:hover { background-image: url('../img/sort_desc.png'); }
.area-lista th.sorting:hover { background-image: url('../img/sort_both.png'); }

.area-lista tr.entidade td { font-weight: bold; }
.area-lista tr.par { background: #FFFFFF; }

.editar-registro, 
.excluir-registro,
.controle-publicacao{
	display: inline-block;
	width: 20px;
	height: 20px;
}

.editar-registro {
	background: url(../img/icons-iconic/gray_light/pen_12x12.png) no-repeat center center;
}

.editar-registro:hover {
	background: url(../img/icons-iconic/black/pen_12x12.png) no-repeat center center;
}

.excluir-registro {
	background: url(../img/icons-iconic/gray_light/x_11x11.png) no-repeat center center;
}

.excluir-registro:hover {
	background: url(../img/icons-iconic/black/x_11x11.png) no-repeat center center;
}

.alterar-revisao.on {
	width:12px;
	background: url(../img/revisao/on.gif) no-repeat center center;
}
.alterar-revisao.on:hover {
	background: url(../img/revisao/on-over.gif) no-repeat center center;
}
.alterar-revisao.off {
	width:12px;
	background: url(../img/revisao/off.gif) no-repeat center center;
}
.alterar-revisao.off:hover {
	background: url(../img/revisao/off-over.gif) no-repeat center center;
}

.controle-publicacao { 
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	background: url(../img/icons-iconic/gray_light/rss_alt_12x12.png) no-repeat center center; 
}
.controle-publicacao strong { display: none; }

.controle-de-revisao{
	display: inline;
	margin-right:30px;
	}
.controle-de-revisao div {
	display: inline !important;	
	}


/* Thumbs dentro da lista */
.area-lista .anexo { overflow: hidden; }
.area-lista .anexo:hover { text-decoration: none; }
.anexo img,
.anexo .thumb-formato { float: left; margin-right: 6px ; vertical-align: top; width: 50px; height: 50px; background: #939695; color: #555; }
.anexo .thumb-formato .extensao { 
	display: block; 
	width: 38px; 
	height: 12px; 
	margin: 18px auto; 
	background: #fff; 
	padding: 1px; 
	border-radius: 6px; 
	text-align: center; 
	font-weight: bold; 
	font-size: 10px; 
	text-transform: lowercase; 
}
.anexo .nome-entidade { clear: both; display: block; margin: 3px 0; }
.anexo:hover .nome-entidade { text-decoration: underline; }
.area-lista .thumb-dimensoes,
.area-lista .thumb-tamanho { display: block; margin-top: 6px; color: #444; font-size: 10px;}



.ui-autocomplete {
	max-height: 190px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

.ui-autocomplete-input {
	background: #FFFFFF url('../img/busca-osx.gif') right center no-repeat;
}

.ui-autocomplete-loading { 
	background: #FFFFFF url('../img/loading-mini.gif') right center no-repeat; 
}

.ui-autocomplete.ui-menu {
	font-size: 13px;
	font-family: inherit;
	z-index: 2000 !important;
}

/* na pesquisa simples, posiciona entidade em relação ao sinalizador do sistema */
.ui-menu-item .nome { display: block; margin: -19px 0 0 20px; }
.ui-menu-item .codigo { font-size: 10px; color: #AAAAAA; }
.ui-menu-item .sinonimos { display: block; padding: 6px 0; margin: 0 0 0 20px; }
.ui-menu-item .sinonimo { display: block; color: #888888; font-size: 11px; }


/*
.ac_cd_entidade {
	display: inline-block;
	font-size: 10px;
	width: 60px;
}
*/



/* Campo de upload */
.upload-container { }
.campo.upload span { display: inline-block; width: 12px; height: 18px; margin-left: 3px; cursor:pointer; }
.definir-modo-remissao { background: url(../img/icons-iconic/gray_dark/magnifying_glass_12x12.png) no-repeat center 2px; }
.definir-modo-upload { background: url(../img/icons-iconic/gray_dark/arrow_up_12x12.png) no-repeat center bottom; }
.cancelar-upload { background: url(../img/icons-iconic/gray_dark/x_alt_12x12.png) no-repeat center bottom; }

/*.botao-upload {
	background: url(../img/icons-iconic/gray_dark/arrow_up_12x12.png);
	width: 12px;
	height: 12px;
}*/

.upload-seletor-container {}
.upload-seletor {
	display: inline-block;
	position: relative;
	padding: 3px 6px;
	border: 1px solid #666666;
	background: #EEEEEE url(../img/icons-iconic/gray_light/arrow_up_12x12.png) no-repeat 99% center;
	color: #999999;
	font-style: italic;
	cursor: pointer;
	height: 12px;
	overflow: hidden;
}
.upload-seletor.dragover { background-color: #FFF8AF; }

/* Esconde campo padrão de upload */
.upload-fileinput {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	border: 300px solid green;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	filter: alpha(opacity=0);
	-o-transform: translate(0,0) scale(10);
	-moz-transform: translate(0, 0) scale(10);
}

.upload-progresso {
	position: relative;
	display: inline-block;
	padding: 2px;
	border: 1px solid #666666;
	background: #EEEEEE;
	top: -3px;
}

.upload-progresso .progresso {
	text-align: center;
	background: limegreen;
	color: #FFFFFF;
	font-size: 11px;
	height: 12px;
	padding: 1px 0;
}
.upload-progresso .progresso.erro { background-color: #BA1010; }


#BotExtratoCompleto {
	text-align: right;
	width: 755px;
}
/*
.upload-dropzone {
	height: 16px;
	background: blue;
}


.upload-dropzone.file_upload_small {
  xwidth: 15em;
  xheight: 2.5em;
  xline-height: 2.5em;
  font-size: 100%;
  background: palegreen;
  border: 1px solid limegreen;
}

.upload-dropzone.file_upload_large {
  xwidth: 100%;
  xheight: 7em;
  xline-height: 7em;
  font-size: 2em;
  background: palegreen;
  border: 1px solid limegreen;
}

.upload-dropzone.file_upload_highlight,
.upload-dropzone.file_upload:hover {
  background: lawngreen;
}
*/




/* inserções do LH ... Bruno, favor conferir*/
.conteudo-modulo h2.titulo{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 6px 6px;

}
div#ligacoes div.submit{
	text-align: center;
	padding: 5px;
}
div#ligacoes span.campo{
	cursor: pointer;
}
div#ligacoes span.sistema{
	cursor: pointer;
}

/* Controle e filtro */
div.controle h2 {
	padding: 4px 8px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 6px solid #747474;
	margin-bottom: 12px;
}
div.controle h3 {
	padding: 4px 8px;
	font-weight: bold;
	margin-top: 10px;
}

div.filtros form{
	width: 100%;
}
div.filtros input {
	padding: 2px;
	width: 80px;
}
div.filtros select {
	padding: 2px;
}
div.filtros div, div.filtros form div.submit {
	clear: both;
	display:  inline-block;
	margin-right: 10px;
	margin-left: 6px;
	vertical-align: bottom;
}
div.filtros div label {
	display:  block;
	padding-bottom: 4px;
}

div.controle table{
	width: 100%;
	border-bottom: 1px solid #AAAAAA;
	border-collapse: collapse;
	margin-left: 6px;
}
div.controle table th{
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
	border-left: 2px solid #FFFFFF;
	text-align: left;
	padding: 3px;
}
div.controle table td{
	border: 0;
	border-top: 1px solid #AAAAAA;
	padding: 2px;
}
div.controle table td.registro{
	font-weight: bold;
	font-size: 1.2em;
	border: 0;
	border-top: 0;
	background-color: transparent;
}
div.controle table td.historico{
	text-align: right;
	padding: 4px;
	width: 170px;
}
div.controle table td.valor{
	padding: 4px;
}
div.controle table td.direita{
	text-align: right;
}
div.controle table .excluido{
	color: #FF7777; 
	text-decoration: line-through;
}
div.controle table td.sistema{
	font-weight: bold;
	font-size: 1.2em;
	border: 0;
	border-top: 1px solid #AAAAAA;
	padding-top: 20px;
}
div.controle table td.vazio{
	border-top: 0;
}
div.controle table td img{
	padding: 0 2px 0 2px;
}
div.controle table td.icones{
	text-align: center;
}
div.controle table td.link{
	text-align: center;
	width: 30px;
}


/**********
CAKE DEBUG
**********/
.cake-sql-log {
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 13px;
	background: #DFB5B5;
}

.cake-sql-log th {
	background: #AF0000;
	color: #FFFFFF; 
	font-weight: bold;
}

.cake-sql-log th,
.cake-sql-log td {
	border: 1px solid #333333;
	padding: 2px;
}

.cake-sql-log caption {
	font-weight: bold;
	color: #AF0000;
}

/**********
PAGINAS DE ERRO
**********/
section#erros h2 {
		font-weight: bold;
		color:red;
	}
section#erros p.error {
		padding:10px 0;
		font-weight: bold;
	}
	

/****************************************************
 WIDGET DE POSICIONAMENTO DE CAMPOS (desenvolvedores)
****************************************************/
.posicionamento-campos-container {
	position: absolute;
	top: 0;
	left: 960px;
	padding: 3px;
	background: #ccc;
	overflow: hidden;
}

.posicionamento-campos-container li {
	float: left;
	width: 180px;
	margin: 0 3px 8px 0;
	padding-bottom: 5px;
	font-size: 11px;
	overflow: hidden;
	border-bottom: 3px solid #000000;
}
.posicionamento-campos-container h1 { margin-bottom: 4px; font-weight: bold; } 
.posicionamento-campos-container th { width: 32px; color: #666; font-size: 9px;} 
.posicionamento-campos-container input { width: 32px; border: 0; margin: 2px;}
.posicionamento-campos-container input.rotulo { width: 178px; font-weight: bold;}
.posicionamento-campos-container textarea { width: 178px; border: 0; margin: 2px; font-size: 10px;}
