.nav-sidebar {
    width: 100%;
    padding: 30px 0;
    padding-top: 25px;
    margin-top: 25px;
    /*border-right: 1px solid #ddd;*/
    background-color: #2E7EB7;
    color: #FFF;
    border-radius: 4px;
}
.nav-sidebar a {
    color: #777;
    color: #FFF;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar a:hover {
     color: #2E7EB7;
}
.nav-sidebar .active a {
    cursor: default;
    background-color: #fff;
    color: #2E7EB7;
    margin-left: 1px;
    margin-right: 1px;
/*    color: #0b56a8;*/
}
.nav > li > a:focus {
    color: #0b56a8;
    background-color: transparent;
    border: 0px;
}
.nav-sidebar .active a:hover {
    /*background-color: #0b56a8;*/
    /*color: #0b56a8;*/
    /*color: #fff;*/
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.details .lead {
    line-height: 1.6;
}
