aside#left-panel {
    background: rgb(27,43,75) !important;
}

nav ul li a:hover, nav ol li > ol li a:hover, #system-admin-panel ol.dropdown-menu li a:hover {
    background: rgba(255,95,179, 0.5) !important;
    color: white !important;
}

nav ul li.active, nav ol li.active > a {
    background: white !important;
}

#ribbon {
    background-color: rgb(27,43,75) !important;
    background-image: none !important;
}

#loginBody {
    background-color: rgb(27,43,75) !important;
}

h1 {
    color: rgb(27,43,75) !important;
}

h2 {
    color: rgb(27,43,75) !important;
}

h3 {
    color: rgb(27,43,75) !important;
}

h4 {
    color: rgb(27,43,75) !important;
}

div :not(.btn-group) > .btn-default {
    background-color: rgb(235, 236, 240) !important;
    color: rgb(27,43,75) !important;
}

div :not(.btn-group) > .btn-default:focus, div :not(.btn-group) > .btn-default:hover {
    background-color: rgb(27,43,75) !important;
    color: white !important;
}

div :not(.btn-group) > .btn-primary {
    background-color: rgb(27,43,75) !important;
}

.panel-primary > .panel-heading {
    background-color: rgb(27,43,75) !important;
}

.d-title, .d-header {
    background: rgb(27,43,75) none repeat scroll 0 0 !important;
}

.top-edge-bar {
    background-color: rgb(27,43,75) !important;
}

.header {
    border-bottom: rgb(27,43,75) !important;
}

.dashlet-b .d-header {
    background: rgb(27,43,75) none repeat scroll 0 0 !important;
}

.pagination :not(.active) > a {
    color: rgb(27,43,75) !important;
}

.pagination :not(.active) > a:hover {
    color: rgb(230,0,126) !important;
}

.pagination .disabled > a {
    color: #D3CCD4 !important;
}

.pagination .active > a {
    background-color: rgb(230,0,126) !important;
}

#scroll-right, #scroll-left {
    color: rgb(27,43,75) !important;
}

#top-panel ul.dropdown-menu, #system-admin-panel ol.dropdown-menu {
    background-color: white !important;
}

#top-panel ul.dropdown-menu::after {
    border-bottom-color: rgb(230,0,126) !important;
}

#top-panel nav > ul > li.active > a {
    color: rgb(230,0,126) !important;
}

#left-panel > nav.sidebar > ul > li.active,
#left-panel > nav.sidebar > ul > li.active > ul > li.active {
    background-color: unset !important;
}

#system-admin-panel > nav > div > ol > li.dropdown.active > a {
    background: rgb(230,0,126) !important;
}

#cashflow-panel > nav > div > ol > li.active > a {
    color: rgb(230,0,126) !important;
}  

header#header {
    background-color: #fff !important;
}

#system-admin-panel nav ol li.active.open > a {
    color: rgb(27,43,75) !important;
}

.dropdown-icon {
    fill: grey;
}

#top-panel > nav > ul > li.active.dropdown > a > div > svg > path {
    fill: rgb(230,0,126) !important;
}

#top-panel ul.dropdown-menu a,
#top-panel nav > ul > li > a:focus,
#system-admin-panel ol.dropdown-menu a,
#system-admin-panel nav > div > ol > li > a:focus {
    color: rgb(27,43,75) !important;
}

.app-hover:hover {
    background: rgba(255,95,179, 0.5) !important;
}