md-dialog.fullscreen-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.md-toast.error {
    /*background-color: red;*/
}

.md-toast.success {
    /*background-color: white;*/
}


.selectedIndex {
  background: #E3F2FD;
}


#home_canvas {
    position: absolute;
    padding: 10px;
    height: 100%;
}

#map_card {
  height: 100%%;
  margin: 10px;
}

#map_container {
  height: 100%;
  margin: 10px;
  
  z-index: 1; 
}


#osm_map { 
  height: 99%; 
}

#gpsies_map { 
  height: 97%; 
  z-index: 90; 
}

#gpsies_track_elevation { 
  width: 100%; 
}

#over_map { 
  position: absolute; 
  width: 220px;
  height: 350px;
  top: 12%; 
  left: 3%; 
  z-index: 99; 
}

.trackStats {
  background-color: rgba(255, 255, 255, 0.90);
  border-radius: 10px 10px 10px 10px;
}

.trackStatsTitle {
	font-weight: bold;
	margin-left: 5%;
	margin-bottom: 5px;
}
.trackStatsValue {
	font-weight: normal;
	margin-left:10%;
}


