.overlay-container.overlay-custom-editor{
	height: 75%;
    width: 75%;
}

#editorParentContainer,
#editorContainer,
#editorParentContainer .CodeMirror,
#editor-dragable-list,
#editor-dragable-list #process-list {
	height:100%;
	box-sizing: border-box;
}

#editorParentContainer.hasVariable  #editorContainer{
	width: calc(100% - 200px);
}

#editorParentContainer.hasVariable #variableContainer {
	width : 200px;
}

#editorParentContainer.hasVariable  #editorContainer,
#editorParentContainer.hasVariable #variableContainer {
	display: inline-block;
	float:left;
	height:100%;
}

.CodeMirror-lint-tooltip{
	z-index: 10000000!important;
}

#editor-dragable-list #process-list .accordion {
    height: calc(100% - 40px) !important;
}
#editor-dragable-list #collapse-process-list {
	display:none;
}
#editor-dragable-list #process-list .process-list-header {
	padding: 8px 0 8px 10px !important;
}

#editorContainer .ace_editor{
	height:100%;
	box-sizing: border-box;
	width: 100%;
}

.panel-center-inner{
	height: calc(100vh - 190px);
} 

#nbt-form-container{
	height: 100%;
	position:relative;
}