: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;
} */ 

/* Hide the header with the clickable logo */
header div.container-fluid div.flex-row.d-flex{
    display: none!important; 
}

/* Display the header with the logo that can be styled */
header div.container-fluid div.flex-row.d-none{
    display: flex!important;
}

div.flex-row img{
    max-height: 64px;
}
header div.container-fluid div.flex-row.d-none > img{
    display:none;
}
.event-logo{
    margin-left: 6px;
    background-image: url("https://www.eventingscores.link/images/Blenheim-white-letterbox.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 56px;    
    width: 150px;
}
