.bg-tokyo {
    background-color: #dcfae0 !important;
}
.bg-success {
    background-color: #2e9326 !important;
}
.btn-success {
    background-color: #2e9326 !important;
}
.text-success {
    color: #2e9326 !important;
}
.sidebar {
    background-color: #21530e !important;
    border-right: #2e9326;
}
.sidebar-nav > li > a {
    color : #ffffff;
}
.sidebar-nav > li > a:hover {
    color : #000000;
    background-color: #9fe882 !important;
}
.sidebar-nav > .active > a {
    color : #ffffff;
    background-color: #21530e !important;
}
.sidebar-nav > .open > a {
    color : #ffffff;
    background-color: #21530e !important;
}
.sidebar-nav > li ul {
    color : #000000;
    background-color: #7abe5f !important;
}
.sidebar-nav .open li a {
    color : #000000;
}