﻿
.DxTelerikListView {
    padding: 0.20em;
    margin: 0.20em 0em 0.20em 0em;
    overflow-y: auto;
    background-color: rgb(245,245,245);
}

.DxTelerikListView-item {
    color: black;
    background-color: white;
    border-color: rgb(230,230,230);
}

.DxTelerikListView-item-selected {
    background-color: #EF0085;
    color: white;
}

.DyModalListSelector {
    height: 350px;
    width: 500px;
}

.DyModalListSelector-Window {
    width: auto !important;
    max-width: 95% !important;
    max-height: 95% !important;
    overflow: auto;
    scroll-snap-align: center;
}


.DyModalListSelector-ItemTemplateFotter {
    height: 6em;
    width: 500px;
}


/*.CxTapSelected {
    color: black;
    background-color: white;
    border-color: rgb(230,230,230)
}

.CxTapSelected-Selected {
    background-color: #EF0085;
    color: white;
}*/