/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29/10/2018, 06:30:54
    Author     : jordistc
*/

.fixed-cols-table-container { position: relative; overflow: hidden; }
.fixed-cols-table-container th .th { clear: both; }

.fixed-cols-table-wrapper { position: absolute; background: #fff; z-index: 1; }
.fixed-cols-table-wrapper .scrolled-td { display: none; }

.scrolled-cols-table-wrapper { overflow-x: auto; z-index: 0; }