/**
 * General styles
 * @author Alex Kovalev <alex.kovalevv@gmail.com> 
 * @copyright Alex Kovalev 23.08.2017 
 */
#WBCR {
  /* upm */
}
#WBCR .wp-list-table th,
#WBCR .wp-list-table .plugin-name {
  font-size: 13px;
  font-weight: 600;
}
#WBCR .wp-list-table .plugin-update-tr.active td,
#WBCR .wp-list-table.plugins .active th.check-column {
  border-left: 4px solid #e6e6e6 !important;
  padding-left: 8px !important;
}
#WBCR .wp-list-table.plugins .row-actions,
#WBCR .wp-list-table.plugins .second {
  padding: 0 0 5px;
  color: #949292;
}
#WBCR .wp-list-table.plugins .active td,
#WBCR .wp-list-table.plugins .active th {
  background-color: #ffffff;
}
#WBCR .wp-list-table.plugins,
#WBCR .wp-list-table.plugins td,
#WBCR .wp-list-table.plugins th,
#WBCR .wp-list-table .row-actions .network_active,
#WBCR .wp-list-table .row-actions .network_only {
  color: #777;
}
#WBCR .wp-list-table .widefat ol,
#WBCR .wp-list-table .widefat p,
#WBCR .wp-list-table .widefat tfoot tr td,
#WBCR .wp-list-table .widefat tfoot tr th,
#WBCR .wp-list-table .widefat thead tr td,
#WBCR .wp-list-table .widefat thead tr th,
#WBCR .wp-list-table .widefat ul {
  color: #7d7d7d;
}
#WBCR .wp-list-table #disable_updates,
#WBCR .wp-list-table #disable_auto_updates,
#WBCR .wp-list-table #disable_translation_updates,
#WBCR .wp-list-table #hide_item {
  width: 100px;
}
#WBCR .column-flags .factory-checkbox {
  display: inline-flex;
}
#WBCR .wp-list-table.autoupdate th {
  white-space: normal !important;
}
#WBCR .wp-list-table.autoupdate .plugin-title {
  white-space: normal !important;
}
#WBCR .wp-list-table__plugins .plugin-title {
  max-width: 12rem;
}
#WBCR #disable_translation_updates,
#WBCR #hide_item {
  position: relative;
}
#WBCR .wp-list-table.autoupdate .check-column {
  padding: 10px 9px;
}
.factory-checkbox-disabled input,
.factory-checkbox-disabled button {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*# sourceMappingURL=general.css.map */