#map-sidebar {
	position: absolute;
	top: 0px;
	left: -100%;
	/*width: 30%;*/
	min-width: 300px;
	height: calc(100%);
	/* height: 100vh; */
	background-color: transparent;
	/* background-color: white; */
	box-shadow: none;
    border-right: 7px solid rgba(0, 0, 0, 0.1);
	transition: 0.5s ease-in-out;
	z-index: 1001;
	overflow: hidden;
}

#map-sidebar .content {
	padding: 0;
    margin: 0px;
    margin-top: -6px;
    height: calc(100vh);
}

#map-sidebar .content h3 {
    font-size: 24px;
    font-weight: 300;
    padding: 0 20px;
    margin: 0px;
}

#map-sidebar hr {
	display: block;
}

#map-sidebar-menu-button {
	top: 60px;
	left: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1000;
}

#map-sidebar-menu-button button {
    background-color: white;
    border: none;
    width: 36px;
    height: 36px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 14px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 4px -1px;
}

#map-sidebar-menu-button button:hover {
    background-color: #f4f4f4;
}

#map-sidebar-close-button {
	margin-top: 0px;
	z-index: 1002;
	padding: 64px 0 0 0;
    width: 100%;
	min-width: 300px;
    background: white;
}

#map-sidebar-close-button .btn,
#map-sidebar-close-button .btn:hover {
	color: black;
	text-decoration: none;
}

#map-sidebar-close-button a,
#map-sidebar-close-button button {
	float: right;
	font-size: 16px;
}

#map-sidebar form.form-search {
    padding: 0 20px;
}

#map-sidebar form.form-search .add-on {
  	background: transparent;
  	border: none;
}

#map-sidebar form.form-search #searchByType {
  	background: transparent;
  	border: none;
  	box-shadow: none;
  	font-family: "Source Sans Pro";
	font-size: 14px;
	width: 100%;
}

