
header {
    position: relative;
}

#header-nav {
    background-color: #e9c66700;
}

#btn.layerlistexpanded {
    background-color: #eab20d;
    border-radius: 7px;
    border-top-left-radius: 0px;
}
#btn > * {
    pointer-events: none;
}

footer {
    display: none;
}

/*LEAFLET CONFIG*/
.leaflet-top.leaflet-right {
    right: unset;
    left: 0px;
    font-family: Righteous!important;
    top: 80px!important;
}

.leaflet-bottom.leaflet-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.leaflet-bottom.leaflet-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control {
    border: none;
    box-shadow: unset;
}

.leaflet-bar a:first-child {
    margin-bottom: 5px;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
    border-radius: 4px!important;
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
    font-size: 28px!important;
}

.leaflet-bar a:not(.leaflet-disabled) {
    color: #E8BE52!important;
}

.leaflet-bar a:not(.leaflet-disabled):hover {
    cursor: pointer;
    background-color: #E8BE52!important;
    color: white!important;
}

.leaflet-bar a.leaflet-disabled {
    background-color: #7d7d7d!important;
}

.leaflet-popup {
    font-family: Righteous!important;
}

.popup-header{
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    border-bottom: 1px solid black;
    text-align: center;
}

.popup-header p{
    margin-bottom: 5px;
}

.popup-p-red {
    font-size: 19px;
    text-align: center;
    color: rgba(232, 91, 82, 0.78);
    margin-top: 5px;
}

.popup-p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;

}

.popup-span {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
}

.popup-body div {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    align-items: center;
    margin-bottom: 20px;
}

.popup-body div:last-of-type {
    margin-bottom: 5px;
}

.popup-body div span:first-of-type {
    flex-basis: 25%;
}

.popup-body div span:last-of-type {
    flex-basis: auto;
    margin-left: 10px;
}

.leaflet-control-layers-overlays label .leaflet-control-layers-selector {
    display: none;
}

.leaflet-control-layers-overlays label div:first-of-type {
    font-size: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
}



.leaflet-control-layers-overlays label div .div_image{
    flex-basis: 25%;
    height: 60px;
    margin-right: 5px;
    padding: 3.5px 10px;
    border-radius: 10px;
}

.leaflet-control-layers-overlays label div span{
    padding: 10px 10px;
    flex-basis: 100%;
    border-radius: 10px;
    font-size: 18px;
}

.selected-div > * {
    background: rgba(232, 190, 82, 0.7);
}

.circle-image span {
    background: rgba(231, 210, 147, 0.988235);
    border-radius: 50%;
}

#switch-off {
    cursor: pointer;
}

.switch-tekst {
    color: #D24343;
    font-size: 16px;
    padding: 10px 10px;
    flex-basis: 100%;
    border-radius: 10px;
}

.circle-image span, .switch-off-img, #slobodno-span, #tjelesna-span, #kulturno-span, #usamljenost-span, #zdravlja-span, #psihosocijalna-span, #ucenje-span, #suradnja-span{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: text-top;
    margin: auto;
}

.switch-off-img {
    background-image: url(../img/bi_x-circle.svg);
    transition: all 0.75s;
    transform: rotate(0);
}

.switch-off-img.on, .leaflet-layers-legend-switching p.on {
    transform: rotate(135deg);
}



#div-slobodno .leaflet-layers-simbols, #div-tjelesna .leaflet-layers-simbols, #div-kulturno .leaflet-layers-simbols, #div-usamljenost .leaflet-layers-simbols, 
#div-zdravlja .leaflet-layers-simbols, #div-psihosocijalna .leaflet-layers-simbols, #div-ucenje .leaflet-layers-simbols, #div-suradnja .leaflet-layers-simbols{
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    width: 90px;
    height: 75px;
}

.selected-div #tjelesna-span, #div-tjelesna .leaflet-layers-simbols {
    background-image: url(../img/stretching.svg);
}

#tjelesna-span {
    background-image: url(../img/stretching.png);
}

.selected-div #slobodno-span,  #div-slobodno .leaflet-layers-simbols {
    background-image: url('../img/open-book (2).png');
}

#slobodno-span {
    background-image: url('../img/open-book (3).png');
}

.selected-div #kulturno-span, #div-kulturno .leaflet-layers-simbols {
    background-image: url('../img/cinema(2).png');
}

#kulturno-span {
    background-image: url('../img/cinema.png');
}

.selected-div #usamljenost-span, #div-usamljenost .leaflet-layers-simbols {
    background-image: url('../img/smile.svg');
}

#usamljenost-span {
    background-image: url('../img/smile.png');
}

.selected-div #zdravlja-span, #div-zdravlja .leaflet-layers-simbols {
    background-image: url('../img/happiness2.png');
}

#zdravlja-span {
    background-image: url('../img/happiness.png');
}

.selected-div #psihosocijalna-span, #div-psihosocijalna .leaflet-layers-simbols {
    background-image: url('../img/mental-health.svg');
}

#psihosocijalna-span {
    background-image: url('../img/mental-health.png');
}

.selected-div #ucenje-span, #div-ucenje .leaflet-layers-simbols {
    background-image: url('../img/reading-book.svg');
}

#ucenje-span {
    background-image: url('../img/reading-book.png');
}

.selected-div #suradnja-span, #div-suradnja .leaflet-layers-simbols {
    background-image: url('../img/hand-shake.svg');

}

#suradnja-span {
    background-image: url('../img/hand-shake.png');
}

.div_image {
    display: inline-block;
}

.leaflet-top.leaflet-right {
    z-index: 99999;
}

#leaflet-layers {
    position: fixed;
    top: 80px;
    z-index: 9999;
    text-align: center;
    margin-top: 10px;
    right: 0px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    border: 2px solid!important;
}

.leaflet-layers-legend, .leaflet-layers-legend-switching {
    display: flex;
}

.leaflet-layers-legend-switching {
    cursor: pointer;
    width: 90px;
    height: 75px;
    background-color: #e8be52e0;
    margin-bottom: 5px;
    border-radius: 7px;
    flex-wrap: wrap;
    padding: 5px;
    font-size: 14px;
    color: #D24343;
}

.leaflet-layers-legend > div{
    width: 90px;
    height: 75px;
    background-color: #e8be52e0;
    margin-bottom: 5px;
    border-radius: 7px;
}


.leaflet-layers-legend-switching p {
    background-position: center;
    background-size: 30px;
    background-image: url(../img/bi_x-circle.svg);
    margin: 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    transition: all 0.75s;
    transform: rotate(0);

}

.leaflet-layers-desc {
    display: none;
    background-color: #fffffff1!important;
    color: #00000099;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
    width: 200px!important;
    align-items: center;
    padding: 0px 15px;
    position: absolute;
    right: 85px;
}

.leaflet-layers-desc span {
    display: contents;
}

.hover_layers:hover {
    cursor: pointer;
}

.hover_layers > * {
    pointer-events: none;
}

.leaflet-layers-desc.show {
    display: flex;
}

.leaflet-top .leaflet-control {
    margin-top: 0px!important;
}

.leaflet-control-layers-expanded {  
    background-color: #ffffff8f!important;
}

.circle-image {
    flex-basis: 25%;
    height: 60px;
    margin-right: 5px;
    padding: 3.5px 10px;
    border-radius: 10px;
    text-align: center;
}

.div_aktivni {
    display: flex;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    flex-basis: 100%; 
}
.aktivni-text {
    padding: 10px 10px;
    flex-basis: 100%;
    font-size: 20px;
    border-radius: 10px;  
}

@media only screen and (max-width: 1541px) {
    .leaflet-control-zoom.leaflet-bar.leaflet-control {
        left: 5px!important;
        right: unset;
        position: fixed;
        bottom: 0px;
    }

    #leaflet-layers {
        margin-top: 0px;
    }
    .leaflet-layers-legend > div {
        height: 60px;
    }
    #div-slobodno .leaflet-layers-simbols, #div-tjelesna .leaflet-layers-simbols, #div-kulturno .leaflet-layers-simbols, #div-usamljenost .leaflet-layers-simbols, #div-zdravlja .leaflet-layers-simbols, #div-psihosocijalna .leaflet-layers-simbols, #div-ucenje .leaflet-layers-simbols, #div-suradnja .leaflet-layers-simbols {
        height: 60px;
    }

    .leaflet-control-layers-overlays label div .div_image, .leaflet-control-layers label, .div_aktivni {
        height: 55px;
    }

    .leaflet-control-layers-overlays label div span {
        font-size: 16px;
    }

    .leaflet-right .leaflet-control {
        width: 380px;
    }


}


@media only screen and (max-width: 541px) {
    .header-title-img {
        display: none;
    }
    .leaflet-control-layers-overlays label div .div_image {
        height: auto;
    }
}



@media only screen and (max-width: 450px) {
    .leaflet-control-zoom.leaflet-bar.leaflet-control {
        float: left;
        margin-left: 10px;
    }
    
    #leaflet-layers {
        max-height: calc(100% - 125px);
        overflow-y: scroll;
    }
    #header-title {
        font-size: 20px;
    }
    .popup-header {
        font-size: 15px;
    }
    .popup-p-red {
        font-size: 15px;
        margin: 8px; 
    }
    .popup-p, .popup-span {
        font-size: 13px;
    }
    .leaflet-popup-content {
        margin: 8px;
    }
    .leaflet-popup-content {
        width: 250px;
    }
    .leaflet-bottom.leaflet-left {
        bottom: 10px;
    }
    .leaflet-control-layers-overlays label div {
        font-size: 13px;
    }
    .leaflet-control-layers-expanded {
        height: 95%;
        overflow-y: scroll;
    }
    .leaflet-popup-content {
        margin: 5px!important;
    }
    .header-simboli:first-of-type {
        margin-right: 5px;
    }
    .header-simboli:last-of-type {
        margin-left: 5px;
    }
    .circle-image span {
        width: 20px;
        height: 20px;
    }
    .leaflet-control-layers-overlays label div:first-of-type {
        font-size: 13px;
    }

    .leaflet-control-zoom.leaflet-bar.leaflet-control {
        bottom: 25px;
    }
    
}

@media only screen and (max-width: 426px) {

    .leaflet-control-layers-overlays label div .div_image, .leaflet-control-layers label, .div_aktivni {
        height: auto;
    }

    .leaflet-top.leaflet-right {
        height: 100%;
    }

    .leaflet-control-layers-expanded {  
        max-height: calc(100% - 120px);
        overflow: auto;
    }

    .leaflet-layers-desc.show {
        display: none;
    }

    .aktivni-text {
        font-size: 17px;
    }

    .leaflet-control-layers-overlays label div span {
        font-size: 15px;
    }

    .div_aktivni .circle-image{
        padding: 10px;
    }

}

@media only screen and (max-width: 376px) {
    .leaflet-layers-legend-switching p {
        height: 20px;
        background-size: 20px;
    }
    .leaflet-layers-legend-switching {
        font-size: 13px;
    }
    .div_aktivni {
        align-items: baseline;
        max-height: 50px;
    }
    .switch-off-img {
        width: 30px;
        height: 30px;
    }

    .switch-tekst {
        padding-top: 0px;
    }

    .header-simboli:last-of-type {
        margin-left: 2px;
    }
    .header-simboli:first-of-type {
        margin-right: 2px;
    }

    .leaflet-right .leaflet-control {
        width: 320px;
    }

}


@media only screen and (max-width: 321px) {
    #header-title {
        font-size: 16px;
    }
    .header-li {
        flex-basis: unset;
    }
    .navbar-nav {
        margin: auto;
    }

    #leaflet-layers {
        max-height: calc(100% - 120px);
        overflow-y: scroll;
        top: 72px;
    }

    .leaflet-layers-legend > div, .leaflet-layers-legend-switching, #div-slobodno .leaflet-layers-simbols, #div-tjelesna .leaflet-layers-simbols, #div-kulturno .leaflet-layers-simbols, #div-usamljenost .leaflet-layers-simbols, #div-zdravlja .leaflet-layers-simbols, #div-psihosocijalna .leaflet-layers-simbols, #div-ucenje .leaflet-layers-simbols, #div-suradnja .leaflet-layers-simbols {
        width: 75px;
    }
    

}
