::-webkit-scrollbar {
	width: 10px;
}


::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	border-radius: 30px;
}

::-webkit-scrollbar-thumb {
	background: #545454;
	border-radius: 30px;
}

#resultadoBuscaGeral {
	overflow-y: auto;
	max-height: 500px;
}
.msgAlerts{
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
}

#mapa {
	height:400px;
	width:100%;
}
.pointer{
	cursor: pointer;
}
.red {
	color: red !important;
}
.green {
	color: green !important;
}
.white {
	color: #FFFFFF !important;
}
.black {
	color: #000000 !important;
}
.yellow {
	color: #FFFF00 !important;
}
.card-header { 
	background: #363636 !important;
}

.calendario button{ 
	background: #363636 !important;
}

.histProds{
	height: 200px !important;
	overflow: auto !important;

}