/*
 * Sweet Alert Fix
 */
.sweet-overlay {
    z-index: 15000; /* Above bootstrap modal */
}
.sweet-alert {
    z-index: 15001;
    margin: 60px auto 0 !important;
    top: 0;
    left: 0;
    right: 0;
}

/*
 * LoadingOverlay Fix
 */
.loadingoverlay {
    z-index: 15000 !important;
}

.btn {
    outline: 0 !important;
}