﻿fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.waiticon {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/white_wall.png);
    cursor: wait;
    z-index: 999;
}

.loadingicon {
    position: absolute;
    left: 45%;
    top: 150px;
    width: 48px;
    height: 48px;
    background-image: url(../images/loading.gif);
}


.btn {
    display: block;
    width: 100%;
    padding-top: 110px;
    color: #5c5c5c;
}

.btn:hover {
    color: #0e582a;
}

.btn:visited {
    color: #5c5c5c;
}

.btn-investir {
    background: url(../images/mm-invest_off.png) center top no-repeat;
}

.btn-investir:hover {
    background: url(../images/mm-invest_on.png) center top no-repeat;
}

.btn-pix {
    background: url(../images/mm-pix_off.png) center top no-repeat;
}

.btn-pix:hover {
    background: url(../images/mm-pix_on.png) center top no-repeat;
}

.btn-celular {
    background: url(../images/mm-celular_off.png) center top no-repeat;
}

.btn-celular:hover {
    background: url(../images/mm-celular_on.png) center top no-repeat;
}

.btn-transf {
    background: url(../images/mm-transf_off.png) center top no-repeat;
}

.btn-transf:hover {
    background: url(../images/mm-transf_on.png) center top no-repeat;
}

.indicator-container {
    display: block;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 10px;
}
.indicator-page {
    display: inline-block;
    margin-right: 40px;
}
.indicator {
    color: #666;
    background-color:#ddd;
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:50%;
    line-height: 40px;
    text-align:center;
    font-size: 14px;
}
.indicator-active {
    color: white;
    background-color:#204d87;
}
.indicator-page-title {
    display:inline-block;
    line-height: 40px;
    font-size: 14px;
    margin-left: 10px;
}


.table-dados td {
    font-weight: bolder;
}

.table-dados tr td:first-child {
    font-weight: normal;
    text-align:right;
    padding-right:10px;
}

.table-dados tr td:nth-child(3) {
    font-weight: normal;
    text-align:right;
    padding-left:10px;
    padding-right:10px;
}

.subtitulo_ok {
    color: #004c8d;
}







.text-conta {
    font-family: Museo;
    color: #6d6f71;
    font-size: 18px;
    font-weight: 700;
    border-bottom: #d6dee5 1px solid;
}


.breakline {
    display: block;
    height: 10px;
}

.table-extrato {
    background-color: #f5f5f5;
    width: 100%;
}

.table-extrato thead {
    background-color: #004c8d;
    color: white;
    font-size: 12px;
    text-align:center;
    text-transform:capitalize;
}

.td-total {
    border-top: black solid 2px;

    background-color: #d6dee5;
}

.table-extrato tbody {
    font-size: 10px;
}

.table-extrato tbody tr:nth-child(even) {
    background-color: white;
}

.table-extrato2linhas {
    width: 100%;
}

.table-extrato2linhas thead {
    background-color: #004c8d;
    color: white;
    font-size: 12px;
    text-align:center;
    text-transform:capitalize;
}

.table-extrato2linhas tbody {
    font-size: 10px;
}

.table-extrato2linhas_odd {
    background-color: #dfdfdf;
}

.table-extrato2linhas_even {
    background-color: #f5f5f5;
}

.table-extrato2linhas_odd_cursor:hover {
    background-color: #dfdfdf;
    cursor: pointer;
}

.table-extrato2linhas_even_cursor:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.boxed {
    cursor: pointer;
}

.small-alert {
    font-size: 10px;
    color: #d33535;
}