﻿#alertBar {
    background-color: #5C2E91;
    font-family: "Cachet", "Verdana", "Geneva", "Arial", sans-serif;
    text-transform: uppercase;
    position: fixed;
    top: 0px;
    width: 100%;
    color: #ffffff;
    border-radius: 0;
    z-index: 1002;
    text-align: center;
}

    #alertBar .btn-link {
        font-size: 0.8em;
        font-weight: 600;
        letter-spacing: 0.05em;
        display: inline-flex;
        align-items: center;
        color: #ffffff;
    }

        #alertBar .btn-link svg {
            width: 1em;
            height: 1em;
            margin-right: 0.5em;
        }

#alertModal ul > li {
    border-bottom: 1px dotted #862F8B;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

    #alertModal ul > li:last-child {
        border-bottom: 0 none;
    }

.sfPageEditor .modal-backdrop {
    display: none;
}

.sfPageEditor #alertModal {
    display: none !important;
}

.sfPageEditor #alertBar {
    display: none;
}
