#map-canvas {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	height: 600px !important;
}

#legend {
	background: #FFF;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	width:445px;
	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;
}

.color1 { background:#ff9900;} /* Orange */
.color2 { background:#ffff00;} /* Yellow */
.color3 { background:#9900ff;} /* Purple */
.color4 { background:#ff6600;} /* Red */
.color4a { background:#c500ff;} /* Red */
.color5 { background:#66ff00;} /* Bright Green */
.color6 { background:#00ffff;} /* Light Blue */
.color7 { background:#ffbebe;}
.color8 { background:#c500ff;}
.color9 { background:#780078;}
.color10 { background: #0000ff;}



.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;
}

#pac-input{
	z-index: 0;
	position: absolute;
	left: 195px;
	top: 10px !important;
	direction: ltr;
	overflow: hidden;
	text-align: left;
	height: 40px !important;
	display: table-cell;
	vertical-align: middle;
	color: rgb(86, 86, 86);
	font-family: Roboto, Arial, sans-serif;
	user-select: none;
	font-size: 18px;
	background-color: rgb(255, 255, 255);
	padding: 0px 17px;
	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;
	border:none !important;
}

      