.dataTables_length {
  width: 33%;
  display: inline-block;
}

.dataTables_length label {
  display: flex;
  font-weight: normal !important;
}

.dataTables_length select {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.dataTables_wrapper .dt-buttons {
  width: 33%;
  display: inline-block;
  text-align: center;
}

.dataTables_filter {
  width: 34%;
  display: inline-block;
  text-align: right;
}

.dataTables_filter label {
  display: inline-flex;
  text-align: right;
  font-weight: normal !important;
}

.dataTables_filter input {
  margin-left: 10px;
  width: 260px;
}


.dataTables_wrapper .dt-buttons button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;

  color: #6c757d;
  border-color: #6c757d;
}

.dataTables_wrapper .dt-buttons button:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.dataTables_info {
  float:left;
}

.dataTables_paginate {
  float: right;
}
