﻿.notify {
    position: fixed;
    top: 30px;
    left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    font-weight: normal;
}

.notify-top-right, .notify-bottom-right {
    left: auto;
    right: 10px;
}

.notify-top-center, .notify-bottom-center {
    left: 50%;
    margin-left: -180px;
}

.notify-bottom-left, .notify-bottom-right, .notify-bottom-center {
    top: auto;
    bottom: 10px;
}

@media (max-width:479px) {
    .notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

.notify-message {
    position: relative;
    cursor: pointer;
}

.notify-alert-default {
    background: #FFF;
    border: 1px solid #e5e5e5;
}

.alert-success {
    background-color: #aef6d1;
    color: #366753;
    border: 1px solid #a1e4c1;
}

.alert-danger {
    background-color: #f5b6b4;
    color: #893f3d;
    border: 1px solid #e5a09d;
}

.alert-info {
    background-color: #bbe9ef;
    color: #437980;
    border: 1px solid #93d5de;
}

.alert-warning {
    background-color: #f7f0c3;
    color: #756f4a;
    border: 1px solid #e8dea1;
}
