.label-editor {
	height: 24px;
	flex: 0 1 auto;
	/* width: 100%; */
	overflow: hidden;
}

.label-editor .editor{
	max-width: 160px;
	height: 24px;
}

.label-editor .editor i{
	margin-left: 3px;
	max-width: 160px;
}

.label-editor .display {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.label-editor .display span {
	margin: 0px 8px 0 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 0 1 auto;
}

.label-editor >
.display i {
	display: none;
}

.label-editor >
.display:hover i {
	display: inline-block;
}

.label-editor .input {
	border-top: none;
	border-right: none;
	border-bottom: thin solid #ddd;
	border-left: none;
	margin-right: 10px;
	max-width: 80%;
	height: 20px;
}

.label-editor .input-end {
	max-width: 40%;
	height: 17px;
	text-align: center;
	margin: 0;
	background-color: white;
	margin-top: -3px;
	padding: 2px 0 0 0;
}

.label-editor .separator{
	margin: 5px;
	max-width: 10%;
}

.label-editor .input:focus,
.label-editor .input-start:focus,
.label-editor .input-end:focus {
	outline: none;
	border-bottom: thin solid red;
}

.label-editor .label {
	margin-left: 3px;
	height: 24px;
	display: block;
}

.label-editor .label:hover {
	cursor: text;
	border-bottom: 1px solid #2ECC71;
}

.label-editor i {
	cursor: pointer;
}
