#BlokerSivaPozadina {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5d5d5d;
    opacity: 0.5;
    z-index: 71000;
}

#BlokerProvidnaPozadina {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 71001;
    pointer-events: none;
}

#MPPodeli, #MPGoogleSearch, #MPJezici {
    background-color: var(--pozadinaSadrzajMP);
    border-radius: 3px;
    pointer-events: all;
    width: 90%;
    max-width: 500px;
}

.TitleBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 10px 0;
    background-color: var(--pozadinaTitleBarMP);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.Title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Title img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.Close {
    width: 20px;
    height: 20px;
    background-image: url(/images/Zatvori.svg);
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 10px;
    transition: all .5s;
}

.Close:hover {
    transform: scale(1.5,1.5) rotate(90deg);
}

#MPPodeliSadrzaj {
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

#MPGoogleSearchSadrzaj {
    padding: 15px;
}

#MPPodeliSadrzaj img {
    width: 60px;
    height: 60px;
    margin: 10px;
}

.Nevidljivo {
    display: none !important;
}

#MPJeziciSadrzaj {
    display: flex;
    flex-direction: column;
}

a.IzborJezika:link, a.IzborJezika:visited, a.IzborJezika:active, a.IzborJezika:hover {
    padding: 10px 10px;
    font-size: 15px;
    color: var(--jeziciBojaMP);
    text-decoration: none;
}

a.IzborJezika.AktivniJezik {
    color: var(--aktivniJezikBojaMP);
}

a.IzborJezika:not(:last-child){
    border-bottom: 1px #b3b3b3 dashed;
}

a.IzborJezika:hover {
    background-color: #F2F8FF;
}



@media screen and  (max-width: 1000px) { /* Od ove širine se računa da je mobilni telefon */

    #MPPodeliSadrzaj {
        flex-wrap: wrap;
        padding: 15px 15px;
    }

    #MPPodeliSadrzaj img {
        width: 90px;
        height: 90px;
        margin: 20px;
    }

    #MPPodeli, #MPGoogleSearch, #MPJezici {
        width: 90%;
        max-width: 500px;
    }

    a.IzborJezika:link, a.IzborJezika:visited, a.IzborJezika:active, a.IzborJezika:hover {
        padding: 20px 20px;
        font-size: 20px;
    }
}
