html {
    font-family: sans-serif !important;
    font-size: 62.5% !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}

.btn-edit {
    /*background-color: #393f96;*/
    background-color: #102a89;
}

.info-boleto {
    color: #393f96;
}

#h3Titulo b::before {
    content: "Pagamento Boleto";
}

#divRodape {
    background-image: url('/./img/backoffice/blue-balls.jpg');
    color: #fff !important;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

.img-box {
    background-color: #F6F6F6;
}

#divRodape .styleNCredPay1 {
    color: unset;
}

#divRodape .styleNCredPay2 {
    color: unset;
}


#divRodape .styleNCredPay1:before {
    content: 'Cred';
}

#divRodape .doc:before {
    content: 'CNPJ: 27.659.570/0001-44';
}

#divRodape .loc:before {
    content: 'Al. Terracota, 185 - 2º and,sl 210 CEP:09531-190';
}

#divRodape .imgLogoRodaPe {
    content: url('/./img/logobranco.svg');
    max-width: 100px;
}

#divRodape a {
    color: unset;
}

#divRodape .footer-copyright .textA:before {
    content: "CredPay.com.br";
}

@media only screen and (max-width: 768px) {
    #divRodape {
        /*position: unset;*/
        bottom: unset;
    }
}

.form-control {
    height: 50px !important;
}

.input-edit {
    border-radius: 6px !important;
    font-size: 1.75rem !important;
}

.select-parcela {
    height: 100% !important;
}

.mesagemErro {
    font-size: 13pt;
}

.header-style {
    display: none;
}