#iframeWrap,
#previewframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: #eee;
  /*  overflow-y: auto; */
  /*  resize: none;  */
}
#header {
  top: 0;
  left: 0;
  right: 0;
  height: 39px;
  line-height: 39px;
  background: #252526;
  padding: 0 15px;
  border-bottom: 1px solid #333;
  z-index: 10;
}
#header button {
  background: #333;
  border: 1px solid #393939;
  margin-right: 5px;
  font-size: 13px;
}
#header button:hover {
  background: red;
}
/* super_panels */
.rootPanelContainer {
  position: relative;
  overflow: hidden;
}
.super-panel-item,
.splitterELM {
  position: absolute;
}
.splitterELM {
  z-index: 99;
}
.splitter_vertical {
  background: #555;
  top: 0;
  height: 100%;
  cursor: col-resize;
}
.splitter_vertical::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  right: -9px;
}
.splitter_horizontal {
  background: #555;
  left: 0;
  width: 100%;
  cursor: row-resize;
}
.splitter_horizontal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  bottom: -9px;
}
.super_panel_nested_holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0 none;
  overflow: hidden;
}
/* panels head */
.panel_header {
  height: 23px;
  line-height: 23px;
  background: #333;
  color: #fff;
  position: relative;
  user-select: none;
  color: inherit;
  font-family: Arial Black;
  font-size: 10px;
  vertical-align: middle;
  padding: 0 5px;
}
.panel_body {
  z-index: 7;
  position: absolute;
  top: 23px;
  bottom: 0;
  left: 0;
  right: 0;
}
.panel_title {
  background: #333;
  min-width: 35px;
  width: calc(100% - 55px);
  height: 23px;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 7;
  padding-left: 7px;
}
.panel_actions {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0px;
  width: 55px;
  height: 23px;
  line-height: 23px;
  cursor: pointer;
  text-align: right;
  z-index: 3;
}
.panel_actions button {
  text-align: right;
  padding-right: 7px;
  border: 0;
  outline: 0 none;
  width: 35px;
  line-height: 23px;
  height: 23px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
  color: #777;
  float: right;
}
.panel_actions button:hover {
  background: #555;
  color: #FFF;
  /* Highlighting στο hover των επιλογών */
}
/*float menu actions*/
ul.actions {
  background: #555;
  color: #fff;
  font-family: Arial black;
  font-size: 100%;
  line-height: 23px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.actions>button {
  color: red;
}
ul.actions>li {
  font-size: 11px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
ul.actions>li:hover {
  background: #111;
}
ul.actions>li button {
  background-color: #555;
  width: 100%;
  margin: 0;
  padding: 0 0px 0px 7px;
  height: 33px;
  text-align: left;
}
ul.actions>li button:hover {
  background: #111;
}
/* panels */
#ideContainer {
  width: 100%;
  height: calc(100% - 39px);
  margin: 0;
  background: #fff;
}
#readmeText {
  background: #e3f2fd;
}
#boxHTML {
  background: #ffebee;
  color: red;
}
#boxCSS {
  background: #e8f5e9;
  color: #0ebeff;
}
#boxJS {
  background: #fffde7;
  color: #fcd000;
}
#boxWORKER {
  background: #96e78a;
  color: green;
}
#boxPreview {
  background: #e0f7fa;
  color: #fff;
}
#boxDebug {
  background: #eceff1;
  color: #fff;
}
#textareaHTML,
#textareaCSS,
#textareaJS,
#textareaWORKER {
  display: none;
}
/* tabs */
#tabsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tabsHeaderWrapper {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial Black;
  font-size: 11px;
  height: 23px;
  background: #777;
  width: 100%;
}
.tabsHeaderWrapper .tabsHeaderItem {
  display: inline-block;
  padding: 5px 7px;
  background: #aaa;
  cursor: pointer;
  user-select: none;
  height: 23px;
  border-right: 1px solid #777;
}
.tabsHeaderWrapper .tabsHeaderItem.active {
  background-color: #eee;
  color: #111;
}
.tabsArrowsWrapper button {
  position: absolute;
  top: 0;
  width: 30px;
  height: 23px;
  background: #666;
  cursor: pointer;
  border: 0;
  outline: none;
}
.tabsArrowsWrapper .tabRrevBTN {
  left: 0;
}
.tabsArrowsWrapper .tabNextBTN {
  right: 0;
}
.tabsBody {
  position: relative;
  height: calc(100% - 23px);
  width: 100%;
  color: #111;
  top: 23px;
}
.tabsBody>div {
  display: none;
}
.tabsBody>div.selected {
  display: block !important;
}
/* Debug panel Console */
#console {
  position: relative;
  width: 100%;
  height: 100%;
}
#consoleClear {
  /*yellow*/
  background: #fdfdc4;
  color: #777;
  font-size: 9px;
  display: block;
  position: absolute;
  width: 55px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ffe301;
  z-index: 3;
  top: 7px;
  right: 7px;
}
#consoleOutput {
  background: #eee;
  width: 100%;
  height: calc(100% - 23px);
  white-space: pre-wrap;
  font-family: monospace;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
#consoleRUN {
  background-color: #FFF;
  color: #111;
  font-size: 15px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 23px;
  z-index: 5;
  opacity: 100 !important;
}
/* popover helper style */
.popoverContent {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  min-width: 170px;
  z-index: 999;
  clear: both;
  overflow: hidden;
}