.single-taxonomy > .taxonomy-row > input {
	display: none;
}

.taxonomy-row {
	display: flex;
	align-items: center;
	font-size: 1.25em;
	line-height: 1.5;
}

.taxonomy-row input {
	position: relative;
	top: 2px;
}

.taxonomy-row label {
	display: flex;
} 

.taxonomy-name-slug {
	margin-right: 6px;
}

#order-terms img {
	vertical-align: middle;
}

#order-terms #wp_term_sortable {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
}

#order-terms ul {
	list-style: none;
}

#order-terms ul.children {
	margin-left: 38px;
}

#order-terms #wp_term_sortable li > .item {
	position: relative;
	padding: 9px 10px;
	margin: 5px 0px;
	background-color: #fff;
	border: 1px solid #c3c4c7;
	cursor: move;
}

#order-terms #wp_term_sortable li > .item:hover {
	background-color: #fff6e5;
}

#order-terms #wp_term_sortable li a.item-term {
	position: relative;
	top: 2px;
	display: inline-block;
	padding: 0 10px 0 6px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

#order-terms #wp_term_sortable li a.item-term:hover {
	text-decoration: underline;
}

#order-terms #wp_term_sortable li > .item .dashicons {
	vertical-align: middle;
}

#order-terms #wp_term_sortable li.placeholder {
	height: 40px;
	background: #cdddd6 !important;
	border: 1px dashed #508871 !important;
	visibility: visible !important;
}

.actions {
	visibility: hidden;
}

.tax_terms_order_menu {
	margin-right: 4px;
	display: inline;
	vertical-align: middle;
	margin-top: -1px;
}

.clear {
	clear: both;
}

.updating-order-notice {
	box-sizing: border-box;
	position: absolute;
	right: 4px;
	top: 3px;
	z-index: 10;
	height: 32px;
	display: flex;
	align-items: center;
	/* background: #cce5cc; */
	background: #eee;
	padding: 6px 12px 6px 8px;
	border: 1px solid #c3c4c7;
}

.spinner-img {
	width: 16px;
	height: 16px;
	margin: 2px 6px 2px 2px;
}

.updating-order-notice .dashicons.dashicons-saved {
	color: green;
	margin-right: 4px;
}

#loading-terms {
	display: inline;
}