/* Minification failed. Returning unminified contents.
(263,36): run-time error CSS1046: Expect comma, found '0'
(263,40): run-time error CSS1046: Expect comma, found '/'
(763,13): run-time error CSS1030: Expected identifier, found '.'
(763,25): run-time error CSS1031: Expected selector, found ')'
(763,25): run-time error CSS1025: Expected comma or open brace, found ')'
(937,40): run-time error CSS1019: Unexpected token, found ','
(937,40): run-time error CSS1042: Expected function, found ','
(937,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Lato";
  src: url("Fonts/Lato-Black.ttf");
  font-weight: 900;
}

* {
  font-family: "Lato", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Splash */
div#splash_container {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

div#splash_container div.splash_content {
  background-color: #fefefe;
  width: 50%;
  /*height: 52%;*/
  border-radius: 10px;
  padding: 10px 30px;
  overflow: auto;
}

div#splash_container div.splash_content h1 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 12px;
}

div#splash_container div.splash_content p {
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
  margin-top: 8px;
  margin-bottom: 8px;
}

div#splash_container div#splash_close {
  height: 50%;
  position: relative;
  right: 36px;
  font-size: 36px;
  cursor: pointer;
}

@media (max-width: 768px) {
  div#splash_container div.splash_content {
    width: 75%;
    height: 60%;
    margin-left: 18px
  }

  div#splash_container div.splash_content h1 {
    font-size: 24px;
  }

  div#splash_container div.splash_content p {
    font-size: 1em;
  }

  div#splash_container div#splash_close {
    height: 60%;
  }
}

/* Header */
.headerPane {
  background-color: #EDEDED;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: Tahoma;
}

.headerPane {
  height: 45px;
}

.templateTitle {
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  word-wrap: break-word;
  height: auto !important;
}

.templateTitle a {
  text-decoration: none;
  font-size: x-large;
  color: black;
}

.loginControl {
  float: right;
  margin-top: -50px;
  margin-right: 10px;
  font-size: 12px;
}

.loginControl a {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
}

.headerMenu {
  margin-top: -42px !important;
  margin-right: 10px;
  min-width: 200px;
  display: flex;
  max-width: 60%;
  justify-content: center;
}

@media (max-width: 996px) {
  .headerMenu {
    max-width: 45%;
  }
}

.bglogo {
  width: 100%;
  height: 59px;
  margin-left: 10px;
}

.templateTitle a .logopus {
  background: url('Images/logo-main.png') no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  float: left;
  margin: 17px 0 18px 0px;
  bottom: 15px;
  position: relative;
}

.templateTitle a .title-text {
  width: 182px;
  font-weight: bold;
  font-size: 26px;
  padding-left: 34px;
}

/* Footer */
.footerPane {
  background-color: #001c31;
  height: 20px;
}

#ctl00_ctl00_splitter_ASPxLabel2 {
  color: #FFF;
}

.footerMenu {
  float: right;
  padding-top: 7px;
}

.copyright {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: bottom;
  font-size: 12px;
  background-color: #001c31;
  color: #FFF;
  bottom: 0;
  position: fixed;
  padding: 4px 0px;
}

/* Content */
.content {
  padding: 0px;
  height: 200px;
  margin: 0 auto;
}

.content W {
  padding: 5px;
}

.contentPane {
  padding: 0px;
}

.rightPanel .title {
  padding: 8px 0 4px 0;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  color: #666666;
}

.rightPanel-footer {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: justify;
  padding-top: 2px;
  padding-left: 8px;
}

.rightPanel-footer img {
  vertical-align: bottom;
  border: 0;
}

.rightPanel-footer .disclaimer-footer {
  font-size: 0.8em;
  padding-top: 2px;
}

.rightPanel-footer .disclaimer-footer .title {
  font-weight: bold;
  font-size: 1.2em;
}

.rightPanel-footer .disclaimer-footer ul {
  margin: 0 12px 0 8px;
  padding: 4px 8px 0 4px;
}

/* Form */
.options-container {
  box-sizing: border-box;
  vertical-align: top;
  box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 10%);
  overflow: hidden;
  border-radius: 10px;
}

.options-title {
  background-color: #FFCD0A;
  font-weight: bold;
  padding: 8px 16px 8px 16px;
}

.options-content {
  padding-top: 8px;
}

/* Account */
.accountHeader h2 {
  margin: 10px 0 7px 0;
  font-size: 16px;
}

.accountHeader p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.accountHeader {
  margin-bottom: 20px;
}

.form-field {
  margin-bottom: 8px;
}

/* Disclaimer */
.disclaimer {
  max-width: 700px;
  margin: auto;
  font-size: 10pt;
  text-align: justify;
}

.disclaimer h1 {
  color: #3C3C3C;
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.disclaimer ol {
  padding-left: 1.5em;
}

/* Map */
.mapContainer {
  width: 100%;
  height: 100%;
  /* 464px;*/
  background: #FFFFFF;
  border: 0px none #0072C6;
}

.mapControl {
  overflow: hidden;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-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: 240px;
}

.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 .title-popup {
  font-size: 1.0em;
  font-weight: bold;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

.ol-disclaimer {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  width: 450px;
  text-align: left;
  max-width: calc(100% - 2em);
  font-size: 0.8em;
  border: 1px solid rgb(102, 102, 102);
  border-radius: 4px;
  border-collapse: collapse;
  color: #000;
  padding: 8px;
  background-color: rgba(255, 255, 255, .8);
}

.ol-disclaimer ul {
  margin: 0 4px 0 8px;
  padding: 4px 0 0 4px;
}

.ol-disclaimer .title {
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 1024px) {
  .ol-disclaimer {
    width: 250px;
  }
}

/* MetropolisBlue */
.dxsplControl_MetropolisBlue {
  font-family: Segoe UI;
}

.dxsplControl_MetropolisBlue .headerPane,
.dxsplControl_MetropolisBlue .footerMenu li {
  background-color: White;
  color: White;
}

.dxsplControl_MetropolisBlue .accountHeader h2 {
  color: #3B3B3B;
}

.dxsplControl_MetropolisBlue .accountHeader p {
  font-size: 11px;
}

.dxsplControl_MetropolisBlue .headerMenu {
  margin-top: 13px;
}

.dxsplControl_MetropolisBlue .loginControl a,
.dxsplControl_MetropolisBlue .templateTitle a {
  color: #FFF;
  border-color: Black;
}

.dxsplControl_MetropolisBlue .templateTitle a {
  font-size: 22px;
}

.dxsplControl_MetropolisBlue .dxsplVSeparator_MetropolisBlue {
  border-bottom: 0 !important;
  background: none;
  /* june */
}

.dxsplControl_MetropolisBlue .headerPane {
  background: url(Images/head.jpg) top repeat-x !important;
}

.dxsplPane_MetropolisBlue footerPane {
  background-color: Silver;
}

.dxtlNode_MetropolisBlue:hover {
  background-color: #f0f0f0;
}

.dxtcLite_MetropolisBlue>.dxtc-stripContainer .dxtc-link {
  padding: 4px 12px;
}

/* Combo Box */
.dxeHLC,
.dxeHC,
.dxeHFC {
  display: none;
}

/* FormLayout LayoutGroup */
.dxflGroup_MetropolisBlue {
  padding: 0px 0px 4px 0px;
}

.loginControl a {
  text-align: center;
  vertical-align: middle;
  width: 80px;
  height: 25px;
  background-color: transparent;
  border: 2px solid transparent !important;
  color: #fff !important;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
  transition: all 0.15s;
}

.loginControl a:hover {
  background-color: transparent;
  color: #facf07 !important;
  border: 2px solid transparent !important;
}

.loginControl a:first-child {
  border-color: #facf07 !important;
}

.loginControl a:first-child:hover {
  background-color: #facf07 !important;
  color: #fff !important;
}

.loginControl a:last-child:hover {
  background-color: transparent;
  color: #facf07 !important;
}

label.dxflCaption_MetropolisBlue {
  font-weight: bold;
  text-transform: uppercase;
}

input.dxeEditArea_MetropolisBlue {
  height: 24px !important;
}

.dxbButton_MetropolisBlue {
  padding: 10px 8px 10px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s;
}

.dxbButton_MetropolisBlue {
  border: 1px solid #0072C6;
  color: #0072C6;
}

.dxbButton_MetropolisBlue:hover {
  color: #FFF;
}

.dxbButtonHover_MetropolisBlue {
  transition: all 0.2s;
}

.dxrpHT {
  border-left: 6px solid #ffcd09;
  padding-left: 7px !important;
  font-weight: bold;
}

#ctl00_ctl00_splitter_Content_ContentSplitter_rpInput_flInput_rblJenisInput {
  border: none !important;
}

#ctl00_ctl00_splitter_Content_ContentSplitter_rpInput_CRC {
  padding: 0px 10px 10px 10px !important;
}

#ctl00_ctl00_splitter_Content_ContentSplitter_rpInput_flInput_rblJenisInput tbody tr td.dxe {
  padding: 7px 5px 0px 0px !important;
}

#OpenLayers_Control_LayerSwitcher_100 {
  width: 21em;
}

.olControlLayerSwitcher .layersDiv {
  background-color: rgba(16, 134, 195, 0.9) !important;
  color: #fff !important;
  padding: 10px 10px !important;
  border-radius: 10px 0px 0px 10px;
  /*border: 1px solid #dedede;*/
  /*box-shadow: -2px 3px 8px #888;*/
}

.loginHeader,
.formLayoutContainer {
  margin-top: 40px !important;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.formLayoutContainer {
  margin-bottom: 40px !important;
}

.loginHeader h1,
.loginHeader p {
  text-align: center;
  font-weight: normal !important;
}

#ctl00_ctl00_splitter_Content_MainContent_ASPxFormLayout1 {
  width: 80% !important;
  margin-left: 10%;
}

#ctl00_ctl00_splitter_Content_MainContent_ASPxFormLayout1_0_0 {
  height: 80px;
}

.loginControl a.loggedIn {
  text-align: center;
  vertical-align: top !important;
  width: auto !important;
  height: 25px;
  background-color: transparent;
  border: 2px solid transparent !important;
  color: #fff !important;
  font-weight: bold;
  padding-top: 0px !important;
  text-transform: capitalize !important;
  margin-right: 5px;
  transition: all 0.15s;
}

.loginControl a.loggedIn:hover {
  background-color: transparent !important;
}

.dxm-hovered {
  transition: all 0.2s;
}

.dxm-hovered:hover {
  background-color: #34467650 !important;
}

.dxmLite_MetropolisBlue .dxm-item {
  padding-left: 10px;
  padding-right: 10px;
}

.dxmLite_MetropolisBlue .dxm-main,
.dxmLite_MetropolisBlue .dxm-selected {
  background-color: transparent !important;
  text-transform: uppercase;
  color: #fff !important;
  border: none !important;
  transition: all 0.2s;
}

#ctl00_ctl00_splitter_mnUtama_DXI2_T span.dx-vam,
#ctl00_ctl00_splitter_mnUtama_DXI0_T.dx {
  /*color: #FFF !important;*/
}

.dxmLite_MetropolisBlue .dxm-selected {
  background-color: #34467650 !important;
}

#ctl00_ctl00_splitter_Content_MainContent_flMain_tbUserName_I,
#ctl00_ctl00_splitter_Content_MainContent_userprofilTab_ASPxFormLayout1_tbUserName_I,
#ctl00_ctl00_splitter_Content_MainContent_userprofilTab_ASPxFormLayout1_tbEmail_I,
#ctl00_ctl00_splitter_Content_MainContent_userprofilTab_ASPxFormLayout1_tbFullName_I {
  height: 18px !important;
}

#ctl00_ctl00_splitter_Content_MainContent_flMain_0_0 table,
#ctl00_ctl00_splitter_Content_MainContent_userprofilTab_ASPxFormLayout1_0_0 table,
#ctl00_ctl00_splitter_Content_MainContent_userprofilTab_ASPxFormLayout1_0_1 table,
#ctl00_ctl00_splitter_Content_MainContent_userprofilTab_ASPxFormLayout1_0_2 table {
  padding-bottom: 8px !important;
}

.dxrpControl_MetropolisBlue {
  border: 0;
}

div#ctl00_ctl00_splitter_Content_ContentSplitter_1_CC {
  width: 97% !important;
}

#ctl00_ctl00_splitter_mnUtama>ul>li>a>span.dx-vam {
  color: #FFF;
}

.dxcaRefreshButtonCell_MetropolisBlue {
  border-bottom: 0px;
}

/* Responsive Basic styling */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

nav {
  /* background: linear-gradient(to bottom, #0494db 50%, #018adb 75%, #018adb);
  border-top: 4px solid #fdcf08; */
  background: url(Images/head.jpg) top repeat-x !important;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

.menu a {
  color: white;
  text-decoration: none;
}

.menu,
.submenu {
  list-style-type: none;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  padding: 7.5px 10px 7.5px 0;
  background: url('Images/logo-main.png') no-repeat;
  background-size: 28px;
  background-position: left center;
  float: left;
  margin: 7px 0 0px 0px;
  bottom: 4px;
  position: relative;
}

.logo a {
  padding: 0px 0px 0px 36px !important;
}

.item {
  padding: 0px 10px;
}

.item.button {
  padding: 0px 5px;
}

.item:not(.button) a,
.item a::after {
  transition: all .2s;
}

.item:not(.button) a:hover,
.item a:hover::after {
  color: #fdcf08;
}

/* Mobile menu */
.menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.menu li a {
  display: block !important;
  padding: 15px 5px;
}

.menu li a.rootitem {
  text-transform: uppercase;
}

.menu li:is(.has-submenu) a {
  cursor: pointer;
}

.menu li.subitem a {
  padding: 15px;
}

.menu.open .item {
  display: block;
}

.menu.open .item.has-submenu.open .submenu {
  display: block;
  /*background-color: #FFF;*/
}

.toggle {
  order: 1 !important;
  font-size: 20px;
}

.item.button {
  order: 2;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu>a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: white;
  padding-left: 5px;
}

.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: #111;
  border-radius: 3px;
}

#ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_CC {
  padding-bottom: 60px;
}

#ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_IconInfoMetodeAnalisis,
#ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_imgKlasOpr,
#ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_imgKeberaturan {
  position: absolute;
  left: 390px;
  margin-top: -26px;
}

/* Tablet menu */
@media all and (min-width: 700px) {
  .menu {
    justify-content: center;
  }

  .logo {
    flex: 1;
  }

  .item.button {
    width: auto;
    order: 1;
    display: block;
  }

  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }

  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }

  .button a {
    background: transparent;
    border: 2px #fdcf08 solid;
    transition: all .2s;
  }

  .button.secondary {
    border: 0;
  }

  .button.secondary a {
    background: transparent;
    border: none;
    transition: all .2s;
  }

  .button.secondary a:hover {
    color: #fdcf08;
  }

  .button a:hover {
    text-decoration: none;
  }

  .button:not(.secondary) a:hover {
    background: #fdcf08;
    border-color: #fdcf08;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_wccHasil {
    margin: 20px 0px;
  }

  /* Tombol Cetak Laporan */
  /* #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_btReport {
    position: absolute;
    left: 50%;
    margin-top: 20px;
  } */
}

/* Desktop menu */
@media all and (min-width: 960px) {
  .grid-sm-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
  }

  .menu {
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    background: none !important;
  }

  .menu .item.has-submenu.open .submenu {
    display: block;
    position: absolute;
    z-index: 10;
    background-color: #FFF;
    box-shadow: 0px 0px 6px rgb(0, 0, 0, .4);
    border-radius: 4px;
    width: max-content;
    max-width: 400px;
    text-align: left;
  }

  .menu .item.has-submenu.open .submenu .subitem a {
    color: #333;
    transition: all .2s;
    padding: 8px 12px;
  }

  .menu .item.has-submenu.open .submenu .subitem a:hover {
    color: #008cdb;
    transform: translateY(-3px);
  }

  .logo {
    order: 0;
  }

  .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }

  .button {
    order: 2;
  }

  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    background: #111;
  }

  .toggle {
    display: none;
  }

  .submenu-active {
    border-radius: 0;
  }
}

@media all and (max-width: 960px) {
  body {
    margin-bottom: 36px;
  }

  #ctl00_ctl00_Content_ContentSplitter_0,
  #ctl00_ctl00_Content_ContentSplitter_1 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  #ctl00_ctl00_Content_ContentSplitter_1_S {
      display: none !important;
  }

  #ctl00_ctl00_Content_ContentSplitter_0 #ctl00_ctl00_Content_ContentSplitter_0_CC,
  #ctl00_ctl00_Content_ContentSplitter_1 #ctl00_ctl00_Content_ContentSplitter_1_CC {
    width: 100% !important;
  }

  nav {
    background-size: contain !important;
  }
}

@media all and (max-width: 680px) {
  #mapPga {
    height: 700px !important;
  }

  #mapPga .ol-viewport .ol-overlaycontainer-stopevent .ol-attribution {
    bottom: 140px !important;
  }

  #mapPga .ol-viewport .ol-overlaycontainer-stopevent .ol-attribution img {
    width: 100%;
  }

  #ctl00_ctl00_Content_MainContent_pucProfilList_PWC-1 {
    display: block !important;
    width: 92vw;
    overflow: auto;
    margin: 0px 2.2vw;
  }

  #ctl00_ctl00_Content_MainContent_pucProfilList_PWC-1 #ctl00_ctl00_Content_MainContent_pucProfilList_gvProfilList {
    width: 100% !important;
  }

  .dxrpControl_MetropolisBlue td.dxrpHeader_MetropolisBlue {
    white-space: normal;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_TC {
    display: grid;
    width: 100vw;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_TC li {
    width: calc(100vw - 20px);
    margin: 2px 10px;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_TC .dxtc-leftIndent,
  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_TC .dxtc-rightIndent,
  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_TC .dxtc-spacer {
    display: none;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_CC {
    width: 92vw;
    padding-bottom: 60px;
  }
  
  .dxflHALSys.dxflVATSys.dxflCaptionCell_MetropolisBlue.dxflCaptionCellSys {
    white-space: normal;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_ASPxFormLayout1 .dxflGroup_MetropolisBlue.dxflGroupSys {
    width: 92vw;
  }

  .table-responsive {
    width: 92vw;
    overflow: auto;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_wccHasil {
    width: max-content !important;
    height: max-content !important;
    padding: 20px 0px;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_wccHasil img {
    width: 92vw;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_formLayout1 {
    display: block;
    width: 92vw;
    overflow: auto;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_0_0 table {
    width: auto !important;
  }

  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_C2 {
    width: 92vw;
  }
  
  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_IconInfoMetodeAnalisis,
  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_imgKlasOpr,
  #ctl00_ctl00_Content_MainContent_cbpMain_rpMain_pcMain_flAnalisisMinPG_imgKeberaturan {
    position: absolute;
    left: 300px;
    margin-top: -26px;
  }
}
.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-Index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-Index:9;box-sizing:border-box;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */
.layer-switcher {
  position: absolute;
  top: 3.5em;
  right: 0.5em;
  text-align: left;
}

.layer-switcher .panel {
  margin: 0;
  border: 4px solid #eee;
  border-radius: 4px;
  background-color: white;
  display: none;
  max-height: inherit;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

.layer-switcher button {
  float: right;
  z-index: 1;
  width: 38px;
  height: 38px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==')
    /*logo.png*/;
  background-repeat: no-repeat;
  background-position: 2px;
  background-color: white;
  color: black;
  border: none;
}

.layer-switcher button:focus,
.layer-switcher button:hover {
  background-color: white;
}
.layer-switcher.shown {
  overflow-y: hidden;
}
.layer-switcher.shown.ol-control {
  background-color: transparent;
}

.layer-switcher.shown.ol-control:hover {
  background-color: transparent;
}
.layer-switcher.shown .panel {
  display: block;
}

.layer-switcher.shown button {
  display: none;
}

.layer-switcher.shown.layer-switcher-activation-mode-click > button {
  display: block;
  background-image: unset;
  right: 2px;
  position: absolute;
  background-color: #eee;
  margin: 0 1px;
}

.layer-switcher.shown button:focus,
.layer-switcher.shown button:hover {
  background-color: #fafafa;
}

.layer-switcher ul {
  list-style: none;
  margin: 1.6em 0.4em;
  padding-left: 0;
}
.layer-switcher ul ul {
  padding-left: 1.2em;
  margin: 0.1em 0 0 0;
}
.layer-switcher li.group + li.group {
  margin-top: 0.4em;
}
.layer-switcher li.group + li.layer-switcher-base-group {
}

.layer-switcher li.group > label {
  font-weight: bold;
}

.layer-switcher.layer-switcher-group-select-style-none li.group > label {
  padding-left: 1.2em;
}

.layer-switcher li {
  position: relative;
  margin-top: 0.3em;
}

.layer-switcher li input {
  position: absolute;
  left: 1.2em;
  height: 1em;
  width: 1em;
  font-size: 1em;
}
.layer-switcher li label {
  padding-left: 2.7em;
  padding-right: 1.2em;
  display: inline-block;
  margin-top: 1px;
}

.layer-switcher label.disabled {
  opacity: 0.4;
}

.layer-switcher input {
  margin: 0px;
}

.layer-switcher.touch ::-webkit-scrollbar {
  width: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.layer-switcher.touch ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

li.layer-switcher-base-group > label {
  padding-left: 1.2em;
}

.layer-switcher .group button {
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: 1em;
  width: 1em;
  height: 1em;
  margin: 0;
  background-position: center 2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAW0lEQVR4nGNgGAWMyBwXFxcGBgaGeii3EU0tXHzPnj1wQRYsihqQ+I0ExDEMQAYNONgoAN0AmMkNaDSyQSheY8JiaCMOGzE04zIAmyFYNTMw4A+DRhzsUUBtAADw4BCeIZkGdwAAAABJRU5ErkJggg==');
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.layer-switcher .group.layer-switcher-close button {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.layer-switcher .group.layer-switcher-fold.layer-switcher-close > ul {
  overflow: hidden;
  height: 0;
}

/*layerswitcher on the right*/
.layer-switcher.shown.layer-switcher-activation-mode-click {
  padding-left: 34px;
}
.layer-switcher.shown.layer-switcher-activation-mode-click > button {
  left: 0;
  border-right: 0;
}

/*layerswitcher on the left*/
/*
.layer-switcher.shown.layer-switcher-activation-mode-click {
  padding-right: 34px;
}
.layer-switcher.shown.layer-switcher-activation-mode-click > button {
  right: 0;
  border-left: 0;
}
*/

div.olControlMousePosition {
    bottom: 96px;
    left: 3px;
    display: block;
    position: absolute;
    font: inherit;
    color: Black;
    width: 118px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}

.olControlLayerSwitcher {
    top: 5px;
}

    .olControlLayerSwitcher .layersDiv {
        width: 200px;
        background-color: #0072C6;
        font: 12px 'Lato','Segoe UI',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
        padding: 5px 5px;
    }

.olControlScale {
    color: black;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    font: inherit;
}

.olControlOverviewMapContainer {
    left: 0;
    right: auto;
    bottom: 0px;
}

.olControlOverviewMapMinimizeButton {
    left: auto;
    right: 0;
}

.olControlOverviewMapMaximizeButton {
    left: 0;
    right: auto;
}

.olControlOverviewMapElement {
    background-color: #0072C6;
    padding: 3px;
}

.olControlOverviewMapRectReplacement {
    background-image: url(images/ol/overview_replacement.gif)
}

.olControlAttribution {
    bottom: 0;
    text-align: right;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid;
    font-size: 8pt;
    padding: 0px 2px;
    color: #000;
}

    .olControlAttribution img {
        margin: 5px 5px 0px 5px;
    }

/* openlayers 6 */
.ol-control button {
    background-color: rgba(16,134,195,0.9);
}

.ol-attribution, .ol-attribution.ol-uncollapsible {
    /*left: .5em;*/
    text-align: left;
    border: 1px solid;
    border-radius: 4px;
    font-size: 0.8em;
    right: 0.5em;
    bottom: 0.5em;
    padding: 8px;
}

    .ol-attribution.ol-uncollapsible img {
        margin-top: 4px;
        max-height: 100%;
        width: 400px;
    }

    .ol-attribution img {
        margin-top: 8px;
        max-height: 50px;
    }

.ol-overviewmap .ol-overviewmap-map {
    border: 1px solid #7b98bc;
    height: 90px;
    margin: 2px;
    width: 180px;
}

.ol-mouse-position {
    top: auto;
    position: absolute;
    bottom: 9.0em;
    left: 1.0em;
}

.layer-switcher {
    position: absolute;
    top: .5em;
    right: .5em;
    text-align: left;
    color: white;
}

    .layer-switcher ul {
        padding-left: 0;
        list-style: none;
        margin-top: 3px;
    }

        .layer-switcher ul ul {
            padding-left: 0.8em;
            margin-top: 3px;
        }

    .layer-switcher .panel {
        padding: 8px 8px 0px 0px;
        margin: 0;
        border: 0;
        border-radius: 4px;
        background-color: rgba(16,134,195,.9) !important;
        display: none;
        max-height: 100%;
        overflow-y: auto
    }

    .layer-switcher li {
        margin-top: .5em;
    }

        .layer-switcher li label {
            margin-top: 0;
        }

.layer-switcher-base-group {
    margin-top: 4px;
}

.layer-switcher.shown {
    bottom: inherit;
}

    .layer-switcher.shown.layer-switcher-activation-mode-click > button {
        background-color: rgba(16,134,195,.9) !important;
        color: #fff;
    }

.layer-switcher .group.layer-switcher-fold {
    margin-left: 1.3em;
}

    .layer-switcher .group.layer-switcher-fold > label {
        margin-left: 0.5em;
    }

