.notificationBox {
    display: none;
}

.notificationBox i {
    padding-left: 5px;
    padding-right: 5px;
}

/** width must be specified elsewhere */
.notificationBox.inline-block {
    padding-left: 5px;
    display: inline-block;
}

.notificationBox.inline-block i {
    padding-left: 0;
}

.notificationBox .notification-info {
    color: #3a87ad;
}

.notificationBox .notification-success {
    color: #468847;
}

.notificationBox .notification-error {
    color: #b94a48;
}

.modal-footer .notificationBox {
    float: left;
}
