.dgrid {
    grid-template-columns: 24% 22% 22% 22% !important;
    grid-column-gap: 3% !important;
}

.btns {
    width: 100% !important;
}

#incOkButton{margin-top: 9%;}

@media screen and (max-width:768px) {
   
    .dgrid .btns {
        margin-top: 22px !important;
        margin-left: 0% !important;
        height: 60% !important;
    }

    .dataTables_filter label{
        float: right;
        margin-top: -41px;
        margin-bottom: 23px;
        margin-right:70px;;
    }
    
    .dataTables_wrapper .dataTables_filter input[type=search] {
        height: 41px !important;
        width: 116px !important;
    }

    .table-search-bt {
        height: 40px !important;
        width: 40px  !important;
        margin-top: 0px;
    }

    .dataTables_wrapper .dataTables_filter input[type=search]::-webkit-input-placeholder {
        font-size: var(--size16);
    }
}