﻿.navbar, .navbar-expand-lg {
    background-color: #dbe5f3;
    color: #000; /* !important; */
}

.navbar-brand {
    padding: 8px; /* !important; */
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000; /* !important; */
}

.ddb, .ddbl {
    background-color: #dbe5f3; /* !important; */
    border-color: #dbe5f3; /* !important; */
    border-bottom: 2px solid #dbe5f3; /* !important; */
    color: #000; /* !important; */
}

.dropdown-item {
    color: #02064f; /* !important; */
}

.ddb .dropdown-toggle, .dropdown-menu {
    background-color: #dbe5f3;
    border-color: rgb(121 164 220); /* !important; */
    color: #000; /* !important; */
}

.ddb .dropdown-item, .ddb .dropdown-menu {
    color: #000; /* !important; */
    background-color: rgb(172 200 237); /* !important; */
}

    .ddb .dropdown-item:hover {
        xcolor: red; /* !important; */
        background-color: rgb(73 138 223); /* !important; */
    }

.form-control option {
    background-color: #e0edff; /* !important; */
    border-color: #98b7df; /* !important; */
    color: #0d0101; /* !important; */
}

.dropdown-item {
    color: #d2d3e6; /* !important; */
}

body.dashboard {
    /* padding-top: 56px; */
    background-image: url(/images/backgrounds/Spectrum-background-FINAL-toppadding.jpg) !important;
}

.dropdown-item.btn {
    background-color: rgba(12,34,63,1);
    border-color: rgba(12,34,63,1);
    color: white;
}

.dropdown-item.btn:hover {
    background-color: #ff8300;
    border-color: #ff8300;
    color: white;
}
