﻿.telerik-pop {
    z-index: 44444;
}

.k-dialog-titlebar {
    background-color: #ff6358;
    color: white;
}

.swal2-container {
    z-index: 20000 !important;
}

.k-checkbox {
    border-color: purple !important;
    background-color: #ffffff;
}
.k-radio {
    --kendo-color-border: gray!important;
}


.myNumericTextbox .k-input-inner,
.myTextRight .k-input-inner {
    text-align: right;
}
 




.DisablesRowFormatting {
    background-color: gray !important;
    color: white !important;
}
/* 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;
}

/*begin สำหรับ loading แบบ transparent เต็มหน้า*/
.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5); /* สีเทาโปร่งใส */
    z-index: 9999; /* ให้แสดงอยู่ด้านหน้า */
    display: flex;
    align-items: center;
    justify-content: center;
}
/*end สำหรับ loading แบบ transparent เต็มหน้า*/
 