.box_mapium{
	position:fixed;
	width: 100%;
	height: 100%;
}
#box_mapium{
	position:fixed;
	width: 100%;
	height: 100%;
}
.box_data_total{
	position:absolute;
}
.box_total{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
}
.box_total_isi{
	position: relative;
	padding:2px;
	display:inline-block;
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	min-width:30px;
	color: #d14d2d;
	background: white;
}
.box_total_isi:hover{
	background: #009b4c;
	color: white;
	cursor: pointer;
}
.mapmenu{
	left: 20px;
	position: absolute;
	top: 120px;
	width:35px;
	height:40px;
	background: url("filter.png") no-repeat;
	background-size: 35px 40px;
}
.box_data_detail{
	position: absolute;
}
.mapmenu:hover{
	background-color: #e1feef;
	cursor: pointer;
}
.box_detail{
	position: relative;
	padding:5px;
	display:inline-block;
	font-size: 13px;
	background: white;
	text-align: center;
}

.box_detail:before{
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	height: 30px;
	content: "";
	background: url("mapicon.png") no-repeat;
	background-size: 100% 30px;
}
.box_nama{
	font-size: 13px;
	font-weight: bold;
}
.box_alamat{
	font-size: 11px;
}
.box_btdetail{
	font-size: 12px;
	padding: 3px;
	margin-top: 4px;
	background: #a0d9f6;
	color: #000000;
	display: inline-block;
}
.box_btdetail:hover{
	color: #006f36;
	color: #ffffff;
	cursor: pointer;
}
.boxmapmenu{
	position: absolute;
	top: 170px;
	width: 200px;
	z-index: 10;
	text-align: left;
	padding: 5px;
	background: #f5f5f5;
	-webkit-transition: all 0.2s linear;
	transition: height all 0.2s linear;
}

.boxmapmenu select{
	width: 195px;
}
.boxmapmenu .inputfilter{
	width: 195px;
}

.boxmapmenushow{
	left: 20px;
}
.boxmapmenuhide{
	left: -230px;
}
.judul_menu_map{
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
}
.btmapfilter{
	width: 185px;
	padding:6px 5px;
	text-align: center;
	background: #009b4c;
	color: white;
	margin-top: 10px;
}
.btmapfilter:hover{
	background: #006732;
	cursor: pointer;
}
