﻿.e-dialog .e-dlg-header-content {
    border-bottom: 1px solid #CA2323;
    padding: 14px;
}

.e-dlg-header-content {
    background-color: #CA2323;
}

.e-dlg-header {
    color: #fff;
}

.e-icons {
    color: #fff;
}

.e-dialog {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

    .e-dialog .e-dlg-header-content {
        border-radius: 3px 3px 0 0;
        line-height: 1.2;
    }

.hr {
    border-top: 1px solid #CA2323;
    border-top-color: rgb(202, 35, 35);
    border-top-style: solid;
    border-top-width: 1px;
}