.table-show th {
    background: #f3f3f9;
}
#elmLoader {
    background: #00000026;
    z-index: 9999 !important;
}
.s-choice-container {
    position: relative;
}
.s-choice-list {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #f3f3f9;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #c6c6c6;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}
.s-choice-item {
    padding: 5px 15px 5px 15px;
}
.s-choice-item:hover {
    background: #f3f3f9;
    cursor: pointer;
}
.td-input {
    background: #fefee1;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.pos-rel {
    position: relative;
}
.bg-disabled {
    background: #e0e0e0;
}