/* custom css fpr aporee ::: maps */

* {
  /* So 100% means 100% */
  box-sizing: border-box;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* no underline */
a:link, a:visited a:hover, a:active, a:focus { text-decoration: none; }
a:hover { color: #A00; }

/* custom w3-css colors */
.w3-apodarkgray{color:#eee!important;background-color:#222!important}
.w3-apored,.w3-hover-apored:hover{color:#000!important;background-color:#A00!important}
/* change color so that parent element stays red */
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#A00;color:#000}
.w3-dropdown-content{min-width: 180px}
.w3-opacity-apo{opacity:0.85}
/* change pinter for ul lists*/
.w3-ul>li { cursor: pointer}

/* google infowindow content styles */
#infowindow {
	overflow: auto;
	border: 1px solid #777;
	max-height: 500px;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #AAA;
}
#osm{
	position: fixed;
	right: 0px;
	bottom: 40px;
	margin-right: 450px;
	z-index: 2;
	display: none;
}
