@charset "utf-8";
/* CSS Document */

 /*Cabeçalho*/
#header {
	min-height: 100px;
	background-color: #1e73be;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #1e73be;
	color: black;
}
.clearfix {
  overflow: auto;
}
.clearfix img{
	float: left;
    vertical-align: middle;
    width: 136,35px;
    height:80px;
}
.clearfix p{
	padding: 50px 0;
}
/* Menu */

/* Menu Principal */
#navbar {
	text-align: left;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}

#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1e73be;
}
/* os elementos do bloco deslizarão lado a lado*/
#navbar li {
  float: left;
}

#navbar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 10px;
	text-decoration: none;
	font-size:12px;
}

#navbar li a:hover:not(.active) {
  color: white;
  background-color: #333333;
}

#navbar .active {
  color: white;
  background-color: #333333;
}

/* Caminho */
#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	font-size: 14px;
	padding: 0;
	font-style: italic;
}

#breadcrumb a {
	text-decoration: none; /* remove sublinhados de links*/
	color: #333333;
}

#breadcrumb a.current {
	font-weight: bold;
	color: #1e73be;
}

#breadcrumb a:hover {
	text-decoration: none; /* remove sublinhados de links*/
	color: white;
	background-color: #333333;
}

#content {
	/*border-top: 1px dotted black;*/
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

/* Corpo */
body {
	background-color: #fff;
	font-family: "Times New Roman", Times, Georgia, serif;
}
body p{
	font-size:12px;
}

a {
	text-decoration: none;
	font-size: 12px;
}

a:link {
	color: #006699; /* #333333; */
}

a:active {
	color: #ffffff;
	background-color:#333333;
}

a:visited {
	color: #551aa9;
}

a:hover {
	color: #EEEEFF;
	background: #333333;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #333333;
}
/* alterado em 24032021*/
#container {
	background-color: #fff;
	font-size: 1em;
	width: 100% !important;
	min-width: 730px !important;
	margin: 0px auto;
	text-align: center;
}

/* Principal*/
#main {
	display:inline;
	overflow:hidden;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted black;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted black;
}

table.listing td.endseparator {
	border-top: 1px dotted black;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #726c54;
}

/* Menu lateral */

#rightSidebar div.block span.blockTitle {
    background-color: #1e73be;
    color: #fff;
    text-transform: none;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-weight: normal;
    font-size: 14px;
    padding: .5em;
    letter-spacing: normal;
    margin-bottom: 1em;
}

#rightSidebar div.block {
    font-size: 12px;
	/*width: 24%;*/
	z-index: 1;
	position: relative;
}

#rightSidebar ul {
  list-style-type: none;
  margin: 0;
  width: 200px;
}

#rightSidebar li a {
  display: block;
  color: #1e73be;
  text-decoration: none;
  padding: 4px 8px;
}

/* Change the link color on hover */
#rightSidebar li a:hover {
  background-color: #555;
  color: white;
}

#btsubside a{
  background-color: #1e73be;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

#btsubside a:hover:not(.active) {
  color: white;
  background-color: #333333;
}

#btsubside a:hover {
  color: white;
  background-color: #333333;
}

#btsubside a:visited {
  color: white;
  background-color: #1e73be;
}

#btsubside a:active {
  color: white;
  background-color: #333333;
}

/* Rodapé */
#pageFooter {
  background-color: #F1F1F1;
  text-align: center;
  padding: 10px;
  position:relative;
  display:block;
  float:none;
  z-index:auto;
}

#footer {
	position: static;
	margin: 0 auto;
}

#footerContent {
	color:  #333;
}
/* Tamanho da fonte no título da tabela*/
#pageFooter th {
	font-size:16px;
	text-align:center;
}
#pageFooter td {
	font-size:16px;
	text-align:center;
}
/*Tamanho máximo das imagens do rodapé*/
#pageFooter #logos img {
	max-height:35px;
	max-width:200px;
}
/*Incluído em 23/07/2021*/
/* Links do rodapé*/
#pageFooter a:hover {
  color: #333333;
  background: #F1F1F1;
}
/*Incluído 04/08/2021*/
/* Classe para tabelas internas */
#tbzebra table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
}
#tbzebra td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
#tbzebra tr:nth-child(even) {
  background-color: #dddddd;
}
  

