html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.container {
    min-height: 650px;
    width: 456px;
    position: relative;
}

#areaTipoCambioNoValido, #divCancelar, #tblClientsAccount, #infoEmail, #hrInfoAccountPay, #infoAccountPay, #loaderArea {
    display: none;
}

    #tblClientsAccount table th, #tblClientsAccount table td {
        font-size: 11px;
    }

        #tblClientsAccount table td.column-left {
            text-align: left;
        }

        #tblClientsAccount table td.column-right {
            text-align: right;
        }

        #tblClientsAccount table td.column-center {
            text-align: center;
        }

        #tblClientsAccount table th.column-pay,
        #tblClientsAccount table td.column-pay {
            width: 10%;
        }

        #tblClientsAccount table th.column-account,
        #tblClientsAccount table td.column-account {
            width: 25%;
        }

        #tblClientsAccount table th.column-name,
        #tblClientsAccount table td.column-name {
            width: 45%;
        }

        #tblClientsAccount table th.column-balance,
        #tblClientsAccount table td.column-balance {
            width: 20%;
        }


.infoPendiente {
    font-size: 1rem;
    color: green;
}