#conteudo-camadas li:last-of-type,#download-modal .form-group
{
	margin-bottom:0
}
.display-none
{
	display:none
}
.float-none
{
	float:none
}
.icon-help
{
	position:absolute;
	right:10px;
	top:13px
}
#conteudo-animacao,#conteudo-camadas
{
	position:absolute;
	z-index:2;
	right:0;
	padding:4px;
	background:#3268ba
}
#alerta,#dados-anteriores 
.form-group
{
	margin-top:10px
}
#notificacoes
{
	position:fixed;
	right:10px;
	z-index:2;
	bottom:10px;
	margin:0
}
.data-anterior
{
	color:red
}
#download-modal #conteudo-horarios .col-md-1
{
	border:1px dotted #e5e5e5
}
#mapa
{
	height:600px;
	position:relative;
	z-index:1
}
#conteudo-camadas
{
	display:none;
	width:300px;
	top:34px;
	margin:0;
	max-height:250px;
	overflow-y:auto
}
#conteudo-camadas::-webkit-scrollbar
{
	width:5px
}
#conteudo-camadas::-webkit-scrollbar-track
{
	background:#f1f1f1
}
#conteudo-camadas::-webkit-scrollbar-thumb
{
	background:#888
}
#conteudo-camadas::-webkit-scrollbar-thumb:hover
{
	background:#555
}
#conteudo-camadas li
{
	display:block;
	margin-bottom:4px;
	background:#eeeff2;
	padding:5px
}
#conteudo-camadas li div
{
	display:flex;
	align-items:center;
	justify-content:space-between
}
#conteudo-camadas li div span.nome-camada
{
	width: 205px;
	font-weight:700
}
#conteudo-camadas li div span i
{
	margin-right:3px;font-size:16px
}
#conteudo-camadas li div span i:last-of-type
{
	margin-right:0
}
#conteudo-animacao
{
	top:0
}
#conteudo-animacao i
{
	font-size:24px;color:#fff
}
#legenda {
  height:68px;
}
#legenda img{
  width: 100%;
  height: 100%;
}
#coords{
	position: absolute;
	z-index: 1000;
	left:300px;
	max-width: 120px;
	min-width: 120px; 
	display: block;
	padding: 4px 5px 3px;
	font-size: 12px;
	color: black;
	background-color: rgba(255,255,255,0.5);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-align: center
}
#tooltip {
	position: absolute;
	height: auto;
	z-index: 1000;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	width: 250px;
}