body {
	margin: 0px;
}

#btn-bar {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 86px;
	width: 100%;
	height: 50px;
}

#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 i {
	font-size: 30px;
	padding: 10px;
	cursor: pointer;
	user-select: none;
}

#btnRedo {
	left: 50px;
}

#btnReset {
	left: 100px;
}

#btnSave {
	left: 150px;
}

#btnRotate {
	left: 200px;
}

#btnDebug {
	left: 300px;
	color: #bfbfbf !important;
}

#btnDebug.debug-active {
	color: #42A5F5 !important;
}

#btnExc {
	left: 250px;
}

#content {
	position: absolute;
	top: 136px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	overflow: auto;
}

.no-rotate {
	float: left;
	height: 100%;
	width: 50%;	
}

.rotate {
	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);
}

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

.CodeMirror-scroll {
	height: 100%;
}

#codeEditorTitle {
	height: 30px;
	width: 100%;
	background-color: #4c4c4c;
	border-radius: 7px 7px 0px 0px;
	padding: 3px 10px;
	color: white;
}

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

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