.total-div{
    display: grid;
    grid-template-columns: 23% 1% 22% 1% 18% 1% 20% 1% 14% !important;
    min-height: 45px !important;
    height: auto !important;
}

.dgrid {
    grid-row-gap: 10% !important;
}

.dgrid1{
    grid-template-columns: 20% 20% 20% 20% !important;
}

.dgrid2{
    grid-template-columns: 20% 20% 20% !important;
}

.btns {
    width: 100% !important;
}

.row-space{
    margin-top: 5%;
}

#incOkButton{
	margin-top: 10% !important;
}


@media screen and (max-width:768px){
    
    .row-space{
        margin-top: 24% !important;
    }

   
    .dgrid .btns { 
        margin-left: 0% !important;
        margin-top: 13% !important;
    }

    .total-div {
        grid-template-columns: 50% 1% 50% !important;
        height: 186px !important;
    }

    .mob-align-div{margin-left: -21% !important;}
    .mob-align-div1{margin-left: -38% !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;
    }
    
}