/*------------------------------------*\
    
    Ninja Tables - Responsive Tables

    Do not edit this file
    Customize using css/components/ninja-tables.css

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



a.nt_edit_link {
    display: none !important;
}

.foo-table {
    font-size: 16px !important;
    border: 1px solid #C2C2C2 !important;
    border-radius: 0 !important;
    margin: 0px !important;
}

.semantic_ui .ui.celled.table tr td:first-child,
.semantic_ui .ui.celled.table tr th:first-child {
    border-left: none !important;
}


.foo-table thead tr:first-child>th:first-child,
.foo-table thead tr:first-child>th:last-child {
    border-radius: 0 !important
}

.foo-table tbody tr td {
    border-left: 1px solid #C2C2C2 !important;
}

.semantic_ui .ui.table tr td {
    border-top: 1px solid #C2C2C2 !important;
}

.semantic_ui .ui.striped.table>tr:nth-child(2n),
.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
    background-color: #fff !important;

}

.foo-table thead tr hr {
    border-left: 0 !important;
}

.semantic_ui .ui.table td {
    padding: 12px 26px !important;
}

.foo-table.footable.table>thead>tr>th {
    padding: 14px 26px !important;
}

.foo-table thead th {
    background: #E8E8E8 !important;
    color: #3C3C3C !important;
    font-size: 20px;
    border-color: #C2C2C2 !important;
    border-bottom: none !important;
    padding: 24px 26px !important;
}

/* Start adding custom Scroll */
.footable_parent:root {
    scrollbar-face-color: #767676;
    /* Firefox 63 compatibility */
    scrollbar-track-color: #c9c9c9;
    /* Firefox 63 compatibility */
    scrollbar-color: #767676 #c9c9c9;
    scrollbar-width: thin;
}

.footable_parent::-webkit-scrollbar {
    width: 10px;
}

.footable_parent::-webkit-scrollbar-track {
    background: #c9c9c9;
    border-radius: 10px;
}

.footable_parent::-webkit-scrollbar-thumb {
    background: #767676;
    border-radius: 10px;
}

.footable_parent {
    margin: 30px 0px;
}

/* End adding custom Scroll */