/* @tailwind base;
::selection {
  @apply bg-primary text-white dark:bg-white dark:text-gray-600;
}
@tailwind components;
@tailwind utilities; */
body {
	/* margin: 0; */
	font-family: "Roboto", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px !important;
	line-height: 1.2;
	color: #333;
}
a {
  text-decoration: none;
  color: #999999;
}
/* .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
} */
.fullWidth {
  /* padding: 0; */
  /* margin: 0; */
  width: 100%;
  /* left: 0px; */
  /* z-index: -1; */
  /* position: relative; */
}
.nav-container {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 9999;
  right: 0px;
  padding: 0 0;
  min-height: 50px;
  height: 50px;
  top: 0px;
  width: 100%;
}
.nav-menu {
  background-color: var(--white1);
  height: 100px;
  border-radius: 15px;
  padding: 20px 20px;
  margin-left: 30px;
}
.nav-menu .inline-table{
  margin-top:0.5em;
}
.logo-header-small {
  float: left;
  height: 75px;
  padding: 5px 10px;
  margin-right: 10px;
}
.inline-table {
  display: inline-table;
}
.list-menu {
  position: absolute;
  font-size: 1em;
  top: 0px;
  right: 0px;
  padding: 0px 0px;
  margin-right: 40px;
}
.list-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-menu li {
  float: left;
  list-style-type: none;
  padding: 10px 10px;
  margin: 0;
  margin-right: 0px;
  min-width: 60px;
  text-align: center;
}
.list-menu li:last-child {
  clear: right;
}
.aktif {
  background-color: #00A99D;
  color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
li.aktif a {
  color: white;
}

.home-menu {
  font-size: 14px;
  margin-top: 20px;
  padding: 0px 40px;
  height: 50px;
}
.home-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home-menu li {
  float: left;
  list-style-type: none;
  padding: 10px 0px;
  margin: 0 20px 0 0;
  min-width: 50px;
  text-align: center;
  font-size: 15px;
}
.home-menu li:last-child {
  clear: right;
}
.home-active {
  background-color: #FFFFFF;
}
.home-menu a {
  color: #666666;
}
li.home-active a {
  color: #3571A4;
  border-bottom: solid 2px #3571A4;
}

.right-menu {
  position: relative;
  width: 300px;
  min-width: 300px;
  float: right;
}
.nav-link {
  padding: 0 10px !important;
  font-size: 13px;
}
.green-block{
  margin-top: 20px;
  margin-bottom: 20px;
  /* width: calc(100% - 20px); */
  /* min-width: calc(100% - 20px); */
  /* height: 60px; */
  min-height: 60px;
  background-color: #00A99D;
  padding: 10px;
}
.select-menu-container {
  margin:0 auto;
  width: fit-content;
  height: fit-content;
}
.content {
  /* position: relative; */
  margin-top: 0px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 0px;
}
.content-no-filter {
  z-index: 9999;
  margin-top: -85px;
  margin-bottom: 20px;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  /* font-family: 'SourceSansPro'; */
  font-weight: 300;
  /* background-color: #FFFFFF; */
  padding: 10px 0px;
  position: relative;
}
/* .col20 {
  position: relative;
  width: 200px;
  float: left;
  margin-right: 20px;
} */
input {
  padding: 0px 10px;
  color: #3f4f5f;
  border: 0px;
  border-radius: 3px;
  /* min-height: 42px; */
}
.small-input {
  padding: 0px 10px;
  color: #3f4f5f;
  border-bottom: solid 1px #ccc;
  border-radius: 3px;
  /* min-height: 42px; */
  /* width: 100px; */
}
.btn {
  background-color: #3571A4;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 10px 30px;
  min-height: 42px;
  font-size: 14px;
}

.chart {
  position: relative;
  width: 40vw;
  height: 400px;
  float: left;
  margin: 10px 20px;
  padding: 0px 10px;
}
.table {
  width: 100%;
  min-width: 100%;
}
.table-head {
  font-weight:bold;
  display:table-row;
  background-color:#f3f3f3;
  text-align:left;
  /* line-height:10px; */
  color:#000000;
  font-weight: bold;
  border-top: solid 1px #ccc;
}
th {
  font-weight:bold;
  background-color:#f3f3f3;
  text-align:left;
  color:#000000;
  font-weight: bold;
  
}
th, td {
  border: solid 1px #ccc;
  padding: 8px 10px 8px 10px;
}
/* .row {
  display:table-row;
  text-align:left;
} */
.table-head, .table-body { 
  /* width: 100%; */
  display: table-cell;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 4px 50px 4px 10px;
}
.table-head:first-child, .table-body:first-child {
  border-left: solid 1px #ccc;
}
.align-right {
  text-align: right;
  padding-right: 10px !important;
}
.fixed-width {
  width: 300px;
  min-width: 300px;
  max-width: 600px;
}
.small-width {
  width: 150px;
  min-width: 150px;
  max-width: 300px;
}
.head1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.head2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.br {
  width: 100%;
  height: 10px;
  margin-bottom: 40px;
  border-bottom: solid 1px #cccccc;
}
.newline {
  position: relative;
  width: 90vw;
  height: 100px;
  float: left;
}
.close {
  position:absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  /* color: #fff; */
  background-color: red;
  padding: 4px;
  border-radius: 50%;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 18px;
  content: ' ';
  height: 24px;
  width: 3px;
  top: 8px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.modal {
  position: absolute;
  left: 50vw;
  top: 50vh;
  width: calc(100vw - 80px);
  max-width: 70vw;
  height: 80vh;
  /* max-height: calc(100vh - 100px); */
  overflow: auto;
  transform: translate(-50%,-50%);
  padding: 2em;
  border-radius: 20px;
  background: white;
  display: block;
}

/* ESRI */
.esri-basemap-toggle, .esri-widget--button:hover, .esri-widget--button:focus, .esri-view .esri-view-surface--inset-outline:focus::after {
  outline: none !important;
}
.layers {
  cursor: pointer;
  font-size: 12px;
}
.not-active::before {
  font-family: "CalciteWebCoreIcons" !important;
  content: "\e68e";
  font-size: 10px;
  margin-right: 10px;
}
.active {
  color: #69dcff;
}
.active::before {
  font-family: "CalciteWebCoreIcons" !important;
  content: "\e68d";
  font-size: 10px;
  margin-right: 10px;
}
#layerDiv {
  padding: 10px 10px;
  width: 400px;
  height: 400px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
#layerDiv ul,
#layerDiv ul li {
  list-style-type: none;
}
#layerDiv ul,
#layerDiv ul li.layers {
  padding: 3px 0px 4px 0px;
}
#layerDiv ul li.layers {
  border-bottom: solid 0.1px rgba(255, 255, 255, 0.5);
}
.modal-map-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}
/* ESRI */
.listItem {
  text-align: left;
}
