﻿/* GRID */
.e-grid td.negativeCell {
    color: #F08080 !important;
}

.e-grid td.middleCell {
    color: #ffd800 !important;
}

.e-grid td.positiveCell {
    color: #90EE90 !important;
}
.e-grid td img.imgCell {
    max-width: 32px;
    max-height: 32px;
    text-align: center;
}
.e-grid .e-pagercontainer .e-pager-default,
.e-grid .e-pagercontainer .e-link {
    color: #ced4da !important;
}

.e-grid .e-pagercontainer .e-disable {
    display: none;
}

.e-grid .e-filterdiv .e-input-group:has(.e-filtertext.e-disable){
    display: none;
}