﻿.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.margintop20 {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;
    background-color: #404040;
}



.nav-pills > li > a {
    border-radius: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

    .nav-pills > li > a:hover {
        color: #808080;
    }

a {
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}


.nav-stacked > li {
    margin-top: 0px !important;
    margin-left: 0;
    border-bottom: 1px solid #404040;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    background-color: #595959;
}

.nav-first {
    border-top: 1px solid #404040;
}

.active2 {
    border-right: 4px solid #43eb22;
}

.glyphicon {
    padding-right: 5px;
}
