body {
	margin: 0px;
}

.top-bar {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 86px;
	width: 100%;
	height: 48px;
	padding-left: 10px;
}

.btn-buttons {
	position: relative;
	height: 100%;
	width: 100%;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #f1f1f1;
}

.btn-buttons a {
	width: 50px;
	height: 100%;
	position: absolute;
	color: #42A5F5;
}

.btn-buttons a:hover {
	border: 1px solid #42A5F5;
}

.btn-buttons a:hover i {
	padding: 9px;
}

.btn-buttons a:active {
	color: #fff !important; 
	background-color: #42A5F5;
}

.btn-buttons a i {
	font-size: 28px;
	padding: 10px;
	cursor: pointer;
	user-select: none;
}

#btnRedo {
	left: 50px;
}

#btnReset {
	left: 100px;
}

#btnSave {
	left: 150px;
}

#btnRotate {
	/* left: 200px; */
	left: 150px;
}

#btnRotate i{
	/* left: 200px; */
	left: 150px;
	transform: rotate(45deg);
}

#btnDebug {
	/* left: 300px; */
	left: 250px;
	color: #bfbfbf;
}

#btnDebug.debug-active {
	color: red;
}

#btnExc {
	/* left: 250px; */
	left: 200px;
}

.aba-bar, .title-bar {	
	top: 135px;
	right: 0px;
	left: 0px;	
	height: 30px;
}

.titulo-conteudo {
	position: relative;
	height: 30px;
	user-select: none;
	padding-left: 10px;
	background-color: #444;
	color: white;
	border-radius: 10px 10px 0% 0%;
}

.code-editor-btn-bar {
	position: relative;
	height: 30px;
	user-select: none;
	padding-left: 10px;
	background-color: #f1f1f1;
}

.code-editor-btn-bar div {
	position: absolute;
	height: 30px;
	width: 100px;
	background-color: #fff;
	text-align: center;
	color: #039be5;
	border: 1px solid #039be5;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px
}

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

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

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

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

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

.code-editor-btn-js2 {
	left: 310px;
	border-radius: 0% 10px 0% 0%;
	border-left: 0px !important;
}

.conteudo-code-editor {
	position: absolute;
	top: 135px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	overflow: auto;
}

.conteudo-code-editor .editor-container, .conteudo-code-editor .iframe-container {
	float: left;
	height: 95%;
	width: 50%;	
}

.conteudo-code-editor.rotate .editor-container, .conteudo-code-editor.rotate .iframe-container {
	float: left;
	height: 50%;
	width: 100%;
}

.textarea, .iframe {
	background-color: white;
	height: 100%;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 1px;
	background-color: #f1f1f1;
}

.textarea {
	padding-left: 10px;
	padding-right: 5px;
}

.iframe {
	padding-right: 10px;
	padding-left: 5px;
}

.textarea-rolagem, .iframe-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);
	border-radius: 10px 10px 0px 0px;
}

.codeEditorIframe {
	background-color: #fff;
	height: 100%;
	width: 100%;
}

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

.CodeMirror-scroll {
	height: 100%;
}

.rodape {
	position: absolute;
	top: 100%;
	width: 100%;
}
