/* this must be the last import - this one will contain the substituted variables */
/* Mixins */
/**
    Be as precise as possible when applying this style!
    overflow: hidden; used here will cause the element to get its own render layer.
    This is a huge performance drawback when applied to a lot of elements in the table!
 */
.cf-cplace-app-generator-container {
  max-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.cf-cplace-app-generator-container .app-generator-configurator {
  flex: 0 0 350px;
  height: 100%;
  padding: 5px 5px 5px 5px;
}
.cf-cplace-app-generator-container .app-generator-content {
  flex: 1 1 auto;
  margin: 5px;
  padding: 10px;
}
.cf-cplace-app-generator-container .app-generator-content .app-generator-content-header #app-generator-clipboard-trigger-button {
  margin: 5px;
  float: right;
}
.cf-cplace-app-generator-container .app-generator-content .app-generator-content-body {
  overflow-y: auto;
  max-height: 75vh;
}
.cf-cplace-app-generator-container .app-generator-content .app-generator-content-body pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.cf-cplace-app-generator-container .app-generator-loading-indicator {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 245, 245, 0.5);
}
.cf-cplace-app-generator-container .app-generator-loading-indicator span {
  flex: 0 0 auto;
  line-height: 50px;
  font-size: 30px;
}
.cf-cplace-app-generator-container .CodeMirror {
  height: auto;
  border: 1px solid #DADFE3;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.cf-cplace-app-generator-container .CodeMirror .CodeMirror-foldmarker {
  color: blue;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.cf-cplace-app-generator-container .CodeMirror .CodeMirror-foldgutter {
  width: .7em;
}
.cf-cplace-app-generator-container .CodeMirror .CodeMirror-foldgutter-open,
.cf-cplace-app-generator-container .CodeMirror .CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.cf-cplace-app-generator-container .CodeMirror .CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.cf-cplace-app-generator-container .CodeMirror .CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}
:root {
  --repo-path-main: '../main';
  --plugin-path-cf-cplace-platform: '../../../../main/cf.cplace.platform';
  --brand-default: #FFFFFF;
  --brand-primary-components: #3070b3;
  --font-family-sans-serif: "Roboto", Arial, Helvetica, Sans-Serif;
  --border-radius-base: 3px;
  --input-border-radius: 0px;
  --modal-border-radius: 5px;
  --widget-border-radius: 0px;
  --widget-padding: 10px;
  --header-bg: #ffffff;
  --header-border: #4c4c4c;
  --header-link-color: #3071b3;
  --header-link-hover-color: #25588b;
  --history-bg: #e2e2e2;
  --history-color: #3071b3;
  --workspace-sidebar-bg: #4c4c4c;
  --workspace-sidebar-link-color: #c6c7c8;
  --workspace-sidebar-link-focus-color: #ffffff;
  --workspace-sidebar-link-hover-color: #4c4c4c;
  --workspace-sidebar-link-hover-bg: #c9c9c9;
  --cf-cplace-breadcrumbs-font-color: #ffffff;
  --cf-cplace-breadcrumbs-background-color-odd: #4085cc;
  --cf-cplace-breadcrumbs-background-color-even: #3071b3;
  --cf-cplace-breadcrumbs-background-color-hover: #689fd7;
  --cf-cplace-breadcrumbs-background-color-active: #488ace;
  --cf-cplace-navigation-tile-background-color: #828282;
  --cf-cplace-navigation-tile-background-color-hover: #c0c0c0;
  --cf-cplace-navigation-tile-font-color-hover: #000000;
  --cf-cplace-navigation-tile-font-color: #ffffff;
  --cf-cplace-navigation-tile-font-color-active: #000000;
  --cf-cplace-navigation-tile-dropdown-font-color: #ffffff;
  --cf-cplace-navigation-tile-dropdown-background-color: #828282;
  --cf-cplace-navigation-tile-dropdown-background-color-hover: #828282;
  --cf-cplace-navigation-tile-dropdown-item-background-color: #828282;
  --cf-cplace-navigation-tile-dropdown-item-font-color: #ffffff;
  --cf-cplace-navigation-tile-dropdown-item-font-color-active: #000000;
  --tnb-border-color: #4c4c4c;
  --wm-logo-bg-color: #ffffff;
  --wm-toggle-bg-color: #ffffff;
  --wm-toggle-color: #4c4c4c;
  --wm-bg-color: #4c4c4c;
  --wm-node-color: #c6c7c8;
  --wm-node-hover-bg-color: #c9c9c9;
  --wm-node-hover-color: #4c4c4c;
  --wm-node-active-color: #ffffff;
  --brand-primary: #3070b3;
  --brand-info: #a5b5bd;
  --brand-success: #34c049;
  --brand-warning: #e2a336;
  --brand-danger: #bf111d;
  --body-bg: #f4f4f4;
  --text-color: #4c4c4c;
  --link-color: #3071b3;
  --modal-content-bg: #f4f4f4;
  --widget-header-bg: #f5f5f5;
}
