tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 350px
}

/* Set gray background color and 100% height */
.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}

/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
    .row.content {
        height: auto;
    }
}

thead {
    display: table-header-group;
}

thead input {
    width: 80px;
    padding: 3px;
    box-sizing: border-box;
}


.dataTables_scrollHeadInner {
    width: 100%;
}

table.gpcr_table.dataTable.no-footer {
    width: 100%;
}