// General Table Variables
$lui-table-border-color: #d3d3d3; // border of entire table
$lui-table-bottom-border-color: #d3d3d3; // bottom of header and table body sections

// Header
$lui-table-header-gradient-from: #fff;
$lui-table-header-gradient-to: #efefef;
$lui-table-header-background: #f6f7f8;
$lui-table-header-divider-color: #d3d3d3;
$lui-table-header-font-weight: normal !default;

// Rows
$lui-table-row-bgcolor: $white; // Main row color
$lui-table-row-highlighted-bgcolor: $grey-100; // Alternating row color

// Cells
$lui-table-cell-bgcolor: $white;
$lui-table-cell-border-color: #d3d3d3;
$lui-table-cell-padding: 8px;
$lui-table-cell-highlighted-bgcolor: #f4f4f4;
$lui-table-resizer-knob-bgcolor: $blue-200;

// Resizer Line
$lui-table-resizer-line-color: #0284ff;

// Scrollbars
$lui-table-scrollbar-active-bgcolor: rgba(255, 255, 255, 0.8);
$lui-table-scrollbar-horiz-active-bgcolor: rgba(255, 255, 255, 0.8);
$lui-table-scrollbar-hover-color: #fff;
$lui-table-scrollbar-face-after-bgcolor: #c2c2c2;
$lui-table-scrollbar-face-after-active-bgcolor: #7d7d7d;

// Footer
$lui-table-footer-bgcolor: #f6f7f8;
$lui-table-footer-border-color: #d3d3d3;
$lui-table-horiz-scrollbar-bgcolor: $white;
