/*
 * customising some of the default colours from bootstrap
 * */

.dropdown-item.active, .dropdown-item:active
{
    color: #fff;
    background-color: #4980b7;
}

.dropdown-item:hover
{
    color: #212529;
    background-color: rgb(248, 249, 250);
}

.dropdown-toggle{
    color: #4980b7;
}

.dropdown-toggle:hover{
    color: #013e00;
}

.show > .dropdown-toggle  {
    background-color: #4980b7 !important;
}

.show > .backgrOff  {
    background-color: rgb(248, 249, 250) !important;
}