.table thead tr th {
  padding: 0.5rem 0.25rem !important;
}

.table tbody tr td {
  vertical-align: middle;
  padding: 0.25rem 0.25rem;
}

.design_img img {
  height: 50px;
  float: right;
  border-radius: 10px;
}

.table_design_img img {
  height: 30px;
  border-radius: 5px;
}

.list-table-data thead tr th:nth-child(3),
.list-table-data thead tr th:nth-child(4),
.list-table-data thead tr th:nth-child(6) {
  min-width: initial;
}

@page {
  margin: 15px !important;
  padding: 15px !important;
}

h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.print_tr {
  width: 330px;
  height: 565px;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 2px dashed #15264B;
}

.print_tr .date{
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    justify-content: space-between;
    border-bottom: 2px dashed #15264B;
}

.print_tr .date .uco{
    font-size: 25px;
    line-height: 21px;
}

.print_tr .dno{
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #15264B;
}

.print_tr .cname {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 2px dashed #15264B;
  border-bottom: 2px dashed #15264B;
}

.print_tr .pieces {
  width: 45%;
  float: left;
  margin-bottom: 15px;
}

.print_tr .code {
  width: 45%;
  float: left;
  margin-bottom: 15px;
}

.print_tr .machine {
  width: 45%;
  float: left;
}

.print_wrapper {
  width: 100%;
}

.print_wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.print_wrapper tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* use flexbox */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* horizontal center */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* vertical center */
  page-break-after: always;
  /* one row per page */
  margin: 0;
}

.print_wrapper td {
  border: none;
  /* optional: remove row borders */
  padding: 20px;
}

.print_wrapper img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
}

.print_tr {
  page-break-before: always;
}
/*# sourceMappingURL=custom.css.map */
.select2-container .select2-dropdown {
  z-index: 9999;
}
.hidden-row{
  visibility: collapse;
}