/* início formulário */
/* form principal */
/* ex: abrange todos os elementos de um formulário
   form fieldset div.corpo-formulario
   (formularios.html)
*/
.corpo-formulario
{
	
}

/* aplicado apenas quando existir um subformulário
	ex : div.corpo-formulario div.formulario-principal
         (formulario-subgrupo.html)
*/
.formulario-principal
{
	float: left;
	width: 545px;
	clear: none;
}

.formulario-sem-menu-contexto
{
	
}

.fieldset-formulario-sem-menu-contexto
{
	width: 95%;
	background: white;
	margin: 0 0 0px 0;
	clear: both;
}

.legend-fieldset-formulario-sem-menu-contexto
{
	background: #008752;
	width: 100%;
	display: block;
	padding: 5px 20px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase; *position:relative;
	*left:-7px;
}

/* aplicado apenas quando existir um subformulário
	ex : div.corpo-formulario div.sub-formulario
         (formulario-subgrupo.html)
*/
div.sub-formulario
{
   border: 1px solid #A6A5A3;
    clear: none;
    float: right;
    margin-top: 10px;
    padding: 15px 0 5px 15px;
    width: 235px;
}



/*div.sub-formulario fieldset 
{
    border: 1px solid #A6A5A3;
    float:right;
    width:235 !important;
    padding-left: 28px;
    
}
div.sub-formulario fieldset legend
{
    background: none;
    background-position:top;
    color:#118E62;
    display: inline-block;   
    font-size: 14px;
    font-weight: bold;
    width: 190px;
     
}*/
span.legenda-formulario
{
        background: none repeat scroll 0 0 white;
    clear: both;
    
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: -23px 0 5px;
    padding: 0 5px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 90;
}
span.legenda-subformulario {
     background: none repeat scroll 0 0 white;
    clear: both;
    color: #118E62;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: -23px 0 5px;
    padding: 0 5px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 90;
}
/* aplicado para os tamanho dos campos no (formularios.html) e (formulario-subgrupo.html) */
.tamanho-nome-completo input
{
  width: 260px;
}
.tamanho-cpf input
{
  width:94px;
}
.tamanho-data-nascimento input
{
  width:94px;
}

#acr-info form 
{
   _height: 211px !important;
}


.formato-botao
{
	margin-top: 20px;
	float: right !important;
	clear: both;
}

/* mensagens
	aplicando para identificação de mensagens.
	ex : div.MensagemErro, MensagemSucesso ou MensagemAdv
   (login.erro.html)	
*/
.EspacoMensagem
{
	padding: 4px;
	font-size: 14px;
	margin-bottom: 4px;
}

.MensagemErro
{
	border: 1px solid #FFECEC;
	color: #ffffff;
	background: #FF0000;
	padding: 4px;
	font-size: 14px;
	margin-bottom: 4px;
}

.MensagemSucesso
{
	border: 1px solid #2DC800;
	color: #ffffff;
	background: #008752;
	padding: 4px;
	font-size: 14px;
	margin-bottom: 4px;
}

.MensagemAdv
{
	border: 1px solid #F8D802;
	color: #716663;
	background: #F8D802;
	padding: 4px;
	font-size: 14px;
	margin-bottom: 4px;
}

.MensagemSucesso img, .MensagemAdv img, .MensagemErro img
{
	position: relative;
	top: 3px;
}


/* aplicado apenas quando existir um subformulário
	ex : div.sub-formulario span.sub-titulo-sub-formulario
         (formulario-subgrupo.html)
*/	
form.sub-titulo-sub-formulario
{
    background: none repeat scroll 0 0 white;
    clear: both;
    color: #118E62;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: -23px 0 5px;
    padding: 0 5px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 90;
}
/* fim formulário */


/* início tabela */
.tabela-listagem
{
	/*width: 710px;*/	
	line-height: 14px;
	border: 1px;
}

.tabela-com-scroll
{		
	height: 305px;
	overflow-x: auto;
	overflow-y: auto;
	margin-bottom: 1px;
	position: relative;	
	width: 694px !important;
}
.tabela-com-scroll-sem-menu-contexto
{
	height: 305px;
	overflow-x: auto;
	overflow-y: auto;
    width: 100%;
}
.tabela-com-scroll-sem-menu-contexto table
{
	width:100%;
}

table
{	
	color: #716663;
	font-weight: none;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	padding: 0 0 5px 0;
	background: white;
	position: relative;
	z-index: 0;
}

table thead th
{
	text-align: center;
	padding: 5px 10px;
	background: url(../images/bg-th.jpg) repeat-x center center;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: left;
}

table tr.title td
{
	text-align: center;
	padding: 5px 10px;
	background: url(../images/bg-th.jpg) repeat-x center center;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: left;
}

table thead th.first
{
	border-left: 1px solid #ffffff;
}

table thead th span
{
	background: url(../images/seta8.jpg) no-repeat right 6px;
	padding: 0 15px 0 0px;
}

table thead th.headerSortDown span
{
	background: url(../images/seta9.jpg) no-repeat right 6px;
	padding: 0 15px 0 0px;
}

table thead th.last
{
	border: none;
}

table thead th.header
{
	cursor: pointer;
}

.tabela-info
{
	width: 482px;
	float: right;
	position: relative;
	top: -16px;
	text-align: right;
}

table tr.open td
{
	background: #c7e6db;
	text-transform: none;
	font-size: 12px;
}

.info
{
	margin-left: 20px;
}

table tbody td.info
{
}

table tbody tr.odd td
{	
}

table tbody tr.hover td
{
	background: #ADDCCA;
}

table tbody tr.selected td
{
}
.botoes-acao-abaixo-tabela
{
	background: #ffffff;
	color: #008752;
	padding: 1px;
	margin-top: 0px;
	position: static !important;

}
#coluna-conteudo-sem-menu-context .botoes-acao-abaixo-tabela
{
   float:right;
}

.paginacao
{
 text-align:right;
}

.botoes-acao-abaixo-tabela p, .botoes-acao-abaixo-tabela span
{
	display: none;
}

.botoes-acao-abaixo-tabela input
{
	color: #008752;
}

/* Passo a passo */
.passos {
	/*width:910px;	
	_width:918px;*/
	width: 100%;
	height:50px;
	background:#ffffff;
	color:#716663;
	margin:0 0 10px 0;
}
.passos div.etapa,.passos div.etapa-ok {
	color:#716663;
	height:50px;
	display:inline-block;
	float:left;
	width:182px;
	position:relative;
	text-align:center;
	background:url(../images/bg-passos.jpg) repeat-x center top;
}
.passos div.etapa-ok {
	background:url(../images/bg-passos2.jpg) repeat-x center top;	
}
.passos div.etapa img, .passos div.etapa-ok img {
	position:absolute;
	right:0;
}
.passos span, .passos span.ok {
	background:url(../images/seta10.gif) no-repeat left 3px;
	position:relative;
	top:16px;
	padding:0 0 0 17px;
	font-style:italic;
	font-weight:bold;
	height:20px;
}	
.passos span.ok {
	background:url(../images/seta11.gif) no-repeat left 4px;
}
.passos div.etapa-ok {
	color:#008752;
}
div.fixie {
	_width:190px !important
}

/* Novas classes de definição padronizada para tamanhos de formulário */
fieldset{
	padding-bottom: 10px;
}
.corpo-formulario dl{
	float: left;
	padding-right: 35px;
	margin-top:10px;
}
.corpo-formulario dl dt{
	padding-bottom:5px;
}
.corpo-formulario dl.inline dt{
	float:right;
	margin:18px 0 0 5px;
}
.corpo-formulario dl.inline dd{
	margin-top:18px;
	float:left;
}

.c{
	clear:both;
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.footer3 {
    padding-top: 315px;
}

form span.send {
	height: 25px; 
	vertical-align: middle; 
	padding: 1px;
	border:0px solid #008752; 
	border-radius: 3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

.panel-comandos {
	text-align: left;
	display: none;
	padding-right: 0px;
	width: 250px;
}

.label-link {
	color: #008752 !important;
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	max-width: 100%;
	top: 0px;
	left: 0px;
	background: #fff no-repeat center center;
	background-image: url('../images/img_loader.gif');
	z-index: 9000;
	opacity: 0.8;
}