/* 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!
 */
.cplace-dynamic-code-block-widget .copy-to-clipboard-button {
  margin: 5px;
}
.cplace-dynamic-code-block-dummy-textarea {
  position: fixed;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  border: none;
  outline: none;
  boxShadow: none;
  background: transparent;
}
: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;
}
