﻿.bg-blue {
    background-color: white !important;
}

.navbar-top {
    padding-top: 0;
    padding-bottom: 0;

    /* sticky header */
    position: fixed;
    width: 100%;
    z-index: 110;

    font-size: 1.25rem;
}
    .navbar-top span {
        padding-left: 55px;
    }

/* shift navbar down to make some space for .navbar-top */
.navbar { top: 30px; }

.navbar-brand {
    height: 45px;
}

.navbar-brand span {
    line-height: 45px !important;
    color: black !important;
}

.navbar-brand div {
    width: 32px !important;
    height: 39px !important;
    background-image: url(../images/logo_be.gif) !important;
}

a.nav-link, .sdep-breadcrumb a {
    color: #a00000 !important;
}
    a.nav-link:hover, .sdep-breadcrumb a:hover {
        color: #E3001A !important;
    }
.nav-tabs .nav-link.active { 
    color: black !important; 
}
.nav-item.active.active a.nav-link, .nav-link.active {
    color: #e3001a !important;
    font-weight: 600;
}

.dropdown-item.active {
    background-color: #e3001a
}

.navbar-toggler {
    border-color: darkgray !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.sdep-breadcrumb {
    top: 75px;
}

.container, .container-fluid {
    /* sticky header */
    padding-top: 115px;
}

/* key figure errors */
.top-right-button {
    top: 79px !important;
}

.kf-grp-title, .kf-grp-title:hover {
    background-color: #e3001a !important;
}

/* style of collapsed navigation menu */
@media (max-width: 1200px) {
    nav .dropdown-menu {
        border: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    nav .dropdown-item {
        color: #a00000 !important;
    }

        nav .dropdown-item:not(.active):hover {
            color: #E3001A !important;
            background-color: white !important;
        }

        nav .dropdown-item.active {
            background-color: white !important;
            color: #e3001a !important;
            font-weight: bold;
        }

            nav .dropdown-item.active::before {
                content: "➤";
                padding-right: 6px;
            }
}