#map-canvas {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	height: 700px !important;
}

.gm-style-iw button:focus {
	outline: 0;
}

.filter-green{
	filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.gm-style-iw-ch span {
	font-weight: 700;
}

.gm-style-iw-chr button span {
	width: 18px !important;
	height: 18px !important;
	background-repeat: no-repeat;
}

ul[role="menu"] {
	list-style-type: none;
	width: 150px;
}

li[role="menuitemcheckbox"]  {
	background-image: none;
}

li[role="menuitemcheckbox"] span {
	width: 20px;
}


/* #infoWindowContent { min-width: 200px;} */

#legend {
	background: #FFF;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	width: 310px;
	text-align: left;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-clip: padding-box;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#legend img {
	vertical-align: middle;
	height: 20px !important;
	width: 20px !important;
	margin: -2px 8px 0 7px;
}

.legendLink {
	cursor: pointer;
}

.legendLink:hover {
	font-weight: bold;
}

.lineColor {
	border: 1px solid #efefef;
	height: 10px;
	width: 30px;
	margin: 3px 3px 0 0;
	float: left;
}

.legendLink:hover .lineColor {
	border: 1px solid #000;
	height: 10px;
	width: 30px;
	margin: 3px 3px 0 0;
	float: left;
}

.overhead {
	background: #0070ff;
}

.underground {
	background: #149600;
}


/* .map-label {
	color: #fff;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding: 2px;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
} */