.e-listview .e-list-item.e-focused {
    color: #000;
    background-color: #fff;
}

.e-listview .e-list-item.e-hover {
    color: #000;
    background-color: #fff;
}

.e-listview {
    border: none;
    margin-bottom: 20px;
}


.action-buttons-wrapper-2 .e-primary.e-btn:hover {
    background-color: #FF2C2C !important;
    border-color: #FF2C2C !important;
    color: #000 !important;
}
.action-buttons-wrapper-2 .e-primary.e-btn {
    background-color: #FF2C2C !important;
    border-color: #FF2C2C !important;
    color: #000  !important;
}

.action-buttons-wrapper-2 .e-secundary.e-btn:hover {
    background-color: #0096FF !important;
    border-color: #0096FF !important;
    color: #fff !important;
}
.action-buttons-wrapper-2 .e-secundary.e-btn {
    background-color: #0096FF !important;
    border-color: #0096FF !important;
    color: #fff  !important;
}
.chip-center-wrapper-2 {
}

.e-list-item {
    min-height: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}