button.navbar-toggler {
    background: #206;
    border: 2px #62a solid;
}
button.navbar-toggler:focus {
    color: #fff !important;
    box-shadow: none;
}
button.navbar-toggler span.bi {
    font-size: 1.75rem;
}

.btn-primary,
.bg-primary {
    background-color: #408 !important;
}

a.navbar-brand,
a.nav-link {
    color: #eee;
}
a.nav-link:hover {
    color: #fff;
    font-weight: bold;
}
a.nav-link.active {
    color: #fff !important;
    font-weight: bold;
}

thead tr,
tfoot tr {
    background-color: #eee;
}

thead tr th,
tfoot tr th {
    background-color: inherit !important;
}

div.autoComplete_wrapper,
input#customerName,
input#method {
    width: 100%;
    color: inherit;
    border-color: #444;
    border-radius: 2px;
}

.bg-input-error {
    background-color: #f8d7da;
}
