﻿/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}*/



body {
  margin-bottom: 60px;
}

#map-container {
    position: relative;
    height: 500px;
    width: 100%;
}

#map {
    position: relative;
    height: 500px;
    width: 100%;
}

#map-container-buhv {
    position: relative;
    height: 500px;
    width: 100%;
}

#map-buhv {
    position: relative;
    height: 500px;
    width: 100%;
}

#map-container-calculate {
    position: relative;
    height: 500px;
    width: 100%;
}

#map-calculate {
    position: relative;
    height: 500px;
    width: 100%;
}


.leaflet-layer-dark,
.leaflet-control-zoom-in-dark,
.leaflet-control-zoom-out-dark,
.leaflet-control-attribution-dark {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(95%) !important;
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: none;
}


.info {
    padding: 8px 6px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    line-height: 3px;
    
}

.legend {
    line-height: 15px;
    color: #555;
}

    .legend i {
        width: 13px;
        height: 13px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }


.popup-vol {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #3C3C3C;
}


.button-popup {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    border: 1px solid transparent;
    /*letter-spacing: 0.1px;*/
    min-width: 80px;
    /*text-transform: uppercase;*/
    white-space: normal;
    /*    font-weight: 300;
*/ text-align: center;
    /*padding: 16px 14px 18px;*/
    color: #fff;
    background-color: #F6973A;
    height: 30px;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 8px;
}

/*.modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}*/

/*.modal {
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    min-width: 300px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}*/

.dropzone {
    border: 2px dashed #D6D6D6;
    border-radius: 8px;
    padding: 2em;
    margin: 1em 0;
    color: #D6D6D6;
    cursor: pointer;
    transition: background 0.2s;
}

    .dropzone.dragover {
        background: #e3f2fd;
    }

.close-btn {
    float: right;
    font-size: 1.2em;
    cursor: pointer;
    color: #888;
}

.file-list {
    margin-top: 1em;
}



.stepping-slider .nav-text {
    padding-bottom: 20px; /* adjust this value to increase/decrease space */
}