/*

Default style file for the plugin

*/

.td-data-table-shortcode-wrapper{
    overflow-x: scroll;
}

.td-add-new-dialogue{
    background-color: aliceblue;
    margin: 24px;
    padding: 24px;
    display: none;
}

table.dataTable{
    overflow-x: scroll;
}

table.dataTable tbody tr{
    background-color: transparent !important;
}

#dataTable_paginate .paginate_button.current{
    background-color: #ff9635 !important;
}

.current{
    background-color: #ff9635 !important;
}