.-body {

    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.leaflet-control-geotag-photo-camera {

    display: none !important;
}

.blue {
    color: blue;
}

.tag-filter-tags-container {
    left: 30px;
}

#odabir_akcije {
    display: none;
}

#mapdiv {

    height: 100vh;

}


#side-bar {
    text-align: center;
}

#result {

    position: relative;
    width: 100%;
    cursor: pointer;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 1001;
}

.link-class:hover {
    background-color: #f1f1f1;
}


.modal-content {
    top: 5%;
    height: 100%;
    width: 100%;
}

.leaflet-control {
    z-index: 2999 !important;
}

.-dialog {
    margin: 2.5vh auto;
}

/*Sets the maximum height of the entire modal to 95% of the screen height*/
.-content {
    max-height: 95vh;
    overflow: scroll;
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
.-body {
    max-height: 90vh;
}

/*Sets the maximum height of the modal image to 69% of the screen height*/
.-body img {
    max-height: 69vh;
}

.leaflet-popup-content {
    text-align: center;
    width: auto !important;
}


.close {
    z-index: 3800 !important;
}


.labela {
    order: 1;
    position: relative;
    left: -50%;
    background-color: #fff;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #444;
    color: black;
    padding: 3px;
    white-space: nowrap;
}


#geocode-selector {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10000;
}

#geocode-selector button {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 12px 24px;
    margin-left: 24px;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.25s ease-out;
    outline: none;
}

#geocode-selector button:hover {
    background-color: white;
}

#geocode-selector .selected {
    background-color: #0078A8;
    color: white;
}

#geocode-selector .selected:hover {
    background-color: #49e;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-item a {
    color: #000;
    outline: none !important;
}

.navbar-expand-md .navbar-nav {
    align-items: center;
}

.nav-item.active a {
    color: #33b3e0 !important;
}

.btn-outline-blue {
    color: #33b3e0;
    background-color: transparent;
    background-image: none;
    border: 2px solid #33b3e0 !important;
}

.btn-outline-blue:hover {
    color: #fff !important;
    background-color: #33b3e0;
    border-color: #33b3e0;
}

.btn-outline-orange {
    color: #FF6301;
    background-color: transparent;
    background-image: none;
    border: 2px solid #FF6301 !important;
}

.nav-link.active {
    color: #33b3e0 !important;
}

.btn-outline-orange:hover,
.btn-outline-orange.active {
    color: #fff !important;
    background-color: #FF6301;
    border-color: #FF6301;
}

#navbar {
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #fff !important;
    z-index: 10;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#navbar .navbar-expand-md .navbar-nav .nav-link {
    padding: 6px 18px !important;
}

.leaflet-touch .leaflet-control-geocoder {
    top: 0px;
}

#navbar.active {
    z-index: 3999;
}

.modal-header {
    background-color: #33B3E0;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal {
    z-index: 4000;
}

@media only screen and (max-width: 767px) {
    .navbar-nav .nav-item {
        padding: 0 10px;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-brand img {
        height: 34px;
    }

    .leaflet-sidebar .close {
        top: 90px;
    }

    .ag-cell-value {
        font-size: 9px !important;
    }

    .ag-header-cell-text {
        font-size: 10px !important;
    }

    .ag-header-cell {
        padding: 0px !important;
        padding-left: 5px !important;

    }

    .ag-header-cell-text {
        width: 100% !important;
        text-align: center !important;
    }

}
