.dataTables_length {
  padding-top: 6px !important;
  padding-right: 5px !important;
}

.page-item.active .page-link {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
}

.form-input-table {
  height: 32px !important;
  font-size: 18px !important;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #70707080;
  margin: auto;
}

.update-text-style {
  color:#808080 !important;
  font-size:10px !important;
  vertical-align:bottom !important;
}

.report1-table {
  width: 100%;
}

.report1-table tr th {
  font-family: "sarabun";
  font-weight: 400;
  font-size: 18px;
  color: #BEBEBE;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #bebebe;
}

.report1-table tr td {
  font-family: "sarabun";
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #bebebe;
}

.report1-table tr.report1-table-sum td {
  font-weight: 900;
}

.report1-table tr.report1-table-allsum td {
  color: #FFFFFF !important;
  background: #F47419;
}

.table-search {
  border: none !important;
  border-bottom: 1px solid #70707050 !important;
  border-radius: 0px !important;
  padding: 4px !important;
}

.table-search::placeholder {
  color: #BEBEBE !important;
}

.table-search:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 0px solid #70707050 !important;
}

select[name="DataTables_Table_0_length"] {
  height: 32px !important;
  font-size: 14px !important;
}

.dropdown-item {
  box-shadow: 0px 3px 6px #00000029;
  background: #FFFFFF !important;
}

table.dataTable td, table.dataTable th {
  padding: 10px 10px 10px 10px !important;
}

table.dataTable thead .sorting:before {
  right: 0px !important;
  top: 0px !important;
}

table.dataTable thead .sorting:after {
  right: 0px !important;
  top: 16px !important;
}

table.dataTable thead .sorting_asc:before {
  right: 0px !important;
  top: 0px !important;
}

table.dataTable thead .sorting_asc:after {
  right: 0px !important;
  top: 16px !important;
}

table.dataTable thead .sorting_desc:before {
  right: 0px !important;
  top: 0px !important;
}

table.dataTable thead .sorting_desc:after {
  right: 0px !important;
  top: 16px !important;
}

select[name="tableData_length"] , select[name="studentTable_length"] , select[name="listTable_length"] , select[name='list-table_length'] {
  height: 32px !important;
  font-size: 14px !important;
}

.page-link {
  color: #000000;
}

.page-link:hover {
  color: #000000;
}

.tableData {
  border-collapse: collapse;
}

.tableData thead th {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 0px solid #707070;
}

.tableData td {
  font-size: 18px;
  border: none !important;
}

.tableData tbody tr:nth-child(even) {
  background: #F8F8F8;
}

.tableData tbody tr:nth-child(odd) {
  background: #FFF;
}

table.dataTable td, table.dataTable th {
  padding: 10px 0px;
}

table.dataTable th {
  border-bottom: 0px solid;
  background: #000000;
  color: #FFFFFF;
  vertical-align: middle;
}

table.dataTable th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

table.dataTable th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0 !important;
}
