input[type=text].yadcf-filter{max-width: 120px;width: 100%;}
.dataTables_wrapper {
position: relative;
}
.dataTables_processing {
position: absolute;
left: 50%;
top: 50%;
background: #111;
color: fff;
padding: 30px 20px;
color: #eee;
}

.btn-xs {
  font-size: 10px;
  border-radius: .1875rem;
  padding: 2px 7px;
}

.table tfoot {
    display: table-header-group;
}

.zmdi-rotation {
animation: rotation infinite 3s linear;
}
@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
  
  to{
    transform:rotate(360deg);
  }
}