#asyncTable > tbody > tr:nth-child(even) { background: #fff!important }
#asyncTable > tbody > tr:nth-child(odd) { background: #fff!important}
#asyncTable > tbody > tr.tr-data{
    border-bottom-style: solid !important;
    border-bottom-color: #cecece !important;
    border-bottom-width: 1px !important;
}
table[id^="collapseTable_"] {
    border-bottom-style: ridge !important;
    border-bottom-color: #cecece !important;
    border-bottom-width: 2px !important;
}
.modal-body-scrollable {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-body-scrollable::-webkit-scrollbar {
    width: 8px;
}
.modal-body-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.modal-body-scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.modal-body-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}