/**
 * @file
 * Generic Style declarations for the Admin UI.
 */
/**
 * Force browsers to calculate the width of a 'select all' TH element.
 */
table th a {
  display: block;
  position: relative;
}
table th.select-all {
  width: 1px;
}
table th.active {
  background: #d4e9fb;
}
table th.active a {
  padding: 0 2em 0 0;
  /* LTR */
}
table th.active img {
  position: absolute;
  top: 0;
  right: 0;
  /* LTR */
}
table tr.even td.active {
  background: #f6f6f6;
}
table tr.odd td.active {
  background: #fdfdfd;
}
table tr.selected td.active,
table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}
/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.filters.form-wrapper .form-item {
  display: inline-block;
}
