body {
    background: #ffffff;
    padding-top: 5px;
    overflow:auto;
}
 
#side_nav {
    background: #eee;
    min-width: 250px;
    max-width: 250px;
   
}

.content {
    min-height: 93vh;
    width: 100%;
}

hr.h-color {
    background: #5f5e5e;
}
span.tcolor {
    background: #ffffff
}
.sidebar {
    min-height: 93vh;
    margin-top: 12px;
}
.sidebar-bottom {
    margin-top: 37rem;
}

.sidebar li a:hover {
    background: #5f5e5e;
    border-radius: 8px;
}

.sidebar li a, .sidebar li a:hover{
    color:#eee;
    
}
.sidebar li.active {
    background: #5f5e5e;
    border-radius: 8px;
}

.sidebar li.active a{
    color:#eee;
    
}
.sidebar li a {
    color: #5f5e5e;
}