#map {
	position: relative;
	display: block;
	height: 100%;
}

#map>div>div:last-child>div:last-child {
	display: none !important;
}

.pac-container {
    z-index: 99;
}

.pac-container:after {
	background-image: none !important;
	height: 0;
	margin: 0;
	padding: 0;
}

#GMapsID div div a div img {
	display: none;
}

.gm-style img[alt="Google"] {
	display: none;
}

.gm_searchbox {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 80px);
	max-width: 300px;
    margin: 10px;
}

.gm_searchbox>label {
	position: relative;
	display: block;
	margin: 0;
    padding: 0;
}

.gm_searchbox>label>input[name="gm_q"] {
	display: block;
	width: 100%;
	padding: 0 50px 0 10px;
	height: 40px;
	font-size: 14px;
    border: none;
    border-radius: 20px;
	background: none rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    overflow: hidden;
}

.gm_searchbox>a {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #666;
	text-align: center;
	text-decoration: none;
}

/*
.RIGHT_BOTTOM {
	position: absolute;
	right: 0 !important;
	bottom: 115px !important;
    z-index: 969;
}

.RIGHT_BOTTOM>div {
	display: block;
    width: 40px;
	margin: 10px;
    border-radius: 2px;
    border: none;
	background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
}

.RIGHT_BOTTOM>div>a {
	display: block;
	line-height: 40px;
	font-size: 20px;
	color: #666;
	text-align: center;
	text-decoration: none;
}
*/
button[aria-label="Map camera controls"] {
	display: none !important;
}

.RIGHT_BOTTOM {
	padding: 10px;
}

.RIGHT_BOTTOM>div {
	position: relative;
	display: inline-block;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.RIGHT_BOTTOM>div>a {
    position: relative;
    display: block;
	line-height: 40px;
	font-size: 20px;
	color: #666;
	text-align: center;
	text-decoration: none;
    cursor: pointer;
}


