/*** Start Google Map Style ***/
html, body {
	margin: 0;
	padding: 0;
	height: 100% !important;
	width: 100%;
	background-color: #CEEBCE;
}
#map {
	height: 100% !important;
	width: 100%;
}
/*** End Google Map Style ***/

/*** Start Search Button ***/
#search-button-on-map {
	position: absolute;
	top: 5px;
	left: 2%;
	z-index: 5;
	background-color: none;
	padding: 5px;
	border: none;
	text-align: center;
}
/*** End Search Button ***/

/*** Start No Location Search Button ***/
#search-no-location {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);		/* คำนวณกึ่งกลาง */
	bottom: 2%;
	z-index: 5;
	background-color: none;
	padding: 5px;
	border: none;
	text-align: center;
}

#search-no-location-mobile {
	position: absolute;
	top: 5px;
	right: 2%;
	z-index: 5;
	background-color: none;
	padding: 5px;
	border: none;
	text-align: center;
}
/*** End No Location Search Button ***/

/*** Start Remove X Button ***/
.gm-style-iw .gm-ui-hover-effect {
	display: none !important;
}
/*** End Remove X Button ***/