﻿.currmenu {
    color: darkorange !important;
    background-color: darkslategray !important;
}

.nav-link:hover {
    /*color: lightgoldenrodyellow !important;*/
    color: darkorange !important;
    /*#343a40 matches with "dark dropdown" bg color*/
    background-color: #343a40 !important;
}

.dept-menu .nav-link:hover, .dept-submenu .nav-link:hover {
    background-color: rgba(168,168,168, 0.25) !important;
}

/*Adding .nav-link makes it more specific thus higher priority*/
.dept-menu .nav-link.active {
    background-color: rgba(168,168,168, 0.25) !important;
    /*font-weight: bold;*/
    border-bottom-color: inherit;
}

/*Omitting .nav-link makes it less specific thus lower priority*/
.dept-menu .deptactive {
    border-top: 3px solid green !important;
    background-color: rgba(128, 128, 0, 0.25) !important;
    font-weight: bold;
}

.dept-submenu {
    background-color: rgba(168,168,168, 0.25) !important;
}

    .dept-submenu .nav-link {
        border-bottom: 2px solid rgba(168,168,168, 0.25) !important;
    }

        .dept-submenu .nav-link.active {
            color: darkslategray !important;
            font-weight: bold;
            border-bottom: 2px solid green !important;
        }


/*Background colors used by headers*/
.bg-editable-by-curr-user-subtle {
    background-color: #e6f0ff !important;
}

.bg-editable-by-curr-user {
    background-color: #c6f0ff !important;
}

.bg-editable-by-other-user {
    background-color: lightgray !important;
}

.bg-editable-in-other-view {
    background-color: lavender !important;
}

.bg-not-editable {
    background-color: ghostwhite !important;
}

.bg-filterable {
    background-color: #c8decc !important;
}

.bg-not-filterable {
    background-color: whitesmoke !important;
}


/*Background colors used by rows*/
.bg-white {
    background-color: white !important;
}

.bg-yellow {
    background-color: lightgoldenrodyellow !important;
}

.bg-orange {
    background-color: #fbdbbf !important;
}

.bg-red {
    background-color: #fdccc7 !important;
}

.bg-white, .bg-yellow, .bg-orange, .bg-red {
    opacity: 1 !important;
}

/*Used to display all-zeros data after decimal in superscript, light color*/
.qty-decimal-zeros {
    font-family: 'Consolas', 'Menlo', 'Monaco', monospace;
    font-size: 0.9em;
    color: #aaa;
    vertical-align:sub;
    margin-left: 1px;
}
