#editor-region {
	width: auto;
	// padding-right:10px;
	height: 100%;
	margin-right: 15px;
	margin-left: 10px;
	transition: margin $transitionDuration ease-in-out;
}

.editor {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ace_editor {
	position: absolute !important;
}

.ace_content {
	padding: 0;
	margin: 0;
}

.ace_gutter {
	z-index: 1;
}

.ace_gutter-layer {
	padding: 0;
	background-image: linear-gradient(135deg, $mideground 8.33%, transparent 8.33%, transparent 50%, $mideground 50%, $mideground 58.33%, transparent 58.33%, transparent 100%);
	background-size: 6.00px 6.00px;
	color: $fontColorMinor;
}

.ace_scrollbar {
	z-index: 1;
}

.ace_error {
	background-position: 3px 0 !important;
}

editor-region {
	margin-left: 300px;
	position: relative;
}

#root-editor-wrapper {
	// Calculated using the height of the top & bottom bars
	height: calc(100% - (23px + 33px));
	position: relative;
}

.editor-wrapper {
	position: absolute;
}

.editor-wrapper-horizontal>.editor {
	top: 0;
}

.editor-wrapper-horizontal>.editor-wrapper {
	top: 0;
}

.editor-wrapper-vertical>.editor {
	left: 0;
}

.editor-wrapper-vertical>.editor-wrapper {
	left: 0;
}

@import "bottom_bar", "splitter";