@font-face {
	font-family: "unispace";
	src: url("../fonts/telegrama.otf") format("woff");
}

.synthEdit-root {
	background-color: #313536;
	background-image: url(../img/syntheditBG.png);
	position: relative;
	overflow: hidden;
}

.synthEdit-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.synthEdit-header-spacer {
	display: inline-block;
	flex-grow: 1;
}

.synthedit-header-synthName {
	user-select: none;
	cursor: default;
	display: inline-block;
	height: 20px;
	border-radius: 3px;
	background-color: #AAA;
	margin: 2px;
    vertical-align: top;
    line-height: 20px;
    padding: 0 6px;
}

.synthedit-button {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #AAA;
	margin: 2px;
}

.synthedit-button:hover {
	background-color: #FF0;
}


.synthEdit-container {
	border: solid 4px #BBB;
	margin: 6px;
	/*padding: 6px;*/
	position: absolute;
	border-radius: 8px;
}

.synthEdit-knob {
	width: 32px;
	height: 32px;
	position: absolute;
	cursor: pointer;
}

.synthEdit-knob-canvas {
	width: 32px;
	height: 32px;
}

.synthEdit-textInput {
	position: absolute;
	height: 32px;
	font-family: "unispace";
	font-size: 13px;
	background-color: #242f38;
	color: #9cebff;
	border-radius: 4px;
	border-color: #5f5e5e;
}

.synthEdit-toggle {
	width: 28px;
	height: 28px;
	border: solid 2px;
	position: absolute;
}

.synthEdit-label {
	user-select: none;
	cursor: default;
	position: absolute;
	font-family: "unispace";
	font-size: 13px;
	color: #BBB;
	text-align: center;
	height: 16px;
    line-height: 17px;
    vertical-align: middle;
}
