:root{
    --indigo: #3f51b5;
    --primary: #003B4A;
    --secondary: #7986cb;
    --accent: #F44336;
    --disabled: #6c757d;
    --background: #e8eaf6;
}
#dRefresh{
    display:none!important;
}
header div.dropdown-menu a:first-child{
    display:none;
}
header ul.nav{
    display:none;
}
/*
header{
    display:none;
} */ 
header div.container-fluid div.row:first-child{
    display: none; 
}
header div.container-fluid div.row.d-none{
    display: flex!important;
}

div.row img{
    max-height: 64px;
}
header div.container-fluid div.row.d-none > img{
    display:none;
}
.event_logo{
    background-image: url("https://bpiht.co.uk/wp-content/themes/bpiht/images/logo/bpiht_logo-light.svg?ver1.2");
    background-size: contain;
    background-repeat: no-repeat;
    height: 56px;    
    width: 150px;
}
