
html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  //background: #111;
  //color: #464545;
}

#editor .ace_editor {
  width: 100%;
  height: 100% !important;
  z-index: 1000;
//  font-family: Consolas !important;
//  font-size: 14px !important;
}

.ace_fade-fold-widgets .ace_fold-widget {
  transition: none !important;
}

#container {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.browser {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 220px;
}

.browser .header .in-branch,
.browser .header .owner {
  font-family: Questrial;
  font-size: 14px;
  line-height: 23px;
  //color: #d64 !important;
  display: inline-block;
}

.browser .header .in-branch {
  margin-top: 4px;
}

.browser .header .owner:hover {
  cursor: pointer;
  text-decoration: underline;
}

.browser .header .in-branch {
  //color: #777575 !important;
}

.browser .header .text {
  display: block;
  //color: #47e;
  font-size: 25px;
  line-height: 25px;
}

.tabs {
  overflow: hidden;
  height: 45px;
  left: 0px;
}

.tab, .tab * *, .tab * {
  font-family: Questrial;
  height: 45px;
  //line-height: 24px;
  border-radius: 0 !important;
  //background: transparent !important;
}

.tab {
  //background: #111 !important;
  //border-bottom:2px solid #000;
}

.tab:hover .body {
  //background: #1c1c1c !important;
}

.tab.active {
  z-index: 10000;
  border: none;
  overflow: hidden;
}

.tab.active .body {
  top: 0px;
  z-index: 100;
  //background: #282523 !important;
  border-radius: 21px;
}

.tab.active .close:after {
  //background: transparent !important;
  //color: #fff !important;
}

.tab.active .text {
  //color: #d64 !important;
}

.tab.active .text .name {
  //color: #47e !important;
}

.tab .body {
  margin: 0px;
  border: 2px solid transparent;
  border-bottom: none;
}

.tab .left {
  float: left;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 5%;
  display: inline-block;
  max-width: 8px;
}

.tab .text {
  //color: #666;
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  left: 0;
  box-sizing: border-box;
  width: 90%;
}

.tab .text .name {
  box-sizing: border-box;
  display: block;
  font-size: 25px;
  font-family: Voltaire;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 105%;
}

.tab .close {
  float: left;
  top: 7px;
  right: 2%;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.tab .close:after {
  content: '×';
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  //color: #555;
  //background: transparent;
  width: 20px;
  height: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
}

.tab .close:hover:after {
  //background: #787371;
  //color: #111;
}


#add {
  display: none;
  width: 50px;
  height: 50px;
}

