﻿body {
}
#toast-container > .toast {
    background-image: none !important;
}

    #toast-container > .toast:before {
        font-family: FontAwesome;
        float: left;
        margin-right: 1em;
    }

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-warning {
    background: #e86100;
}

#toast-container > .toast-error:before {
    content: "\f0c4";
}

#toast-container > .toast-error {
    background: #f70505;
}

#toast-container > .toast-info:before {
    content: "\f0e6";
}

#toast-container > .toast-info {
    background: #0375f8;
}

#toast-container > .toast-success:before {
    content: "\f164";
}

#toast-container > .toast-success {
    background: #008011;
}