#peta {
	height: 90vh;
	width: 100%;
	min-height: 100%;
	display: block;				 
}
 
html, body {
	height: 100%;
}

body {
	padding-top: 50px;
}		

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.info {			
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h2 {
	margin: 0 0 5px;
	color: #777;
	font: 18px/20px Arial, Helvetica, sans-serif;
}

#findbox {	
	margin-bottom: 10px;
	padding: 3px 0;
	height: 26px;
}
.search-tooltip {
	width: 200px;
}

.leaflet-tooltip.labelnya {
	background-color: transparent;
	border: transparent;
	box-shadow: none;
	color: white;
	text-shadow:
		-1px -1px 0 #000,  
		 1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
}

.leaflet-tooltip.labelMA {
	background-color: transparent;
	border: transparent;
	box-shadow: none;
	color: #00b33c;
	font-size: 12pt;
	text-shadow:
		-1px -1px 0 #fff,  
		 1px -1px 0 #fff,
		-1px 1px 0 #fff,
		 1px 1px 0 #fff;
}

.leaflet-tooltip.labelAset {
	background-color: transparent;
	border: transparent;
	box-shadow: none;
	color: #0044cc;
	font-size: 12pt;
	text-shadow:
		-1px -1px 0 #fff,  
		 1px -1px 0 #fff,
		-1px 1px 0 #fff,
		 1px 1px 0 #fff;
}

.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #99e699; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 10px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #111;
	display: block;
	transition: 0.3s
}

/* Warna anak menu ketika ditunjuk */
.sidenav a:hover, .offcanvas a:focus{
	color: #111;
	background-color: #ffff33;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	width: 35px;
	height: 40px;
	position: absolute;
	/* top right corner of the sidebar */
	top: 10px;
	right: 10px;
	background-color: #ffff00;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9998;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 16px;
	color: black;
	display: block;
	border: none;
	background: none;
	width:100%;
	text-align: left;
	cursor: pointer;
	outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
	color: #111;
	background-color: #e6e6e6;
}

/* Add an active class to the active dropdown button (Kepala menu)*/
.active {
	background-color: #339cff;
	color: black;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	background-color: #b3daff;
	padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
	float: right;
	padding-right: 8px;
} 

.fa-arrow-down {
	float: right;
	padding-right: 8px;
}

#layere {
	padding-left: 20px;
	color: #fff;
}

.separator {
	float: right;
	padding-right: 8px;
	width: 30px;
}

#tooltipJar {
	display: none;
	position: absolute;
	background: #666;
	color: white;
	opacity: 0.5;
	padding: 5px;
	border: 1px dashed #999;
	font-family: sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 20px;
	z-index: 1000;
}

#galeripipa {
	background-color: rgba(204,224,255,0.4);
	position: absolute;
	bottom:0;
	z-index: 9998;
	overflow: auto;
}

#galeripipa #tempatfoto {
	position: absolute;
	overflow: auto;
	bottom:0;
	z-index: 9999;
}

#tempatfoto .row .isiFot .fotoKon{
	opacity: 0.7;
}

#tempatfoto .row .isiFot .fotoKon:hover{
	opacity: 1;
}

#tblTutupGaleri{
	background-color: rgba(240,240,245);
	position: absolute;
	top:0;
	left:0;
	opacity:1;
	z-index:9999;
	width:100%;
}

.fotoKon{
	display: block;
	max-width:150px;
	max-height:90px; 
	width: auto; 
	height: auto;
	margin-left: 5px;
}

#ketPipa {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
} 

img {
	cursor: zoom-in;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#carousel-custom {
  width: 100%;
	bottom:0;
	height: 119px;
	background: blue;

	z-index: 9999;
}
#carousel-custom .carousel-indicators {
    margin: 5px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
		height: 110px;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0 5px !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 1;
}
