.navbar
{
background-color: white !important;
}

.navbar .nav > li > a {
    color: #424242 !important;
}

.navbar .navbar-brand {
    color: dimgrey !important;
}


/*.sidebar .user-info .info-container
{
    color: dimgray !important;

}*/
.sidebar .user-info .info-container {
    padding: 10px;
    color: dimgray !important;
}


body {
    /*background-color: rgb(51, 51, 51, 0.04) !important;*/
    background-color: white !important;
}


.sidebar .user-info
{
background-color: white !important;
}

.sidebar .user-info .info-container .name
{
color: dimgray !important;

.sidebar .user-info .info-container .email
{
color: dimgray !important;
}


.sidebar .user-info .info-container .user-helper-dropdown {
   
    color: dimgray !important;
}


.col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    padding-left: 0px !important;
}

.sidebar .menu {
    position: relative;
    overflow-y: hidden !important;
    
}


.img-rounded {
    border-radius: 50% !important;
}


.ml-menu li {
    margin-top: 0px !important;
}

li.divider {
    margin: 5px 0;
    padding: 0px !important;
}


.dropdown-menu button.btn.btn-primary {
    margin-left: 35px;
}