/* .e-grid .e-searchcontainer .e-searchbox {
    display: none;
} */
.e-grid .e-flm_optrdiv .e-input-group.e-control-wrapper::after,
.e-grid .e-flm_optrdiv .e-input-group.e-control-wrapper::before, 
.e-grid .e-flmenu-valuediv .e-input-group.e-control-wrapper::after,
.e-grid .e-flmenu-valuediv .e-input-group.e-control-wrapper::before,
.e-grid .e-search-wrapper .e-input-group::after,
.e-grid .e-search-wrapper .e-input-group::before {
    background-color: var(--slidy-blue);
}
.e-grid .e-input::selection {
    background-color: var(--slidy-blue) !important;
}
.e-grid .e-searchcontainer .e-spinner .e-checkboxlist .e-check{
    background-color: var(--slidy-blue);
}
.e-grid .e-datetime-wrapper .e-icons.e-active,.e-grid .e-datetime-wrapper .e-icons:active{
    color: var(--slidy-blue) !important;
} 
.e-grid .e-datetime-wrapper {
    border-bottom-color: var(--slidy-blue) !important;
}
.e-grid .e-datetime-wrapper::after, 
.e-grid .e-datetime-wrapper::before {
    background: var(--slidy-blue) !important;
}
.e-calendar .e-content .e-today span.e-day {
    color: rgba(0, 0, 0, 0.87) !important;
    border: 1px solid var(--slidy-blue) !important;
}
.e-calendar .e-content .e-selected span.e-day {
    color: white !important;
    background-color: var(--slidy-blue) !important;
}
.e-calendar .e-footer-container .e-today:hover, .e-calendar .e-footer-container .e-today:focus {
    background-color: rgba(42, 96, 200, 0.05) !important;
}
.e-calendar .e-footer-container .e-today, .e-list-item.e-active {
    color: var(--slidy-blue) !important;
}
.e-grid .e-filter-popup .e-btn.e-primary{
    color: var(--slidy-blue);
}
.e-grid .e-filter-popup .e-btn{
    font-weight: 400;
}
.e-grid .e-headercell .e-headercelldiv{
    font-weight: 500;
    font-size: 14px;
}
.e-grid .e-checkboxlist {
    height: auto;
}
.e-grid .e-ccdlg .e-cc-searchdiv {
    display: none;
}
.e-grid .e-ccdlg .e-cc-contentdiv {
    height: auto;
}
.e-grid .e-dialog.e-checkboxfilter {
    min-height: 200px;
}
.e-grid .e-checkboxfilter .e-dlg-content {
    padding-bottom: 0;
}
.e-grid .e-filtered:before {
    color: #fff;
    background: var(--slidy-blue);
    padding: 3px;
    border-radius: 50%;
}
.e-grid .e-rowcell {
    border-top-width: 0;
}
.e-grid td:hover, .e-grid td.e-active, .e-grid td.e-active:hover {
    background-color: transparent !important;
}

.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
    display: flex;
    justify-content: center;
}
.e-accordion .e-acrdn-item.e-select.e-active>.e-acrdn-header .e-acrdn-header-content,
.e-accordion .e-acrdn-item.e-select.e-item-focus>.e-acrdn-header .e-acrdn-header-content {
    color: black !important;
}
.e-tab .e-tab-header {
    display: none;
}
#Grid {
    max-height: 98vh !important;
}
#Grid .e-flm_optrdiv {
    display: none !important;
}
#Grid .e-filter-popup .e-footer-content {
    display: none !important;
}
#Grid .e-flmenu-valuediv {
    padding: 0;
}
.e-btn.e-primary:hover {
    background-color: rgba(42, 96, 200, 0.05) !important;
}
.e-btn.e-primary:disabled:hover {
    background-color: rgba(0, 0, 0, 0.12) !important;
}
.e-btn.e-primary:focus {
    background-color: rgba(42, 96, 200, 0.1) !important;
}
#Grid .e-content {
    max-height: 80vh;
}
#searchGrid {
    max-height: 76vh !important;
}
#searchGrid .e-content {
    max-height: 50vh;
}
.e-checkbox-wrapper:hover .e-frame.e-check, .e-checkbox-wrapper .e-frame.e-check {
    background-color: var(--slidy-blue);
}
.e-grid .e-rowcell {
    padding-bottom: 16px;
}