.table-grid-view th {
    text-align: center;
}

.table-grid-view th, .table-grid-view td {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.table-grid-view tbody tr:not(.no-action) td:not(.gw-selection):not(.gw-action) {
	cursor: pointer;
}

.table-grid-view .gw-number-page .form-control {
    display: inline-block;
    width: auto;
}

.table-grid-view .gw-number-page label {
    font-weight: normal;
    margin-top: 20px;
}

.table-grid-view .gw-row-filters .time {
    width: 100px;
}

.table-grid-view .gw-row-filters .date {
    width: 154px;
}

.table-grid-view .gw-row-filters .date .box {
    width: 71px;
    float: left;
}

.table-grid-view .gw-row-filters .date .box:first-child {
    margin-right: 4px;
}

.table-grid-view .gw-row-filters .form-control {
    padding: 6px 6px;
}

.table-grid-view .gw-check-bt {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 50px !important;
}

.table-grid-view .gw-check-bt .dropdown {
    width: 50px;
}

.table-grid-view .gw-action {
    width: 40px;
}


.table-grid-view .filter_buttons {
    width: 55px;
}

.table-grid-view .gw-row-filters td {
    vertical-align: middle;
}