
/* modify for map adjustment */
#companyVoyageMap {
	width:900px;
	height: 476px;
}
 
#companyVesselPositionsMap {
	width:800px;
	height: 400px;
	margin: auto;
}


.mq-attribution-control {
	display: none;
}
			
.major-wrap {
	width: 165px;
}
.minor-wrap {
	width: 140px;
}

.major-wrap-expand {
}

.minor {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: normal;
  padding: 2px;
  background-color: rgba(128,128,128,.85);
}

.major {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
  padding: 6px;
  background-color: rgba(128,183,241,.85);
  border-radius: 5px;
}
.major-port {
  position: relative;
  /*top: -50px;*/
  text-decoration: none;
  color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;
  padding: 3px;
  background-color: rgba(128,183,241,.85);
  border-radius: 5px;
}


.major .time {
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
}

.label {
	color: rgba(0,0,0,1);
	font-style: italic;
	text-transform: uppercase;
}

.lastActual .title {
	color: rgba(0,0,0,1);
	text-decoration: underline;
	padding:0px;
	text-align: left;
	font-weight: bold;
	
}
.lastActual {
  position: relative;
  left: -210px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: normal;
  padding: 6px;
  background-color: rgba(41, 197, 41, .85);
  border-radius: 5px;
}

.latestKnownPosition {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(41, 197, 41, .85);
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;	
}


.portLabel {
	color: rgba(0,0,0,1);
	font-weight: normal;
	font-style: italic;
}

.portName {
	text-decoration: none;
	text-alignment: center;
	background-color: rgba(255,255,255,.2);
}

.vesselName {
	text-transform: uppercase;
}


#maplegend {
	border:1px solid #999999;
	background-color: #cecece;
	padding:10px;
	width:880px;
}

#maplegend .row {
	display: inline-flex;
}
#maplegend .row .entry {
}

#entry0 {
	width: 240px;
}
#entry1 {
	width: 90px;
}
#entry2 {
	width: 180px;
}
#entry3 {
	width: 150px;
}
#maplegend .row .entry img {
	float: left;
}

#maplegend .row .entry .name{
	white-space: nowrap;
	text-transform: uppercase;
}