body { overflow: hidden; }

.navbar-offset { margin-top: 50px; }
#map { position: absolute; top: 50px; bottom: 0px; left: 0px; right: 0px; }
#map .ol-zoom { font-size: 1.2em; }

.zoom-top-opened-sidebar { margin-top: 5px; }
.zoom-top-collapsed { margin-top: 45px; }

.mini-submenu{
  display:none;
  background-color: #67809F;
  border: 1.5px solid #ddd;
  padding: 7px;
  color: #fff;
  /*position: relative;*/
  width: 38px;
  text-align: center;
}

.mini-submenu-right {
  position: absolute;
  top: 60px;
  right: .5em;
  z-index: 40;
}

#map { z-index: 35; }

.sidebar, .menu-col { z-index: 45; }

.main-row { position: relative; top: 0; }

.mini-submenu:hover{
  cursor: pointer;
}

.slide-submenu{
  padding: 0 8px;
  color: rgba(255,255,255,0.9) !important;
  border-color: #ccc;
}
.slide-submenu:hover{
  color: #fff !important;
  border-color: #fff;
}
.sidebar-right-pos-custom{
  /*padding-top: 10px; */
  margin: 10px 10px 0 0;
}
.sidebar-left-pos-custom{
  /*padding-top: 10px; */
  margin: 10px 0 0 10px;
  /*width: 137px;*/
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar-left-pos-custom > .row > .panel-group{
  margin-bottom: 5px;
}
.panel > .panel-heading > .panel-title > a[data-toggle]{
  text-decoration: none;
}

.panel-flat, .panel-flat .panel-heading, .btn-flat{
  border-radius: 0 !important;
}

.panel-accordion-left{
  display: inline-block;
  margin-bottom: 5px !important;
}

.navbar.navbar-color-custom{
  background-color: #67809F;
}
.navbar .navbar-brand{
  color: rgba(255,255,255,0.8);
  letter-spacing: -1px;
}
.navbar .navbar-brand:hover{
  color: #fff;
}
.navbar .navbar-logo{
  height: 40px;
  display: inline-block;
  float: left;
  margin: 5px 5px 0;
}

/* style scroll to flat */
.slimScrollBar{
  border-radius: 0px !important;
}
div[class*="-color-custom"] .slimScrollBar{
  background-color: #67809F !important;
  opacity: 1 !important;
}

/*.panel.panel-color-custom {
  border-color: #67809F;
}
.panel-default>.panel-heading {
  color: rgba(255,255,255,0.9);
  background-color: #67809F;
  border-color: #67809F;
}*/
.border-color-custom {
  border-color: #67809F !important;
}
.background-color-custom {
  background-color: #67809F !important;
}
.btn-color-custom {
  color: rgba(255, 255, 255, 0.9);
  background-color: #67809F !important;
  border-color: #67809F !important;
}
.text-color-custom {
  color: rgba(255,255,255,0.9) !important;
}
.text-color-custom.active-hover:hover, .btn-color-custom:hover, .btn-color-custom:focus {
  color: #fff !important;
}

.no-margin{
  margin: 0 !important;
}
.no-padding{
  padding: 0  !important;
}

/* Category List */
.panel.panel-category:first-child{
  border-top: 0 !important;
}
.panel.panel-category{
  border-color: #ddd;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.panel.panel-category .panel-body{
  border-color: #67809F !important;
  border-bottom: 1px;
  padding-left: 16px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.category-panel .checkbox{
  color: grey;
}
/*.category-panel .checkbox.has-children{
  margin-bottom: 0;
}*/
.category-panel .group-box{
  margin-top: -5px;
  padding-left: 28px;
}
.category-panel .group-box.hidden-parent{
  padding-left: 0;
}

#map-frame{
  /*position: absolute;
  display: block;*/
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.panel-app{
  padding: 10px 5px 5px 0;
}
.btn-app {
  border-radius: 0px;
  position: relative;
  padding: 10px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app>.fa, .btn-app>.glyphicon, .btn-app>.ion {
  font-size: 20px;
  display: block;
}

.pointer{
  cursor: pointer;
}

#p-stat > ul{
  margin-bottom: 0;
  border-radius: 0;
}
#p-stat > ul > li{
  border-radius: 0;
}
#p-stat > ul > li:hover{
  background-color: #f5f5f5;
}

#p-stat > ul > li > ul {
  list-style-type: none;
  padding-left: 15px;
  font-size: 12px;
}
#p-stat > ul > li > ul img{
  height: 20px;
  max-height: 20px;
  padding-right: 2px;
}


/* The side navigation menu */
.sidenav {
  height: auto; /* 100% Full-height */
  width: 230px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 46; /* Stay on top */
  top: 0;
  left: -200px;
  overflow: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .panel-body{
  min-height: 378px;
}
.sidenav .sidenav-app{
  width: 200px;
}
.sidenav-icon {
  position: absolute; /* Stay in place */
  z-index: 46; /* Stay on top */
  top: 83px;
  padding: 5px 10px;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 1s; /* 0.5 second transition effect to slide in the sidenav */
  transform: rotate(90deg);
  color: rgba(255,255,255,0.9);
  background-color: #67809F;
  left: 177px;
  width: 76px;
}
.sidenav-icon-2{
  top: 170px;
  left: 170px;
  width: 90px;
}
.sidenav-icon-3{
  top: 274px;
  left: 160px;
  width: 110px;
}

.sidenav-icon-4{
  top: 398px;
  left: 150px;
  width: 130px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.padding-5{
  padding: 5px;
}

.informasi_detail_frame {
  margin-left: 29px;
  padding-right: 10px;
  max-width: 300px;
}

.menu-info-right {
  position: absolute !important;
  left: -18px;
  width: 30px;
}
.menu-info-right .btn {
  padding: 3px 6px;
  display: block;
  margin-bottom: 3px;
}

.modal {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 0, 0, 0, .8 )
              url('/live/images/loading.gif')
              50% 50%
              no-repeat;
}

/* When the body has the loading class, we turn
 the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
 modal element will be visible */
body.loading .modal {
  display: block;
}
