<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------
Folha de Estilos para pï¿½ginas web

version:   2.0
author:    david sue
email:     diniz.david@gmail.com
website:   
-----------------------------------------------------------------------------*/


/*************************************************************** GERAL ***************************************************************/

html {
    height: 100%;
}

body {
    height: auto;
    margin: 0 auto;
    background-color: #F5F5F5;
}


/*************************************************************** FIM GERAL ***************************************************************/


/*************************************************************** TOPO ***************************************************************/

#topo {
    padding: 10px 0 10px 0;
    font-family: Georgia;
    font-weight: bold;
}


/* #topo #logo_cs {
    width: 60px;
    height: 55px;
} */

#topo .nome_superior {
    font-size: 15pt;
    color: #211D70;
}

#topo .nome_inferior {
    font-size: 10pt;
    color: #1051ad;
    padding-left: 80px;
    display: block;
    margin-top: -20px;
    padding-bottom: 5px;
}

.centralizar-subtitulo-topo {
    margin-top: 5px;
}

#sub_topo {
    /* padding-top: 10px; */
    /* font-family: Georgia; */
    /* font-weight: bold; */
    color: #fff;
}

.navbar-color {
    color: #fff !important;
}

div.topo a:hover {
    color: #ddd !important;
}

#sub_topo .sair {
    width: 90px;
    height: 20px;
    background: url("imagens/sair.png") no-repeat center center;
    padding-right: 70px;
}

.navbar-header {
    padding-left: 50px;
}


/*************************************************************** FIM TOPO ***************************************************************/


/*************************************************************** LOGIN ***************************************************************/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
}

.form-login .sublogin {
    margin-bottom: 20px;
}


/*************************************************************** FIM LOGIN ***************************************************************/


/*************************************************************** PRINCIPAL ***************************************************************/

#principal {
    padding-bottom: 10px;
    font-size: 13pt;
    font-family: verdana, sans-serif;
    text-align: justify;
}

#principal .panel-heading {
    margin-bottom: 5px;
    font-weight: bold;
}

#principal .panel p {
    text-indent: 5px;
    padding-left: 10px;
}

#principal .alinhar {
    display: inline-block;
    width: 175px;
}

#principal .alinhar3 {
    display: inline-block;
    width: 200px;
}

#principal .modal-dialog {
    width: 900px;
}

#principal .busca-cep {
    width: 40px;
    height: 20px;
    cursor: pointer;
}

#principal .btn-regular,
#principal .btn-treineiro {
    width: 600px;
}

#principal input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 20px;
}

#principal .enviar {
    float: right;
    /*  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  margin-right: 10px;
  color: #fff;
  width: 80px;
  height: 30px;
  border: outset 2px #000;*/
}


/*************************************************************** FIM PRINCIPAL ***************************************************************/


/*************************************************************** PRINCIPAL QSEC ***************************************************************/

#principal_qsec {
    width: 99%;
    font-family: Georgia;
    font-weight: bold;
    text-align: justify;
}

#principal_qsec fieldset {
    padding: 0;
    margin: 15px 0 0 10px;
    border: solid 0 transparent;
}

#principal_qsec legend {
    text-indent: 20px;
    background: url(imagens/marcador.png) no-repeat left center;
    font-size: 18pt;
    border-bottom: solid 2px #f39200;
    margin: 0 0 10px 0;
}

#principal_qsec #tabela_qsec {
    font-size: 11pt;
    width: 100%;
}

#principal_qsec #tabela_qsec td {
    padding: 10px 0 10px 0;
    width: 500px;
}

#principal_qsec #tabela_qsec .par {
    /* background: #FEE0C6; */
    background: #009999;
}


/*************************************************************** FIM PRINCIPAL QSEC ***************************************************************/


/*************************************************************** RODAPE ***************************************************************/

#footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -440px;
    padding-top: 5px;
    font-family: Georgia;
    height: 30px;
    width: 880px;
}


/*************************************************************** FIM RODAPE ***************************************************************/</pre></body></html>