/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.cp {
    cursor: pointer;
}

.header_img_user {
    height: 300px;
}

.snack_div {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
}

#mobile-menu {
    display: none;
}

#mobile-navigation {
    display: block;
}

#uiView {
    margin-top: 0;
}

.kartica_userBodovi {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 3px #cfcfcf;
}

.kartica_userBodovi:hover {
    background-color: #fafafa;
}

.new_survey_ub {
    width: 100%;
    height: 20px;
    font-size: smaller;
    margin: 0;
    padding: 0;
    background: #3498db;
    border: 1px solid #3498db;
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 920px) {
    .header_img_user {
        max-height: 300px;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    #mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    #mobile-menu button {
        border: none;
        color: #fff;
        background: #333;
    }

    #mobile-navigation {
        display: none;
    }

    #uiView {
        margin-top: 50px;
    }

    #header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9 !important;
    }

    #sidebar2 {
        color: #fff;
        background-color: #333;
    }

    #sidebar2 .active {
        background-color: #242424;
        font-weight: bold;
    }

    #sidebar2 .nav-item {
        padding: 0 10px;
    }

    .clanstvo_active {
        border-bottom: 1px solid #fff;
    }

    #page-menu {
        display: none !important;
    }
}