function deposit_alert_error (error_str) {
    html = '<div class="alert alert-danger" role="alert">'+error_str+'</div>';
    deposit_alert_clear();
    $("#deposit-alerts").html(html);
}