/* datatable processing 圖示 */
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

/* Tab active 樣式 */
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #0a6350;
    transition: color .2s ease,background-color .2s ease;
}
