#ctmap {
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
}

.cargoTrackerTitle {
	font-size: 15px;
	font-weight: bold;
	color: #444;
}

#keyName {
	
}


#ctmap .btn {
    border-radius: 5px;
    font-family: lato;
    color: #4d4d4d;
    font-size: 15px;
    background: #FFBF6B;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    margin-left: 33px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 10px;
    border: 1px solid grey;
	font-family: 'Lato', sans-serif;
}

#ctmap .btn:hover {
    background: lightgrey;
    border: 1px solid grey;
}


#lonlat {
	width: 200px;
	height: 20px;
	border: 0;
	position: relative;
	left: 80px;
	top: -21px;
	color: #000000;
	font-size: 12px;
}

#trainListWrapper {
	overflow-y: scroll;
	overflow-x: hidden;
	border: 2px solid #D3D3D3;
	border-radius: 3px;
	padding: 6px;
	background-color: #F5F5F5;
	max-height: 300px;
	position: absolute;
	right: 30px;
	top: 80px;
	max-width: 600px;
	z-index: 1000;
}

#trainlist table {
	border-collapse: collapse;
}

#trainlist td, #trainlist th {
	text-align: center;
	border: 1px solid #dddddd;
	padding: 4px;
	font-family: 'Lato', sans-serif;
}

.trainListIcon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.infoBox {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-radius: 8px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	
}

.infoBox a {
	text-decoration: none;
}

.infoBox span {
	vertical-align: middle;
}

.showlist {
	float:right;
	cursor: pointer;
}

.maponly {
	visibility: visible;
	display: table-cell;
}



.popupWrapper {
	padding: 10px 2px 2px 2px; 
	margin: 5px;
}
.trainPopup th{
	font-weight: bold;
	font-size: 14px;
}
.trainPopup td {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.trainPopup {
	border-collapse: collapse;
	margin: 5px;
}
.trainPopup td, .trainPopup th {
	text-align: center;
	border: 1px solid #dddddd;
	padding: 4px;	
}

.customPopup .leaflet-popup-content-wrapper {
	border: 2px solid #D3D3D3;
	border-radius: 3px;
	padding: 1px;
	background-color: #F5F5F5;
}

.customPopup .leaflet-popup-content {
	margin: 0px;
	font-family: 'Lato', sans-serif;
}


.delayStateON_TIME {
	background-color: #ffffff;
}
.delayStateWARNING {
	background-color: #ffff99;
}
.delayStateDELAYED {
	background-color: #ff5050;
}



#titleOverlay {
	position: absolute;
	left: 60px;
	top: 10px;
	font-size: 30px;
	color: #000;
	 text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
	z-index: 1001;
}

.roundtripsTable {
	border: 1px solid #ddd;
	width: 100%;
	margin: 6px;
}
.roundtripsTable td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 2px;
}

.delayReportTable {
	border: 1px solid #ddd;
	width: 100%;
	margin: 6px;
}
.delayReportTable td {
	border: 1px solid #ddd;
	text-align: left;
	padding: 2px;
}




