﻿.textoCinza {
    color: grey;
}

    .textoCinza:hover {
        color: black;
    }

.textoPreto {
    color: black;
}
.imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.centralizado {
    text-align: center;
}
@media (min-width: 600px) {
    .imagecenter {
        width: 20%;
    }
}
.vermelho {
    color: red;
}
.verde {
    color: green;
}

.larguraValor {
    width: 200px;
}

.tabelaContrato {
    font-size: 0.6em;
}


.texto {
    font-size: 1.4em;
}

.largura {
    width: 130px;
}


.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;
}

.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;
    filter: alpha(opacity=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;
}

/* Tabela Totais*/
.tg {
    border-collapse: collapse;
    border-color: #93a1a1;
    border-spacing: 0;
}

    .tg td {
        background-color: #fdf6e3;
        border-color: #93a1a1;
        border-style: solid;
        border-width: 1px;
        color: #002b36;
        font-family: Arial, sans-serif;
        font-size: 14px;
        overflow: hidden;
        padding: 10px 5px;
        word-break: normal;
    }

    .tg th {
        background-color: #011d4a;
        border-color: #93a1a1;
        border-style: solid;
        border-width: 1px;
        color: #fdf6e3;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        padding: 10px 5px;
        word-break: normal;
    }

    .tg .tg-2fdn {
        background-color: #002b80;
        color: white;
        border-color: #9b9b9b;
        text-align: center;
        vertical-align: top;
        font-weight: bold;
    }

    .tg .tgfooter {
        background-color: #002b80;
        color: white;
        border-color: #9b9b9b;
        text-align: right;
        vertical-align: top;
        font-weight: bold;
    }

    .tg .tg-5gg5 {
        background-color: #ffffff;
        border-color: #9b9b9b;
        text-align: right;
        vertical-align: top
    }