/* 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!
 */
.jarviswidget .widget-body .cf-cplace-simple-form-widget-editable-block {
  padding: 10px;
}
.cf-cplace-simple-form-widget-no-rights {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 100%;
  padding: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  color: #c6ccd8;
  background-color: #f3f4f7;
}
