﻿@charset "UTF-8";
body {
	font: 12px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6 !important;
    background-image: none !important;
	margin: 0;
	padding: 0;
	color: #666;
    text-align: center;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

p 	{ margin:0px auto;
      padding:10px 10px;
    width: 479px;
}
h1 	{ font-size:28px; }
h2 	{ font-size:22px; }
h3	{ font-size:18px; }
h4	{ font-size:14px; }
h5	{ font-size:12px; }
h6	{ font-size:10px; }

.espaco-duplo		{ margin-bottom:10px; }
.espaco-simples     { margin-bottom:0px; } 
.espacador          { margin-bottom:20px; } 
.margem             { margin:0px 15px; }
.margem-zero        { margin:0; }
.atencao			{ color:#ff0000; }
.ok					{ color:#009900; }
.destaque			{ color:#35C0D5; }
.destaque-claro	    { color:#3a77a4; }
.negrito			{ font-weight:bold; }
.negrito-com-preto  { font-weight:bold; color:#000000; }
.normal				{ font-weight:normal; }
.texto				{ font-size:12px; font-weight:normal; }
.texto-preto        { color: #000}

.titulo-fundo		{ background:#f0f0f0 ; }
.fundo-verde		{ background:#0992b2 ; color:#ffffff; }

/*Resolve o bug do mouse-over no header*/
.fundo-verde:hover, .fundo-verde:hover th{background:#36bed2 !important; color:#ffffff !important; }
.fundo-preto		{ background:#000000 url('../Imagens/fundo25px-preto.gif') repeat-x; color:#ffffff; }

.alinha-esq			{ text-align:left; }
.alinha-cen			{ text-align:center; }
.alinha-dir			{ text-align:right; }

.nowrap {white-space: nowrap}

.header-grid a      {text-decoration: none; color: #ffffff }
.pagger-setting a   {color:#596f78;}
.pagger-setting td  {border-top:none !important;}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.cabecalho {
	width: 930px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	height:120px;
}

.cabecalho-logo {
	display:block;
	float:left;
	width:150px;
	height:90px;
	padding-top:20px;
	padding-left:20px;
    margin-left:-35px;
  
   
}

.cabecalho-usuario {
	display:block;
	float:right;
	width:533px;
	margin-right:30px;
	padding-top:20px;
	text-align:right;
}

.sair 
{
    display:block;
	float:right;
	width:40px;
	height:20px;
	border:0;
	margin-right:20px;
	padding-top:18px;
	text-align:right;
}

.menu {
	width: 960px;
	background: url('../Imagens/menu-fundo-2.jpg') no-repeat;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color:#000000;
	margin-bottom:30px;
}

ul.menu-horizontal {
    float: left;
    margin: 0;
    padding: 0;
}
	
ul.menu-horizontal li {
    display: inline;
}

ul.menu-horizontal li a {
    background-color: #1e2e5f;
    border-right: 0px solid #666666;
    color: white;
    float: left;
    padding: 9px 15px 9px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666666;
	text-align:center;
}

ul.menu-horizontal li a:visited {
    color: white;
    text-shadow: 1px 1px 1px #666666;
}

ul.menu-horizontal a:hover, .menu ul li .menu-atual {
    background-color: #04B0E2;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
}

ul.submenu-horizontal {
    float: left;
    margin: 0;
    padding: 0;
}
	
ul.submenu-horizontal li {
    display: inline;
}

ul.submenu-horizontal li a {
    background-color: #2e9faf;
    border-right: 0px solid #666666;
    color: white;
    float: left;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666666;
	text-align:center;
}

ul.submenu-horizontal li a:visited {
    color: white;
    text-shadow: 1px 1px 1px #666666;
}

ul.submenu-horizontal a:hover, .menu ul li .menu-atual {
    background-color: #246781;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
}

.jqueryslidemenu{
    width: 960px;
    background: url('../Imagens/menu-fundo-2.jpg') no-repeat;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    color: #3a77a4;
    margin-bottom: 20px;
    height:35px;
}

.jqueryslidemenu ul{
margin: 10;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #36bed2; /*background of tabs (default state)*/
color: white;
padding: 9px 15px;
border-right: 1/*1px solid #778*/;
color: #fff;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #0992b2; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
z-index: 1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
/*font: normal 13px Verdana;*/
width: 160px; /*width of sub menus*/
padding: 9px 15px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
text-align:left;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #0992b2;
color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.com-borda-branca			{ border-bottom:4px solid #ffffff; }

.menu-contabil {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color:;
	height:;
}

.nav-contabil-secoes {
    background: url("../Imagens/menu-contabil.gif") repeat scroll 0 0 transparent;
    height: 75px;
    margin: 5px 0 0;
    padding: 0;
    width: 960px;
}
.nav-contabil-secoes span {
    display: none;
}
.nav-contabil-secoes li {
    float: left;
    list-style-type: none;
}
.nav-contabil-secoes a {
    display: block;
    height: 75px;
}


#contabil-recebimentos-menu-topo-selecionada a {
    cursor: pointer;
    width: 320px;
}
#contabil-pagamentos-menu-topo-selecionada a {
    cursor: pointer;
    width: 320px;
}
#contabil-fluxo-menu-topo-selecionada a {
    cursor: pointer;
    width: 320px;
}


#contabil-recebimentos-menu-topo-selecionada a:hover {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll 0 -75px transparent;
    cursor: pointer;
}
#contabil-pagamentos-menu-topo-selecionada a:hover {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll -320px -75px transparent;
    cursor: pointer;
}
#contabil-fluxo-menu-topo-selecionada a:hover {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll -640px -75px transparent;
    cursor: pointer;
}

.contabil-recebimentos-menu-topo-selecionada {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll 0 -225px transparent;
    cursor: pointer;
}
.contabil-pagamentos-menu-topo-selecionada {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll -320px -225px transparent;
    cursor: pointer;
}
.contabil-fluxo-menu-topo-selecionada {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll -640px -225px transparent;
    cursor: pointer;
}


#contabil-recebimentos-menu-toposelecionad a.desabilitada {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll 0 -150px transparent;
    cursor: default;
}
#contabil-pagamentos-menu-toposelecionad a.desabilitada {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll -320px -150px transparent;
    cursor: default;
}
#contabil-fluxo-menu-toposelecionad a.desabilitada {
    background: url("../Imagens/menu-contabil.gif") no-repeat scroll -640px -150px transparent;
    cursor: default;
}


.menu-contabil-subtitulo {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color:#ffffff;
	padding:5px 0px;
	text-align:center;
	margin-bottom:20px;
}

.cont-borda-branca					{ border-bottom:4px solid #ffffff; }
.cont-borda-recebimentos 	{ border-bottom:4px solid #358ccb; }
.cont-borda-pagamentos		{ border-bottom:4px solid #04B0E2; }
.cont-borda-fluxo 		{ border-bottom:4px solid #206680; }


.cont-recebimentos 	{ background:#358ccb; }
.cont-pagamentos 		{ background:#04B0E2; }
.cont-fluxo 		{ background:#206680; }

.menu-nf {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color:;
	height:;
}

.nav-nf-secoes {
    background: url("../Imagens/menu-nf.gif") repeat scroll 0 0 transparent;
    height: 75px;
    margin: 5px 0 0;
    padding: 0;
    width: 960px;
}
.nav-nf-secoes span {
    display: none;
}
.nav-nf-secoes li {
    float: left;
    list-style-type: none;
}
.nav-nf-secoes a {
    display: block;
    height: 75px;
}


#nf-gerar-menu-topo-selecionada a {
    cursor: pointer;
    width: 480px;
}
#nf-importar-menu-topo-selecionada a {
    cursor: pointer;
    width: 480px;
}

#nf-gerar-menu-topo-selecionada a:hover {
    background: url("../Imagens/menu-nf.gif") no-repeat scroll 0 -75px transparent;
    cursor: pointer;
}
#nf-importar-menu-topo-selecionada a:hover {
    background: url("../Imagens/menu-nf.gif") no-repeat scroll -480px -75px transparent;
    cursor: pointer;
}

.nf-gerar-menu-topo-selecionada {
    background: url("../Imagens/menu-nf.gif") no-repeat scroll 0 -225px transparent;
    cursor: pointer;
}
.nf-importar-menu-topo-selecionada {
    background: url("../Imagens/menu-nf.gif") no-repeat scroll -480px -225px transparent;
    cursor: pointer;
}


#nf-gerar-menu-toposelecionada a.desabilitada {
    background: url("../Imagens/menu-nf.gif") no-repeat scroll 0 -150px transparent;
    cursor: default;
}
#nf-importar-menu-toposelecionada a.desabilitada {
    background: url("../Imagens/menu-nf.gif") no-repeat scroll -480px -150px transparent;
    cursor: default;
}

.menu-nf-subtitulo {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color:#ffffff;
	padding:5px 0px;
	text-align:center;
	margin-bottom:20px;
}

.nf-borda-branca					{ border-bottom:4px solid #ffffff; }
.nf-borda-gerar 	{ border-bottom:4px solid #358ccb; }
.nf-borda-importar		{ border-bottom:4px solid #04B0E2; }



.nf-gerar 	{ background:#358ccb; }
.nf-importar 		{ background:#04B0E2; }

/* ~~ TABELAS ~~ */
div.tabela {
    overflow: auto;
    width:;
		margin-bottom:20px;
}


table.conta-corrente {
	background: none repeat scroll 0 0 #FFFFFF;
	border-collapse: collapse;
	width: 100%;
}

table.conta-corrente tbody td {
	border-bottom:4px solid #cccccc;
	padding:15px 0px;
}

table.resultados {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    margin-top: 0px;
    width:100%;
}
table.resultados th {
    cursor: pointer;
    margin: 0;
    padding: 5px 15px 5px 5px;
    vertical-align: middle;
}
table.resultados td {
    padding: 5px 15px 5px 5px;
    vertical-align: middle;
}
table.resultados td {
    border-top: 1px solid #CCCCCC;
}
table.resultados tbody tr:hover {
    background: none repeat scroll 0 0 #E0E0E0;
    cursor: default;
}



table.resultados-compacto {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    width: 100%;
    font-size:11px;
}
table.resultados-compacto th {
    cursor: pointer;
    margin: 0;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
}
table.resultados-compacto td {
    padding: 3px 5px 3px 5px;
    vertical-align: top;
}
table.resultados-compacto td {
    border-top: 1px solid #CCCCCC;
}
table.resultados-compacto tbody tr:hover {
    background: none repeat scroll 0 0 /*#E0E0E0*/;
    cursor: default;
}

/* CONTA CORRENTE */
/* ----------------------------- */
.conta-propria	{ background:#04B0E2; color:#ffffff; }
.conta-terceiro	{ background:#cc0000; color:#ffffff; }


a.borda-verde:link 			{ color:#fff; text-decoration:none; cursor: pointer; background:#36bed2; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde:visited 	    { color:#fff; text-decoration:none; cursor: pointer; background:#36bed2; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde:hover 		{ color:#fff; text-decoration:none; cursor: pointer; background:#36bed2; padding:2px 5px; border:1px solid #0088cc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde:active 		{ color:#fff; text-decoration:none; cursor: pointer; background:#3a77a4; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde:focus 		{ color:#fff; text-decoration:none; cursor: pointer; background:#3a77a4; padding:2px 5px; border:1px solid #596f78; -moz-border-radius: 4px; border-radius: 4px; }

a.borda-cinza:link 			{ color:#999; text-decoration:none; cursor: pointer; background:#f0f0f0; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:visited 	    { color:#999; text-decoration:none; cursor: pointer; background:#f0f0f0; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:hover 		{ color:#fff; text-decoration:none; cursor: pointer; background:#0088cc; padding:2px 5px; border:1px solid #0088cc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:active 		{ color:#000; text-decoration:none; cursor: pointer; background:#f0f0f0; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:focus 		{ color:#fff; text-decoration:none; cursor: pointer; background:#596f78; padding:2px 5px; border:1px solid #596f78; -moz-border-radius: 4px; border-radius: 4px; }

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

/* ~~ this fixed width container surrounds the other divs ~~ */
.corpo {
	width: 960px;
	background: #FFF;
	margin: 0 auto !important; /* the auto value on the sides, coupled with the width, centers the layout */
}

.principal {
	padding: 0px 0px 10px 0px;
}

/* ~~ The footer ~~ */
.rodape {
	width: 960px;
	background: #FFF;
	margin: 0 auto !important; /* the auto value on the sides, coupled with the width, centers the layout */
}

.rodape-atendimento {
	display:block;
	float: left;
	width:200px;
}

.rodape-copyright {
	display:block;
	float:left;
	width:100%;
	padding:10px 10px;
	text-align:center;  
}

.rodape-ajuda {
	display:block;
	float: left;
	width:200px;
	text-align:right;
}


div.mensagens { 
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    width: 100%;
}

div.mensagem-sucesso {
    background: none repeat scroll 0 0 #C2DD3D;
    font-size: larger;
    font-weight: bold;
    padding: 10px;
}
div.mensagem-atencao {
    background: none repeat scroll 0 0 #F1B051;
    font-size: larger;
    font-weight: bold;
    padding: 10px;
}
div.mensagem-erro {
    background: none repeat scroll 0 0 #E465A0;
    font-size: larger;
    font-weight: bold;
    padding: 10px;
}



/* ~~ miscellaneous float/clear classes ~~ */
.flutua-dir {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.flutua-esq { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.remover { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.id-informacoes, .secao {
   padding:0px 15px;
}

div.modal
{
     background:url('../Imagens/fundo-modal.png') #000000; opacity:0.5; filter:alpha(opacity=70); color:#ffffff; position:fixed; top:0px; width:100%; height:100%;
}


div.carregando
{
     position:fixed; 
     padding: 0px; 
     margin: 0px; 
     top: 50%;
     left: 43%; 
     text-align:center;
}


/* LINKS */
/* --------------------------------------------- */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


a.borda-cinza:link 			{ color:#999; text-decoration:none; cursor: pointer; background:#f0f0f0; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:visited 	{ color:#999; text-decoration:none; cursor: pointer; background:#f0f0f0; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:hover 		{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #368ecd; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:active 		{ color:#000; text-decoration:none; cursor: pointer; background:#f0f0f0; padding:2px 5px; border:1px solid #ccc; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-cinza:focus 		{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #368ecd; -moz-border-radius: 4px; border-radius: 4px; }

a.borda-azul:link 			{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #2c76ab; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-azul:visited 		{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #2c76ab; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-azul:hover 			{ color:#fff; text-decoration:none; cursor: pointer; background:#04B0E2; padding:2px 5px; border:1px solid #22737e; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-azul:active 		{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #2c76ab; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-azul:focus 			{ color:#fff; text-decoration:none; cursor: pointer; background:#04B0E2; padding:2px 5px; border:1px solid #22737e; -moz-border-radius: 4px; border-radius: 4px; }

a.borda-verde-claro:link 				{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #2c76ab; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde-claro:visited 		{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #2c76ab; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde-claro:hover 			{ color:#fff; text-decoration:none; cursor: pointer; background:#04B0E2; padding:2px 5px; border:1px solid #22737e; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde-claro:active 		{ color:#fff; text-decoration:none; cursor: pointer; background:#368ecd; padding:2px 5px; border:1px solid #2c76ab; -moz-border-radius: 4px; border-radius: 4px; }
a.borda-verde-claro:focus 			{ color:#fff; text-decoration:none; cursor: pointer; background:#04B0E2; padding:2px 5px; border:1px solid #22737e; -moz-border-radius: 4px; border-radius: 4px; }

a.destaque {
    color: #596f78 !important;
    cursor: pointer;
    text-decoration: none;
}
a.destaque:link {
    color: #596f78 !important;
    cursor: pointer;
    text-decoration: none;
}
a.destaque:visited {
    color: #04B0E2 !important;
    cursor: pointer;
    text-decoration: none;
}
a.destaque:hover {
    color: #697f88 !important;
    cursor: pointer;
    text-decoration: underline;
}
a.destaque:active {
    color:#697f88 !important;
    cursor: pointer;
    text-decoration: underline;
}
a.destaque:focus {
    color: #697f88 !important;
    cursor: pointer;
    text-decoration: underline;
}
.bloco-lista-scroll {
    height: 60px;
    overflow: auto;
}

.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"], .formee .dropbtn {
   
 
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    border-color: #3a77a4;
    background: #5393c2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#596f78', endColorstr='#455C64');
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
     box-shadow: none; 
     outline:none;
}

.formee-button-red:hover, .formee input[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover, .formee .dropbtn:hover {
    background: #70aedd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formee-lbl, .formee label {
    color: #577b8c;
    font-weight: bold;
    font-size: 12px;
}

.nomePinbankTopo {
    font-size: x-large;
    margin-top: 10px;
    color: #455C64;
}

div.form_home {
    display: block;
    float: left;
    margin-bottom: 5px;
    padding: 5px 0px 0px 60px;
    width: 208px;
    color: #596F78 !important;
    margin-left: 15px;
   
}


.centro_index {
    width: 375px;
    border: 0px;
    margin-bottom:5px !important;
    margin-left: 120px !important;
    padding: 39px 0px 0px 0px !important;
    font-weight: normal !important;
   
}

#ctl00_tipagosLogoNaoLogado {

    margin-left: -105px;
    margin-top: -15px;
}

#main {
    width: 961px;
    text-align: left;
    max-height:100% !important;
    display: inline-block;
    background:#fff;
    height:100%;
   
}

html, body, .formee, #ctl00_UpdatePanel_Ambiente, .index, .principal {
    height:100% !important ;
}

.formee fieldset {

    border: none;
}

.form .formee-txt:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus {
    color: #000;
    background: #fff none;
    border-color: #596f78 #455b64 #697f88;
    outline: 0;
}

.imgAtendimento {

    width: 380px;
    height: 257px;
    float: left;
    margin-left: 563px;
    margin-top: -255px;
   
}

.textoAtendimento {
    width: 90%;
    float: left;
    padding: 2.5% 5%;
}

.linhaRodape>hr{

    border: solid 1.5px #e6e6e6;
    width:926px;
    margin: 18px auto;

}

.alinhaRodape {
   
    padding: 12px;
    width: 550px;
    text-align: center;
    margin: 0 auto;
    float:none;
    margin-bottom : 114px;
}
.alinhalblAcesso {

    font-size:20px;
    color:#577b8c;
    margin-left:-96px;
    font-weight:bold;
}

.buttonEntrar {

    height: 26px;
    width: 100px !important;
    background: #3a77a4 !important;
    border-color:#3a77a4 !important;
    color:#fff !important;
    margin-left:185px;

}

.buttonEntrar:hover {

    background:#5393c2 !important;
}


.lblAcesso {
    margin-left: 24px !important;
    margin-top: 10px !important;
    font-size: 20px !important;
}
    

#ctl00_MasterBody_lblTituloCampoLogin {


     font-weight:bold !important;
     font-size:14px;
     color:#577b8c;
   
} 

#ctl00_MasterBody_lblTituloCampoSenha {

     font-weight:bold !important;
     font-size:14px;
     color:#577b8c;

} 

#ctl00_MasterBody_txtUsuario {

      margin-top:5px !important;

}
#ctl00_MasterBody_txtSenha {

    margin-bottom:5px !important;
    margin-top:5px !important;

}
#ctl00_MasterBody_lbtEsqSenha {

     
     font-weight:bold !important;
     font-size:12.5px !important;
     color:#577b8c !important;

 }

#ctl00_MasterBody_lbtAltSenha {

     font-weight:bold !important;
     font-size:12.5px !important;
     float:left;
     color:#577b8c !important;
     
}


.lblNumTelefone {

    float:left ! important;
    color:#fff ! important ;
    font-size:13.5px ! important;
    font-style:italic  ! important;
    margin-bottom: 0px  ! important;
    font-weight:normal !important;
    font-family: Arial;
  
}

.lbldiaeHorario {

    float:right ! important;
    color:#fff ! important ;
    font-size:13.5px ! important;
    font-style:italic  ! important;
    margin-bottom:0  ! important;
    font-weight:normal !important;
    font-family:Arial;
  
}

/* CADASTRO */
.menu-cadastro-cliente-estabelecimento {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	color:;
	height:;
}

#nav-cadastro-cliente-estabelecimento-secoes {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") repeat scroll 0 0 transparent;
    height: 75px;
    margin: 5px 0 0;
    padding: 0;
    width: 960px;
}

#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-1-menu-topo a:hover {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll 0 -75px rgba(0, 0, 0, 0);
    cursor: pointer;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-2-menu-topo a:hover {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -193px -75px rgba(0, 0, 0, 0);
    cursor: pointer;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-3-menu-topo a:hover {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -386px -75px rgba(0, 0, 0, 0);
    cursor: pointer;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-4-menu-topo a:hover {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -579px -75px rgba(0, 0, 0, 0);
    cursor: pointer;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-5-menu-topo a:hover {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -772px -75px rgba(0, 0, 0, 0);
    cursor: pointer;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-1-menu-topo a.selecionada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll 0 -225px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-2-menu-topo a.selecionada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -242px -225px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-3-menu-topo a.selecionada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -484px -225px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-4-menu-topo a.selecionada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -500px -225px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-5-menu-topo a.selecionada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -771px -225px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-1-menu-topo a.desabilitada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll 0 -150px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-2-menu-topo a.desabilitada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -194px -150px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-3-menu-topo a.desabilitada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -388px -150px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-4-menu-topo a.desabilitada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -570px -150px rgba(0, 0, 0, 0);
    cursor: default;
}
#nav-cadastro-cliente-estabelecimento-secoes #cadastro-aba-5-menu-topo a.desabilitada {
    background: url("../Imagens/menu-cadastro-pf-pj_2.gif") no-repeat scroll -772px -150px rgba(0, 0, 0, 0);
    cursor: default;
}

#nav-cadastro-cliente-estabelecimento-secoes span {
    display: none;
}
#nav-cadastro-cliente-estabelecimento-secoes li {
    float: left;
    list-style-type: none;
}
#nav-cadastro-cliente-estabelecimento-secoes a {
    display: block;
    height: 75px;
}
#cadastro-aba-1-menu-topo {
    margin-right: 4px;
    width: 189px;
}
#cadastro-aba-2-menu-topo {
    margin-right: 4px;
    width: 189px;
}
#cadastro-aba-3-menu-topo {
    margin-right: 4px;
    width: 189px;
}
#cadastro-aba-4-menu-topo {
    margin-right: 5px;
    width: 188px;
}
#cadastro-aba-5-menu-topo {
    margin-right: 0;
    width: 188px;
}
#cadastro-aba-1-menu-topo a {
    cursor: pointer;
    width: 189px;
}
#cadastro-aba-2-menu-topo a {
    cursor: pointer;
    width: 189px;
}
#cadastro-aba-3-menu-topo a {
    cursor: pointer;
    width: 189px;
}
#cadastro-aba-4-menu-topo a {
    cursor: pointer;
    width: 189px;
}
#cadastro-aba-5-menu-topo a {
    cursor: pointer;
    width: 189px;
}

.menu-cadastro-cliente-estabelecimento-subtitulo {
    color: #FFFFFF;
    margin: 0 auto 20px;
    padding: 5px 0;
    text-align: center;
    width: 960px;
}

#nav-cadastro-cliente-estabelecimento-secoes .com-borda-cadastro-aba-1 {
    border-bottom: 4px solid #142933 !important;
}
#nav-cadastro-cliente-estabelecimento-secoes .com-borda-cadastro-aba-2 {
    border-bottom: 4px solid #22404E !important;
}
#nav-cadastro-cliente-estabelecimento-secoes .com-borda-cadastro-aba-3 {
    border-bottom: 4px solid #385B6B !important;
}
#nav-cadastro-cliente-estabelecimento-secoes .com-borda-cadastro-aba-4 {
    border-bottom: 4px solid #577B8C !important;
}
#nav-cadastro-cliente-estabelecimento-secoes .com-borda-cadastro-aba-5 {
    border-bottom: 4px solid #6C9FB0 !important;
}

.dados-do-cliente {
    background: none repeat scroll 0 0 #142933;
}
.dados-da-conta {
    background: none repeat scroll 0 0 #22404E;
}
.endereco {
    background: none repeat scroll 0 0 #385B6B;
}
.senhacartao {
    background: none repeat scroll 0 0 #577B8C;
}
.referencias {
    background: none repeat scroll 0 0 #6C9FB0;
}


.subtitulo_barra {

    background: #22404e; padding: 10px; color: #ffffff; margin-bottom: 5px; margin-left: 10px; margin-right: 10px;
}


.subtitulo_barra_2 {

    background: #22404e; padding: 10px; color: #ffffff; margin-bottom: 5px;
}

.pontilhado {
    border: 1px dotted #cccccc;
}

.primeiraLinha
{
    height: 144px;
    /*width: 22%;*/
}

.segundaLinha
{
    height: 230px;
    /*width: 22%;*/
}

.fundoTituloSubMenu {
    background: #22404E !important;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 5px;
    height: 10px;
    font-weight: bold;
}
.width-100 {
    width: 100%;
}
.semBorda {
    border: none !important;
}

.tamanhoConteudoMenu {
    padding: 5px;
    height: 78%;
}

.preencheTudo
{
    height: 100% !important;
    width: 100% !important;
}

.fundo-titulo-menu-validacao-doc {
    background: #0992b2 !important;
    padding: 5px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: bold;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
    background: #3a77a4 !important;
}

.termsfeed-com---palette-light .cc-nb-changep {
    background-color: #f2f2f2 !important;
    color: #3a77a4 !important;
    text-decoration: underline;
}

#cc-nb-title,
.termsfeed-com---palette-light .cc-pc-head-title-headline,
.termsfeed-com---palette-light .cc-cp-body-content-entry-title {
    color: #39c2d5 !important;
}