table {
    text-align: left !important;
    font-size: 9.5pt !important;
}

.head > th {
    padding: .75rem !important;
    font-weight: bold;
}

body, html {
    height: 100%;
    width: 100%;
}

#mapid {
    position: relative;
    display: block;
    width: 100%;
}

.info_box {
    font-weight: bold;
    color: #5A646F;
    font-size: 11px !important;
    margin-right: 10px;
}

.info_box_bg {
    border: 1px solid #000000;
    display: block;
    position: absolute;
    margin: 105px 0px 0px 15px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 10000000000;
}

.nanobar {
    width: 100%;
    height: 4px;
    z-index: 9999;
    top: 0;
}

.bar {
    width: 0;
    height: 100%;
    transition: height .3s;
    background:#CC0000;
}

#felirat {
    text-align: center;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-family: 'Open Sans', sans-serif;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden; 
    right:500px;
    width: 320px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    background-color:#880015 !important;

    /* Position the tooltip */
    position: absolute;
    z-index: 1000000000;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}
div#Legend{
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.75);
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 758px) {
    div.infowin {
        font-size: small;
    }
    div.infowin h3 {
        font-size: large;
    }
    div.leaflet-popup-content {
        width: calc(100% + 100px);
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    div.leaflet-popup-content {
        width: calc(100% + 300px);
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {    
    
    div.leaflet-popup-content {
        width: calc(100% + 350px);
    }
}

.leaflet-popup-content {
    text-align: center !important;
}

#mypopup {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.office-image {
    max-width: 100%;
    max-height: 200px;
    box-shadow: 0px 4px 5px 1px #555;
}

#popup-text {
    text-align: center;
    margin: 10px 0px !important;
}