#paper {
	height: 600px;
	background: #F6F7F8;
}

#stencil {
	background: #B0C0C0;	
	height: 600px;	
}

.wrap{
	top: 100px;
	position: relative;
}

#flyPaper{
	width: 300px; height: 300px;
	/*background-color: grey;*/
	/*top: 130px !important;
	left: 71px !important;*/

    position:fixed;
    right: 10px;
    z-index:100;
    opacity:.7;
    pointer-event:none;
}

.SendBtn{
	width: 150px;
	height: 50px;
	position: relative;
	z-index: 2;
}

/*#json-out{
	position: absolute;
}*/

.element .element-tools {
	display: none;
	cursor: pointer
}

#paper .element:hover .element-tools {
	display: inline;
}

#paper svg{
	bottom: 50px;
	position: relative;
}

.error-param{
	color: red;
}
/*.element-tools{
	position: relative;
	left: 100px;
}*/


















