﻿#notificationBar {
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 2002;*/
    z-index: 10005;
}

#notificationBar > div {
    margin: 0;
}

#notificationBar > div > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

@media (min-width: 768px) {

    #notificationBar {
        position: fixed;
        top: 0;
        left: 50%;
        width: auto;
    }

    #notificationBar > div {
        position: relative;
        left: -50%;
    }

    #notificationBar ul {
        margin-top: 10px;
        margin-bottom: 0;
    }

}

.modal-backdrop {
    /*z-index: 2001 !important;*/
    z-index: 10004 !important;
}

#notificationBar, #notificationBar button {
    font-size: 14pt;
}