body.pushable > .pusher {
    background-color: #eeeeee !important;
}

.blue-michelin {
    color: #ffffff !important;
    background-color: #27509b !important;
}

#segmentHeader {
    margin-top: 0 !important;
    background-color: #eeeeee;
    color: #111111;
    filter: alpha(opacity=90);
    margin-bottom: 0 !important;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
}

#segmentHeader[header-menu="true"] {
    padding-top: 0 !important;
}

.header-menu {
    padding-top: 0px !important;
    margin-bottom: 10px !important;
}

.header-menu .ui.compact.menu {
    border-width: inherit !important;
}

.header-menu .ui.item.active {
    background: #27509b !important;
    color: #ffffff !important;
}

.hidden {
    display: none !important;
}

.required-custom > label:after {
    content: "*";
    color: #db2828;
}
