#notification-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom:15px;
    background-color: #a5230a;
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

body #notification-bar {
    background: #0072CE !important;
}
#notification-bar .notification-bar-title a {
    color: #fff;
}
#notification-bar .row {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;	
    padding: 0 5px;
}
#notification-bar .button {
    background-color: #003C71;
    margin: 0;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#notification-bar .button:hover{
    color: #003C71;
    background: #fff;
}
#notification-bar .notification-alert {
    background-image: none;
}

#notification-bar.with-admin { top: 28px; }

/* #notification-bar .notification-alert {
    background-image: url("icon-alert.png");
    background-position: left center;
    background-repeat: no-repeat;
} */

#notification-bar .notification-bar-title {
    margin-top: 0;
    margin-bottom: 0;
}

#notification-bar p {
    font-weight: normal;
    margin-bottom: 5px;
}

/* Retina */
/* @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #notification-bar .notification-alert {
        background-image: url("icon-alert@2x.png");
        -webkit-background-size: 34px 34px;
        background-size: 34px 34px;
    }
} */

