.logo-header {
    background: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
}

/* Taller header to fit the logo */
#header {
    height: 64px !important;
}
#logo {
    margin-top: 6px !important;
}
#logo img {
    height: 52px !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 10px;
    object-fit: contain;
}

/* Push sidebar nav and main content down to match new header height */
#left-panel {
    padding-top: 64px !important;
}
.fixed-header #main {
    padding-top: 64px !important;
}