﻿body {
    
}

.basic-text-colour {
    color: black;
}
.e-view-details::before {
    content: "\e7de";
    color: #0b0000;
}

.e-listview .e-list-header {
    color: black;
}

/* Buttons */

button:disabled.disabled-btn-group {
    background-color: white !important;
}

/* Bootstrap border overruling */

.border {
    border-color: #edebe9 !important;
}

/*#region Inputs*/

.e-radio:disabled + label .e-label {
    color: black !important;
}

/*#endregion */

/*#region Datagrid*/

.rotated-table-header {
    background-color: white !important;
}

.rotated-table-stickyColumn {
    background-color: white !important;
}

.custom-table {
    border-color: #edebe9 !important;
}

/*#endregion */