﻿/*SDHAlertDialog*/
.sdh-error .e-dlg-header {
    color: indianred !important;
}

.sdh-error .e-footer-content button.e-btn.e-primary {
    background-color: indianred !important;
    border-color: indianred !important;
    color: white !important;
}

    .sdh-error .e-footer-content button.e-btn.e-primary:hover {
        background-color: indianred !important;
    }

.sdh-warning .e-dlg-header {
    color: goldenrod !important;
}

.sdh-warning .e-footer-content button.e-btn.e-primary {
    background-color: goldenrod !important;
    border-color: goldenrod !important;
    color: white !important;
}

    .sdh-warning .e-footer-content button.e-btn.e-primary:hover {
        background-color: goldenrod !important;
    }

/*SfGrid*/
.e-grid {
    border: none;
}

    .e-grid .e-gridheader {
        border-top: none;
    }