/* 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-documentation-wrapper .cf-cplace-documentation-widget-row {
  width: 100%;
  min-height: 155px;
  background: #3070b3;
  overflow: hidden;
  position: relative;
  padding: 13px;
  padding-bottom: 0;
  padding-left: 106px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row h2 {
  font-size: 2em;
  position: relative;
  z-index: 1;
  color: white;
  margin-top: 0;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row h2 .cf-cplace-documentation-more-link {
  color: white;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .icon-tile {
  position: absolute;
  z-index: 0;
  top: 13px;
  left: 13px;
  height: calc(100% - ( 26px ));
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .icon-tile .tile {
  position: relative;
  text-align: center;
  background: #0098f0;
  margin: 0 auto;
  border-radius: calc( 80px  / 8);
  width: 80px;
  height: 100%;
  overflow: hidden;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .icon-tile .tile i {
  color: #0078BD;
  font-size: calc( 80px  / 1.25);
  position: relative;
  margin-top: -50%;
  top: calc(50% + ( 10px ));
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages h2 {
  color: white;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages h3 {
  font-size: 14px;
  color: white;
  margin: 5px 0 0 0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages h4 {
  font-size: 12px;
  margin: 4px 0px;
  color: white;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages p {
  font-size: 11px;
  color: white;
  margin: 0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages a.btn {
  padding: 6px 20px;
  border: 1px solid white;
  background: none;
  outline: none;
  color: white;
  margin-bottom: 13px;
  margin-right: 6.5px;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row .sub-pages a.btn:hover {
  background: white !important;
  border: 1px solid white !important;
  color: #0078BD;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Red {
  background-color: #F44336;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Red .icon-tile .tile {
  background-color: #EF5350;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Red .icon-tile .tile i {
  color: #F44336;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Red .sub-pages .btn-flat:hover {
  color: #F44336;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Red {
  background-color: #D32F2F;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Red .icon-tile .tile {
  background-color: #FF1744;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Red .icon-tile .tile i {
  color: #D32F2F;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Red .sub-pages .btn-flat:hover {
  color: #D32F2F;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue {
  background-color: #2196F3;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue .icon-tile .tile {
  background-color: #42A5F5;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue .icon-tile .tile i {
  color: #2196F3;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue .sub-pages .btn-flat:hover {
  color: #2196F3;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Blue {
  background-color: #03A9F4;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Blue .icon-tile .tile {
  background-color: #29B6F6;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Blue .icon-tile .tile i {
  color: #03A9F4;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Blue .sub-pages .btn-flat:hover {
  color: #03A9F4;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Blue {
  background-color: #1976D2;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Blue .icon-tile .tile {
  background-color: #2979FF;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Blue .icon-tile .tile i {
  color: #1976D2;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Blue .sub-pages .btn-flat:hover {
  color: #1976D2;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Alt {
  background-color: #2A4B6D;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Alt .icon-tile .tile {
  background-color: #78909C;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Alt .icon-tile .tile i {
  color: #2A4B6D;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Alt .sub-pages .btn-flat:hover {
  color: #2A4B6D;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Grey {
  background-color: #607D8B;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Grey .icon-tile .tile {
  background-color: #78909C;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Grey .icon-tile .tile i {
  color: #607D8B;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Blue-Grey .sub-pages .btn-flat:hover {
  color: #607D8B;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Indigo {
  background-color: #3F51B5;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Indigo .icon-tile .tile {
  background-color: #5C6BC0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Indigo .icon-tile .tile i {
  color: #3F51B5;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Indigo .sub-pages .btn-flat:hover {
  color: #3F51B5;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Cyan {
  background-color: #00BCD4;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Cyan .icon-tile .tile {
  background-color: #26C6DA;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Cyan .icon-tile .tile i {
  color: #00BCD4;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Cyan .sub-pages .btn-flat:hover {
  color: #00BCD4;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Pink {
  background-color: #E91E63;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Pink .icon-tile .tile {
  background-color: #EC407A;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Pink .icon-tile .tile i {
  color: #E91E63;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Pink .sub-pages .btn-flat:hover {
  color: #E91E63;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Purple {
  background-color: #9C27B0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Purple .icon-tile .tile {
  background-color: #AB47BC;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Purple .icon-tile .tile i {
  color: #9C27B0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Purple .sub-pages .btn-flat:hover {
  color: #9C27B0;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Purple {
  background-color: #673AB7;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Purple .icon-tile .tile {
  background-color: #7E57C2;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Purple .icon-tile .tile i {
  color: #673AB7;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Purple .sub-pages .btn-flat:hover {
  color: #673AB7;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Teal {
  background-color: #009688;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Teal .icon-tile .tile {
  background-color: #26A69A;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Teal .icon-tile .tile i {
  color: #009688;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Teal .sub-pages .btn-flat:hover {
  color: #009688;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Green {
  background-color: #4CAF50;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Green .icon-tile .tile {
  background-color: #66BB6A;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Green .icon-tile .tile i {
  color: #4CAF50;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Green .sub-pages .btn-flat:hover {
  color: #4CAF50;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Green {
  background-color: #8BC34A;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Green .icon-tile .tile {
  background-color: #9CCC65;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Green .icon-tile .tile i {
  color: #8BC34A;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Light-Green .sub-pages .btn-flat:hover {
  color: #8BC34A;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Green {
  background-color: #388E3C;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Green .icon-tile .tile {
  background-color: #39a33d;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Green .icon-tile .tile i {
  color: #388E3C;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Dark-Green .sub-pages .btn-flat:hover {
  color: #388E3C;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Lime {
  background-color: #CDDC39;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Lime .icon-tile .tile {
  background-color: #D4E157;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Lime .icon-tile .tile i {
  color: #CDDC39;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Lime .sub-pages .btn-flat:hover {
  color: #CDDC39;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Yellow {
  background-color: #FFEB3B;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Yellow .icon-tile .tile {
  background-color: #FFEE58;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Yellow .icon-tile .tile i {
  color: #FFEB3B;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Yellow .sub-pages .btn-flat:hover {
  color: #FFEB3B;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Amber {
  background-color: #FFC107;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Amber .icon-tile .tile {
  background-color: #FFCA28;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Amber .icon-tile .tile i {
  color: #FFC107;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Amber .sub-pages .btn-flat:hover {
  color: #FFC107;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Orange {
  background-color: #FF9800;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Orange .icon-tile .tile {
  background-color: #FFA726;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Orange .icon-tile .tile i {
  color: #FF9800;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Orange .sub-pages .btn-flat:hover {
  color: #FF9800;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Orange {
  background-color: #FF5722;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Orange .icon-tile .tile {
  background-color: #FF7043;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Orange .icon-tile .tile i {
  color: #FF5722;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Deep-Orange .sub-pages .btn-flat:hover {
  color: #FF5722;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Brown {
  background-color: #795548;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Brown .icon-tile .tile {
  background-color: #8D6E63;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Brown .icon-tile .tile i {
  color: #795548;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Brown .sub-pages .btn-flat:hover {
  color: #795548;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey {
  background-color: #9E9E9E;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey .icon-tile .tile {
  background-color: #BDBDBD;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey .icon-tile .tile i {
  color: #9E9E9E;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey .sub-pages .btn-flat:hover {
  color: #9E9E9E;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey {
  background-color: #9E9E9E;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey .icon-tile .tile {
  background-color: #BDBDBD;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey .icon-tile .tile i {
  color: #9E9E9E;
}
.cf-cplace-documentation-wrapper .cf-cplace-documentation-widget-row.Grey .sub-pages .btn-flat:hover {
  color: #9E9E9E;
}
.cf-cplace-documentation-chapter-tile {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  min-height: 150px;
  border-radius: 18px;
}
.cf-cplace-documentation-chapter-tile.cf-cplace-documentation-darkred {
  background: #a52700 no-repeat center center;
}
.cf-cplace-documentation-chapter-tile.cf-cplace-documentation-green {
  background: #4caf50 no-repeat center center;
}
.cf-cplace-documentation-chapter-tile.cf-cplace-documentation-blue {
  background: #3f51b5 no-repeat center center;
}
.cf-cplace-documentation-chapter-tile.cf-cplace-documentation-darkblue {
  background: #2a4b6d no-repeat center center;
}
.cf-cplace-documentation-chapter-tile .cf-cplace-documentation-chapter-tile-icon {
  margin-left: -20px;
  font-size: 100px;
  line-height: 100px;
  color: white;
  opacity: 0.1;
  position: relative;
  top: 7px;
  float: left;
}
.cf-cplace-documentation-chapter-tile .cf-cplace-documentation-chapter-tile-icon-chapter-heading {
  padding: 13px 10px 2px 0px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.cf-cplace-documentation-page {
  max-width: 800px;
  margin-left: 30px;
}
.cf-cplace-documentation-page td,
.cf-cplace-documentation-page th {
  padding: 10px;
}
: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;
}
