.dataTables_filter, .dataTables_info { display: none; }

ul.typeahead.dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

   }

div.dt-buttons {
    float: right;
}



.dataTables_wrapper .dataTables_filter {
float: right;
margin: 0 auto;
width:100%;
text-align: right;
visibility: hidden;
}
table.dataTable thead tr {
  background-color: #5bc0de;
  color:white;
  height: 30px;
}
.center {
  width: 800px;
}
.tablescroll {
overflow:hidden;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 100px;
    max-width :1000px;
   min-height: 100px;
   max-height: 300px;
  height: auto !important;
  width: auto !important;
}
.tablescroll2 {
overflow:hidden;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 100px;
   
   min-height: 100px;
   max-height: 300px;
  height: auto !important;
  width: auto !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
