.code-editor {
	position: relative;
	height: 220px;
	width: 100%;
	overflow: auto;
}

.code-editor-textarea {
	background-color: white;
	height: 100%;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 1px;
	background-color: #fff;
}

.code-editor-textarea-rolagem {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.code-editor .CodeMirror {
	line-height: normal;
	padding: 4px;
	height: 100%;
	width: 100%;
}

.code-editor .CodeMirror-scroll {
	height: 100%;
	min-height: 199px;
}

.code-editor-css {
	display: none;
}

.code-editor-js {
	display: none;
}

.code-editor-btn-bar {
	position: relative;
	height: 30px;
	user-select: none;
}

.code-editor-btn-bar div {
	position: absolute;
	height: 30px;
	width: 50px;
	background-color: #fff;
	text-align: center;
	color: #039be5;
	border: 1px solid #039be5;
}

.code-editor-btn-bar div.active {
	background-color: #039be5;
	color: #fff;
}

.code-editor-btn-html {
	border-radius: 25% 0% 0% 0%;
	border-right: 0px !important;
}

.code-editor-btn-css {
	left: 50px;
}

/*.code-editor-btn-js {
	left: 100px;
	border-radius: 0% 25% 0% 0%;
	border-left: 0px !important;
}*/

.code-editor-btn-js {
	left: 100px;
	border-radius: 0% 0% 0% 0%;
	border-left: 0px !important;
}

.code-editor-btn2-js {
	/*display: block;*/
	left: 150px;
	border-radius: 0% 25% 0% 0%;
	border-left: 0px !important;
}
