﻿#ConnectText, #BBoardHeading {
    /* Take Two */
    /* color: #c00000; /**/
    /* SD72 - Campbell River */
    color: #0bb4d9; /**/
}

#NavigationList li > a:hover,
#NavigationList li > a.selected,
#NavigationList .dropdown:hover .dropbutton,
#BurgerList li > a:hover,
#FooterCustom, #back-to-top,
::selection {
    border: 1px solid black;
    /* Take Two */
    /* background-color: #c00000; /**/
    /* SD72 - Campbell River */
    background-color: #0bb4d9; /**/
}
#FooterCustom ::selection {
    background-color: white;
}

#NavigationList .dropdown-content a:hover,
#NavigationList.displayVertically .dropdown-content a:hover,
#NavigationList .dropdown-content a.selected,
.UserOptionsList li a:hover, .UserOptionsList .dropdown:hover .dropbutton, .UserOptionsList .dropdown-content a:hover,
#FooterCustom ::selection {
    /* Take Two */
    /* color: #c00000; /**/
    /* SD72 - Campbell River */
    color: #ed1c24; /**/
}

/* Possible addition for NORCOL to remove datatable header/footer background color */
/* .dataTables_wrapper > .fg-toolbar.ui-toolbar {
    background-color: transparent;
    color: black;
}
/**/
