﻿body {
    /*background-color: #F4F7FB*/
}
.imagemcentro {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.alturaIgual {
    display: flex;
}
.imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.centralizado {
    text-align: center;
}

.vermelho {
    color: red;
}

.direita {
    text-align: right;
}

.esquerda {
    text-align: left;
}

.centervertical {
    line-height: 100px;
}

.topvertical {
    vertical-align: text-top;
    vertical-align: top;
}

.oculto {
    display: none;
}
.caixalogin {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: #F2F3F6;
    border-radius: 10px;
    width: 300px;
    color: #949494;
    font-size: 14px;
    border-color: #D9D9D7;
    margin: auto;
}
.caixalink {
    border: 1px solid #D9D9D7;
    padding: 0.6em;
    background-color: white;
    border-radius: 0px;
    color: black;
    border-color: #D9D9D7;
}
.caixas {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: #F2F3F6;
    border-radius: 10px;
    color: #949494;
    font-size: 14px;
    border-color: #D9D9D7;
}

.caixatransparente {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 10px;
    color: #949494;
    font-size: 14px;
}

.caixa-pagamento {
    border: 2px solid #D9D9D7;
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    color: #949494;
    font-size: 10px;
}

.caixa-pagamento .titulo {
        font-size: 14px;
        font-weight: bold;
    }

    .caixa-pagamento input {
        background-color: #F2F3F6;
        color: green;
        font-size: 16px;
        height: 30px;
    }


.titulorelatorio {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

#processando {
    display: none;
    /*position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -75px; 
            margin-top: -35px; 
            */
}

.div-processando {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999997;
    /* transparência compatível com os navegadores comuns.*/
    opacity: 0.65;
    background: black;
    text-align: center;
    display: none;
}

.div-textoprocessando {
    position: absolute;
    opacity: 1;
    background-color: white;
    color: black;
    text-align: center;
    width: 50%;
    left: 25%;
}

/* CSS da pagina layout.css */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
