﻿*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb, .dxgvCSD::-webkit-scrollbar-thumb {
    background: #9ea0ad !important;
    border-radius: 8px;
}

    *::-webkit-scrollbar-thumb:hover, .dxgvCSD::-webkit-scrollbar-thumb:hover {
        background: #555 !important;
    }


.dxeDisabled_Office365, .dxeDisabled_Office365 .dxeEditArea_Office365,
.dxeReadOnly_Office365, .dxeReadOnly_Office365 .dxeEditArea_Office365 {
    background-color: #e2e1e1 !important;
    color: black !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-capitalize .dxeEditAreaSys {
    text-transform: uppercase !important;
}