html,
body {
  height: 100%;
  min-height: 100%;
}

.inline-radio {
  float: left;
  margin-right: 50px;
  margin-bottom: 15px;
}

.ol-control button {
  font-size: 1.2em !important;
  padding: 0 0 4px 0 !important;
}

.scrolled-menu {
  min-width: 250px;
  width: 100%;
  max-height: 13rem;
  overflow-y: scroll;
}

.ol-scale-line {
  bottom: 50px !important;
}

.google-login {
  border-radius: 10px !important;
  width: 70% !important;
  padding: 10px !important;
  margin: 10px !important;
  background-color: darkred !important;
  color: white !important;
}

.fb-login {
  border-radius: 10px !important;
  width: 70% !important;
  padding: 10px !important;
  margin: 10px !important;
  background-color: darkred !important;
  color: white !important;
}

.twitter-login {
  border-radius: 10px !important;
  width: 70% !important;
  padding: 10px !important;
  margin: 10px !important;
  background-color: lightblue !important;
  color: white !important;
}


/*.downloaddatasekolah {
  display: none;
}*/

.rekomendasiContainer {
  height: 100%;
  min-height: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-family: 'Lato';
}

.rekomendasiContainer p {
  padding: 10px 20px;
  font-size: 0.85em !important;
  font-family: 'Lato';
}

.rekomendasiContainer ul {
  font-size: 0.85em;
}

.close-icon {
  border: 1px solid transparent;
  background-color: transparent;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 45px;
  display: none;
}

.close-icon:after {
  content: "X";
  display: block;
  width: 19px;
  height: 19px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  margin: auto;
  padding: 2px 2px 4px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 700;
  cursor: pointer;
}

i.fa {
  font-size: 20px !important;
}

.map {
  height: 102vh;
  min-height: 100vh;
}

.feedback_kejadian_text {
  font-size: 18px !important;
  padding-top: 1.5px;
  margin-bottom: 0px !important;
}

.inariskmodal {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.titleBahaya {
  text-align: center;
  font-size: 26px;
  font-family: 'Lato';
  background-color: #f27835;
  color: #ffffff;
  padding: 30px 0px;
  border-bottom-right-radius: 20px;
  z-index: 15;
  width: 100vw;
  border: solid 0px #000;
  margin-left: -20px;
}

.box-putih {
  text-align: center;
  font-size: 14px;
  color: #f79933;
  background-color: #ffffff;
  width: 50vw;
  padding: 5px 10px;
  margin: 10% auto;
  border-radius: 5px;
}

.rekomSebelum {
  text-align: center;
  background-color: #f79933;
  margin-top: -20px;
  border-bottom-right-radius: 20px;
  padding: 35px 0px 25px;
  margin-left: -20px;
  margin-right: 0px;
  width: 100vw;
  z-index: 14;
}

.rekomSaat {
  text-align: center;
  background-color: #ffcf31;
  margin-top: -20px;
  border-bottom-right-radius: 20px;
  padding: 35px 0px 25px;
  margin-left: -20px;
  margin-right: 0px;
  width: 100vw;
  z-index: 13;
}

.rekomSesudah {
  text-align: center;
  background-color: #f05e33;
  margin-top: -20px;
  border-bottom-right-radius: 0px;
  padding: 35px 0px 25px;
  margin-left: -20px;
  margin-right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 12;
}

.NamaBencana {
  font-size: 26px;
  font-family: 'Lato';
  background-color: #ffffff;
  color: #f05e33;
  margin-top: 10px;
  margin-left: -5px;
  margin-bottom: 0px;
  padding: 15px 40px;
  width: 100vw;
  height: 60px;
  border-bottom: solid 1px #666;
}

iframe {
  margin-left: -20px;
  margin-top: -17px;
  padding: 5px 0px;
  border: 0px;
  width: 100vw;
  height: 81vh;
  background-color: #ffffff;
}

.KelasBahaya {
  margin-left: -20px;
  font-size: 40px;
}

.LatoRegular {
  font-family: 'Lato';
}

.LatoBold {
  font-family: 'Lato';
  font-weight: 700;
  margin-top: -20px;
}

.getDetailInfo {
  font-size: 20px;
  font-family: 'Lato';
  cursor: pointer;
}

.modal-content {
  top: -1px;
  left: -1px;
  height: 105%;
  width: 105%;
  border-radius: 0px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #f27835;
  font-size: 20px;
  font-family: 'Lato';
}

.modal-content a:link,
.modal-content a:visited {
  color: #ffffff;
}

.main-content {
  margin-top: 15px;
}

.block-rect {
  background-color: #ffffff;
  margin-left: -5px;
  padding-left: : 0px;
  height: 20px;
  width: 20px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
}


/*layer button*/

#marker {
  display: none;
}

p.bahaya_webmap {
  padding-top: 1.5px;
  margin-bottom: 0px !important;
  clear: right;
  font-size: 14px;
}

ul.radio-webmap {
  margin-top: 0px;
  padding-left: 20px;
  margin-left: -15px;
  padding-bottom: 10px;
  list-style: none;
}

ul.radio-webmap li {
  margin-top: 4px;
  font-size: 12px;
  border-bottom: 0px solid #333;
  margin-left: 0px;
}


/*layer button*/

.bottom {
  position: absolute;
  bottom: 0px;
  text-align: center;
}

.getinfo {
  margin: 0px auto !important;
}

.header-mobile {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  min-height: 0px;
  z-index: 2;
  margin-top: 30px;
}

.navbar-toggle-kajian-mobile {
  display: block;
  /*background-color: #ffffff;*/
  color: #ff7f0e;
  border-radius: 0px 5px 5px 0px;
  float: right;
  padding: 6px 8px;
  position: relative;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid rgb(255, 127, 14);
  font-weight: bold !important;
}

.navbar-toggle-kajian-mobile:hover {
  background-color: #3c5569;
}

.navbar-toggle-kajian-mobile span {
  border-top: solid 1px #ff7f0e;
  border-bottom: solid 1px #ff7f0e;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-toggle-kajian-mobile .icon-bar {
  background-color: #ff7f0e;
  display: block;
  width: 15px;
  height: 1px;
  border-radius: 1px;
}

.navbar-toggle-kajian-mobile .icon-bar+.icon-bar {
  margin-top: 4px;
}


/*layer button*/


/*gmap zoom button*/

.gm-bundled-control-on-bottom .gmnoprint {
  left: 10px !important;
  top: 20px !important;
}

.gm-bundled-control-on-bottom .gmnoprint div {
  width: 20px !important;
  height: 41px !important;
}

.gm-bundled-control-on-bottom .gmnoprint div div {
  width: 18px !important;
  height: 1px !important;
  margin: 0px 1px !important;
}

.gm-bundled-control-on-bottom .gmnoprint div .gm-control-active {
  width: 20px !important;
  height: 20px !important;
}

.gm-bundled-control-on-bottom .gmnoprint div .gm-control-active img {
  height: 10px !important;
  width: 10px !important;
  margin: 5px 5px 5px !important;
}


/*gmap zoom button*/


/*search places */

#description {
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  position: absolute;
  right: 32px;
  background-color: #fff;
  margin-left: 12px;
  padding: 3px 11px 3px 10px;
  text-overflow: ellipsis;
  width: 200px !important;
  z-index: 9;
  border-radius: 15px 0px 0px 15px !important;
  margin: 60px 0px !important;
}

#pac-input:focus {
  /*border-color: #4d90fe;*/
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}


/*search places*/

.backgroundorange {
  background-color: #ff7f0e !important;
  color: #fff;
  padding: 15px 5px;
  height: 105vh;
}

.boxnomor {
  border-top: solid 1px #fff;
  background-color: #fff;
  color: #ff7f0e;
  font-weight: bold;
  text-align: center;
}

.topborder {
  border-top: solid 1px #fff;
  padding-top: 10px;
  text-align: left !important;
  margin-bottom: 20px;
}

.rounded-corner {
  border: solid 2px #fff;
  border-radius: 5px;
}

#body_kajian {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
  height: 100%;
}

p {
  margin: 0px 0px 15px;
  text-align: justify;
}

div.tooltip {
  color: #fff;
  background-color: #000;
  padding: 5px 5px;
  text-shadow: #f5f5f5 0 0px 0;
  border-radius: 5px;
  opacity: 0.7;
  position: absolute;
}

#logo_inarisk_kajian {
  position: absolute;
  bottom: 30px;
  left: 10%;
  z-index: 1;
}

#logo_inarisk_kajian_2 {
  position: absolute;
  bottom: 165px;
  left: 25px;
  z-index: 1;
}

.ol-zoom {
  left: 12px;
  top: 55px !important;
}

.navbar-header-kajian {
  background-color: #ffffff;
  position: absolute;
  top: -30px;
}

.zoomControl {
  position: absolute;
  top: 130px;
  left: 30px;
  width: 80px;
}

.zoomPlus {
  display: block;
  width: 30px;
  height: 30px;
}

.zoomMinus {
  display: block;
  width: 30px;
  height: 30px;
}

.garis-putus {
  stroke-dasharray: 5;
}

.c3-grid line {
  stroke: #000000 !important;
}

.garis-putus text {
  transform: translateX(2px);
  -ms-transform: translateX(2px);
  /* IE 9 */
  -webkit-transform: translateX(2px);
  /* Safari and Chrome */
  -o-transform: translateX(2px);
  /* Opera */
  -moz-transform: translateX(2px);
  /* Firefox */
  fill: #000 !important;
}

.header {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  min-height: 0px;
  z-index: 2;
}

.mainheader {
  padding: 20px 20px 0px;
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 70px;
  z-index: 2;
}

.logo-header {
  height: 30px;
  float: left;
  margin-right: 10px;
}

.logo-header-small {
  height: 28px;
  padding-left: 15px;
}

.box-menu {
  width: 40px;
  height: 40px;
  background-color: #ff7f0e;
  color: #ffffff;
}

#myposition {
  height: 0px;
  width: 110px;
  text-align: left;
  font-size: 14px;
  color: #000000;
  border: solid 0px #000000;
  position: absolute;
  top: 80px;
  left: 30px;
  padding: 0px;
  z-index: 2;
}

.close-box-kajian {
  /*background-color: #3c5569;*/
  border-radius: 0px;
  background-color: #ff7f0e; //rgba(255,255,255,0.7);
  /* border-top-left-radius: 5px; */
  /* border-top-right-radius: 5px; */
  color: #fff;
  position: relative;
  left: 50%;
  top: -170px;
  z-index: 1;
  padding: 3px 10px !important;
  font-size: 20px;
  line-height: 0px;
}

.close-box-kajian:hover {
  color: #ff7f0e;
}

#summary {
  margin-top: -170px;
  /*background-color: #3c5569;*/
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 10px 0px;
  font-size: 11px;
  font-weight: bold !important;
  text-transform: uppercase;
  z-index: 1;
  padding-bottom: 20px;
}

.downloadkrb {
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  padding: 3px 10px;
  background-color: #ff7f0e;
  margin: 4px 5px 0px 0px;
  display: block;
  width: 140px;
}

.downloadkrb:hover {
  color: #3c5569;
  background-color: #ffffff;
  text-decoration: none;
}

.icon-kajian {
  width: 50px;
  display: block;
  margin: 0px auto 10px;
}

.icon-kajian-medium {
  width: 40px;
}

.icon-kajian-small {
  width: 25px;
}

.nama-bencana {
  font-size: 12px;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.angka-terpapar {
  font-size: 14px;
  font-weight: bold !important;
  margin: 0px 0px 5px;
}

.angka-rupiah {
  font-size: 14px;
  font-weight: bold !important;
  margin: 0px 0px 5px;
}

.icon-kabupaten {
  width: 20px !important;
}

.parameter {
  font-size: 10px;
}

.parameter ul {
  margin-left: -30px;
}

.navbar-toggle {
  display: block;
  background-color: #ff7f0e;
  color: #ffffff;
  border-radius: 0px;
  float: left;
  margin-left: 0px;
  padding: 4px 4px 6px;
  margin-top: 10px;
  z-index: 10;
  font-weight: bold !important;
}

.navbar-toggle span {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
}

.navbar-toggle:hover {
  background-color: #3c5569;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.nav-menu {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 9999;
  left: -350px;
  padding: 0px 0px 0px 10px;
  width: 250px;
  min-height: 200px;
  height: 100vh;
  /*display: none;*/
  top: 0px;
}

.nav-menu ul {
  list-style-type: none;
  margin-left: -10px;
}

.nav-menu ul li {
  margin: 5px 0px;
}

.nav-menu ul li a {
  color: #333333;
  font-weight: bold !important;
  font-size: 12px;
}

.nav-menu ul li a:hover {
  color: #ff7f0e;
  text-decoration: none;
}

.nav-menu ul li select {
  padding: 3px 25px 3px 5px;
  border-radius: 3px;
  border: solid 1px #999;
}

.nav-menu ul li ul li {
  margin: 5px 0px 5px -29px;
}

.nav-menu ul li ul li i {
  font-size: 14px !important;
}

.no-padding {
  padding: 2px !important;
}

img.full {
  width: 100%;
  position: absolute;
  top: -120px;
  z-index: -1;
  height: 100%;
  left: 0px;
}

.first-section {
  position: relative;
  height: 300px;
}

.second-section {
  /*clear: both; */
  position: relative;
  top: 0px;
}

.third-section {
  /*clear: both; */
  position: relative;
  top: 0px;
  overflow-x: scroll;
}

.fourth-section {
  /*clear: both; */
  position: relative;
  top: 10px;
  padding-left: 5px;
  padding-bottom: 10px !important;
}

.fifth-section {
  /*clear: both; */
  position: relative;
  top: -60px;
}

.close-menu {
  background-color: #ff7f0e;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  margin-top: -40px;
  margin-right: -4px;
  padding: 0px 12px;
}

.header-nav-menu {
  border-bottom: solid 0px #cccccc;
  margin-bottom: 10px;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
}

.container-full,
.row-full {
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}

#mapcontainer {
  position: relative;
  width: 100vw;
  min-width: 100vw;
  display: inline;
  padding: 0px !important;
  height: 101vh;
  min-height: 101vh;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

div.fill {
  width: 100%;
  height: 200px;
}

div.hasil-kajian-fill {
  width: 100%;
  height: 101vh;
}

div.gempabmkg {
  width: 100%;
  height: 250px;
}

.ol-attribution {
  max-width: calc(100%-3em);
}


/*#mapservices { height: 540px; padding: 10px !important; }*/

.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

path.slice {
  stroke-width: 2px;
}

polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 1px;
  fill: none;
}

#graph {
  padding: 50px 10px 0px;
  margin: 0px auto;
}

#chartid {
  border: 0px solid rgb(169, 169, 169);
  width: 100%;
}

#table {
  margin: 0px auto;
  padding: 0px;
  overflow-x: scroll;
}

#table table {
  margin: 0px auto;
  font-size: 11px;
}

th {
  background-color: #ef7e20;
  border: solid 1px #ffffff;
  padding: 3px 5px 3px;
  color: white;
}

td {
  border: solid 1px #ffffff;
  padding: 2px 4px;
  color: #000;
  font-size: 12px;
  padding: 5px 5px;
}

tr:nth-child(even) {
  background-color: #fbdbc4 !important;
}

tr:nth-child(odd) {
  background-color: #fdf2ea !important;
}

td:first-child {
  font-weight: bold !important;
}

a.scroll-arrow {
  font-size: 35px;
  color: #ff7f0e;
  width: 50px;
  border-radius: 5px;
  height: 50px;
  border: 0px solid #ffffff;
  background-color: transparent;
  padding: 2px 10px;
  opacity: 1;
  position: relative;
  bottom: 10px;
  left: 50%;
}

a:hover.scroll-arrow,
a:focus.scroll-arrow {
  background-color: #fff;
  color: #ff7f0e;
}

.section-metodologi {
  margin-bottom: 100px !important;
}

.title {
  text-align: center;
  color: #ff7f0e;
  font-weight: bold !important;
  padding-bottom: 20px;
}

.hasil-kajian {
  margin-top: -60px !important;
  z-index: 1;
}

.navbar-toggle-kajian {
  display: block;
  background-color: #ff7f0e;
  color: #fff;
  border-radius: 0px;
  float: right;
  padding: 7px 8px;
  position: relative;
  margin-top: -40px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-image: none;
  border: 1px solid transparent;
  font-weight: bold !important;
}

.navbar-toggle-kajian:hover {
  background-color: #3c5569;
}

.navbar-toggle-kajian span {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-toggle-kajian .icon-bar {
  background-color: #fff;
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 1px;
}

.navbar-toggle-kajian .icon-bar+.icon-bar {
  margin-top: 4px;
}

.nav-menu-kajian {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 9999 !important;
  right: -350px;
  padding: 0px;
  width: 0px;
  height: 100vh;
  /*min-height: 500px;
  height: 580px;*/
  top: 0px;
  /*overflow-y: scroll;*/
}

.close-menu-kajian {
  background-color: #ff7f0e;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  margin-top: 5px;
  /* position: absolute; */
  left: 0px;
  padding: 0px 10px 0px 15px;
}

.header-nav-menu-kajian {
  /*border-bottom: solid 1px #ffffff;*/
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.border-bottom {
  border-bottom: solid 1px #ff7f0e;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}


/* radio button */

ul.radio {
  margin-top: 0px;
  margin-left: -15px;
  padding-bottom: 10px;
  list-style: none;
}

ul.radio li {
  margin-top: 4px;
  font-size: 12px;
  border-bottom: 0px solid #333;
  margin-left: 0px;
}

.refresh-map {
  border-radius: 0px;
  background-color: #ff7f0e;
  padding: 3px 10px;
  color: #ffffff;
  margin-top: 0px;
}

#mapsummary {
  position: absolute;
  bottom: 10px;
  left: 50px;
}


/* Layer Switcher */

#LayerSwitcher {
  font-weight: normal !important;
  /*overflow-y: scroll !important;*/
}

.LayerSwitcher {
  margin: 0px 0px 20px 0px;
}

.LayerSwitcher .BaseLayerDiv,
.LayerSwitcher .OverlayDiv {}

.LayerSwitcher .NewOverlayDiv {
  overflow: scroll;
  height: 400px;
}

.LayerSwitcher .LayerClickDiv,
.LayerSwitcher .LayerClickDiv * {
  cursor: pointer;
}

.LayerClickDiv {
  margin: 0.2em;
}

.LayerClickDiv label {
  font-weight: normal !important;
  margin-bottom: 0px !important;
  font-size: 12px;
}

.LayerSwitcher .Separator {
  border-bottom: 1px solid #999999;
  margin: 0.5em;
}

.LayerSwitcher .check {
  border: 1px solid #999999;
  height: 0.8em;
  width: 0.8em;
  background: transparent;
  float: left;
  margin: 0.25em 0.5em 0 0;
}

.LayerSwitcher .checkbox {
  /* border-radius:0.2em; */
  padding: 1px;
}

.LayerSwitcher .checkbox.checked {
  background: #FF9900;
}

.LayerSwitcher .radiobutton {
  margin: 1em 0.5em 0 0;
  border-radius: 1em;
}

.LayerSwitcher .radiobutton.checked {
  background: #FF9900;
}

.div-detail {
  position: absolute;
  bottom: 10px;
  left: 350px;
}

.btn-detail {
  background-color: #ff7f0e;
  color: #ffffff;
  font-weight: bold !important;
  padding: 3px 5px;
  font-size: 12px;
  z-index: 99999999 !important;
  height: 100px;
}

.pull-center {
  margin: 0px auto;
}

.close-header {
  background-color: transparent;
  color: #ff7f0e;
  margin: 0px;
  position: absolute;
  top: 50px;
  z-index: 3;
  padding: 0px !important;
  left: 50%;
  font-size: 20px;
  line-height: 0px;
  /*height: 0px;*/
}

.borderpurple {
  border: solid 1px #6600CC;
}

.colorpurple {
  color: #6600CC;
}

.buttonpurple {
  background-color: #6600cc !important;
  color: white !important;
  border-color: #6600cc;
}

.borderblue {
  border: solid 1px rgb(31, 119, 180);
}

.colorblue {
  color: rgb(31, 119, 180);
}

.buttonblue {
  background-color: rgb(31, 119, 180) !important;
  color: white !important;
  border-color: rgb(31, 119, 180);
}

.colororange {
  color: rgb(255, 127, 14);
}

.borderorange {
  border: solid 1px rgb(255, 127, 14);
}

.buttonorange {
  background-color: rgb(255, 127, 14) !important;
  color: white !important;
  border-color: rgb(255, 127, 14);
}

.colorgray {
  color: #aaaaaa;
}

ul.listnone {
  list-style-type: none !important;
  padding-left: 0px;
  margin-left: 0px;
  text-align: left;
}

li.listnone {
  list-style-type: none !important;
  margin-left: 0px !important;
  padding: 2px 5px;
}

.input-wilayah-kajian {
  margin: 10px 30px 10px 30px !important;
}

#input-wilayah {
  min-width: 100px;
  width: 197px;
  font-size: 12px;
  padding: 2px 5px !important;
  z-index: 9;
  height: 30px;
}

#search-result {
  display: none;
  position: absolute;
  border: solid 0px #555;
  height: 100px;
  max-height: 100px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 3px 6px;
  overflow-x: hidden;
  width: 180px;
  max-width: 180px;
  margin-top: 3px;
}

.search-result {
  font-size: 11px;
  cursor: pointer;
  color: #ff7f0e;
}

.search-result:hover {
  background-color: rgba(255, 127, 14, 0.6);
  color: #fff;
}


/* Pop Up */

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 250px;
  display: none;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

.menu-kajian-content {
  /*margin-top: 10px;*/
  padding-left: 0px;
  padding-right: 0px;
}


/* IRBI Pages */

.searchboxcontainer {
  margin-top: 0px;
  text-align: left;
  height: 40px;
  background-color: #f3f3f3;
  padding: 0px;
}

.searchboxcontainer div select {
  margin-top: 7px;
  margin-left: 0px;
  padding: 2px 10px 2px 0px;
  border: solid 1px #ccc;
  font-size: 12px;
}

.searchbox {
  padding: 5px 0px;
  margin: 0 auto;
}

.irbisearch {
  width: 150px !important;
  border-radius: 0px;
  height: 24px !important;
  margin-top: 2px !important;
  margin-left: 0px !important;
}

.resilientsearch {
  width: 150px !important;
  border-radius: 0px;
  height: 24px !important;
  margin-top: 2px !important;
  margin-left: 0px !important;
}

.search-resul-irbi {
  margin-left: 0px;
  width: 150px !important;
}

.search-resul-infografis {
  margin-left: 0px;
  width: 150px !important;
}

.searchboxkabupatencontainer {
  margin-top: 0px;
  text-align: left;
  height: 40px;
  background-color: #f3f3f3;
  padding: 0px 35px;
}

.irbimapcontainer {
  margin-top: -10px;
  text-align: center;
}

.irbimapcontainer h3 {
  font-size: 16px;
  text-align: center;
}

.resilientmapcontainer {
  margin-top: -10px;
  text-align: center;
}

.resilientmapcontainer h3 {
  font-size: 16px;
  text-align: center;
}

.garisbawahtitle {
  border-bottom: solid 2px #ccc;
  width: 70px;
  text-align: center;
  margin: 5px auto 30px;
}

.irbimaplegend {
  margin-top: 0px;
  text-align: center;
  height: 30px;
  background-color: #ccc;
  text-align: left;
  padding: 3px 10px;
}

#irbimaplegend {
  font-size: 14px !important;
  width: 240px;
  height: 140px;
  position: absolute;
  left: 30px;
  bottom: 20px;
  z-index: 1;
  background-color: white;
  border-radius: 10px;
  border: solid 4px #f3efef;
  padding: 10px 10px;
  text-align: left;
}
.legendatitle {
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
}
.legendrendah {
  width: 30px;
  height: 20px;
  background-color: limegreen;
  margin-left: 20px;
  margin-bottom: 5px;
}
.legendsedang {
  width: 30px;
  height: 20px;
  background-color: yellow;
  margin-left: 20px;
  margin-bottom: 5px;
}
.legendtinggi {
  width: 30px;
  height: 20px;
  background-color: red;
  margin-left: 20px;
  margin-bottom: 5px;
}

.resilientmaplegend {
  margin-top: 0px;
  text-align: center;
  height: 30px;
  background-color: #ccc;
  text-align: left;
  padding: 3px 10px;
}

#resilientmaplegend {
  font-size: 11px !important;
}

.inlinelegend {
  margin-right: 10px;
}

.trendindeksrisiko {
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

.trendindeksrisiko h3 {
  font-size: 16px;
  text-align: center;
}

.trendindeksrisiko #charttrend {
  margin-left: -30px;
}

.indeksperprovince {
  margin-top: -80px;
  overflow-x: scroll !important;
  overflow-y: hidden;
  text-align: center;
}

.indeksperprovince h3 {
  font-size: 16px;
  text-align: center;
}


/* IRBI KABUPATEN */

.infographiccontainer {
  background-color: #ffffff;
  color: #404041;
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin-bottom: 10px;
}

.infographiccontainer h1 {
  font-size: 30px;
  font-weight: bold !important;
}

.infographiccontainer div div div {
  padding: 0px 0px;
}

.spaceforchart {
  height: 100px !important;
}

.infopopulasi {
  text-align: left;
  padding: 0px;
  margin-top: 20px;
}

.texttotalpopulasi {
  font-size: 14px;
  color: #155d5a;
  text-align: left;
  font-weight: bold !important;
}

.totalpopulasi {
  color: #404041;
  font-size: 50px;
  font-weight: bold !important;
  text-align: left;
  margin-top: -5px !important;
}

.textjiwa {
  font-size: 16px;
  color: #155d5a;
  text-align: left;
  margin-top: -10px !important;
}

.space {
  height: 50px;
}

.malebar {
  height: 150px;
  position: relative;
  width: 80px;
  bottom: 0px;
  float: left;
  left: 0px;
}

.maledata {
  background-color: #12578f;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.femalebar {
  height: 150px;
  position: relative;
  width: 80px;
  bottom: 0px;
  left: 82px;
}

.femaledata {
  background-color: #ec008b;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.maledata p,
.femaledata p {
  position: relative;
  top: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.gendericon {
  height: 40px;
  position: absolute;
  bottom: 10px;
  margin: 0px auto;
  left: 42%;
}

.jiwaterpaparcontainer {
  margin-top: 30px;
  text-align: left;
  padding-bottom: 30px;
}

p.jiwaterpapar {
  position: relative;
  text-align: left;
  color: #ed1c24;
  font-size: 12px;
  font-weight: bold !important;
  float: left;
}

p.jiwatidakterpapar {
  position: relative;
  right: 0px;
  padding-right: 5%;
  text-align: right;
  color: #27a9e1;
  font-size: 12px;
  font-weight: bold !important;
  float: right;
}

.terpaparchart {
  margin-bottom: 0px;
  margin-top: -5px;
  padding: 0px;
}

p.textjenisbencana {
  color: #2c1d0f;
  text-align: left;
  font-size: 12px;
  font-weight: bold !important;
  padding-left: 0px;
  margin-bottom: 0px;
}

.terpaparbar {
  background-color: #ed1c24;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
  padding: 3px 0px 3px 0px !important;
  float: left;
  margin-bottom: 10px;
}

.tidakterpaparbar {
  background-color: #27a9e1;
  color: #ffffff;
  font-size: 11px;
  text-align: left;
  padding: 3px 0px 3px 0px !important;
  float: left;
}

.rekomendasikebijakan {
  margin: 10px 0px 40px 0px;
  padding: 10px 0px;
}

#tableprioritas {
  margin-top: -40px;
  padding-top: 0px;
  font-size: 12px;
  overflow-x: scroll;
}

.charttrendcontainer {
  overflow-x: scroll;
}


/* END IRBI KABUPATEN */

.btnlink {
  border-radius: 2px;
  background-color: #ff7f0e;
  color: #ffffff !important;
  margin: 4px 2px 4px 0px;
  padding: 5px 10px;
  font-size: 12px;
  min-width: 150px;
  widows: 200px;
  border: 0px;
}

.btnlink a {
  color: #ffffff;
}

@media (min-width: 300px) {
  .close-menu {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -5px;
    padding: 0px 12px;
    margin-right: 0px;
  }
  #feedback {
    position: fixed;
    top: 85%;
    right: 0px;
    width: 45px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    transition: width 1s;
  }
  #feedback:hover {
    width: 69px;
  }
  #feedback-tab {
    border-radius: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 110px;
    padding: 8px 16px;
    background-color: #ff7f0e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .container-rating {
    /*position: relative;
  width: 400px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .container-rating .star-widget input {
    display: none;
  }
  .star-widget label {
    font-size: 40px;
    color: #fff;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
  }
  input:not(:checked)~label:hover,
  input:not(:checked)~label:hover~label {
    color: #fd4;
  }
  input:checked~label {
    color: #fd4;
  }
  input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
  }
  #rate-1:checked~.headerlabel:before {
    content: "Not Very Good ";
  }
  #rate-2:checked~.headerlabel:before {
    content: "Not Good";
  }
  #rate-3:checked~.headerlabel:before {
    content: "Neutral";
  }
  #rate-4:checked~.headerlabel:before {
    content: "Good";
  }
  #rate-5:checked~.headerlabel:before {
    content: "Verry Good";
  }
  /*.container-rating form{
  display: none;
}*/
  input:checked~.headerlabel {
    display: block;
  }
  .headerlabel {
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
  }
}

@media (min-width: 500px) {
  .close-menu {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -5px;
    padding: 0px 12px;
    margin-right: 0px;
  }
  #feedback {
    position: fixed;
    top: 85%;
    right: 0px;
    width: 45px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    transition: width 1s;
  }
  #feedback:hover {
    width: 69px;
  }
  #feedback-tab {
    border-radius: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 110px;
    padding: 8px 16px;
    background-color: #ff7f0e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .container-rating {
    /*position: relative;
  width: 400px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .container-rating .star-widget input {
    display: none;
  }
  .star-widget label {
    font-size: 40px;
    color: #fff;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
  }
  input:not(:checked)~label:hover,
  input:not(:checked)~label:hover~label {
    color: #fd4;
  }
  input:checked~label {
    color: #fd4;
  }
  input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
  }
  #rate-1:checked~.headerlabel:before {
    content: "Not Very Good ";
  }
  #rate-2:checked~.headerlabel:before {
    content: "Not Good";
  }
  #rate-3:checked~.headerlabel:before {
    content: "Neutral";
  }
  #rate-4:checked~.headerlabel:before {
    content: "Good";
  }
  #rate-5:checked~.headerlabel:before {
    content: "Verry Good";
  }
  /*.container-rating form{
  display: none;
}*/
  input:checked~.headerlabel {
    display: block;
  }
  .headerlabel {
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
  }
}

@media (min-width: 700px) {
  .close-menu {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -5px;
    padding: 0px 12px;
    margin-right: 0px;
  }
  #feedback {
    position: fixed;
    top: 85%;
    right: 0px;
    width: 45px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    transition: width 1s;
  }
  #feedback:hover {
    width: 69px;
  }
  #feedback-tab {
    border-radius: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 110px;
    padding: 8px 16px;
    background-color: #ff7f0e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .container-rating {
    /*position: relative;
  width: 400px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .container-rating .star-widget input {
    display: none;
  }
  .star-widget label {
    font-size: 40px;
    color: #fff;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
  }
  input:not(:checked)~label:hover,
  input:not(:checked)~label:hover~label {
    color: #fd4;
  }
  input:checked~label {
    color: #fd4;
  }
  input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
  }
  #rate-1:checked~.headerlabel:before {
    content: "Not Very Good ";
  }
  #rate-2:checked~.headerlabel:before {
    content: "Not Good";
  }
  #rate-3:checked~.headerlabel:before {
    content: "Neutral";
  }
  #rate-4:checked~.headerlabel:before {
    content: "Good";
  }
  #rate-5:checked~.headerlabel:before {
    content: "Verry Good";
  }
  /*.container-rating form{
  display: none;
}*/
  input:checked~.headerlabel {
    display: block;
  }
  .headerlabel {
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
  }
}

@media (min-width: 900px) {
  .scrolled-menu {
    max-height: 21rem;
  }
  #logo_inarisk_kajian {
    position: absolute;
    padding: 0px !important;
    bottom: 30px;
    z-index: 1;
    left: 0px;
    width: 100%;
  }
  #logo_inarisk_kajian img {
    height: 80px;
    margin: 0 auto;
  }
  #logo_inarisk_kajian_2 {
    position: absolute;
    0 bottom: 140px;
    right: 25px !important;
    z-index: 1;
  }
  #summary {
    min-height: 135px;
  }
  .no-padding {
    padding: 0px !important;
  }
  .ol-zoom {
    left: 12px;
    top: 80px !important;
  }
  .hasil-kajian {
    margin-top: -10px !important;
    z-index: 1;
  }
  .header {
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    min-height: 0px;
    z-index: 2;
    height: 0px;
  }
  .mainheader {
    padding: 40px 40px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 120px;
    z-index: 2;
    height: 120px;
  }
  .logo-header {
    height: 40px;
    float: left;
    margin-right: 30px;
  }
  .navbar-toggle {
    display: block;
    background-color: #ff7f0e;
    color: #ffffff;
    border-radius: 0px;
    float: left;
    padding: 10px 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .nav-menu {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 9999;
    left: -350px;
    padding: 0px;
    width: 250px;
    min-height: 100vh;
    height: 100vh;
    /*display: none;*/
    top: 0px;
  }
  .nav-menu ul {
    list-style-type: none;
    margin-left: -10px;
  }
  .nav-menu ul li {
    margin: 10px 0px;
    padding-right: 10px;
  }
  .nav-menu ul li a {
    color: #333333;
    font-weight: bold !important;
    font-size: 12px;
  }
  .nav-menu ul li a:hover {
    color: #ff7f0e;
    text-decoration: none;
  }
  .nav-menu ul li select {
    padding: 3px 25px 3px 5px;
    border-radius: 3px;
    border: solid 1px #999;
  }
  .nav-menu ul li ul li {
    margin: 5px 0px 5px -20px;
  }
  .nav-menu ul li a span.pull-right {
    margin-top: 7px;
  }
  /*.nav-menu ui li div ul { margin-left: 40px !important; }*/
  .sub-menu {
    margin-left: 40px !important;
  }
  .close-menu {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -5px;
    padding: 0px 12px;
    margin-right: 0px;
  }
  .header-nav-menu {
    border-bottom: solid 0px #cccccc;
    margin-bottom: 30px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #mapcontainer {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: inline;
    padding: 0px !important;
    height: 101vh;
  }
  #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  div.fill {
    width: 100%;
    height: 100%;
  }
  div.hasil-kajian-fill {
    width: 100%;
    height: 101vh;
  }
  div.gempabmkg {
    width: 100%;
    height: 250px;
  }
  .first-section {
    position: relative;
    height: 100vh;
  }
  .second-section {
    /*clear: both; */
    position: relative;
    top: -120px;
  }
  .third-section {
    /*clear: both; */
    position: relative;
    top: 0px;
    overflow: hidden;
  }
  .fourth-section {
    /*clear: both; */
    position: relative;
    top: 10px;
    padding-bottom: 10px !important;
  }
  .fifth-section {
    /*clear: both; */
    position: relative;
    top: -60px;
  }
  img.full {
    width: 100%;
    position: absolute;
    top: -120px;
    z-index: -1;
    height: 100%;
  }
  #table {
    margin: 0px auto;
    overflow-x: hidden;
  }
  #table table {
    margin: 0px auto;
  }
  th {
    font-size: 12px;
    background-color: #ef7e20;
    border: solid 1px #ffffff;
    padding: 3px 5px 3px;
    color: white;
  }
  td {
    border: solid 1px #ffffff;
    padding: 2px 4px;
    color: #000;
    font-size: 12px;
    padding: 5px 5px;
  }
  tr:nth-child(even) {
    background-color: #fbdbc4 !important;
  }
  tr:nth-child(odd) {
    background-color: #fdf2ea !important;
  }
  td:first-child {
    font-weight: bold !important;
  }
  .navbar-toggle-kajian {
    display: block;
    background-color: #ff7f0e;
    color: #fff;
    border-radius: 0px;
    float: right;
    padding: 10px 10px;
    position: relative;
    margin-top: -43px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
  }
  .navbar-toggle-kajian .icon-bar {
    background-color: #fff;
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 1px;
  }
  .navbar-toggle-kajian .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .nav-menu-kajian {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999999;
    right: -440px;
    padding: 0px 0px 10px 0px;
    width: 0px;
    /*min-height: 500px;
    height: 580px;*/
    top: 0px;
    /*overflow-y: scroll;*/
  }
  .close-menu-kajian {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin: 5px 0px 15px 0px;
    /* position: absolute; */
    left: 0px;
    padding: 0px 10px 0px 15px;
    /*
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -20px;
    position: absolute;
    left: -33px;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
  }
  .header-nav-menu-kajian {
    /*border-bottom: solid 1px #ffffff;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;*/
    border-bottom: solid 0px #ddd;
    margin: 10px 0px;
    padding-top: 20px;
    padding-bottom: 0px !important;
  }
  .close-header {
    background-color: transparent;
    color: #ff7f0e;
    margin: 0px;
    position: absolute;
    top: 90px;
    z-index: 9;
    padding: 0px !important;
    left: 50%;
    font-size: 24px;
    line-height: 0px;
    /*height: 0px;*/
  }
  .btnGetInfo {
    border-radius: 0px;
    background-color: #ff7f0e;
    padding: 3px 10px;
    color: #ffffff;
    margin-top: 0px;
    margin-right: 20px;
  }
  .btn-gps {
    background-color: #ff7f0e !important;
    color: #ffffff;
    border: 0px;
    border-radius: 25px;
    padding: 5px 15px;
    margin-bottom: 20px;
    text-align: center;
    height: 40px !important;
    height: 34px !important;
    width: 40px;
  }
  .refresh-map {
    border-radius: 0px;
    background-color: #ff7f0e;
    padding: 3px 10px;
    color: #ffffff;
    margin-top: 0px;
  }
  .input-wilayah-kajian {
    margin: 20px 3rem 10px 30px !important;
  }
  #input-wilayah {
    min-width: 200px;
    width: 200px;
    font-size: 12px;
    padding: 4px 5px !important;
  }
  #search-result {
    display: none;
    position: absolute;
    border: solid 0px #555;
    height: 100px;
    max-height: 100px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 3px 6px;
    overflow-x: hidden;
    width: 235px;
    max-width: 235px;
    margin-top: 3px;
  }
  .search-result {
    font-size: 11px;
    cursor: pointer;
    color: #ff7f0e;
  }
  .search-result:hover {
    background-color: rgba(255, 127, 14, 0.6);
    color: #fff;
  }
  .search-resul-irbi {
    width: 200px !important;
  }
  .search-resul-resilient {
    width: 200px !important;
  }
  .search-resul-infografis {
    width: 200px !important;
  }
  ul.radio,
  ul.radio-webmap {
    margin-top: 0px;
    margin-left: -15px;
    padding-bottom: 10px;
    list-style: none;
  }
  ul.radio li {
    border-bottom: 0px solid #333;
    margin-left: 0px;
  }
  ul.radio li label {
    margin-bottom: -15px;
    margin-left: -20px;
  }
  .LayerClickDiv label {
    font-weight: normal !important;
    margin-bottom: 0px !important;
  }
  .LayerSwitcher .check {
    border: 1px solid #999999;
    height: 1em;
    width: 1em;
    background: transparent;
    float: left;
    margin: 0.25em 0.5em 0 0;
  }
  /* IRBI Pages */
  .searchboxcontainer div select {
    margin-top: 7px;
    margin-left: -15px;
    padding: 2px 10px 2px 0px;
    border: solid 1px #ccc;
    font-size: 12px;
  }
  .searchboxcontainer {
    margin-top: 0px;
    text-align: center;
    height: 40px;
    background-color: #f3f3f3;
    text-align: center;
  }
  .searchboxkabupatencontainer {
    margin-top: 0px;
    text-align: center;
    height: 40px;
    background-color: #f3f3f3;
    text-align: center;
  }
  .searchbox {
    padding: 5px 0px;
    margin: 0 auto;
  }
  .irbisearch {
    width: 150px !important;
    border-radius: 0px;
    height: 24px !important;
    margin-top: 2px !important;
    margin-left: auto !important;
  }
  .resilientsearch {
    width: 150px !important;
    border-radius: 0px;
    height: 24px !important;
    margin-top: 2px !important;
    margin-left: auto !important;
  }
  .irbimapcontainer {
    margin-top: 10px;
    text-align: center;
  }
  .irbimapcontainer h3 {
    font-size: 22px;
    text-align: center;
  }
  .garisbawahtitle {
    border-bottom: solid 4px #ccc;
    width: 100px;
    text-align: center;
    margin: 15px auto 50px;
  }
  .irbimaplegend {
    margin-top: 0px;
    text-align: center;
    height: 30px;
    background-color: #f3f3f3;
    text-align: center;
  }
  .trendindeksrisiko {
    margin-top: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
  }
  .trendindeksrisiko h3 {
    font-size: 22px;
    text-align: center;
  }
  .indeksperprovince {
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    margin-top: 0px;
  }
  .indeksperprovince h3 {
    font-size: 22px;
    text-align: center;
  }
  .menu-kajian-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 85vh;
  }
  #feedback {
    position: fixed;
    top: 85%;
    right: 0px;
    width: 45px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    transition: width 1s;
  }
  #feedback:hover {
    width: 69px;
  }
  #feedback-tab {
    border-radius: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 110px;
    padding: 8px 16px;
    background-color: #ff7f0e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .container-rating {
    /*position: relative;
  width: 400px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .container-rating .star-widget input {
    display: none;
  }
  .star-widget label {
    font-size: 40px;
    color: #fff;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
  }
  input:not(:checked)~label:hover,
  input:not(:checked)~label:hover~label {
    color: #fd4;
  }
  input:checked~label {
    color: #fd4;
  }
  input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
  }
  #rate-1:checked~.headerlabel:before {
    content: "Not Very Good ";
  }
  #rate-2:checked~.headerlabel:before {
    content: "Not Good";
  }
  #rate-3:checked~.headerlabel:before {
    content: "Neutral";
  }
  #rate-4:checked~.headerlabel:before {
    content: "Good";
  }
  #rate-5:checked~.headerlabel:before {
    content: "Verry Good";
  }
  /*.container-rating form{
  display: none;
}*/
  input:checked~.headerlabel {
    display: block;
  }
  .headerlabel {
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
  }
}

@media (min-width: 1000px) {
  .close-menu {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -5px;
    padding: 0px 12px;
    margin-right: 0px;
  }
  #feedback {
    position: fixed;
    top: 85%;
    right: 0px;
    width: 45px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    transition: width 1s;
  }
  #feedback:hover {
    width: 69px;
  }
  #feedback-tab {
    border-radius: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 110px;
    padding: 8px 16px;
    background-color: #ff7f0e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .container-rating {
    /*position: relative;
  width: 400px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .container-rating .star-widget input {
    display: none;
  }
  .star-widget label {
    font-size: 40px;
    color: #fff;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
  }
  input:not(:checked)~label:hover,
  input:not(:checked)~label:hover~label {
    color: #fd4;
  }
  input:checked~label {
    color: #fd4;
  }
  input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
  }
  #rate-1:checked~.headerlabel:before {
    content: "Not Very Good ";
  }
  #rate-2:checked~.headerlabel:before {
    content: "Not Good";
  }
  #rate-3:checked~.headerlabel:before {
    content: "Neutral";
  }
  #rate-4:checked~.headerlabel:before {
    content: "Good";
  }
  #rate-5:checked~.headerlabel:before {
    content: "Verry Good";
  }
  /*.container-rating form{
  display: none;
}*/
  input:checked~.headerlabel {
    display: block;
  }
  .headerlabel {
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
  }
}

@media (min-width: 1200px) {
  .scrolled-menu {
    max-height: 21rem;
  }
  .header {
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    min-height: 0px;
    z-index: 2;
    height: 0px;
  }
  .mainheader {
    padding: 40px 40px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 120px;
    z-index: 2;
    height: 120px;
  }
  .logo-header {
    height: 40px;
    float: left;
    margin-right: 30px;
  }
  .navbar-toggle {
    display: block;
    background-color: #ff7f0e;
    color: #ffffff;
    border-radius: 0px;
    float: left;
    padding: 10px 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .nav-menu {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 9999;
    left: -350px;
    padding: 0px;
    width: 250px;
    min-height: 100vh;
    height: 100vh;
    /*display: none;*/
    top: 0px;
  }
  .nav-menu ul {
    list-style-type: none;
    margin-left: -10px;
  }
  .nav-menu ul li {
    margin: 10px 0px;
  }
  .nav-menu ul li a {
    color: #333333;
    font-weight: bold !important;
    font-size: 12px;
  }
  .nav-menu ul li a:hover {
    color: #ff7f0e;
    text-decoration: none;
  }
  .nav-menu ul li select {
    padding: 3px 25px 3px 5px;
    border-radius: 3px;
    border: solid 1px #999;
  }
  .nav-menu ul li ul li {
    margin: 5px 0px 5px -29px;
  }
  .close-menu {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: -5px;
    line-height: 20px;
    padding: 5px 12px;
    margin-right: 0px;
  }
  .header-nav-menu {
    border-bottom: solid 0px #cccccc;
    margin-bottom: 10px;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
  #mapcontainer {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: inline;
    padding: 0px !important;
    height: 102vh !important;
  }
  #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  div.fill {
    width: 100%;
    height: 100%;
  }
  div.hasil-kajian-fill {
    width: 100%;
    height: 102vh;
  }
  div.gempabmkg {
    width: 100%;
    height: 250px;
  }
  .first-section {
    position: relative;
    height: 100vh;
  }
  .second-section {
    /*clear: both; */
    position: relative;
    top: -120px;
  }
  .third-section {
    /*clear: both; */
    position: relative;
    top: 0px;
    overflow: hidden;
  }
  .fourth-section {
    /*clear: both; */
    position: relative;
    top: 10px;
    padding-bottom: 10px !important;
  }
  .fifth-section {
    /*clear: both; */
    position: relative;
    top: -60px;
  }
  img.full {
    width: 100%;
    position: absolute;
    top: -120px;
    z-index: -1;
    height: 100%;
  }
  #table {
    margin: 0px auto;
    overflow-x: hidden;
  }
  #table table {
    margin: 0px auto;
  }
  th {
    font-size: 12px;
    background-color: #ef7e20;
    border: solid 1px #ffffff;
    padding: 3px 5px 3px;
    color: white;
  }
  td {
    border: solid 1px #ffffff;
    padding: 2px 4px;
    color: #000;
    font-size: 12px;
    padding: 5px 5px;
  }
  tr:nth-child(even) {
    background-color: #fbdbc4 !important;
  }
  tr:nth-child(odd) {
    background-color: #fdf2ea !important;
  }
  td:first-child {
    font-weight: bold !important;
  }
  .navbar-toggle-kajian {
    display: block;
    background-color: #ff7f0e;
    color: #fff;
    border-radius: 0px;
    float: right;
    padding: 10px 10px;
    position: relative;
    margin-top: -43px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
  }
  .navbar-toggle-kajian .icon-bar {
    background-color: #fff;
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 1px;
  }
  .navbar-toggle-kajian .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .nav-menu-kajian {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999999;
    right: -440px;
    padding: 0px;
    width: 0px;
    /*min-height: 500px;
    height: 580px;*/
    top: 0px;
    /*overflow-y: scroll;*/
  }
  .close-menu-kajian {
    background-color: #ff7f0e;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    margin-top: 5px;
    /* position: absolute; */
    left: 0px;
    padding: 0px 10px 0px 15px;
  }
  .header-nav-menu-kajian {
    /*border-bottom: solid 1px #ffffff;*/
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .close-header {
    background-color: transparent;
    color: #ff7f0e;
    margin: 0px;
    position: absolute;
    top: 90px;
    z-index: 9;
    padding: 0px !important;
    left: 50%;
    font-size: 24px;
    line-height: 0px;
    /*height: 0px;*/
  }
  .btnGetInfo {
    border-radius: 0px;
    background-color: #ff7f0e;
    padding: 3px 10px;
    color: #ffffff;
    margin-top: 0px;
    margin-right: 20px;
  }
  .btn-gps {
    background-color: #ff7f0e !important;
    color: #ffffff;
    border: 0px;
    border-radius: 25px;
    padding: 5px 15px;
    margin-bottom: 20px;
    text-align: center;
    height: 40px !important;
    height: 34px !important;
    width: 40px;
  }
  .refresh-map {
    border-radius: 0px;
    background-color: #ff7f0e;
    padding: 3px 10px;
    color: #ffffff;
    margin-top: 0px;
  }
  .input-wilayah-kajian {
    margin: 10px 3rem 10px 30px !important;
  }
  #input-wilayah {
    min-width: 200px;
    width: 200px;
    font-size: 12px;
    padding: 4px 5px !important;
  }
  #search-result {
    display: none;
    position: absolute;
    border: solid 0px #555;
    height: 100px;
    max-height: 100px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 3px 6px;
    overflow-x: hidden;
    width: 200px;
    max-width: 200px;
    margin-top: 0px;
    margin-left: 31px;
  }
  .search-result-kajian {
    margin-top: -8px !important;
  }
  .search-result {
    font-size: 11px;
    cursor: pointer;
    color: #ff7f0e;
  }
  .search-result:hover {
    background-color: rgba(255, 127, 14, 0.6);
    color: #fff;
  }
  ul.radio,
  ul.radio-webmap {
    margin-top: 0px;
    margin-left: -15px;
    padding-bottom: 10px;
    list-style: none;
  }
  ul.radio li {
    border-bottom: 0px solid #333;
    margin-left: 0px;
  }
  ul.radio li label {
    margin-bottom: -15px;
    margin-left: -20px;
  }
  .LayerClickDiv label {
    font-weight: normal !important;
    margin-bottom: 0px !important;
  }
  .LayerSwitcher .check {
    border: 1px solid #999999;
    height: 1em;
    width: 1em;
    background: transparent;
    float: left;
    margin: 0.25em 0.5em 0 0;
  }
  /* IRBI Pages */
  .searchboxcontainer div select {
    margin-top: 7px;
    margin-left: 0px;
    padding: 2px 10px 2px 0px;
    border: solid 1px #ccc;
    font-size: 12px;
  }
  .searchboxcontainer {
    margin-top: 0px;
    text-align: center;
    height: 40px;
    background-color: #f3f3f3;
    text-align: center;
    padding-left: 40px;
  }
  .searchboxkabupatencontainer {
    margin-top: 0px;
    text-align: center;
    height: 40px;
    background-color: #f3f3f3;
    text-align: center;
    padding-left: 40px;
  }
  .searchbox {
    padding: 5px 0px;
    margin: 0 auto;
  }
  .search-resul-irbi {
    width: 200px !important;
    margin-left: 0px !important;
  }
  .search-resul-infografis {
    width: 200px !important;
    margin-left: 0px !important;
  }
  .irbisearchcontainer {
    width: 200px !important;
    padding-left: 20px;
  }
  .resilientsearchcontainer {
    width: 200px !important;
    padding-left: 20px;
  }
  .irbisearch {
    width: 150px !important;
    border-radius: 0px;
    height: 24px !important;
    margin-top: 2px !important;
  }
  .resilientsearch {
    width: 150px !important;
    border-radius: 0px;
    height: 24px !important;
    margin-top: 2px !important;
  }
  .irbimapcontainer {
    margin-top: 10px;
    text-align: center;
  }
  .irbimapcontainer h3 {
    font-size: 22px;
    text-align: center;
  }
  .resilientmapcontainer {
    margin-top: 10px;
    text-align: center;
  }
  .resilientmapcontainer h3 {
    font-size: 22px;
    text-align: center;
  }
  .garisbawahtitle {
    border-bottom: solid 4px #ccc;
    width: 100px;
    text-align: center;
    margin: 15px auto 50px;
  }
  .irbimaplegend {
    margin-top: 0px;
    text-align: center;
    height: 30px;
    background-color: #f3f3f3;
    text-align: center;
  }
  .resilientmaplegend {
    margin-top: 0px;
    text-align: center;
    height: 30px;
    background-color: #f3f3f3;
    text-align: center;
  }
  .trendindeksrisiko {
    margin-top: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
  }
  .trendindeksrisiko h3 {
    font-size: 22px;
    text-align: center;
  }
  .indeksperprovince {
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: center;
    margin-top: 0px;
  }
  .indeksperprovince h3 {
    font-size: 22px;
    text-align: center;
  }
  /* IRBI KABUPATEN */
  .infographiccontainer {
    background-color: #ffffff;
    color: #404041;
    padding: 10px 150px 50px 150px;
    text-align: center;
    margin-bottom: 10px;
  }
  .infographiccontainer h1 {
    font-size: 50px;
    font-weight: bold !important;
  }
  .infographiccontainer div div div {
    padding: inherit;
  }
  .spaceforchart {
    height: 100px !important;
  }
  .infopopulasi {
    text-align: left;
    padding: 0px;
  }
  .texttotalpopulasi {
    font-size: 14px;
    color: #155d5a;
    text-align: left;
    font-weight: bold !important;
  }
  .totalpopulasi {
    color: #404041;
    font-size: 50px;
    font-weight: bold !important;
    text-align: left;
    margin-top: -5px !important;
  }
  .textjiwa {
    font-size: 16px;
    color: #155d5a;
    text-align: left;
    margin-top: -10px !important;
  }
  .space {
    height: 50px;
  }
  .malebar {
    height: 150px;
    position: relative;
    width: 80px;
    bottom: 0px;
    float: left;
    left: 0px;
  }
  .maledata {
    background-color: #12578f;
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
  .femalebar {
    height: 150px;
    position: relative;
    width: 80px;
    bottom: 0px;
    left: 82px;
  }
  .femaledata {
    background-color: #ec008b;
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
  .maledata p,
  .femaledata p {
    position: relative;
    top: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
  }
  .gendericon {
    height: 40px;
    position: absolute;
    bottom: 10px;
    margin: 0px auto;
    left: 42%;
  }
  .jiwaterpaparcontainer {
    margin-top: 30px;
    text-align: left;
    padding-bottom: 30px;
  }
  p.jiwaterpapar {
    position: relative;
    text-align: left;
    color: #ed1c24;
    font-size: 12px;
    font-weight: bold !important;
    float: left;
  }
  p.jiwatidakterpapar {
    position: relative;
    right: 0px;
    padding-right: 5%;
    text-align: right;
    color: #27a9e1;
    font-size: 12px;
    font-weight: bold !important;
    float: right;
  }
  .terpaparchart {
    margin-bottom: 0px;
    margin-top: -5px;
    padding: 0px;
  }
  p.textjenisbencana {
    color: #2c1d0f;
    text-align: right;
    font-size: 13px;
    font-weight: bold !important;
  }
  .terpaparbar {
    background-color: #ed1c24;
    color: #ffffff;
    font-size: 11px;
    text-align: right;
    padding: 3px 0px 3px 0px !important;
    float: left;
  }
  .tidakterpaparbar {
    background-color: #27a9e1;
    color: #ffffff;
    font-size: 11px;
    text-align: left;
    padding: 3px 0px 3px 0px !important;
    float: left;
  }
  .rekomendasikebijakan {
    margin: -30px 0px 40px 0px;
    padding: 10px 50px;
  }
  #tableprioritas {
    margin-top: -40px;
    padding-top: 0px;
    overflow-x: hidden;
  }
  .charttrendcontainer {
    overflow-x: hidden;
  }
  #feedback {
    position: fixed;
    top: 85%;
    right: 0px;
    width: 45px;
    height: 0px;
    text-align: right;
    z-index: 9999;
    margin-top: -15px;
    transition: width 1s;
  }
  #feedback:hover {
    width: 69px;
  }
  #feedback-tab {
    border-radius: 3px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 110px;
    padding: 8px 16px;
    background-color: #ff7f0e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .container-rating {
    /*position: relative;
  width: 400px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .container-rating .star-widget input {
    display: none;
  }
  .star-widget label {
    font-size: 40px;
    color: #fff;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
  }
  input:not(:checked)~label:hover,
  input:not(:checked)~label:hover~label {
    color: #fd4;
  }
  input:checked~label {
    color: #fd4;
  }
  input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
  }
  #rate-1:checked~.headerlabel:before {
    content: "Not Very Good ";
  }
  #rate-2:checked~.headerlabel:before {
    content: "Not Good";
  }
  #rate-3:checked~.headerlabel:before {
    content: "Neutral";
  }
  #rate-4:checked~.headerlabel:before {
    content: "Good";
  }
  #rate-5:checked~.headerlabel:before {
    content: "Verry Good";
  }
  /*.container-rating form{
  display: none;
}*/
  input:checked~.headerlabel {
    display: block;
  }
  .headerlabel {
    width: 100%;
    font-size: 25px;
    color: #fe7;
    font-weight: 500;
    margin: 5px 0 20px 0;
    text-align: center;
    transition: all 0.2s ease;
  }
}

#provinceirbimap {
  padding: 0px 0px;
  border: solid 0px #fdfdfd !important;
  border-radius: 10px;
  height: 750px !important;
  z-index: 1;
}

#wilayahirbi {
  width: 24%;;
  /* background-color: white; */
  z-index: 999;
  position: absolute;
  top: 0px;
  right: calc(24% + 400px + 10px + 190px);
  /* padding: 10px 10px; */
  /* border: solid 1px #dddddd !important; */
  /* border-radius: 10px; */
}
#bencanairbi {
  width: 24%;;
  /* background-color: white; */
  z-index: 999;
  position: absolute;
  top: 0px;
  right: calc(400px + 20px + 190px);
  /* padding: 10px 10px; */
  /* border: solid 1px #dddddd !important; */
  /* border-radius: 10px; */
}
#tahunirbi {
  width: 190px;
  z-index: 999;
  position: absolute;
  top: 0px;
  right: calc(400px + 30px);
}
#tahunirbioption select {
  width: 180px;
  background-color: white;
  border: solid 1px #dddddd;
  border-radius: 4px;
  padding: 7px 12px;
}
select#irbiyears {
  font-weight: 500;
}

#provinceirbimapdetail {
  padding: 4px 12px;
  border: solid 1px #dddddd !important;
  border-radius: 4px;
  height: 580px;
  max-height: 580px !important;
  margin-left: 2px;
  width: 400px;
  /* float: right; */
  z-index: 999;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: white;
}

#kabupatentertinggi {
  overflow-y: scroll;
  max-height: calc(100% - 40px) !important;
  height: calc(100% - 40px) !important;
}