.data-table-pager {
  text-align: center;
}
.data-table-results {
  text-align: center;
}
.data-table .column-tools,
.data-table .column-remove,
.data-table .column-type-boolean {
  width: 15px;
  white-space: nowrap;
}
.data-table .column-tools .btn-group > .btn,
.data-table .column-remove .btn-group > .btn,
.data-table .column-type-boolean .btn-group > .btn,
.data-table .column-tools .btn-group > .btn-group,
.data-table .column-remove .btn-group > .btn-group,
.data-table .column-type-boolean .btn-group > .btn-group {
  float: none;
}
.data-table .column-type-integer,
.data-table td[class*=number] {
  white-space: nowrap;
}
.data-table .content-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  min-width: 100%;
}
thead tr th a,
thead tr th a:hover,
thead tr th a:active {
  text-decoration: none;
}
thead tr th a:after {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .6em;
  vert-align: middle;
}
thead tr th.sorting-1 a:after {
  content: "\e113";
}
thead tr th.sorting-0 a:after {
  content: "\e114";
}
