.graphicEditor{
	display:flex;
	flex-direction:column;
	width:100%;
	}
.graphicEditor_header{
	}
.graphicEditor_body{
	display:flex;
	flex-direction:row;
	flex:1;
	}
.graphicEditor_footer{
	}
.graphicEditor_main{
	flex:1;
	}
*[selectededitor=true]{
	filter:drop-shadow(2px 2px 2px blue) !important;
	}
.tab_body[selectededitor=true]{
	border:solid 1px blue;
	background:#ecece3;
	}
.graphicEditor_body .div0{
	border:dotted 1px red;
	min-width:15px;
	min-height:15px;
	}
.graphicEditor_undefined{
	display:flex;
	flex-direction:column;
	align-items: center;
    justify-content: center;
	min-height: 100px;
	background-color:buttonface;
	opacity:0.9;
	font-size: 14pt;
	line-height: 1.4;
	height: 100%;
	}
.graphicEditor .tool{
	min-width: 20px;
    border: solid 1px #aaaaaa;
	}
.graphicEditor .formBlock_body:empty{
	border:dotted 1px red;
	}
.graphicEditor .span0{
	display:inline-block;
	min-width:60px;
	min-height:30px;
	border:dotted 1px blue;
	}
.graphicEditor .button0{
	min-width:60px;
	min-height:30px;
	}
	
.graphicEditor .form{
	min-width:150px;
	min-height:100px;
	border:dotted 1px blue;
	}
.graphicEditor_item{
	display:inline-flex;
	flex-direction:column;
	align-items: center;
	}