﻿/* overrides to app.css */

/* Top brand/header area */
.bb-sidebar2-top-row {
    background-color: #CC0000 !important; /* dark red */
    color: #212121 !important;
}

/* Navigation area */
.bb-sidebar2-nav {
    background-color: #212121 !important;
}

/* Nav links */
.bb-sidebar2 .nav-link {
    color: #FFF3E0 !important;
    border-radius: 4px;
}

    .bb-sidebar2 .nav-link:hover {
        background-color: #424242 !important; /* rim gray */
        color: #ffffff !important;
    }

    .bb-sidebar2 .nav-link.active {
        background-color: #CC0000 !important; /* dark red */
        color: #212121 !important;
    }

