@keyframes crontrol-rotating {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.crontrol-rotating {
	animation: crontrol-rotating 3s linear infinite;
}

table.wp-list-table {
	width: 100%;
	max-width: 100%;
	table-layout: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.wp-list-table pre {
	white-space: pre-wrap;
	margin: 0;
}

.wp-list-table code {
	background: transparent;
	padding: 0;
}

.wp-list-table td.column-crontrol_status {
	white-space: nowrap;
}

.wp-list-table td.column-cb,
.wp-list-table tbody th {
	border-left: 4px solid transparent;
}

.wp-list-table tr.crontrol-no-action th,
.wp-list-table tr.crontrol-stalled th,
.wp-list-table tr.crontrol-warning th {
	border-color: #ffb900;
}

.wp-list-table tr.crontrol-error th {
	border-color: #dc3232;
}

.wp-list-table .column-crontrol_icon .dashicons,
.wp-list-table .check-column .dashicons {
	margin-left: 6px;
	font-size: 14px;
	color: #aaa;
}

.wp-list-table .column-crontrol_icon .dashicons {
	margin-top: 2px;
}

#crontrol-hash-message {
	display: none;
}

.status-crontrol-complete,
.wp-list-table tr.crontrol-complete td.column-crontrol_status {
	color: #080;
}

.status-crontrol-no-action,
.status-crontrol-stalled,
.status-crontrol-warning,
.wp-list-table tr.crontrol-no-action td.column-crontrol_status,
.wp-list-table tr.crontrol-stalled td.column-crontrol_status,
.wp-list-table tr.crontrol-warning td.column-crontrol_status {
	color: #c60;
}

.status-crontrol-emergency,
.status-crontrol-alert,
.status-crontrol-critical,
.status-crontrol-error,
.wp-list-table tr.crontrol-error td.column-crontrol_status {
	color: #a00;
}

.wp-list-table .column-crontrol_https,
.wp-list-table .column-crontrol_queries,
.wp-list-table .column-crontrol_time {
	text-align: end;
}

.column-crontrol_time,
.column-crontrol_ran,
.column-crontrol_next {
	white-space: nowrap;
}

.row-actions .crontrol-in-use {
	color: #666;
}

.form-field input[type="number"] {
	width: 100px;
}

.crontrol-edit-event-standard .crontrol-event-php,
.crontrol-edit-event-php .crontrol-event-standard {
	display: none;
}
