/* 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-breadcrumbs-wrapper .cf-cplace-breadcrumbs {
  margin: 0;
  padding: 0;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:nth-child(even) a {
  background-color: #3071b3;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:nth-child(even) a:before {
  border-color: #3071b3;
  border-left-color: transparent;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:nth-child(even) a:after {
  border-left-color: #3071b3;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a {
  color: #ffffff;
  display: block;
  background: #4085cc;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #4085cc;
  border-width: 20px 10px;
  width: 0;
  height: 0;
  left: -20px;
  border-left-color: transparent;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #4085cc;
  border-width: 20px 10px;
  width: 0;
  height: 0;
  left: 100%;
  border-color: transparent;
  border-left-color: #4085cc;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:hover {
  background-color: #689fd7;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:hover:before {
  border-color: #689fd7;
  border-left-color: transparent;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:hover:after {
  border-left-color: #689fd7;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:active {
  background-color: #488ace;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:active:before {
  border-color: #488ace;
  border-left-color: transparent;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb a:active:after {
  border-left-color: #488ace;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:first-child a:before {
  border: none;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
.cf-cplace-breadcrumbs-wrapper .cf-cplace-breadcrumbs li.cf-cplace-breadcrumb:last-child a:after {
  border: none;
}
: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;
}
