﻿#notify {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 300px;
    z-index: 9999;
}

    #notify.top-left {
        left: 20px;
        right: auto;
    }

    #notify.bottom-right {
        bottom: 20px;
        left: auto;
        right: 20px;
        top: auto;
    }

    #notify.bottom-left {
        bottom: 20px;
        left: 20px;
        right: auto;
        top: auto;
    }

    #notify > div {
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #d4edda;
        border-radius: 3px;
        cursor: pointer;
        display: none;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        height: 57px;
        margin-bottom: 7px;
        padding: 9px;
        position: relative;
        text-shadow: 1px 1px 0 #000;
    }

        #notify > div:hover {
            background-color: #d4edda;
        }

        #notify > div.notify-icon {
            padding-left: 54px;
            padding-right: 12px;
        }

        #notify > div.notify-image {
            padding-left: 69px;
        }

    #notify i {
        border-radius: 14px;
        border: 1px solid #155724;
        color: #155724;
        left: 12px;
        padding: 5px;
        position: absolute;
        top: 8px;
    }

    #notify img {
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 48px;
        left: 12px;
        position: absolute;
        top: 12px;
        width: 48px;
    }

    #notify p {
        color: #ddd;
        margin-top: 8px;
        word-wrap: break-word;
    }

    #notify strong {
        color: #fefefe;
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        text-shadow: 1px 1px 0 #000;
    }
.notifyjs-bootstrap-error {
    color: #0b6b3d;
    background-color: #d0f0e0;
    border-color: #b8e8d1;
}
