/* 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-navigation-tile-widget {
  background: #828282;
  border-radius: 3px;
  float: left;
  margin: 5px;
  width: 60px;
  height: 60px;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cf-cplace-navigation-tile-widget:first-child {
  margin-left: 0;
}
.cf-cplace-navigation-tile-widget:hover {
  background: #c0c0c0 !important;
}
.cf-cplace-navigation-tile-widget:hover a {
  opacity: 1;
}
.cf-cplace-navigation-tile-widget:hover a span {
  color: #000000 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cf-cplace-navigation-tile-widget:hover .cplace-widget-description {
  left: 0;
  opacity: 1;
}
.cf-cplace-navigation-tile-widget:hover button {
  opacity: 1;
}
.cf-cplace-navigation-tile-widget a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cf-cplace-navigation-tile-widget span.cf-cplace-navigation-tile {
  font-size: 40px;
  color: #ffffff !important;
}
.cf-cplace-navigation-tile-widget.cf-aktiv span {
  color: #000000 !important;
}
.cf-cplace-navigation-tile-widget.cf-aktiv {
  background-color: #626262;
}
@media (max-width: 992px) {
  .cf-cplace-navigation-tile-widget {
    width: 45px;
    height: 45px;
  }
  .cf-cplace-navigation-tile-widget a {
    padding: 10px;
    line-height: 1;
  }
  .cf-cplace-navigation-tile-widget span.cf-cplace-navigation-tile {
    font-size: 25px;
  }
  .cf-cplace-navigation-tile-widget-dropdown {
    display: block;
    background: #828282;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .cf-cplace-navigation-tile-widget-dropdown .dropdown-toggle:hover {
    background: #828282;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .cf-cplace-navigation-tile-widget-dropdown .dropdown-toggle:hover .dropdown-toggle {
    color: #000000;
  }
  .cf-cplace-navigation-tile-widget-dropdown a {
    color: #ffffff;
    text-decoration: none;
    padding: 12px;
    font-size: 16px;
  }
  .cf-cplace-navigation-tile-widget-dropdown ul {
    width: 100%;
    background: #828282;
    padding: 0;
    border-radius: 3px;
  }
  .cf-cplace-navigation-tile-widget-dropdown ul li {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .cf-cplace-navigation-tile-widget-dropdown ul li a {
    color: #ffffff;
    padding: 12px;
    font-size: 16px;
  }
  .cf-cplace-navigation-tile-widget-dropdown ul li a.cf-aktiv {
    color: #000000;
    background-color: #626262;
  }
  .cf-cplace-navigation-tile-widget-dropdown ul li .cf-aktiv:hover,
  .cf-cplace-navigation-tile-widget-dropdown ul li a:hover {
    background-color: #c0c0c0;
    color: #000000;
  }
}
: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;
}
