
#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-delete:before {
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    content: "\e020";
}
#toast-container > .toast-error:before {
    content: "\f071";
}
#toast-container > .toast-info:before {
    content: "\f05a";
}
#toast-container > .toast-insert:before {
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    content: "\e116";
}
#toast-container > .toast-success:before {
    content: "\f00c";
}
#toast-container > .toast-warning:before {
    content: "\f06a";
}

#toast-container > .toast-delete:before,
#toast-container > .toast-delete {
    background-color: #ef6011;
}
#toast-container > .toast-error:before,
#toast-container > .toast-error {
    background-color: #BD362F;
}
#toast-container > .toast-info:before,
#toast-container > .toast-info {
    background-color: #2F96B4;
}
#toast-container > .toast-insert:before,
#toast-container > .toast-insert {
    background-color: #31708f;
}
#toast-container > .toast-success:before,
#toast-container > .toast-success {
    background-color: #51A351; 
}
