* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



html, body {
  min-height: 100%;
}

#map{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}


#div_judul{
	position: absolute;
	top: 6px;
	right: 6px;
	width: 180px;
    height: 60px;
	border: 0px solid #a1a1a1;
	float: left;
	/* background-image: url("../img/zntpbb.png"); */
	background-repeat: no-repeat;
	background-size: 180px 60px;
}


#div_nav_layer{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 28px;
  height: 28px;
	border: 0px solid #4a4a49;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_layer.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}


#div_nav_list{
	position: absolute;
	top: 10px;
	left: 37px;
	width: 28px;
  height: 28px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_list.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}

#div_nav_zi{
	position: absolute;
	top: 10px;
	left: 69px;
	width: 28px;
  height: 28px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_plus.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}

#div_nav_zo{
	position: absolute;
	top: 10px;
	left: 101px;
	width: 28px;
  height: 28px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_min.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}


#div_nav_home{
	position: absolute;
	top: 10px;
	left: 69px;
	width: 28px;
  height: 28px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_fs.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}


#div_nav_measure{
	position: absolute;
	top: 10px;
	left: 165px;
	width: 28px;
  height: 28px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_rule.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}


#div_nav_cari{
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 38px;
  	height: 38px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/gps_off.png");
	background-repeat: no-repeat;
	background-size: 38px 38px;
	cursor: pointer;
	/* visibility: hidden; */
}

#div_nav_camera{
	position: absolute;
	bottom: 95px;
	right: 10px;
	width: 38px;
  	height: 38px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/camera.png");
	background-repeat: no-repeat;
	background-size: 38px 38px;
	cursor: pointer;
	/* visibility: hidden; */
}

#div_nav_data{
	position: absolute;
	bottom: 140px;
	right: 10px;
	width: 38px;
  	height: 38px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/data.png");
	background-repeat: no-repeat;
	background-size: 38px 38px;
	background-position: center;
	cursor: pointer;
	/* visibility: hidden; */
}


#div_nav_clear{
	position: absolute;
	top: 344px;
	left: 5px;
	width: 32px;
  height: 32px;
	border: 0px solid #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background-image: url("../img/button/map_icon_marker.png");
	background-repeat: no-repeat;
	cursor: pointer;
}



.scale-line {
  position: absolute;
  bottom: 0px;
  left: 80px;
}


#mouseposisi{
    background-color: #303030;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 15px;
    padding-left:4px;
    padding-right:4px;
    font-size: 11px;
}

#divLoc{
    background-color: #303030;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 115px;
    padding-left:4px;
	margin-left:2px;
    padding-right:4px;
    font-size: 11px;
}

.ol-zoom {
	visibility: hidden;
}