/*[data-type]:focus {
	outline: 1px solid #ffcccc;
}*/
/*[data-type="html"],
	[data-type="text"]
{
	width: 100%;
	height: 100%;
	*//*min-height: 1em;*//*
}*/
[data-type][disabled].smx-editable {
	color: #aaaaaa;
	background-color: #eeeeee;
}

[data-type="text"].smx-editable,
	[data-type="html"].smx-editable
{
	cursor: text;
}

[data-type="radio"].smx-editable,
	[data-type="check"].smx-editable
{
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.5em;
	border: 1px solid #eeeeee;
	cursor: pointer;
}
[data-type="radio"][data-checked="1"].smx-editable,
	[data-type="check"][data-checked="1"].smx-editable
{
	background-color: #ffeeee;
}
[data-type="radio"].smx-editable:focus,
	[data-type="check"]:focus
{
	outline: #7fc1ff auto 1px;
	outline: -webkit-focus-ring-color auto 1px;
}
[data-type="radio"].smx-editable,
	[data-type="check"],
	[data-type="select"]
{
	cursor: pointer;
}

.smx-editable-ui-select-box {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: w;
	min-heigth: h;
	padding: 3px;
	border: 0.5px solid #eeeeee;
	background-color: white;
}
.smx-editable-ui-select-box [selected] {
	background-color: #cccccc;
}
