/*------------------------------------*\

    WebFX Ninja Tables Customizations - Global Styling for Responsive Tables

    Add custom Ninja tables styling to this file if it should be applied to all Ninja tables on the site
    Otherwise, put your styles in individual block stylesheets

\*------------------------------------*/

a.nt_edit_link {
    display: none !important;
}

.wysiwyg table .btn:before {
    display: none !important;
}

.wysiwyg table .dropdown-menu li a.checkbox {
    background: none;
}

.wysiwyg table .dropdown-menu li a.checkbox:hover {
    box-shadow: none !important;
}

.semantic_ui .ui.table thead tr.footable-filtering th,
.wysiwyg table .footable-filtering,
.wysiwyg table .footable-filtering th {
    background: #1887C5 !important;
}

.footable .btn-primary {
    background: #00347B !important;
}

.footable thead tr.footable-header th {
    background: #00347B !important;
    color: #fff !important;
}

.semantic_ui .ui.table {
    background: #f7fcff !important;
}

.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
    background: #d8f0ff !important;
}

.semantic_ui .ui.table tr td {
    border: none !important;
}

.wysiwyg ul.dropdown-menu li {
    background-image: unset;
    background-size: unset;
    background-position: unset;
    background-repeat: unset;
}