﻿.telerik-pop {
    z-index: 44444;
}

.swal2-container {
    z-index: 20000 !important;
}
.k-checkbox {
    border-color: black;
    background-color: #ffffff;
}
 
.myNumericTextbox .k-input-inner,
.myTextRight .k-input-inner {
    text-align: right;
}
/* template */
div.custom-ellipsis,
/* OnCellRender */
.k-grid td.custom-ellipsis,
/* OnRowRender */
.k-grid tr.custom-ellipsis .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}