﻿#main-menu {
    background-color: #F5F5F5;
    border-right: 1px solid #DDD;
    height: 100%;
    position: fixed;
    width: 205px;
    padding: 0 15px 0 15px;
}

.navbar-collapse a {
    text-transform: uppercase;
    color: #FFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.navbar .navbar-brand, .navbar .navbar-nav > li > a {
    text-shadow: none;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    background-color: #efefef !important;
    color: #111 !important;
    box-shadow: 0px 1px 0px #e4e4e4 inset;
}

nav.navbar {
    background-image: none;
    background-color: #58585A;
/*    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;*/
}

.navbar .container {
    justify-content: flex-end;
}

/* Fix the nav header position */
.menu-list {
    margin-top: 50px;
}

#dropdown-menu-icon {
    display: none;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.paging a{
    cursor: pointer;
}

#connectedUserId {
    color: #999;
    position: fixed;
    bottom: 0;
    padding-left: 15px;
    padding-bottom: 10px;
}

.hand-pointer{
    cursor: pointer;
}

.dropdown-inline
{
    display: inline;
}

.dropdown-inline ul {
    margin-top: 13px;
}

.dropdown-inline li {
    cursor: pointer;
}

.navbar-nav .active-li {
    background-color: #C1D42F;
}

.navbar-nav .active-li a {
    color: #58585A !important;
    font-weight: bold;
}

.nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    z-index: 103;
}