header {
    float: left;
    width: 100%;
    position: absolute;
    min-height: 94px;
    z-index: 10;
    top: 0;
    position: fixed;
    background-color: #000000;
}
.main-layout{
    margin-top: 94px;
}
.header-parent
{
    padding: 0 !important;
}
.header-group-owner{
      background-color:#1d55a7 !important;
}

@media (min-width: 768px) {
    header {
        height: 68px;
    }
}

.red-header{
    background-color: #ea0728;
    color: white;
    padding: 5px 10px;
    border-radius: 1px;
}