.navbar {
    background-color: #FFFFFF;
}

.boxed-menu .main-nav.navbar a.nav-link {
    color: #182a54;
}

/* Colourise the unopened documents */

#document-archive table strong {
    color: darkblue;
}

.recent-documents strong {
    color: darkblue;
}

/* Format Bootstrap-Select */

.bootstrap-select .dropdown-menu li.selected {
    background-color: lightblue;
}

.bootstrap-select .dropdown-header .text {
    text-transform: uppercase;
    font-weight: bolder;
    color: #212529;
}
