@media screen and (max-width: 800px) {
    body {
        /* color: blue; */
        display: block;
    }
    
    .navbar-fixed-top .navbar-collapse, 
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 1400px !important;
    };

    #navbar .nav.navbar-nav li > a {
        font-size: 13px !important;
        /* font-weight: 500; */
    }

    .nav.navbar-nav > li > a.dropdown-toggle > i {
        font-size: 14px;
    }

    #userAvatarContainer  li  a.dropdown-toggle{
        top: -2px;
    }; 


    .navbar-nav .open .dropdown-menu {
        
    }

}
#navbar .nav.navbar-nav li > a:hover {
    /* font-weight: 500; */
    transition: ease transform 0.3s;
    transform: translateY(-3px);
}

#rightSideNav {
    margin-left: auto;
    display: flex;
    align-items: center;
    align-content: center;
}

#navCont {
    display: flex;
    align-items: center;
    align-content: center;
}

#notifyToggler {
    border-radius: 50%;
    padding: 10px;
    font-size: 19px;
}

#notifyToggler i {
    margin: 0;
}

#notification #notifyToggler + .dropdown-menu {
    transform: none;
    max-width: 450px;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
    margin-top: 3px;
    border-radius: 5px;
}

#notification #notifyToggler + .dropdown-menu li,
#notification #notifyToggler + .dropdown-menu li a {
    /* border: none; */
    box-shadow: none;
    padding: 0;
}
#notification #notifyToggler + .dropdown-menu li a > .row {
    display: flex;
}

#notfCount{
    position: relative;
    right: 20px;
    top: 2px;
    z-index: 2;
    padding: 3px;
    font-size: 10px;
    background-color: #ffa16c;
    border-radius: 50%;
    color: #fff;
}

.notifyCategory {
    background-color: #eaebec;
    display: flex;
    justify-content: center;
    align-self: stretch;
    align-items: center;
}
.newQuery .notifyCategory{
    color: #ffc600;
    font-weight: 700;
    font-size: 14px;
}
.newReport .notifyCategory{
    color: #3bbfad;
}
.newDoc .notifyCategory{
    color: #8bb8ee;
}
.newQuery {
    border-bottom: 1px solid #ffc600;
}
.newReport {
    border-bottom: 1px solid #3bbfad;
}
.newDoc {
    border-bottom: 1px solid #8bb8ee;
}

.notifyDesc, 
.notifyTitle {
    overflow: hidden;
    text-overflow: ellipsis;
}
.notifyTitle {
    font-weight: 500;
    font-size: 13px;
    padding: 2px 4px;
}
.notifyDesc {
    font-weight: 400;
    font-size: 11px;
    padding: 2px 4px;
}
.notifyTime {
    font-size: 11px;
    font-style: oblique;
}
@media (min-width: 768px) and (max-width: 1350px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none;
    }

    .navbar-nav > li {
        float: none;
    }

    .top-navigation .nav > li > a { 
        margin-top: 0 !important;
        font-size: 13px !important;
    }
    #navbar .navbar-nav.nav > li:last { 
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.4) !important;
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.4) !important;
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.4) !important;
    }
 }