/***** ship.list (override admin table styling) *****/
.panel-ship-list .datatables-wrapper thead th:nth-child(1) { width: 20px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(2) { width: 40px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(3) { width: 50px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(4),
 .panel-ship-list .datatables-wrapper thead th:nth-child(5)
 .panel-ship-list .datatables-wrapper thead th:nth-child(6) { width: 80px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(7) { width: 100px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(8),
 .panel-ship-list .datatables-wrapper thead th:nth-child(9) { width: 80px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(13) { width: 100px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(14) { width: 80px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(16) { width: 50px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(17),
 .panel-ship-list .datatables-wrapper thead th:nth-child(18) { width: 80px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(20) { width: 70px; }
.panel-ship-list .datatables-wrapper thead th:nth-child(21),
 .panel-ship-list .datatables-wrapper thead th:nth-child(22) { width: 100px; }

.panel-ship-list .datatables-wrapper thead th:nth-child(10),
 .panel-ship-list .datatables-wrapper thead th:nth-child(11),
 .panel-ship-list .datatables-wrapper thead th:nth-child(12),
 .panel-ship-list .datatables-wrapper thead th:nth-child(15),
 .panel-ship-list .datatables-wrapper thead th:nth-child(19) { width: auto; }


/***** ship.list.req *****/
.panel-ship-list-request .datatables-wrapper thead th:nth-child(1) { width: 40px; }
.panel-ship-list-request .datatables-wrapper thead th:nth-child(4) { width: 100px; }
.panel-ship-list-request .datatables-wrapper thead th:nth-child(5) { width: 80px; }
.panel-ship-list-request .datatables-wrapper thead th:nth-child(7) { width: 50px; }
.panel-ship-list-request .datatables-wrapper thead th:nth-child(8),
 .panel-ship-list-request .datatables-wrapper thead th:nth-child(9) { width: 80px; }

 


/***** home: overlay-ship-weight *****/
.tbl-ship-weight-pkg { margin-bottom: 20px; width: 500px; }
.tbl-ship-weight-pkg input { min-width: auto; width: 100%; }
.tbl-ship-weight-pkg tbody td { padding: 0; }
.tbl-ship-weight-pkg tbody td:nth-child(1) { min-width: 40px; width: 40px; text-align: center; }
.tbl-ship-weight-pkg tbody td:nth-child(2),
.tbl-ship-weight-pkg tbody td:nth-child(8) { min-width: 100px; width: 100px; } /* weight */
.tbl-ship-weight-pkg tbody td:nth-child(3),
 .tbl-ship-weight-pkg tbody td:nth-child(5),
 .tbl-ship-weight-pkg tbody td:nth-child(7),
 .tbl-ship-weight-pkg tbody td:nth-child(9),
 .tbl-ship-weight-pkg tbody td:nth-child(11),
 .tbl-ship-weight-pkg tbody td:nth-child(13) { min-width: 50px; width: 50px; } /* w, h, d */
.tbl-ship-weight-pkg tbody td:nth-child(4),
 .tbl-ship-weight-pkg tbody td:nth-child(6),
 .tbl-ship-weight-pkg tbody td:nth-child(10),
 .tbl-ship-weight-pkg tbody td:nth-child(12) { min-width: 20px; width: 20px; text-align: center; } /* "x" between w, h, d */
.tbl-ship-weight-pkg td:nth-child(8) [name="pkg_weight[]"] { border-left: 0; }
.tbl-ship-weight-pkg [name="pkg_w[]"],
 .tbl-ship-weight-pkg [name="pkg_h[]"],
 .tbl-ship-weight-pkg [name="pkg_d[]"],
 .tbl-ship-weight-pkg [name="pkg_w_master[]"],
 .tbl-ship-weight-pkg [name="pkg_h_master[]"],
 .tbl-ship-weight-pkg [name="pkg_d_master[]"] { border-right: 1px solid #ccc; }





/***** invoice list *****/
.panel-inv-list .datatables-wrapper thead th:nth-child(1) { width: 70px; }
.panel-inv-list .datatables-wrapper thead th:nth-child(2) { width: 90px; }
.panel-inv-list .datatables-wrapper thead th:nth-child(3) { width: 80px; }
.panel-inv-list .datatables-wrapper thead th:nth-child(4) { width: 90px; }
.panel-inv-list .datatables-wrapper thead th:nth-child(6) { width: 90px; }
.panel-inv-list .datatables-wrapper thead th:nth-child(7),
 .panel-inv-list .datatables-wrapper thead th:nth-child(8) { width: 80px; }
.panel-inv-list .datatables-wrapper thead th:nth-child(9) { width: 60px; }
 .panel-inv-list .datatables-wrapper thead th:nth-child(10),
 .panel-inv-list .datatables-wrapper thead th:nth-child(11),
 .panel-inv-list .datatables-wrapper thead th:nth-child(12),
 .panel-inv-list .datatables-wrapper thead th:nth-child(13),
 .panel-inv-list .datatables-wrapper thead th:nth-child(14),
 .panel-inv-list .datatables-wrapper thead th:nth-child(15) { width: 100px; }

.panel-inv-list .datatables-wrapper thead th:nth-child(5) { width: auto; }





@media screen and (max-width: 700px) {
  main { padding-top: 20px; }
  header { display: none; }
}
