﻿body {
}
.custom-flex-grid {
    height: 50vh;
    margin-bottom: 12px;
    color: currentColor;
}

    .custom-flex-grid .wj-cell {
        background-color: #fff;
        border: thin;
        font-size: 10pt;
    }

.coll-clients {
    color: currentColor;
    /* font-size:small*/
}

    .coll-clients:not(.wj-state-selected):not(.wj-state-multi-selected) {
        background-color: transparent !important;
    }

.custom-flex-grid .wj-state-selected {
    background: #424040;
    /*    background-color: #fff;*/
    color: #fff;
}

.custom-flex-grid .wj-state-multi-selected {
    background: #424040;
    color: #fff;
}

.custom-flex-grid .wj-alt:not(.wj-state-selected):not(.wj-state-multi-selected) {
    background-color: transparent !important;
}