﻿.dx-texteditor.dx-editor-filled.dx-state-disabled .dx-texteditor-input {
    background-color: rgba(255,255,255,1) !important;
}
.dx-texteditor.dx-editor-filled.dx-state-readonly .dx-texteditor-input {
    background-color: rgba(255,255,255,1) !important;
    color: rgba(0,0,0,1) !important;
}

.view-name .dx-state-disabled {
    background-color: white !important;
    opacity: 1 !important;
}
.dx-htmleditor {
    background-color: white;
}
.create-casebudgetrow-button {
    background-color: white;
}

.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell {
    background-color: white;
}

.preplan-projectname {
    color: rgba(0,0,0,0.7);
}
.preplan-description textarea {
    border-bottom-color: rgba(0,0,0,0.6);
}

.preplan-week-date {
    display: inline-flex;
}

.preplan-week {
    color: rgba(0,0,0,0.7);
}

/* Mobile */
.total #total {
    color: rgba(150, 150, 150, 1);
}