.grl-cntnr .cmds .nvg-ul {
	height: 100%;
}

.ui-bar.H {
	display: inline-flex;	
}
.ui-bar.V {
	display: flex;	
}
.ui-chk {
	height: 40px;
	/* border:1px solid #faa; */
}
.ui-chk > div {
	margin-right: 3px;	
}

.etq {
	font-size: 10px;
	line-height: 20px;
}
.rond {
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.switch { position: relative; width:48px; height: 28px; border:1px solid #aa7; }
	
.manette { 
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin: 0 0 0 -16px;
}
.inneroffset {
	margin: 2px 8px 0 18px;
	position: relative;
	height: 100%;
	z-index: 1;
}
.label {
	position: absolute;
	top: 0px;
	width: 100%;
	min-height: 100%;
	font-size: 14px;
	overflow: hidden;
	border-width: 0;
	white-space: nowrap;
	cursor: pointer;
}
.label.on div{ 
	left: 6px;
	text-align: left;
}		
.label.off div{ 
	right: 6px; 
	text-align: right;
}		
