﻿#ConnectText, #BBoardHeading,
.UserOptionsList li a:hover, .UserOptionsList .dropdown:hover .dropbutton, .UserOptionsList .dropdown-content a:hover {
    /* Take Two */
    /* color: #c00000; /**/
    /* ISD */
    color: #da2427; /* alt = #ffb400 */
}

#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; /**/
    /* ISD */
    background-color: #2b2c7a; /**/
}
#FooterCustom ::selection {
    background-color: white;
}

#NavigationList .dropdown-content a:hover,
#NavigationList.displayVertically .dropdown-content a:hover,
#NavigationList .dropdown-content a.selected,
#FooterCustom ::selection {
    /* Take Two */
    /* color: #c00000; /**/
    /* ISD */
    color: #da2427; /* alt = #2b2c7a */
}

/* Possible addition for NORCOL to remove datatable header/footer background color */
/* .dataTables_wrapper > .fg-toolbar.ui-toolbar {
    background-color: transparent;
    color: black;
}
/**/

#LogoProductLocationDiv img {
    max-height: 80px !important;
}
