/*
 Plugin visibility module
 ------------------------
 */
.plugins thead .ame-check-column,
.plugins tfoot .ame-check-column {
  padding: 4px 0 0 6px;
  vertical-align: middle;
  width: 2.2em; }

.plugins .ame-check-column {
  vertical-align: top; }

/*
 Plugin status indicator on the check column
 */
.plugins .active th.ame-check-column,
.plugin-update-tr.active td {
  border-left: 4px solid #2ea2cc; }

.plugins thead th.ame-check-column,
.plugins tfoot th.ame-check-column,
.plugins .inactive th.ame-check-column {
  padding-left: 6px; }

.plugins tbody th.ame-check-column,
.plugins tbody {
  padding: 8px 0 0 2px; }

.plugins tbody th.ame-check-column input[type=checkbox] {
  margin-top: 4px; }

/*
 The "Save Changes" form
 */
.ame-pv-save-form {
  float: right;
  margin-top: 5px;
  margin-bottom: 6px; }

#ws_actor_selector_container {
  margin-right: 130px; }

/*
 Inline editor
 */
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-inline-edit-left {
  width: 30%; }
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-inline-edit-right {
  width: 70%; }
#ame-plugin-visibility-editor .inline-edit-row span.title {
  width: auto; }
#ame-plugin-visibility-editor .inline-edit-row input[type="text"] {
  width: 100%; }
#ame-plugin-visibility-editor .inline-edit-row .ame-pv-inline-reset {
  line-height: 28px;
  margin-left: 1em; }
#ame-plugin-visibility-editor .inline-edit-row td {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); }
#ame-plugin-visibility-editor .inline-edit-row p.submit {
  margin-bottom: 0.2em; }

/*# sourceMappingURL=plugin-visibility.css.map */
