﻿.divIcone
{
	width: 28px;
	height: 28px;
	background-image: url('../img/bandeirasVerde.png');
	z-index: 9999;
	position: absolute; /*top:400px; 	left:500px;*/
	display: block;
	cursor: pointer;
}
.divPonto
{
	width: 22%;
	float: left;
}
#divMapa {
    height: 490px;
    width: 70%;
    float: right;
    border-radius: 3px;
    border: 1px solid Gray;
    margin-right: 10px;
}
#mapa {
    width: 738px;
    height: 550px;
    float: right;
    border-radius: 2px;
    border: 1px solid Gray;

}
.divRota
{
	width: 35%;
	float: left;
}
.corpoPontos
{
	width: 990px;
	float: left;
}

.modalBackgrounds
{
	background-color: #708090;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.iconePontos
{
	background-image: url(../img/IconePonto.jpg);
	height: 19px;
	width: 19px;
	float: left;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-color: Transparent;
	background-size: 20px;
}
.iconeMapaTrajeto
{
	background-image: url(../img/verMapa.png);
	height: 19px;
	width: 19px;
	float: left;
	/*margin-right: 4px;*/
	background-repeat: no-repeat;
	background-color: Transparent;	
}
.iconeUltimosRegistros
{
	background-image: url(../img/book.png);
	height: 19px;
	width: 19px;
	float: left; /*margin-right: 4px;*/
	background-repeat: no-repeat;
	background-color: Transparent;
	background-size: 20px;
}
.iconeComandos
{
	background-image: url(../img/lock.png);
	height: 19px;
	width: 19px;
	float: left;
	background-repeat: no-repeat;
	background-color: Transparent;
	background-size: 20px;
}

.iconeAcoes
{
	cursor:pointer;
	height: 19px;
	width: 19px;
	float: left;
	margin-right: 4px;

}
.iconeLocalizacao
{
	border-radius: 2px; /*border: 1px solid Gray;*/
	cursor: pointer;
}
.modalPopup
{
	background-color: #Ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}

#divMensagem
{
	float: right;
	margin-right: 360px;
	margin-top: -22px;
}
#mapHeader
{
	cursor: move;
	width: 600px;
	height: 25px;
	text-align: center;
	color: Black;
	font-family: Verdana;
}
.divModalMapa
{
	float: right;
}

.Panel1
{
	width: 18px;
	height: 54px;
	cursor: pointer;
	margin-left: 680px;
	margin-top: 10px;
}
.Panel2
{
	width: 300px;
	height: 54px;
	cursor: pointer;
	margin-left: 680px;
	margin-top: 10px;
}

.firstItemInactive, .secondItemInactive
{
	/*background-image: url('../img/IconePonto.jpg');*/
	background-image: url('../img/IconePonto3.png');
	border: 1px solid #6C7B8B;
	width: 30px;
	height: 30px;
	background-color:#E0E0E0;
}
.corpoMapaGeral
{
    width: 1000px;
    margin:0 10% 0 10%; 
    height:738px;
}
.olControlLayerSwitcher .layersDiv
{
	background-color: #ff0000;
	height: 100%;
	width: 100%;
}
.firstItemActive, .secondItemActive
{
	background-image: url('../img/IconePonto3.png');
	border: 1px solid #6C7B8B;
	width: 30px;
	height: 30px;
	background-color:#E0E0E0;
}
.divPopUpMapa
{
	color: #4F4F4F;
	font-weight: bold;
}

.div_colunas
{
	width: 160px;
	height: 250px;
	background: White;
	border:1px solid Gray;
	position: absolute;
	z-index: 1999;
	top: 45%;
	left: 80%;
}
.divJornada
{
    position: absolute;
	z-index: 100;
	top: 340px;
	left: 1000px;
	width:300px;
	height: 30px;
}