

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  border-bottom: none !important;
  border-top: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, span.ellipsis {
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: .45rem .75rem;
    color: #333;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    text-decoration: none;
    background: #e9ecef;
    border-color: #dee2e6;
    color: #333 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: #fff !important;
  background: #007bff !important;
  border-color: #007bff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #dee2e6!important;
  border: 1px solid #dee2e6;
  cursor: no-drop;
}

.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input{
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dt-buttons{
  margin-left: 20px;
  display: inline-block;
}

.dt-buttons .dt-button {
  margin-left: -4px;
}

.btn{
  border-radius: 0 !important;
}

.btn-danger {
  color: #fff !important;
}
