.edct-main {
	display: inline-block;	
	white-space: nowrap;
	cursor: pointer;
}

.edct-main:active {
	background-color: rgba(0,0,0,0.1);
}
@media (hover: hover) and (pointer: fine) {
	.edct-main:hover {
		background-color: rgba(0,0,0,0.05);
	}
}
.edct-check {
	font-size: 32px;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	padding: 0.25em 0;
	line-height: 1em;
	margin-right: 0.5em;
	box-sizing: content-box;
}
.edct-check-empty {
	width: 1em;
	height: 1em;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 0.3em;
	box-sizing: border-box;
	display: block;
}

.edct-check i.fa-spinner {
	color: rgba(0,0,0,0.3);
}
.edct-check i.fa-check {
	color: #4CAF50;
}
.edct-lbl {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	padding: 0.25em 1em 0.25em 0;
}