.sidenav {
    height: 100%;
    width: 0;
    z-index: 98;
    top: 0;
    right: 0;
    background-color:#194049;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    width:0px;
} 

.sidenav.sidebar-width{
    width:300px;
}

.menu-fixed-top{
position: fixed;
}

.menu-not-fixed-top{
   position: absolute; 
}

.sidenav.navbar-nav li a.nav-link{
    color: white;
    padding: 0.5rem 1rem !important;
    font-size: 14px;
    border-bottom: 1px solid #006670;
}

.sidenav .dropdown .dropdown-menu{
    border-radius:0;
    background:#006670;
}

.sidenav .dropdown .dropdown-menu a {
    color: #fff;
    border-bottom: 1px solid #194049;
    font-size: 13px;
}

.sidenav .dropDownIcon.mobileIcon {
    color: white;
    position: absolute;
    right: 15px;
    top: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #006670;
    padding:0;
}

.sidenav  .nav-item.dropdown:hover .dropdown-menu, .sidenav  .nav-item.dropdown .dropdown-menu{
    display: none;
}

.sidenav .dropdown-toggle::after{
    content:none;
}

.sidenav  .dropdown .dropdown-menu a.dropdown-item:focus, .sidenav  .dropdown .dropdown-menu a.dropdown-item:hover {
    color: #16181b;
}


.home #jumbotron-content {
    z-index: initial;}
    
     .ListOfProperties .sidebar{
    background:#f9f9f9 !important;
    border:1px solid #d6d6d6 !important;
}


.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #194049;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.ListOfProperties .sidebar .list-group-item {
    padding: 0.3rem 1rem;
    background: none;
}

 .list-group-item.list-group-item-action.active  {
     background:#194049;
     color:#fff;
 }

.ListOfProperties .sidebar .list-group-item:active {
    color:white;
    background: #194049;
}

@media (max-width: 991px){
.dropDownIcon.mobileIcon {
}

.sidenav.sidebar-width{
    width:100%;
}
}