/* 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!
 */
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-form-step-editor {
  display: flex;
  height: 100%;
  flex-direction: column;
}
cf-cplace-forms-wizard-form-step-editor > .content-container {
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  overflow-y: hidden;
  margin-bottom: 16px;
}
cf-cplace-forms-wizard-form-step-editor h6 {
  margin-top: 0;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(52, 60, 76, 0.6);
  font-weight: bold;
}
cf-cplace-forms-wizard-form-step-editor h6 .btn {
  color: rgba(52, 60, 76, 0.6);
  line-height: 0.2;
  font-weight: bold;
  text-decoration: underline;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .available-element-container {
  padding-right: 2%;
  display: flex;
  flex-direction: column;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .available-element-container .available-attributes-container {
  overflow-y: hidden;
  margin-bottom: 8px;
  height: 100%;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .available-element-container .available-attributes-container > div {
  height: 100%;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .selected-elements-container {
  overflow-y: hidden;
  padding-left: 2%;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .selected-elements-container > div {
  height: 100%;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .selected-elements-container .pull-left {
  position: relative;
}
cf-cplace-forms-wizard-form-step-editor > .content-container .builtin-attribute {
  display: inline-block;
  border: 5px solid #0ba6ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 5px 0 0;
}
cf-cplace-forms-wizard-form-step-editor > .content-container cf-cplace-forms-wizard-displayed-attributes {
  height: 100%;
}
cf-cplace-forms-wizard-form-step-editor > .content-container cf-cplace-forms-wizard-displayed-attributes .ui-element-content-container {
  border-top: 1px solid lightgrey;
  padding: 8px;
  white-space: normal;
}
cf-cplace-forms-wizard-form-step-editor > .content-container cf-cplace-forms-wizard-additional-attributes {
  height: 100%;
  display: flex;
  flex-direction: column;
}
cf-cplace-forms-wizard-form-step-editor li {
  padding: 8px 20px 8px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
cf-cplace-forms-wizard-form-step-editor li .btn {
  padding: 1px 7px;
  position: relative;
}
cf-cplace-forms-wizard-form-step-editor li .btn i {
  color: rgba(52, 60, 76, 0.6);
}
cf-cplace-forms-wizard-form-step-editor li span {
  line-height: 1.7;
}
cf-cplace-forms-wizard-form-step-editor ul li:nth-child(even) {
  background-color: #f9f9f9;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
cf-cplace-forms-wizard-form-step-editor ul.available-attributes {
  height: 100%;
  overflow-y: scroll;
}
cf-cplace-forms-wizard-form-step-editor ul.available-attributes li:hover {
  background-color: rgba(162, 208, 47, 0.1);
  border-top: 1px solid rgba(146, 187, 42, 0.1);
  border-bottom: 1px solid rgba(146, 187, 42, 0.1);
}
cf-cplace-forms-wizard-form-step-editor ul.available-attributes li:hover > a {
  color: #A2D02F;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements {
  height: 100%;
  overflow-y: scroll;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li:hover {
  background-color: rgba(191, 17, 29, 0.1);
  border-top: 1px solid rgba(168, 15, 25, 0.1);
  border-bottom: 1px solid rgba(168, 15, 25, 0.1);
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li:hover > a {
  color: #bf111d;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li > a .hide-on-move {
  display: inline-block;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li > a .show-on-move {
  display: none;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li.ui-sortable-helper {
  background-color: rgba(0, 120, 189, 0.1) !important;
  border-top: 1px solid rgba(0, 71, 113, 0.1) !important;
  border-bottom: 1px solid rgba(0, 71, 113, 0.1) !important;
  cursor: pointer;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li.ui-sortable-helper > a .hide-on-move {
  display: none;
}
cf-cplace-forms-wizard-form-step-editor ul.selected-elements li.ui-sortable-helper > a .show-on-move {
  display: inline-block;
  color: #0078BD;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-table-step-editor {
  display: flex;
  height: 100%;
  flex-direction: column;
}
cf-cplace-forms-wizard-table-step-editor > .content-container {
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  overflow-y: hidden;
  margin-bottom: 16px;
}
cf-cplace-forms-wizard-table-step-editor > .content-container form {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-left: 16px;
  margin-right: 16px;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-info-step-editor {
  display: flex;
  height: 100%;
  flex-direction: column;
}
cf-cplace-forms-wizard-info-step-editor > .content-container {
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  overflow-y: hidden;
  margin-bottom: 16px;
}
cf-cplace-forms-wizard-info-step-editor > .content-container > .tricia-edit-form {
  width: 100%;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-table .tricia-edit-btn-wrapper {
  display: none !important;
}
.cplace-forms-wizard-stepper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cplace-forms-wizard-stepper .completed-percentage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 40px;
  font-size: 22px;
  color: #8693AC;
}
.cplace-forms-wizard-stepper .steps {
  display: flex;
  flex-basis: 100px;
}
.cplace-forms-wizard-stepper .steps > div {
  flex: 1;
  position: relative;
  padding-top: calc(20px + 25px);
  text-align: center;
}
.cplace-forms-wizard-stepper .steps > div .step-circle {
  width: 25px;
  height: 25px;
  top: calc(20px -  25px / 2);
  line-height: 22px;
  display: inline-block;
  border-radius: 25px;
  background: #FFFFFF;
  border: 2px solid #0ba6ff;
  color: #0ba6ff;
  z-index: 2;
  position: absolute;
  left: calc(50% -  25px / 2);
  text-align: center;
  font-size: 10px;
}
.cplace-forms-wizard-stepper .steps > div .step-text {
  color: black;
  font-size: 12px;
}
.cplace-forms-wizard-stepper .steps > div.completed::after,
.cplace-forms-wizard-stepper .steps > div.completed::before {
  background: #0ba6ff !important;
}
.cplace-forms-wizard-stepper .steps > div.completed .step-circle {
  background: #0ba6ff;
}
.cplace-forms-wizard-stepper .steps > div.completed .step-circle::after {
  content: '';
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.cplace-forms-wizard-stepper .steps > div.active .step-circle {
  background: #FFFFFF;
  border: 2px solid #0ba6ff;
}
.cplace-forms-wizard-stepper .steps > div.active .step-circle:hover {
  background: #FFFFFF;
  border: 2px solid #0ba6ff;
}
.cplace-forms-wizard-stepper .steps > div.active .step-circle::after {
  display: none;
}
.cplace-forms-wizard-stepper .steps > div.disabled .step-circle {
  background: #FFFFFF;
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.cplace-forms-wizard-stepper .steps > div.disabled .step-circle::after {
  display: none;
}
.cplace-forms-wizard-stepper .steps > div.error .step-circle {
  border-color: #ef4753;
}
.cplace-forms-wizard-stepper .steps > div:not(.final):after {
  content: '';
  position: absolute;
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 2px;
  top: calc(20px -  2px / 2);
  left: 50%;
  z-index: 1;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-form .form-container {
  width: 750px;
  margin: 0 auto;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
.cf-cplace-wizard-analysis-result.valid {
  color: #799c23;
}
.cf-cplace-wizard-analysis-result.invalid {
  color: #c49308;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
.cf-cplace-forms-wizard-step-editor-for-wizard-attributes-container {
  margin-bottom: 16px;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-step-editor-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-step-editor {
  display: flex;
  height: 100%;
  flex-direction: column;
}
cf-cplace-forms-wizard-step-editor .wizard-step-editor-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
cf-cplace-forms-wizard-step-editor .wizard-step-editor-view {
  flex-grow: 1;
}
cf-cplace-forms-wizard-step-editor .wizard-step-editor-header,
cf-cplace-forms-wizard-step-editor .wizard-step-editor-view,
cf-cplace-forms-wizard-step-editor .wizard-step-editor-footer {
  flex-shrink: 0;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
.cf-cplace-forms-wizard-modal.modal-body {
  padding: 24px 16px 16px;
}
cf-cplace-forms-wizard-manager {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
cf-cplace-forms-wizard-manager .wizard-container {
  max-width: 900px;
  min-height: calc(80vh - 100px);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header {
  display: flex;
  flex-direction: column;
  flex: 0 0 64px;
  justify-content: space-between;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper .wizard-header-title {
  display: flex;
  align-items: center;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper .wizard-header-title .wizard-header-title-logo {
  margin-right: 16px;
  max-width: 300px;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper .wizard-header-title .wizard-header-title-logo img {
  width: 100%;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper .wizard-header-title .wizard-header-title-name > h2 {
  display: inline;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper .wizard-header-close-button button.close {
  font-size: 22px;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-header .wizard-header-title-wrapper .wizard-header-close-button button.close .close-esc {
  display: block;
  font-size: 12px;
}
cf-cplace-forms-wizard-manager .wizard-container .cplace-loading-indicator {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
cf-cplace-forms-wizard-manager .wizard-container .cplace-loading-indicator i {
  font-size: 40px;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-content .wizard-step-description-container {
  display: flex;
  flex: 0 0 48px;
  align-items: center;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-content .wizard-step-view {
  flex-grow: 1;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 16px;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-footer .tricia-edit-buttons {
  margin: 0;
}
cf-cplace-forms-wizard-manager .wizard-container .wizard-footer .tricia-edit-buttons button + button {
  margin-left: 8px;
}
/*
 * Copyright 2021, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-wizard-activation .wizard-activation-container {
  display: flex;
  flex-direction: column;
}
cf-cplace-forms-wizard-wizard-activation .wizard-activation-reason-cannot-activate {
  padding-top: 10px;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-error .wizard-execution-error {
  padding: 20px;
}
cf-cplace-forms-wizard-error .error-icon {
  font-size: 50px;
  color: #ef4753;
  text-align: center;
}
cf-cplace-forms-wizard-error .error-message {
  font: 300 30px 'Open Sans';
  text-align: center;
  margin: 20px 0;
}
cf-cplace-forms-wizard-error .additional-message {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #f5f5f5;
  color: #333333;
  padding: 15px;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-cancel .wizard-execution-cancel {
  padding: 20px;
}
cf-cplace-forms-wizard-cancel .cancel-icon {
  font-size: 50px;
  color: #fadf91;
  text-align: center;
}
cf-cplace-forms-wizard-cancel .cancel-message {
  font: 300 30px 'Open Sans';
  text-align: center;
  margin: 20px 0;
}
cf-cplace-forms-wizard-cancel .additional-message {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #f5f5f5;
  color: #333333;
  padding: 15px;
}
.wizard-captcha-modal .alert.alert-warning {
  margin-top: 15px;
  margin-bottom: 0;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-decision-step-editor {
  display: flex;
  height: 100%;
  flex-direction: column;
}
cf-cplace-forms-wizard-decision-step-editor > .content-container {
  display: flex;
  flex: 0 1 auto;
  height: 100%;
  overflow-y: hidden;
  margin-bottom: 16px;
}
cf-cplace-forms-wizard-decision-step-editor > .content-container > .tricia-edit-form {
  width: 100%;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-decision .decision-view {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
cf-cplace-forms-wizard-decision .decision-view .decision-text {
  margin-bottom: 30px;
}
cf-cplace-forms-wizard-decision .decision-view .decision-option1 {
  margin-right: 15px;
}
cf-cplace-forms-wizard-decision .decision-view .decision-option2 {
  margin-left: 15px;
}
/*
 * Copyright 2022, collaboration Factory AG. All rights reserved.
 */
cf-cplace-forms-wizard-step-manager .step-configuration-completeness-indicator.step-configuration-complete {
  color: #516818;
}
cf-cplace-forms-wizard-step-manager .step-configuration-completeness-indicator.step-configuration-incomplete {
  color: #61090f;
}
