﻿.foradatela {
    position: absolute;
    left: -1000px;
    top: -1000px,
}
.texto {
    font-size: 1.4em;
}
.largura {
    width: 130px;
}
footer {
    position: absolute;
    bottom: 0;
}
.direita {
    text-align: right;
}
.esquerda {
    text-align: left;
}
.centervertical {
    line-height: 100px;
}
.topvertical {
    vertical-align: text-top;
    vertical-align: top;
}
.oculto {
    display: none;
}
.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;
}
.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; 
            */
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
