﻿table.dataTable thead > tr > th {
    background-color: rgba(63, 73, 108, 0.69) !important;
    color: white;
}

table thead > tr > th {
    background-color: rgba(63, 73, 108, 0.69) !important;
    color: white;
}

table.dataTable tbody > tr {
    background-color: #ffffff !important;
}
.dataTables_wrapper > div {
    background-color: #ffffff !important;
}
.dataTables_wrapper > div {
    border:none !important;
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: #bff703 !important;
}

div.dtr-modal div.dtr-modal-display {
    width: 80% !important;
    height: 90% !important;
}

div.dtr-modal div.dtr-modal-close {
    background-color: #ef8a80 !important;
    border-color: #e74c3c !important;
    color: #ffffff !important;
}
    div.dtr-modal div.dtr-modal-close:hover {
        background-color: #e74c3c !important;
        border-color: #9c3428 !important;
        color: #ffffff !important;
    }