/* div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    } */

div.dataTables_wrapper {
    width: 100%;
    /* margin: 0 auto; */
    margin-bottom: 20px;
}

table.dataTable tbody tr{
    background-color: #eaf0f3;
}


@media only screen and (min-width: 1200px) {
    div.dataTables_wrapper {
        width: calc(100vw - 333px);
        /* margin: 0 auto; */
    }

    .boxshadow div.dataTables_wrapper {
        width: calc(100vw - 353px);
        /* margin: 0 auto; */
    }
}

.deleteUnitCost {
    margin: 10px 25px;
    width: 80px;

}

.table th,
.table td {
    vertical-align: middle;
    min-width:100px;    

    /* max-width:200px; */
    overflow-wrap: anywhere;

}

@media only screen and (max-width: 600px) {
    .table th,
    .table td {
      font-size:11px;
      max-width:100px;

    }

    .btn, .btn-sm {
      font-size:11px;
    
    }
  }

  @media only screen and (min-width: 1200px) {
    /* .table th,
    .table td {
        max-width:200px;

    } */
  }

/* div.dataTables_scroll {
	width: 100%;
} */

/* table th {
    white-space: nowrap;
    min-width: 60px;
} */
