/* Styles for sidebar menu */
.nav > li > a {
    padding: 5px 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fafafa !important;
    border-bottom-color: #e21833;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.region-sidebar-first li.expanded, .region-sidebar-first li.leaf, .region-sidebar-first li.collapsed {
    background-color: #f9f5f5;
    border-radius: 4px;
    margin-bottom: .5em;
}

.region-sidebar-first a, .region-sidebar-first a:hover {
    border: 0 !important;
    border-color: transparent !important;
}

.region-sidebar-first a.active {
    background-color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

.region-sidebar-first .tree .leaf a {
    padding-left: 1em;
}

.region-sidebar-first .tree .leaf a:before {
    float: left;
    margin-right: .5em;
    font-family: "Glyphicons Halflings";
    content: '\e080';
}

.region-sidebar-first .nav > li > a:hover, .region-sidebar-first .nav > li > a:focus {
    background-color: #fff;
    border-radius: .5rem;
}