.devel{
	display:none;
}
button{
}
.allWrapper{
	width:100%;
	height:100%;
}
.leftPart{
	z-index:0;
	float:left;
	width:60%;
	height:100%;
}
.btnPanel{
	width:100%;
	height:10%;
}
.editorWrapper{
  width:100%;
  height:90%;
}
.editor{
  width:100%;
  height:100%;
}
.serverWindow{
	display:none;
	width:100%;
	height:15%;
}
.rightPart{
	margin-left:60%;
  width:40%;
}
#exe_window{
  width:100%;
  height:100%;
}
.windowBg{
	z-index:100;
  display:none;
  position:absolute;
  background-color:rgba(0,0,0,0.75);
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  text-align: center;
}
#saveWindow{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  min-width: 380px;
  min-height: 150px;

  width:50%;
  height:50%;
  margin:auto;
  background-color: #fff;
}

.fileLoadDiv{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  width:90%;
}

.cancelBtn{
  position:absolute;
  float: right;
  right:2em;
  bottom:2em;
}
