html, body {
	height: 100%;
}

body {
	overflow-y: hidden;
	font-family: roboto;
	margin:0px;
}

.container {
	height: 100%;
	overflow-y: hidden;
}

.main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	overflow-y: hidden;
	color: dodgerblue;
	background-color: aliceblue;
}

.header {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.subheader {
	color: #FFFFFF;
	background-color: #448AFF;
	padding: 0.2em;
	font-size: 1.3em;
}

@media all and (min-width: 600px) {
	.footer {
		display:none !important;
	}
}

@media not all and (min-width: 600px) {
	.footer {
		order: 0;
		flex: 0 1 auto;
		align-self: auto;
	}
}

.main a {
	color: dodgerblue;
}

.content {
	order: 0;
	flex: 1 1 auto;
	align-self: auto;
	overflow-y: auto;
	height: 100%;
}

.leaflet-container {
	height:100%;
	width:100%;
}

.vehicle-detail-container {
	height:100%;
}

.vehicle-map {
	height:60%;
}

.card {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	margin: 2px;
	padding: 5px;
	background-color: white;
	margin:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius:2px;
}

.no-link {
	cursor: default;
}

input[type="button"] {
  border-radius: 0.25rem;
  padding: 1rem;
  color: #3A3F44;
  cursor: pointer;
}

.leaflet-popup {
	text-align: center;
	width: 300px;
}

.leaflet-popup img{
	width: 250px;

}
