.map {
    height: 99vh;
    width: 99.5vw;
}

body {
    font-family: 'Open Sans' !important;
}

h1 {
    color: #000000 !important;
    /*text-align: center!important;*/
    font-family: Arial !important;
    color: #178c18 !important;
    font-size: 50px !important;
    padding: 0 !important;
}
h2 {
    color: #000000 !important;
    font-family: 'Open Sans' !important;
    color: #178c18 !important;
    /*text-align: center!important;*/
    padding: 0 !important;
    margin: 0 !important;
}


.navbar {
    margin: 0 !important;
}

#info {
    position: relative;
    height: 1px;
    width: 1px;
    z-index: 100;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top .tooltip-arrow {
    border-top-color: white;
}
.tooltip-inner {
    border: 2px solid white;
}


.ol-popup {
    position: absolute;
    background-color: white;
    padding: 20px;
    border: 1px solid gray;
    bottom: 12px;
    left: -15px;
    min-width: 300px;
    max-height: 300px;
    overflow: auto;
    
}
.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: "✖";
}

td {overflow:hidden; white-space:nowrap}

.logo{
    text-align: left;
}   

.titolo{
    padding-left: 20% !important;
}

.loader {
    border: 10px solid #cccccc;
    border-radius: 50%;
    border-top: 10px solid #178c18;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.grafana{
    margin-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    width: 15%;
  }
.work{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 10%;
  }



/* data table css */
.data-table {
    margin: 5px 0;
    font-size: small;
    font-family: sans-serif;
    border-radius: 50px 20px;
}
.data-table thead tr {
    background-color: #178c18;
    color: #ffffff;
    text-align: left;
}
.data-table th,
.data-table td {
    padding: 5px 15px;
}

.data-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.data-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.data-table tbody tr:last-of-type {
    border-bottom: 2px solid #178c18;
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 4000px;
  max-height: 3000px;
  overflow: auto;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


