.simple-notification-wrapper {
    position: fixed;
    width: 300px;
    z-index: 1000;
}

.simple-notification-wrapper.left { left: 20px; }
.simple-notification-wrapper.top { top: 20px; }
.simple-notification-wrapper.right { right: 20px; }
.simple-notification-wrapper.bottom { bottom: 20px; }

@media (max-width: 340px) {
    .simple-notification-wrapper {
        width: auto;
        left: 20px;
        right: 20px;
    }
}

.simple-notification {
    font-family: "latoregular";
    padding: 5px 15px 0 15px;    
}

.simple-notification svg {
    height: 40px;
}

.notificationIcon {
    color: #ffffff;
    float: right !important;
}

.simple-notification .sn-title{
    font-family: "latolight";    
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.simple-notification .sn-content {
    float: left;
    font-size: 13px;
    line-height: 12px;
    padding: 10px 0 0 0;
    width: 100%;
    letter-spacing: 1px;
}

.sn-content-icon {
    color: #ffffff;
    padding-right: 10px !important;
    font-size: 6px;
    padding-top: 3px;
}

.simple-notification-wrapper {
    z-index: 10002;
}

.simple-notification .fa-ul {
    margin-left: 15px;
}

.simple-notification.error {
    background: #F2DEE2;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.simple-notification.error .notificationIcon {
    color: #a94442 !important;
}

.simple-notification.error .sn-content-icon {
    color: #a94442 !important;    
}

.simple-notification.success {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.simple-notification.success .notificationIcon {
    color: #3c763d !important;
}

.simple-notification.success .sn-content-icon {
    color: #3c763d !important;    
}

.simple-notification.success .sn-progress-loader span { background: #a7d1a7; }
.simple-notification.error .sn-progress-loader span { background: rgb(228, 184, 184); }
.simple-notification.alert .sn-progress-loader span { background: #edc242; }
.simple-notification.info .sn-progress-loader span { background: #0288D1; }
.simple-notification.bare .sn-progress-loader span { background: #ccc; }