table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
}
table.dataTable thead .sorting {
  background-image: url("sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("sort_desc.png");
}
.dataTable td.sorting_1 {
  background-color: #f5fafe;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_length .select {
  width: 50px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter .input-text {
  width: auto;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 10px;
  font-size: 14px;
  color: #666;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-top: 10px;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  color: #666;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  margin: 0 0 6px 6px;
  padding: 0 10px;
  font-size: 14px;
}
.dataTables_wrapper{
  margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #009688;
  color: #fff;
}
.table-box {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: separate;
  margin-top: 0px;
  border-left: 0;
}
.table-box thead th {
  font-size: 15px;
  font-weight: 400;
  border-left: 1px solid #ddd;
  white-space: nowrap;
  line-height: 36px;
  padding: 0 10px 0 3px;
}
.table-box thead th:first-child {
  padding: 0;
}
.table-box tbody td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 8px 5px;
  font-size: 13px;
  line-height: 20px;
}
.table-box tbody tr.odd {
  background-color: #fff;
}
.table-box tbody tr.even {
  background-color: #f9f9f9;
}
.table-box th,
.table-box td {
  min-width: 35px;
  max-width: 400px;
}
.table-box tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table-box tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-box tbody tr:hover {
  background-color: #f5f5f5;
}
.table-box th>input[type='checkbox'],
.table-box td>input[type='checkbox'] {
  vertical-align: middle;
}
.table-box tbody tr td:first-child,
.table-box tbody tr td:last-child {
  text-align: center;
}
.table-box .td-handle .handle-btn {
  cursor: pointer;
  margin: 0 2px;
}
.dataTables_filter input[type="search"] {
  width: 150px;
  margin-left: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  line-height: 30px\9;
}
.dataTables_length select{
  height: 32px;
  width: 50px;
  border: 1px solid #e6e6e6;
}
