﻿.container {
    margin-left: 0px;
    margin-right: 0px;
}
.telaCheia {
    margin: 5px 0 0 5px;
    padding: 0;
    max-width: 100%;
}
a.disabled_jlv {
    pointer-events: none;
    color: #ccc;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
}
.navbar-brand {
/*    min-height: 70px;
    margin-right: 0;
    padding: 10px 0;
    z-index: 1;*/
}
.imagemcentro {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-logo {
    margin-right: 12px;
    margin-left: 12px;
    padding-left: 12px;
}

.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;
}

.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%;
}
/* 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
    }
