.hide
{
   display:none;
}

.mapContainer {
    width: 800px;
    height: 400px;
}

#map {
    width: 800px;
    height: 400px;
}

.panoramaContainer {
    width: 800px;
    height: 400px;
}

#panorama {
    width: 800px;
    height: 400px;
}

.box1 {
    width: 800px;
    height: 400px;
}

.box2 {
    padding-left: 50px;
}

body.waiting * {
    cursor: progress!important;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {width: 300px;}

#export {
    position: absolute; 
    top: 400px;
    right: 0px;
    z-index: 400;
    background: white;
    padding: 0px;
}

#basemaps-wrapper {
    position: absolute;
    top: 10px;
    
    /*left: 500px;*/
    transform: translateX(350%);

    z-index: 400;
    background: white;
    padding: 10px;
}

#basemaps {
    margin-bottom: 5px;
}

.leaflet-control-layers-base{
    text-align: left!important;
}


img.huechange { filter: hue-rotate(120deg); }

.popup{
   height:30px;
   overflow:auto;
}

.custom-popup {
    border-radius: 2px;
    color: #504e4e;
    font-family: 'Molengo', sans-serif;
    font-size: 12px;
    line-height: 10px;
    height: 10 px !important;
    max-height: 300px;
    }

.custom-popup, .leaflet-popup-tip {
    background: #e7e7e7;
    border: none;
    box-shadow: none;
    }

.leaflet-popup-content-wrapper {
   background: #e7e7e7;
   border-radius: 2px;
   }

.leaflet-popup {
    position: absolute;
    text-align: center !important;

    }

.leaflet-popup-content {
    margin-top: 10px;
    margin-right: 2px;
    padding-right: 12px;
    min-width: 100px !important;
    max-height: 300px;
    height: 10 px !important;
    overflow: auto;
    text-align: center !important;
    }

.leaflet-popup-close-button {
   display: none; 
}

@keyframes fade { 
  from { opacity: 0.1; } 
}

.blinking {
  animation: fade 1s infinite alternate;
}


#ChartContainer {
  width: 800px;
  height: 400px;
  margin-top:20px;
  margin: 0 auto
}

#WindRoseChartContainer {
  width: 400px;
  height: 400px;
  margin-top:20px;
  margin: 0 auto
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 800px;
    margin-top: 10px;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 0.9em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
    text-align: center;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}

button {
  border: 1px solid #0066cc;
  background-color: #0099cc;
  color: #ffffff;
  padding: 5px 10px;
}

button:hover {
  border: 1px solid #0099cc;
  background-color: #00aacc;
  color: #ffffff;
  padding: 5px 10px;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.leaflet-popup-content-wrapper1 {
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    font-size: 20px;
    box-shadow: none !important;
}


.leaflet-popup-content-wrapper{
    background:#F0F8FF;
    /*background: white;*/
    border: solid 0px blue;
    color: black;
    font-size: 14;
}

.leaflet-popup-tip {
    background: #F0F8FF;
}

.leaflet-tooltip-own {
    position: absolute;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    border: 0px solid #000;
    border-radius: 4px;
    color: #000;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.text-below-marker {
  min-width: 100px;
  left: -45px;
  text-align: center;
  font-size: 20px;
  min-height: 1.2em;
  border: 1px solid red;
    position: absolute;
    padding: 10px;
    /*background-color: rgba(255, 0, 0, 0.5);*/
    border: 0px solid #000;
    border-radius: 4px;
    color: #FFFFFF;

}

        /* Fixes Google Mutant Empty attribution */
        .leaflet-bottom.leaflet-left,
        .leaflet-bottom.leaflet-right {
            margin-bottom: initial !important;
        }

        /* Make Google Logo/ToS/Feedback links clickable */
        .leaflet-google-mutant a,
        .leaflet-google-mutant button {
            pointer-events: auto;
        }

        /* Move Google ToS/Feedback to the top */
        .leaflet-google-mutant .gmnoprint,
        .leaflet-google-mutant .gm-style-cc {
            top: 0;
            bottom: auto !important;
        }


.pano-canvas {
    position: relative !important;
    width: 800px !important;
    height: 400px !important;
    top: 10 !important;
    right: 0;
    bottom: 15px !important;
    left: 0 !important;
    margin: 5;
    padding: 5;
    z-index: 1000;
    display: none;
}
