#bulk-update-table .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{display:none;}
#bulk-update-table .tabulator-row.tabulator-group.tabulator-group-visible {padding-left: 10px !important;}
.editable-table.tabulator .tabulator-header .tabulator-col,.tabulator .tabulator-header{background:#f0eff4;}
.editable-table.tabulator .tabulator-row.tabulator-row-even{background: #fff;}
.editable-table.tabulator .tabulator-row .tabulator-cell,.editable-table.tabulator .tabulator-header .tabulator-col{border-color:#ddd;}
.editable-table.tabulator{border-color:#dbdbdb;}
#redirectTobulkUpdateDialogBox .btn-primary{padding:6px 15px;}
.tabulator-cell .errorList{padding: 0 0 0 20px;width:230px}
.errorRow.tabulator-row{background:#fff3f3 !important}
.errorList li{list-style: disc;color: #d02a2a;margin-bottom: 3px;font-size:12px;white-space:normal} 
#bulk-update-table .tabulator-row .tabulator-cell.errorCell{ background: #f9cece; box-shadow: inset 0 0 2px #e23333;}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content{text-align:center}
#bulk-update-table.tabulator .tabulator-tableHolder{height:calc(100% - 75px);}
#fixed-left-columns{position:absolute;left:0;top:0;width:400px;z-index:999}
.editable-table.tabulator .tabulator-row.tabulator-row-even.tabulator-selected{background-color: #9abcea;}
/* css for all browsers except IE */
@supports not (-ms-high-contrast: none) {
    #bulk-update-table.admin .tabulator-cell.tabulator-frozen.tabulator-fullname{left:190px !important}
   #bulk-update-table.admin .tabulator-cell.tabulator-frozen.tablator-pipcode{left:40px !important}
   #bulk-update-table.admin .tabulator-cell.tabulator-frozen {position: sticky !important;left: 0 !important;} 
   
   #bulk-update-table .tabulator-cell.tabulator-frozen.tabulator-fullname{left:150px !important}
   #bulk-update-table .tabulator-cell.tabulator-frozen.tablator-pipcode{left:0px !important}
   #bulk-update-table .tabulator-cell.tabulator-frozen {position: sticky !important;} 
   #bulk-update-table .tabulator-row{padding-left:0 !important;}
}
