html {
	height: 100%;
	
}

.pointer {
	cursor: pointer;
}

body {
	font-family: verdata, arial;
	height: 100%;
	margin: 0px;
	padding: 0px
}

#map {
	height: 100%;
	margin: 0;
	padding: 0;
}

.divNavBar {
	margin: 10px;
}

td {
	vertical-align: top;
	text-align: left;
}

td.pageTitle {
	text-align: center;
	color: #6374AB;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px solid silver;
}

th {
	font-size: 8pt;
	border: none;
	border-bottom: 1px solid silver;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
}

span.spanTitulo {
	color: #6374AB;
	font-size: 12pt;
	font-weight: bold;
}

span.spanSubTitulo {
	color: #6374AB;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

table.tblInfoWindow {
	width: 300px;
}

table.tblInfoWindow td {
	color: #6374AB;
}

.tblInfoWindow .infoRegiao {
	font-size: 12pt;
	font-weight: bold;
}

.tblInfoWindow .infoArea {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

.tblInfoWindow .infoSetor {
	font-size: 11pt;
	font-weight: bold;
}

.tblInfoWindow .infoDistrito {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}

.tblInfoWindow .infoGrupo {
	font-size: 12pt;
	font-weight: bold;
}

.tblInfoWindow .infoTitulo {
	border-top: 1px solid silver;
	padding: 5px 0px 5px 0px ;	
}
 
.tblInfoWindow .infoQuantidades, .tblInfoWindow .infoEndereco{
	font-size: 9pt;
	padding-left: 10px;
	padding-top: 5px;
	border-top: 1px solid silver;	
}

a.infoLink {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.infoLink:HOVER {
	color: red;
}

tr.trInstrucoes td {
	font-size: 10pt;
	color: gray;
}

/* Esta seção lida com as tabelas do lado esquerdo da página */

table.tblData {
	width: 100%;
}

table.tblData tr.trMenuItem, table.tblData tr.trMenuGroup {
	cursor: pointer;
}
table.tblData tr.trMenuItem:HOVER, table.tblData tr.trMenuGroup:HOVER {
	background-color: silver;
}

table.tblData tr.trMenuAtivo {
	background-color: lemonchiffon;
}

table.tblData	td {
	vertical-align: middle;
	border-bottom: 1px solid silver;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

table.tblData td.tdTotais {
	font-size: 10pt;
	padding: 3px 0px 3px 0px;
	color: #6374AB;
}

td.tdPlusMInus{
	width: 26px;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	color: #6374AB;
}


table.tblData td {
	font-size: 11pt;
	font-weight: normal;
	color: #6374AB;
	padding: 3px 0px 3px 0px;
}

table.tblData td.tdRegiao {
	font-size: 14pt;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}

table.tblData td.tdArea {
	font-size: 12pt;
	font-weight: bold;
}

table.tblData td.tdSetor {
	font-weight: bold;
}

.tdMsg {
	font-size: 8pt;
}


.tblTitReunioes {
	border:#F00;
	background-color:#BFEBFF
}

.tblReunioes td {
	padding: 3px 3px 3px 3px;
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 9pt;
}

.tblReunioes th {
	width: 30px;
	padding: 3px 3px 3px 3px;
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 8pt;
	color: black;
}

.tblReunioes .thFeriado {
	font-weight: bold;
	color: black;
}

.tblReunioes .tdFeriado {
	font-weight: normal;
}
/* Resolvendo o bug do Bootstrap, que não exibe as linhas do menu hamburguer */
.custom-toggler.navbar-toggler {
	border-color: rgba(128,128,128, 0.7);
	
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128,128,128, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
