/*!
 * # TSIBD UI 1.0.0
 * # Custom Datatable
 *
 * Copyright 2015 JQnets
 * Released under the MIT license
 * http://jqnets.com
 *
 */



.datatable-toolbar {
  border: 0px solid;
  margin-bottom: -31px;
}

div.dataTables_wrapper div.dataTables_info {
  clear: both;
  float: left;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
  }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

div.dataTables_wrapper div.dataTables_filter input {
  border-radius: 5px !important;
  width: auto !important;
  padding-right: 30px;
}
