
.table-positioning .client-domains
{
  padding-left: 0;
  list-style: none;
}

.absa_anc-body
{
  margin: 12px 0;
}

.bulk_actions
{
  white-space: nowrap;
/*   margin: 12px 0; */
}

.table-positioning
{
  font-size: 10px;
}

.table-positioning thead td,
.table-positioning thead th
{
  white-space: nowrap;
}

.table-positioning tbody tr
{
  vertical-align: top;
}

.absa_anc-body
{
  min-height: 1200px;
}

.flexy
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;

}

.flexy-flex
{
    flex: 0 1 auto;
    align-self: auto;
    margin: 6px 12px;
}

.flexy-flex.flexy-flex--search
{
  flex: 1 1 auto;
}

.absa_anc-body .pager
{
  margin: 0;
}

.absa_anc-body input.search
{
  width: 100%;
}
