#main-wrapper {
    height: 100vh;
    overflow-y: auto;
}
.dataTable tfoot tr th input{
    vertical-align: baseline;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.table thead.thead-light th{
    background-color:#aed4ff;
}

.table tfoot.thead-light th{
    background-color:#e7f3ff;
}
.hide{display:none !important;}
