/***************************************\
* made by:                              *
*     BS Computer - Zrenjanin       	*
* developers:                           *
*     Nemanja Zolak                     *
*     Nemanja Zarić                     *
*     Dejan Radovanović                 *
*     Nikola Rađenović                  *
* designer and front-end develpore:     *
*     Nina Zadrin                       *
* email:                                *
*     office@bscomputer.com             *
*                            			*
\***************************************/

/****************** TOP MENU *****************/

.navbar-desk {
    display: block !important;
}

.navbar-mob {
    display: none !important;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
  

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    position: relative;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(69, 74, 84, 0.7);
    padding: 0;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    width: 100%;
}

#menu li ul {
    opacity: 0;
    height: 0px;
    overflow-y: scroll;
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: -1px;
    transition: opacity 0.1s linear;
}
#menu li ul::-webkit-scrollbar {
    display: none;
  }
 .menu-sub .hr{
    margin: 0;
    padding: 0;
    max-height: 10px!important;
    border:none;
 } 
 .menu-sub .hr a{
    margin: 0;
    padding: 0;
    max-height:10px!important;
 } 

#menu li a {
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 0;
    color: #aaabae;
    white-space: nowrap;
    z-index: 2;
    height: 100%;
}

#menu li a:hover {
    color: #ffffff;
    background-color: #222;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    width: 100%;
}

#menu ul li a {
    color: #aaabae;
}

#menu ul li a:hover {
    color: #ffffff;
    background-color: #343a40;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    width: 100%;
}

#menu li.active>a {
    background-color: #222;
    color: #ffffff;
}

#menu ul li {
    background-color: #2b303a;
}

#menu li li ul {
    left: 100%;
    visibility: hidden;
    top: -1px;
    opacity: 0;
    transition: opacity 0.1s linear;
}

#menu li:hover>ul {
    visibility: visible;
    height: auto;
    opacity: 1;
}

#menu li li:hover ul {
    visibility: visible;
    opacity: 1;
}

.nav-item {
    float: right;
    text-align: right;
}

.navbar-right {
    float: right;
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    color: #343a40;
}

.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}
.navbar-nav .dropdown-menu {
    position: absolute!important;
    float: none;
}
.notificationHeader {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.badge {
    position: relative !important;
    min-width: 20px;
    min-height: 20px;
    font-weight: bold;
    color: #343a40;
    border-radius: 5px !important;
    border: 1px solid #93d8e4 !important;
    font-size: 12px;
    font-weight: 400;
    background: #93d8e4;
    display: inline-block;
    text-align: center;
    vertical-align: middle !important;
    top: 0px !important;
    z-index: 1;
    width: 33px !important;
    height: 25px;
    padding: 5px !important;
    line-height: 14px;
    margin-left: 5px;
}

.customBadgeDanger {
    position: relative !important;
    width: 100% !important;
    border: 0rem !important;
    color: #e3342f !important;
    background-color: transparent !important;
    text-align: left !important;
    top: auto;
}

.badge-primary {
    background: #343a40;
    color: #fff;
}

.user-header {
    background-color: #93d8e4;
    color: #343a40;
    text-align: center;
    height: 220px;
    padding: 10px;
    padding-top: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dropImg {
    width: 90px;
    border-radius: 100%;
}

.user-body a, .user-footer a {
    font-size: 12px;
    color: #343a40;
}

.user-body {
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.user-footer {
    background-color: rgba(0, 0, 0, .03);
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.adminDrop {
    right: 0;
    left: auto;
    min-width: 250px;
}

.notificationHeader {
    height: auto;
}

.meniI {
    float: right;
    text-align: right;
    position: relative;
}

.dropdown-menu.show {
    display: block;
    border-radius: 5px;
}

.pronadjen {
    color: white;
}

#notifications_ul {
    min-width: 250px;
    background-color: #f9f9f9;
    padding: 0px !important;
}

#notifications_ul li {
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
}

.procitano {
    background-color: white;
}

.procitano:hover {
    background-color: lightcyan;
}

.neprocitano {
    background-color: pink;
}

.neprocitano:hover {
    background-color: pink;
}

.headlineNotif {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

#notifications_ul li a p {
    padding-top: 5px;
}

.notification_text {
    vertical-align: middle;
}

.notification_check {
    vertical-align: middle;
}

.notification_text_row {
    margin-bottom: 5px;
}

.notification_timestamp_row {
    border-top: none;
    font-size: 10px !important;
    text-decoration: italic;
}

#notification_icon .badge {
    position: relative;
    top: -15px;
    right: 15px;
    font-size: 45%;
    display: none;
}

/****************** END TOP MENU *****************/

@media screen and (max-width: 1024px) {
    .navbar-desk {
        display: none!important;
    }
    .navbar-mob {
        display: block!important;
        background-color: #343a40;
        color: #fff;
        padding: 8px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px !important;
    }
    .nav-link .fas, .nav-link .far, .nav-link .fa {
        margin: 8px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #f4f4f4;
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {
        color: #fff;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-right {
        float: right;
        width: auto;
        display: block;
    }
    .navbar-left {
        float: left;
        width: auto;
        display: block;
    }
    .navbar-brand {
        background-image: url('/images/logos/logo.png');
        width: 100px;
        background-size: 75px;
        height: 40px;
        background-repeat: no-repeat;
        text-align: center;
        background-position: center;
    }
}