.nav-wrapper .inner {
    background: white;
}

.nav-search input {
    background-color: unset;
}

.nav-main .menu-active {
    background: #e0e0e0;
}
li.menu-item:hover {
    color: black !important;
}

.nav-main .menu-active>a {
    border-left-color: #00ADEF;
    color: black;
}

.nav-main a {
    color: black !important;
}

li.submenu-active {
    background: #e0e0e0;
}

.nav-submenu {
    background: white;
}

.nav-main .account {
    background: white;
    color: unset;
}

.nav-main .account:hover {
    background: #e0e0e0;
    color: black;
}

.footer-submenu {
    background: white;
}

header {
    background-color: #117DC2;
}

header h1, header h2 {
    color: white !important;
}

header .button {
    background-color: #e8e8e8;
}

header .button:hover {
    background-color: #A7A9AB;
}

.listing .button-secondary:hover {
    background-color: #117DC2;
}

.button.no.button-secondary:hover {
    background-color: #cd3238;
}

div.changelist-filter li.selected>a {
    color: #fff !important;
    border-color: #43b1b0 !important;
    background-color: #13a8ff ;
}

div.changelist-filter li>a:hover {
    color: #fff !important;
    border-color: #43b1b0 !important;
    background-color: #13a8ff ;
}

.tab-nav.merged {
    background-color: #117DC2;
}

.tab-nav a {
    background-color: #00ADEF;
    border-top: .3em solid #00ADEF;
}

footer {
    background-color: #117DC2;
}

footer ul li:not(.meta) {
    background-color: #00ADEF;
}

footer ul li:hover {
    background-color: black !important;
}

.action-save, .dropdown-toggle {
    background-color: #00ADEF !important;
}

.c-explorer {
    background-color: white;
}

.c-explorer__item__title {

    color: black;
}

.c-explorer__item__action {
    border-left: 1px solid #117DC2;
}

.c-explorer__item {
    border-bottom: 1px solid #117DC2;
}

.c-explorer__header {
    background-color: #117DC2;
    border-bottom: 1px solid #00ADEF;
}

.breadcrumb {
    background-color: #117DC2;
}

.page-explorer .listing .index {
        background-color: #00ADEF;
}

.page-explorer .listing .index a.button:hover {
    background-color: #117DC2;
}

a.c-dropdown__button:hover {
    background-color: #117DC2 !important;
}

.page-explorer .listing .index .button.bicolor {
    background: #117DC2;
}

.breadcrumb li a:after, .breadcrumb li span:after {
    color: white;
}

footer .button {
    background-color: #00ADEF;
    border-color: hsla(0,0%,100%,.2);
}

footer .preview .button, footer .preview button {
    background-color: #00ADEF !important;
    border-color: #00ADEF !important;
}

.button-primary {
    background-color: #00ADEF !important;
    border-color: #00ADEF !important;
}

.dropdown ul a:hover {
    background-color: #117DC2;
}

footer .button:hover {
    background-color: #117DC2;
}

.icon-arrow-right {
    color: #00ADEF !important;
}

.listing tr:hover .children {
    background-color: #00ADEF
}

.listing tr:hover .children a:before {
    color: #fff
}

.breadcrumb li:hover {
    background: #00ADEF
}

.content-wrapper, body, html {
    background-color: white !important;
}

h1 {
    color: #A7A9AB !important;
}

.button {
    background-color: #00ADEF;
}

input.button:hover {
    background-color: #117DC2;
}

button.button:hover {
    background-color: #117DC2;
}

label {
    color: black !important;
}