table.dataTable
{
  height: auto;
  font-size: 12px;
}
form.content-view-pf-pagination .form-group
{
  align-items: center;
}
table td.details-control
{
  width: 24px;
  font-weight: bold;
  text-align: center;
}
table td.details-control span
{
  display: block;
  width: 10px;
  margin-top: 4px;
  font-weight: bold;
}
div.date-time-range-picker-pf
{
  max-width: 300px;
}
td.dt-body-right
{
  text-align: right;
}
td span.dt-orderable
{
  display: none;
}
span.pf-grab
{
  content: '....';
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-top: -1.1em;
  margin-right: 2em;
  padding: 3px 4px;
  cursor: move;
  cursor: grab;
  cursor: grab;
  font-size: 12px;
  font-family: sans-serif;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
  line-height: 5px;
  letter-spacing: 2px;
  vertical-align: middle;
}
span.pf-grab::after
{
  content: '.. .. .. ..';
}
.pf-grab:active
{
  cursor: grabbing;
}
