/*!
 * Start Bootstrap - Simple Sidebar (http://bootsnipp.com/snippets/45ngx)
 */

a.menulink {
    text-decoration: none;
    color: #FFFFFF;
}

.sidebar1 {
    background: #D65501;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d65501, #ed982a, #D65501);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D65501, #ed982a, #D65501);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D65501, #ed982a, #D65501);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D65501, #ed982a, #D65501);
    /* Standard syntax */
    padding: 0px;
    min-height: 100%;
}
.logo {
    max-height: 130px;
}
.logo>img {
    margin-top: 30px;
    padding: 3px;
    border: 3px solid white;
    border-radius: 100%;
}
.list {
    color: #fff;
    list-style: none;
    padding-left: 0px;
}
.list::first-line {
    color: rgba(255, 255, 255, 0.5);
}
.list> li, h5 {
    padding: 5px 0px 5px 40px;
}
.list>li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 5px solid white;
    color: white;
    font-weight: bolder;
    padding-left: 35px;
}
/*
.main-content{
  text-align:center;
}
*/