/* ===== App.css ===== */

/* Top navbar */
.top-row.navbar {
    background-color: #BF4E30 !important; /* Burgundy */
    box-shadow: none !important;
}

    .top-row.navbar a,
    .top-row.navbar span {
        color: #FFFFFF !important;
    }

/* Keep defaults minimal here; Site.css holds the sidebar look */

/* DataGrid header accent */
.b-datagrid thead th,
.b-datagrid .table thead th {
    color: #bf1b2c !important;
}

/* Utilities */
.mainmenu-container {
    margin-top: 150px !important;
}

.highlight-dropdown {
    background-color: #fffacd;
}
/* pale yellow */
