@charset "utf-8";

/* ===== INDEX.PHP ===== */
body {
    background-color: #cccccc;
}
#titulo {
    text-align: center;
    margin-top: 60px;
    font-size: 18pt;
    padding: 5px;
    background-color: #666666;
    color: white;
}
#identifica {
    display: block;
    position: relative;
    font-size: 18pt;
    color: #606060;
    background-color: #CCCCCC;
    box-shadow: inset 0 2px 3px 0 rgba(255,255,255,.3), inset 0 -3px 6px 0 rgba(0,0,0,.2), 0 3px 2px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 1em #666;
    -moz-box-shadow: 0 0 1em #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 1px 1px white, -1px -1px #333;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: linear-gradient(to bottom, #ccc, #999 130%);
}
#boas-vindas h4{
    color: red;
    text-align: center;
    text-decoration: underline;
    font-size: 14pt;
}
#boas-vindas p {
    text-align: center;
    font-size: 14pt;
}
#atencao {
    margin-top: 40px;
}
#atencao h4{
    color: red;
    text-align: center;
    text-decoration: underline;
    font-size: 14pt;
}
#atencao span {
    text-align: justify;
    font-size: 12pt;
}

/* ===== RELATÓRIO.PHP ===== */
#corpo_rel {
    margin: 0 auto;
}
#tabela {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 1200px;
    background-color: white;
}
#tabela th {
    text-align: center;
    padding: 5px;
    font-size: 11pt;
    font-weight: 100;
}
#tabela tr {
    border: 1px solid black;
}
#tabela td {
    font-size: 10pt;
    padding: 5px;

}
#tabela td.opcao {
    text-align: center;
    font-size: 10pt;
}
.pesquisar {
    display: inline-block;
    position: relative;
    width: 150px;
}
.pesquisarpormes {
    display: inline-block;
    position: relative;
    width: 130px !important;
}
#editarexcluirpesq {
    width: 370px;
    margin-top: 20px;
    float: right;
    text-align: right;
    display: inline-block;
}
#escolha1,#escolha2,#escolha3,#escolha4,#escolha5 {
    width: 150px;
}
#conteudo {
    width: 1200px;
    margin: 0 auto;
}
@media print {
    #conteudo {
        display: none;
    }
}
@media print {
    #botoesTabela {
        display: none;
    }
}
#escolhas {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.thTabela {
    background-color: #999;
    color: white;
}

/* ===== ENVIAR.PHP ===== */
#centralizar {
    width: 1000px;
    height: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    margin-top: 100px;
    background-color: white;
}
#centralizar table {
    border: none;
    background-color: white;
}
#centralizar tr {
    font-size: 18pt;
}
#centralizar a {
    font-size: 20pt;
}
#centralizar p {
    text-align: justify;
    text-indent: 40px;
    font-weight: 100;
}
.cabeca-declara {
    font-size: 18pt;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    padding-bottom: 40px;
}
.cabecalho {
    text-align: center !important;
    line-height: 1.5;
    margin: 0 auto;
    text-indent: 0 !important;
}
.opcoes {
    font-size: 12pt;
    width: 200px !important;
    text-indent: 0 !important;
    border: 1px solid black;
}
#brasao {
    margin: 0 auto;
    width: 100px;
    margin-bottom: 15px;
}
.parag-declara {
    font-size: 16pt;
    text-indent: 100px !important;
    padding: 10px 0;
    line-height: 1.5;
    font-family: Arial, Verdana, sans-serif;
}
#centralizar #local-data {
    text-align: right;
    font-size: 16pt;
    font-family: Arial, Verdana, sans-serif;
}
#centralizar #ass {
    clear: both;
    text-align: center;
    text-indent: 0 !important;
    font-size: 16pt;
    font-family: Arial, Verdana, sans-serif;
    padding-bottom: 40px;
}
#erro-envia {
    top: 60px;
    margin: 60px;
    font-size: 22pt;
    color: red;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
}
#botoes {
    position: relative;
    width: 960px;
    margin: 0 auto !important;
    text-indent: 0 !important;
    top: -40px;
}
@media print {
    #botoes {
        display: none;
    }
}