body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
h1 {
        font-weight: bold;
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 20px;
	}
h2 {
        font-weight: bold;
        font-size: 20px;
	margin-top: 0px;
        margin-bottom: 0px;
}
h3 {
	font-weight: bold;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
	}
h4 {
	font-weight: bold;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
}
h5 {
        font-weight: normal;
        font-size: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
}
h6 {
	font-weight: bold;
	text-align: left;
        margin-top: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 10px;
}
p{
        text-align:justify;
}
a {
	font-weight: bold;
	color: #666666;
        text-decoration: none;
}
a:hover {
        color: #99CC00;
}
img {
        border-top-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-right-style: none;
}
select, input {
        font: 12px Verdana, Arial, Helvetica, sans-serif;
    }
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.wtextfield {
	font-size: 11px;
	color: #333333;
	background: #FF0;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.textbox {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.err {
        color: #cc0000;
        font-weight: bold;
        background: url(shared/images/error.png) no-repeat left center;
        padding-left: 24px;
        height: 20px;
        display: inline-block;
}
.error {
	color: #cc0000;
	font-weight: bold;
}
.ok {
        color: #009966;
        font-weight: bold;
        background: url(shared/images/ok.png) no-repeat;
        padding-left: 20px;
    }
.box {
	border: 3px solid #CC0033;
        color: #555;
	display: block;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
}
.caps {
	background: #CC0033;
        color: white;
        display: block;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
        font-size: 30px;
        font-weight: bold;

   }
.layer {
        font: 10px Verdana, Arial, Helvetica, sans-serif;
        width: 25%;
        text-align:justify;
        display:none;
        position:absolute;
        border-style: solid;
        background-color: white;
        padding: 5px;
}
.credit {
        color: green;
}
.debit {
        color: red;
}
.topmenu {
        margin: 10px;
        color: #99CC00;
    }
a.topmenu {
        color: #666666;
    }
a.topmenu:hover {
	color: #99CC00;
  }
.leftmenu {
        margin: 10px;
        color: #99CC00;
    }
a.leftmenu {
        color: #666666;
    }
a.leftmenu:hover {
	color: #99CC00;
  }
.submenu {
        margin: 10px;
        margin-left: 30px;
        margin-bottom: -10px;
        color: #99CC00;
    }
a.submenu {
        color: #666666;
    }
a.submenu:hover {
	color: #99CC00;
  }
.box {
        display: inline-block;
        max-width: 100%;
        padding: 12px 16px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background: #fafbfc;
}
.ico {
	height: 18px;
	width: 18px;
    }
.smico {
        height: 9px;
	width: 9px;
}
.def {
	border-left: 6px solid #99CC00;
	color: #555;
	display: block;
	margin: 0 0 0 30px;
	padding: 0 0 0 5px;
}
.entry {
	color: blue;
	display: block;
	margin: 0;
}
th {
        padding: 5px;
        font-weight: bold;
        text-align: center;
        font-size: 10px;
        color: #666666;
    
}
td {
        text-align: center;
        padding: 2px;
}
th.form {
        text-align: right;
        color: #666666;
}
td.form {
        text-align: left;
        color: #666666;
}
th.tleft {
	text-align: left;
}
td.tleft {
	text-align: left;
}
th.tright {
	text-align: right;
}
td.tright {
	text-align: right;
}
.inv {
        border-bottom: 0;
        border-top: 0;
        border-left:0;
        border-right:0;
}
th.results {
        font-weight: bold;
        font-size: 12px;
        color: #99CC00;
        text-align: center;
}
#example {
        margin-top: 10px;
        margin-left: 10px;
}
#leftmenu {
        width: 20%;
        float: left;
}
#leftmenu2 {
        width: 20%;
        float: left;
}
#center {
        margin-top: 50px;
        margin-left: 20%;
        margin-right: 20%;
}
#main {
        width: 75%;
        float: right;
}
#main2 {
        width: 75%;
        float: right;
}
#left {
        float: left;
}
#right {
        float: right;
}
.right {
        float: right;
}
#topmenu {
        float: right;
}
.syn {
        background: url(images/syn.png) no-repeat;
        padding-left: 20px;
        color:green;
}
.ant {
        background: url(images/ant.png) no-repeat;
        padding-left: 20px;
        color:red;
}
.hyper {
        background: url(images/hyper.png) no-repeat;
        padding-left: 20px;
        color:silver;
}
.hypo {
        background: url(images/hypo.png) no-repeat;
        padding-left: 20px;
        color:black;
}
.small {
        font-weight: normal;
        font-size: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
}
.N {
        color: darkblue;
}
.E {
	color: darkslateblue;
}
.R {
	color: darkorchid;
}


.V {
        color: darkred;
}
.I {
        color: darksalmon;
}

.J{
        color: darkgreen;
}
.D {
	color: darkolivegreen;
}


.A {
        color: darkmagenta;
}
.O {
	color: black;
}
.P {
	color: darkorange;
}
.C {
	color: firebrick;
}
.F {
	color: orangered;
}

#level {
        background-color: black;
        border-width: medium;
        border-style: solid;
        float: left;
        font-weight: bold;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
}

.conteudo-centralizado {
        max-width: 800px;
        margin: 0px 0px 0px 8px;
        padding: 32px 24px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        text-align: justify;
    }

.conteudo-centralizado h2 {
        margin-top: 32px;
    }

.sumario {
        margin-bottom: 32px;
        padding: 16px 24px;
        background: #f6f6f6;
        border-radius: 6px;
    }

.sumario ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

.sumario li {
        margin-bottom: 6px;
    }

.secao {
    margin-top: 32px;
    margin-bottom: 16px;
}
/* Configurações para dispositivos menores */


@media (max-width: 900px) {
    /* Itens que não serão exibidos (opção de tabela e menu lateral) */
    .view-switch { display: none !important; }
    .left-menu { display: none !important; }

    /* Itens que serão redimensionados */
    #center, #main { width: 100% !important; float: none !important; margin: 0 auto !important; }
    #bar { margin-top: 10px !important; margin-left: 0% !important; margin-right: 0% !important; }

    /* Exibe os posts em apenas uma coluna */
    .post-card { flex: 1 1 100% !important; max-width: 100% !important; margin-bottom: 0 !important; }
    .conteudo-centralizado { margin: 24px 8px; padding: 16px 6px;  }
}


@media (max-width: 600px) {
     /* Não exibe o formulário de busca */
    .search-form { display: none; }
    .view-option a { padding: 4px 7px !important; font-size: 13px !important; }
    .view-option { padding: 4px 4px !important; }
    /* Reduz as fontes */
    #header h4, #header h4 a { font-size: 14px !important; }
    th { font-size: 10px !important; }
    td { font-size: 10px !important; }
    input { max-width: 250px !important; }
    textarea { max-width: 250px !important; }
    .painel-flex {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }
}

@media (max-width: 500px) {
    /* Reduz as fontes */
    #header h4, #header h4 a { font-size: 10px !important; }
    
}