﻿.btnfazenda {
    background-color: #546756;
    color: white;
}

    .btnfazenda:focus, .btnfazenda:active {
        background-color: #546756;
        color: white;
        font-weight: bold;
    }

    .btnfazenda:hover {
        background-color: #546756;
        color: lightyellow;
        font-weight: bold;
    }

.form-control {
    width: 100%;
}

@media (min-width: 768px) {
    .form-control {
        width: 400px;
    }

    .larguraFicha {
        width: 500px;
    }
}

.vermelho {
    color: red;
}

.larguraValor {
    width: 200px;
}

.tabelaContrato {
    font-size: 0.6em;
}

.tabela08 {
    font-size: 0.8em;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
    background-color: #f0f0f5;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #f0f0f5;
}

.texto {
    font-size: 1.4em;
}

.largura {
    width: 130px;
}

.larguraFicha {
    width: 100%;
}

footer {
    position: absolute;
    bottom: 0;
}

.direita {
    text-align: right;
}

.esquerda {
    text-align: left;
}

.centervertical {
    line-height: 100px;
}

.centralizavertical {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%); /* Safari */
}

img.centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.logotipo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.topvertical {
    vertical-align: text-top;
    vertical-align: top;
}

.oculto {
    display: none;
}
.visivel {
    display: inline;
}
.centralizado {
    text-align: center;
}

.textoh2 {
    font-size: 18px;
    font-weight: bold;
}

.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;
    }

.ddParcelas {
    background-color: #F2F3F6;
    color: green;
    font-size: 12px;
    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
    }
/* estilos para captura da foto da WebCam */

.area {
    margin: 10px auto;
    box-shadow: 0 10px 100px #ccc;
    padding: 20px;
    box-sizing: border-box;
    max-width: 500px;
    text-align: left;
}

    .area video {
        width: 100%;
        height: auto;
        background-color: whitesmoke;
    }

    .area textarea {
        width: 100%;
        margin-top: 10px;
        height: 80px;
        box-sizing: border-box;
    }

    .area button {
        -webkit-appearance: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        background-color: #546756;
        color: white;
        /* text-transform: uppercase; */
        border: 1px solid white;
        box-shadow: 0 1px 5px #666;
    }

        .area button:focus {
            outline: none;
            background-color: #0989b0;
        }

    .area img {
        max-width: 100%;
        height: auto;
    }

    .area .caminho-imagem {
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #068c84;
        text-align: center;
    }

        .area .caminho-imagem a {
            color: white;
            text-decoration: none;
        }

            .area .caminho-imagem a:hover {
                color: yellow;
            }
