@charset "ISO-8859-1";

#demo-bar {
    color: #000;
    font-weight: 300;
    text-align: center;
}

#demo-bar {
    display: block;
    top: 0px;
    opacity: 1;
    font-size: 10pt;
    left: 0;
    line-height: 2;
    margin: 0;
    padding: 3px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#demo-bar p {
    margin: 4px 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 10pt;
    font-weight: bold;
}

#demo-bar * {
    line-height: 2;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f2dede),
        to(#e7c3c3)
    );
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
