.arrow {
    float: right;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}

a.glyphicon:before {
    font-size: 7px;
    vertical-align: middle;
    margin-right: 4px;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}


.sidebar {
    display: block;
    float: left;
    width: 100%;
    background: #E6E7E8;
    margin-bottom: 20px;

}

.sidebar-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(left, color-stop(#DBDDDD 10px), color-stop(#E6E7E8 10px));
    background-image: linear-gradient(to right, #DBDDDD 10px, #E6E7E8 10px);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E7E8', endColorstr='#E6E7E8', GradientType=1);
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav ul li,
.sidebar-nav ul a {
    display: block;
}

.sidebar-nav .principal{
    background-color: #ED1B2F;
    color: #FFF;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}


.sidebar-nav ul li.active{

}


.sidebar-nav ul a {
    padding: 10px 20px;
    color: #231F20;
    border-top: 1px solid #DBDDDD;
    box-shadow: 0px;
    text-shadow: 0px;
    font-family: Cantarell !important;
}
.sidebar-nav ul a:hover,
.sidebar-nav ul a:focus,
.sidebar-nav ul a:active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    background-color: #DBDDDD;

}
.sidebar-nav ul ul a {
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav ul ul a:hover,
.sidebar-nav ul ul a:focus,
.sidebar-nav ul ul a:active {
    background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav-item {
    padding-left: 5px;
}
.sidebar-nav-item-icon {
    padding-right: 5px;
}