/* ----------------------------------------------
   LOGIN
------------------------------------------------- */ 
#homemsupercabo {
    position: absolute;
    left: 60px;
    bottom: 72px;
}

#mulhersupercabo {
    position: absolute;
    right: 63px;
    bottom: 90px;
}

/* ----------------------------------------------
   TAGS
------------------------------------------------- */ 

p {
    margin: 0px 12px 0px 12px;
    padding: 0px 0px 4px;
}

.align-left {
    text-align: left;
}

.centralizar-texto {
    text-align: center;
}

a.link, a, a.active { 
    text-decoration: none;
    color: #059ED7;
    font-weight: bold;
}

a:hover {
    color: #FF593B;
    border-bottom: 1px dotted #FF593B;
}

a.link-img {
    border-bottom: none;
}

a.link-img:hover {
    border-bottom: none;
}

a.opcoes-email {
    text-decoration: underline;
}

a.opcoes-email:hover {
    border: medium none;
}

label {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-right: 5px;
}

img {
    border: medium none;
}

a img:hover {
    opacity: 0.7;
}

h1, h2, h3 {
    text-align: left;
}

#conteudo h2 {
    /*padding-left: 27px;*/
    padding-left: 0;
}

h2 {
    line-height: 67px;
    /*background-image: url("/images/marcador.gif");
    background-repeat: no-repeat;
    background-position: 0px 8px;*/
    color: #336699;
    margin: 0px;
    font-size: 24px;
}

h3 {
    line-height: 51px;
    color: #609AD0;
    margin: 0px;
    font-size: 18px;
}

h4 {
    color: #609AD0;
    margin: 0 0 10px 0;
    font-size: 14px;
}

/* ----------------------------------------------
   FORMULARIOS
------------------------------------------------- */ 

input, select {
    /*min-width: 150px; */
    margin: 1px 5px 1px 0;
    border: 1px solid #BBBBBB; 
    background-color: #FFFFFF;
    padding: 4px;
    color: #455358;
}

.formulario {
    background-color: #F3F3F3;
    border-top: 1px solid #C7C9C8;
    border-bottom: 1px solid #C7C9C8;
}

.form-1 {
    margin: 0px auto; 
    width: 531px;
}

input:focus, select:focus {
    border: 1px solid #84A6FF;
    background-color: #FFFFFF;
}

input[readonly], input[readonly]:hover, input[readonly]:focus {
    background-color: #E0E0E0;
    border-color: #CCCCCC;
}

input:disabled, input:disabled:hover{ 
    background-color: #E0E0E0;
    border-color: #CCCCCC;
}

.botao {
    border: 1px solid;
    font-weight: bold;
    color: #444444;
    cursor: pointer;
    min-width: 109px;
    min-height: 23px;
    background-position: 1px 2px;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 16px;
}

.botao-ok {
    border-color: #B6C8FC;
    background-color: #F4F8FF;
    background-image: url("/images/v.gif");
}

.botao-ok:hover {
    background-color: #DCE3F0;
}

.botao-cancelar {
    border-color: #FFA8A6;
    background-color: #FFF4F4;
    background-image: url("/images/x.gif");
}

.botao-cancelar:hover {
    background-color: #EEE2E2;
}

.submits {
    text-align: right;
}

.botao-mini {
    min-width: 50px;
}

/* ----------------------------------------------
   TABELA
------------------------------------------------- */ 
.tabela {
    margin: 11px auto 0px;
    width: 98%;
    padding: 5px;
    background-color: #C8CAC7;
    margin-top: 8px;
}

.tabela-trafego {
    width: 47%;
}

.tabela-trafego tfoot {
    background-color: #CEE0E8;
}

table.padrao {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #9EA09F; 
    background-color: #E7EDFE;
}

table.padrao tbody tr:hover {
    background-color: #CEE0E8;
}

table.padrao tbody tr:hover > th {
    background-color: #E7EDFE;
}

table.padrao th {
    background-image: url("/images/table-top.jpg");
    background-repeat: repeat-x;
    background-color: #5498C9;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bolder;
    height: 22px;
    text-align: left;
}

table.padrao td {
    height: 30px;
}

table.trafego {
    text-align: center;
}

table.trafego th {
    text-align: center;
}

 /*
  * Reseta os valores. Tabela sem formatacao
  */
table.limpa {
    width: auto;
    border-collapse: collapse;
    border: medium none;
    background-color: transparent;
}

table.limpa th {
    background-image: none;
    color: #597680; /*same as body*/
    font-size: 13px; /*same as body*/
    font-weight: normal;
    height: auto;
}

table.limpa tr:hover {
    background-color: transparent;
}

table.table-login {
    margin: 0 auto;
}

/* ----------------------------------------------
   UTILS
------------------------------------------------- */ 
.limpa-float {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.img-middle {
    vertical-align: middle;
}

.flash {
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.flash-inf-top {
    left: 33px;
    width: 93%;
    color: #006187;
    position: absolute;
}

.flash span {
    background-color: #DDE8FF;
    padding: 5px;
    border: 1px solid #85ADFF;
}

.loading {
    background-image: url("/static/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 16px;
    min-height: 16px;
}

.loading-transp {
    background-image: url("/static/images/ajax-loader-transp.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 16px;
    min-height: 16px;
}

.bold {
    font-weight: bold;
}

.destaque {
    color: #059ED7;
    font-weight: bold;
}

.destaque-box {
    margin: 0px 12px 6px 12px;
    padding: 6px 10px;
    border: 1px solid #95ADB5;
    background-color: #E0E7E9;
}

.sem-opacity:hover {
    opacity: 1;
}

.no-block {
    display: inline;
}

.block {
    display: block;
}

.nome-usuario-listagem {
    width: 155px;
}

.icone {
    padding: 4px 0 4px 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

.icone-mail {
    background-image: url('/static/images/mail-supercabo.gif');
}

.add-mail {
    margin-left: 5px;
}

.quota {
    background-image: url('/static/images/quota.gif');
}

.senha {
    background-image: url('/static/images/senha.gif');
    padding-right: 10px;
}

.reverter-exclusao {
    background-image: url('/static/images/mail-reverter-cancelamento.gif');
}

.excluir {
    background-image: url('/static/images/delete-mail.gif');
}

.confirmar {
    background-image: url('/static/images/ok-mini.gif');
}

.alterar-item {
    float: right;
    min-height: 74px;
}

.alterar-item p {
    margin: 0;
    padding: 0;
}

p.botoes-mini {
    margin-top: 4px;
}

td.botoes-mini a {
    margin-left: 14px;
}

.alterar-quota {
    width: 289px;
}

.alterar-senha {
    width: 289px;
}

.alterar-nome {
    float: left;
    margin: 0;
    padding: 6px 0;
    width: 388px;
}

.beta {
    font-size: 78%;
    margin-left: 2px;
    color: #C7C7C7;
}
/* ----------------------------------------------
   EMAILS CANCELADOS
------------------------------------------------- */ 

.email-cancelado {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EFEFEF;
    font-style: italic;
}

.email-cancelado td:last-child {
    font-style: normal;
}

#tooltip.aviso-email-cancelado {
    border: none;
    width: 210px;
    padding: 20px;
    height: 135px;
    opacity: 0.9;
    color: #000000;
    background: transparent url('/static/images/shadow.png');
}

#tooltip.aviso-email-cancelado h3 {
    margin-bottom: 0.75em;
    width: 220px;
    text-align: center;
    line-height: 1em;
    font-size: 16px;
}

#tooltip.aviso-email-cancelado div { width: 220px; text-align: left; }


/*CORRECOES*/

#mini-menu {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}

#mini-menu li {
    display:inline;
}

h1#novo-logo-central {
    text-indent: -9999px;
    background-image:url(/images/logo-central.jpg);
    background-repeat: no-repeat;
}

h1#novo-logo-central a {
    display:block;
    height:65px;
    width:224px;
    outline:none;
}

h1#novo-logo-central a:hover, a.logo-cabo:hover {
    border:none;
}

a.logo-cabo {
    display:block;
    background-image: url(/static/images/cabo.jpg);
    background-repeat: no-repeat;
    width: 95px;
    height: 96px;
    outline:none;
}


/*SEGUNDAVIA*/
.aviso-segunda-via {
    text-align:center;
}

.form-segunda-via-espera {
    visibility:hidden;
}

.listagem-meses-em-aberto {
    width:100%;
    margin-bottom:40px;
}
.icone-imprimir {
    background-image: url('/static/images/nw/icone-imprimir.jpg');
}

