/* footer */
#wpfooter{display:block}
#footer-upgrade{display:none}
#footer-left{float:right}

/* table */
.notice-inactive p::after,
tr.active .action-link::after,
.inactive .plugin-title strong::after {
	content: "❌";
	padding-left: 5px;
	display: inline;
}
.notice-active p::after,
tr.inactive .action-link::after,
.active .plugin-title strong::after {
	content: "✅";
	padding-left: 5px;
}
.download-link {
	margin-left: 5px;
	margin-right: 5px;
}
.download-link::after {
	content: "📥";
	padding-left: 5px;
}
.notice-delete p::after,
.delete-link::after {
	content: "🗑️";
	padding-left: 5px;
}
.notice-nochange p::after {
	content: "😅";
	padding-left: 5px;
}
.additional-links {
	font-size: 0.875em;
	display: block;
}
.mu-plugin-stats {
	font-weight: bold;
	font-size: 0.875em;
}
.active {
	color: green;
}
.inactive {
	color: red;
}
.all {
	color: #2271B1;
}
.plugins .column-auto-updates {
	width: 100%;
}
@media (min-width: 782px) {
	.plugins .column-auto-updates {
		width: auto;
		min-width: 21em !important;
		vertical-align: middle !important;
	}
}
.header-container {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.page-title-action span {
  font-size: 15px;
  vertical-align: text-top;
}
.column-auto-updates a,
.column-auto-updates span {
	border: 1px solid;
	border-radius: 5px;
	padding: 2px;
	width: 30%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box !important;
}
.column-auto-updates span {
	color: grey;
	border-color: gray;
}
td.plugin-title strong {
	margin-bottom: 0 !important;
}
.tablenav.top {
	padding-bottom: 5px;
	margin-bottom: 6px !important;
}
@media screen and (max-width: 782px) {
	.tablenav.bottom {
		margin-top: 6px !important;
	}
}
.tablenav .view-switch,
.tablenav.top .actions {
	display: block !important;
}

/* freeze */
.spinner.is-active {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 40px !important;
	height: 40px !important;
	z-index: 9999 !important;
}
.page-frozen {
	position: relative;
	pointer-events: none;
	opacity: 0.6;
	transition: opacity 0.3s;
}
