/* 
    Document   : css
    Created on : 05/01/2014, 14:44:00
    Author     : elvis
    Description:
*/
@charset "ISO-8859-1";
/*
OS VALORES DESSE CSS SERAM GLOBAIS ONDE PODERAM SE ENCAIXAR 
EM TODAS AS PAGINAS DESSE PROJETO.

SUA ESTRUTURA É BASEADA NA VERSÃO 2.0 E 3.0 DO CSS.
*/
* html #aguarde  {position:absolute;}
body {height:100%; overflow-y:auto; margin-top:10px;}

.hide-aguarde {display:block; visibility:hidden;}
.show-aguarde {left:0px; visibility: visible;}

.carregando{
    width:100%; 
    height: 80px; 
    top: 50%;
    left: 25%;
    background-color:#ededed; 
    position: absolute;
    z-index: 5;
    border:1px #ccc solid;
    border-radius: 15px;
}
.FundoCarregando{
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
    top: 0px;
    text-align: center;
    z-index: 3;
    left:0px;
}
div.FundoCarregando img{
    width: auto;
    height: 100%;
    max-height: 70px;
    margin: 0px auto;
    z-index: 3;
    top: 40%;
    position: relative !important;
    left:0px;
}
/*div.fundo-lista{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 3;
}
div#CadEndereco{
   width: 100%;
   height: auto;
   top: 200px;
   background-color: #FFF;
   position: relative;
   margin: 0px auto;
   padding: 5px;
   z-index: 4; 
   border: 2px ridge #CCC;
   behavior : url(ie-css3.htc);
}

table#list-endereco{
    width: 50%;
    height: auto;
    top: 200px;
    position: relative;
    margin: 0px auto;
    z-index: 3;
    background-color: #FFF;
    border: 2px ridge #CCC;
    border-radius: 5px;
    behavior : url(ie-css3.htc);
}

table#list-endereco thead tr th{background:#007945; color:#FFF; font-size:14px; }
table#list-endereco tbody{
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 12px;
    display: block;
}

table#list-endereco tbody tr:hover{background: #FFF7E7 !important;}*/

.lightbox-bg{width:100%;height:100%;background:rgba(100,100,100,0.5); z-index:999; position:absolute; top:0; left:0;display:none;}
.lightbox-content{padding:10px; border-radius:5px;background:#fff;width:95%;box-shadow:1px 5px 25px #808080;margin:10% auto 2%; height:auto; min-height: 150px !important;}


td.enderecoList{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    text-align: left;
    background-color: #FFF;
    margin: 0px 0px 0px 0px;
    padding: 2px;
    border: 2px ridge #e7e7e7;
    border-radius: 5px;
    behavior: url(ie-css3.htc);
}

#frmTokenCodeConteudoLinOTP img{
    width:20%;
    height:30%;
}

#frmTokenCodeConteudoGoogleAuth img{
    width:20%;
    height:60%;
}

.FormBrowse {
	margin-top:15px;
	margin-bottom:15px;
	min-width:500px;
	
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #666;
	background-color: #ededed;
	border:0px #FFF solid;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	position:static;
	margin-right:auto;
	margin-left:auto;

}

.FormBrowse a{
    color:#666;
}

#progress-bar, #upload-frame {
  display: none;
}

.carregando-img {
  height:70px !important;
}
