/*!
* Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
.sidebar {
margin-top: 6px;
margin-bottom: 16px;
// min-height: 550px;
margin-left: -5px;
li {
margin-left: 4px;
}
li.active {
border-left: 4px solid #d9534f;
margin-left: 0;
a {
color: #000;
font-weight: bold;
}
}
font-size: 1.1em;
a {
color: #8D9895;
}
li:hover {
border-left: 4px solid #d9534f;
margin-left: 0;
}
hr {
margin-top: 5px;
margin-bottom: 5px;
background-color: #d8d8d8;
height: 1px;
}
}