html,
body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
body {
  padding: 0;
  margin: 0;
}
#iso {
  height: 100%;
  width: 100%;
  font-family: arial;
}
#iso .app {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}
#iso .app .flex-row {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7d7d7d;
}
.error {
  color: #D9534F !important;
}
.header {
  height: 20px;
  border-bottom: 1px solid;
  width: 100%;
  display: none;
}
.header h1 {
  margin: 0 0 0 10px;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.toolbar {
  border-bottom: 1px solid #7d7d7d;
  background: #303030;
  width: 100%;
}
.toolbar img.logo,
.toolbar h2 {
  margin: 0;
  float: left;
  color: white;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 3px 10px 0 5px;
  text-shadow: 1px 1px 0px #000000;
  width: 44px;
  height: 21px;
}
.toolbar .toolbar-dropdown {
  float: left;
  position: relative;
  background: blue;
}
.toolbar .toolbar-dropdown > .toolbar-item {
  margin: 0;
}
.toolbar .toolbar-dropdown i {
  padding-left: 5px;
}
.toolbar .toolbar-dropdown .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #303030;
  margin: 0;
  border-radius: 0;
  display: inline-block;
}
.toolbar .toolbar-dropdown .submenu .toolbar-item {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  width: 110%;
}
.toolbar .toolbar-item {
  margin: 8px 0 8px 9px;
  padding: 5px 5px;
  float: left;
  background-color: #303030;
  border-width: 0;
  border-radius: 0px;
  border-color: #D5D5D5;
  font-size: 14px;
  color: #7d7d7d;
}
.toolbar .toolbar-item.toolbar-submenu {
  position: relative;
}
.toolbar .toolbar-item .submenu {
  top: 0;
  left: 100%;
}
.toolbar .toolbar-item .label {
  float: left;
}
.toolbar .toolbar-item .icon {
  float: right;
  font-weight: 800;
}
.toolbar .toolbar-item .descriptor-icon {
  float: left;
}
.toolbar .toolbar-item.active {
  color: #fff;
}
.toolbar .toolbar-item.active:hover,
.toolbar .toolbar-item.open {
  cursor: pointer;
  background-color: #7d7d7d;
}
.add-layers {
  width: 60px;
  min-height: 100px;
  padding-top: 5px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #7d7d7d;
  background: #525252;
}
.add-layers .add-layer-item {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 7px 0 7px;
  text-align: center;
  color: white;
  position: relative;
}
.add-layers .add-layer-item img {
  width: 100%;
  height: 100%;
}
.add-layers .add-layer-item:hover {
  background-color: #636363;
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}
.add-layers .add-layer-item.disabled img {
  -webkit-filter: gray;
          filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
.add-layers .add-layer-item.disabled:hover {
  background-color: inherit;
  cursor: auto;
}
.layer-list {
  min-height: 100px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #D5D5D5;
  background: #636363;
}
.layer-list .layer {
  position: relative;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #7d7d7d;
}
.layer-list .layer span {
  padding-left: 5px;
}
.layer-list .layer .selector {
  width: 15px;
  position: absolute;
  top: 12px;
  right: 30px;
}
.layer-list .layer .selector:hover {
  cursor: pointer;
}
.layer-list .layer .swatch-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #bbb;
}
.layer-list .layer .swatch-wrap:hover {
  cursor: pointer;
}
.layer-list .layer .color-swatch {
  background: #636363;
  height: 17px;
  width: 17px;
  border: 1px solid #636363;
  background-clip: padding-box;
  box-sizing: border-box;
  float: right;
  padding: 0;
}
.right-pane {
  min-height: 100px;
  min-width: 400px;
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.work-space {
  min-height: 100px;
  min-width: 400px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.work-space.active {
  cursor: crosshair;
}
.attribute-table {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
}
.attribute-table .selected .public_fixedDataTableCell_main {
  background: #ff6262;
}
.message-bar {
  height: 20px;
  width: 100%;
  background: #525252;
}
.message-bar .message-bar-item {
  float: left;
  font-size: 14px;
  margin: 0 0 0 5px;
  color: white;
  line-height: 20px;
}
.message-bar .coordinates {
  float: right;
  text-align: right;
  margin: 0 5px 0 0;
}
.tooltip {
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 100%;
  z-index: 9999;
  background: #303030;
  color: white;
  padding: 5px;
  margin-left: 5px;
}
.tooltip .tooltip-inner {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
}
.editor {
  width: 400px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background: #262626;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.editor .CodeMirror {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  font-size: 14px;
}
.vex.vex-theme-os .vex-content {
  border-radius: 0;
  /*  background-color: @lightest;
  border-color: @light;*/
}
.vex.vex-theme-os .vex-content select {
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
}
.vex.vex-theme-os .vex-content p {
  margin: 10px 0 5px 0;
  font-size: 14px;
  line-height: 16px;
}
.vex.vex-theme-os .vex-content h2 {
  margin-top: 0;
}
.vex.vex-theme-os .vex-content ul {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
  background-color: #428675;
}
.vex-custom-field-wrapper {
  background: red;
  margin: 1em 0;
}
.vex-custom-field-wrapper > label {
  display: inline-block;
  margin-bottom: .2em;
}
/*

    Name:       Tomorrow Night - Bright
    Author:     Chris Kempson

    Port done by Gerard Braad <me@gbraad.nl>

*/
.cm-s-tomorrow-night-bright.CodeMirror {
  background: #D5D5D5;
  color: #525252;
}
.cm-s-tomorrow-night-bright div.CodeMirror-selected {
  background: #96cbbe !important;
}
.cm-s-tomorrow-night-bright .CodeMirror-gutters {
  background: #303030;
  border-right: 0px;
}
.cm-s-tomorrow-night-bright .CodeMirror-guttermarker {
  color: #e78c45;
}
.cm-s-tomorrow-night-bright .CodeMirror-guttermarker-subtle {
  color: #777;
}
.cm-s-tomorrow-night-bright .CodeMirror-linenumber {
  color: #7d7d7d;
}
.cm-s-tomorrow-night-bright .CodeMirror-cursor {
  border-left: 2px solid #525252 !important;
}
.cm-s-tomorrow-night-bright span.cm-comment {
  color: #d27b53;
}
.cm-s-tomorrow-night-bright span.cm-atom {
  color: blue;
}
.cm-s-tomorrow-night-bright span.cm-number {
  color: blue;
}
.cm-s-tomorrow-night-bright span.cm-property,
.cm-s-tomorrow-night-bright span.cm-attribute {
  color: #99cc99;
}
.cm-s-tomorrow-night-bright span.cm-keyword {
  color: #d54e53;
}
.cm-s-tomorrow-night-bright span.cm-string {
  color: #428675;
}
.cm-s-tomorrow-night-bright span.cm-variable {
  color: #83095B;
}
.cm-s-tomorrow-night-bright span.cm-variable-2 {
  color: #7aa6da;
}
.cm-s-tomorrow-night-bright span.cm-def {
  color: #e78c45;
}
.cm-s-tomorrow-night-bright span.cm-bracket {
  color: #525252;
}
.cm-s-tomorrow-night-bright span.cm-tag {
  color: #d54e53;
}
.cm-s-tomorrow-night-bright span.cm-link {
  color: #a16a94;
}
.cm-s-tomorrow-night-bright span.cm-error {
  background: #d54e53;
  color: #6A6A6A;
}
.cm-s-tomorrow-night-bright .CodeMirror-activeline-background {
  background: #2a2a2a !important;
}
.cm-s-tomorrow-night-bright .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: red !important;
}
