/*
    Table
*/

table.bst_customDataTable thead th {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}

table.bst_customDataTable td {
    text-align: center;
}

table.bst_customDataTable a {
    color: #354046;
}

/*
    Buttons
*/

table.bst_customDataTable .bst_btnCustom {
    color: #fff;
    background-color: #151F3E;
    text-decoration: none;
    padding-left: 2em;
    padding-right: 2em;
}

table.bst_customDataTable .bst_btnCustom:hover {
    background-color: #3F4669;
    transition: .4s;
}

/* #151F3E */

/*
    Custom table class
*/

.dtCustomTable {
    border-style: none;
    border-collapse: collapse;
	table-layout: auto;
	width: 100%!important;
	font-size: 0.9rem;
    line-height: 1.3rem;
    border-bottom: none !important;
}

.dtCustomTable td {
    color: #354046;
}

.dtCustomTable td {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 1em;
    border-style: none;
    vertical-align: middle;
}

.dtCustomTable td:last-child {
    border-right: none;
}

.dtCustomTable th {
    border-style: none !important;
    text-align: center;
    color: var (--wp--preset--color--custom-text-primary);
    background-color: var(--wp--preset--color--custom-background-decorative);
    vertical-align: middle;
}

.dtCustomTable tr:nth-child(even) {
    background-color: #f5f4f3;
}

.dtCustomTable tr {
    border-collapse: collapse !important;
}


/*
    DataTables
*/

/* Pagination */

.paginate_button {
    display: inline !important;
    border: none !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black !important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    text-decoration: underline !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #666 !important;
}