#container {
  max-width: 800px;
  margin: auto;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  min-height: 460px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: "geomanistregular";
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
rect.highcharts-button-box {
  display: none;
}

.countryLabel {
  background: rgba(255, 255, 255, 0);
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0px 0px;
}

.circle {
  float: left;
  border: 1px solid #222;
  border-radius: 50%;
}

.info.legend.leaflet-control {
  padding: 6px 8px;
  font: 14px/16px Verdana, Geneva, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.legend {
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.resizable-content {
  min-width: 100%;
  /* min-height: 100%; */
  resize: both;
  overflow: auto;
  /* max-height: fit-content; */
  max-width: fit-content;
}

.chart-wrapper {
  position: relative;
     padding-bottom: 40%;
 }
 
 .chart-inner {
 position: absolute;
     width: 100%; height: 100%;
 }

.form-group input[type=file]::file-upload-button{
  background-color: red;
}

.hide{
  display: none;
}


/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 2%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

label.col-md-3.col-form-label {
  color: black;
}

label#name-error {
  color: #342229;
}

.hide{
  display: None;
}
.tool-summary{
  max-height: 90%;
  min-height: 90%;
  overflow: overlay;
}
/* Style the DataTable search box */
.dataTables_wrapper {
  padding: 10px;
}

.dataTables_length {
  padding: 10px;
  display: inline;
}

.dataTables_filter {
  padding: 10px;
  float: right;
  display: inline;
}



/* Style the DataTable info area */
.dataTables_info {
  /* margin-top: 10px; */
  display: inline;
}


/* Style the DataTable search box */
.dataTables_wrapper {
  padding: 10px;
}

.dataTables_length {
  padding: 10px;
  display: inline;
}

.dataTables_filter {
  padding: 10px;
  float: right;
  display: inline;
}

/* Style the DataTable pagination buttons */
.dataTables_paginate {
  /* margin-top: 10px; */
  float: right;
  display: inline;
}

/* Style the DataTable info area */
.dataTables_info {
  display: inline;
}



/* .form-check, label{
  color: #000000;
} */



/* What is the purpose of this css */

/* select {
  margin: 5px;
}

table {
 margin: 5px;
} 

input {
  margin: 5px;
} */

.tool-form{
  justify-content: center;
}
.card .card-body .form-group {
  margin: 8px 15px 0;
  font-weight: 700;
  color: #322329;
}
/* select {
  text-align: center;
} */

.dataTables_length label{
  margin-top: 10px;
}

.leaflet-control-attribution {
    display: none;
}

ul.leaflet-draw-actions.leaflet-draw-actions-top.leaflet-draw-actions-bottom {
  display: none !important;
}

.label-icon{
  font-weight:900;
  font-size: 9px;
  color: #262626
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
  height: 12px;
  width: 12px;
  margin: 9px;
}

@media print{
  head {
    display: None;
  }
  .agstable {
    display: None;
  }
  .navbar {
    display: None;
  }
  .sidebar {
    display: None;
  }
  .footer{
    display: none;
  }
  *{
    display: block;
    width: max-content;
    height: max-content;
    overflow: unset;
  }
}
