.tm-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tm-popup .tm-popup__text {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    text-align: center;
    margin: 25px 0;
    font-size: 20px; }
  .tm-popup .tm-popup__buttons {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .tm-popup .tm-popup__buttons .can-ui-button {
      margin: 0 20px; }

.tm-group-editor > .row {
  margin: 25px 0; }

.tm-group-editor .tm-group-editor__section-name, .tm-group-editor .tm-group-editor__section-description, .tm-group-editor .tm-group-editor__section-actions {
  padding: 10px; }
  .tm-group-editor .tm-group-editor__section-name .tm-group-editor__section-title, .tm-group-editor .tm-group-editor__section-description .tm-group-editor__section-title, .tm-group-editor .tm-group-editor__section-actions .tm-group-editor__section-title {
    font-size: 20px;
    padding: 0.5em; }

.tm-group-editor .tm-group-editor__section-actions button {
  margin-right: 10px; }

.tm-group-list-entry {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px;
  border-bottom: 1px solid rgba(199, 204, 211, 0.5);
  position: relative; }
  .tm-group-list-entry .tm-group-list-entry__name {
    -ms-flex: 1 0 80%;
        flex: 1 0 80%;
    font-size: 18px; }
  .tm-group-list-entry.tm-group-list-entry--edited:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 101%;
    top: -1px;
    left: -37px;
    background-color: #CB3884;
    -webkit-box-shadow: 4px 0 1px rgba(203, 56, 132, 0.3);
            box-shadow: 4px 0 1px rgba(203, 56, 132, 0.3); }

.tm-spinner circle {
  stroke: #CB3884;
  fill: #CB3884; }

.tm-groups .tm-groups__new-button .can-ui-button, .tm-groups .tm-groups__new-button .can-ui-tool-tip {
  display: inline-block;
  margin: 5px; }

.tm-groups .tm-groups__loading-wrapper {
  text-align: center; }

.tm-option-list-entry {
  border: 1px solid #CB3884;
  border-radius: 0 15px 15px 0;
  padding: 10px;
  padding-left: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(199, 204, 211, 0.5);
          box-shadow: 0 4px 12px rgba(199, 204, 211, 0.5);
  width: auto;
  margin: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tm-option-list-entry .tm-option-list-entry__index {
    position: absolute;
    left: 0;
    top: -1px;
    width: 15px;
    height: calc(100% + 2px);
    text-align: center;
    background-color: rgba(203, 56, 132, 0.3);
    color: white;
    cursor: pointer; }
  .tm-option-list-entry .tm-option-list-entry__name-section, .tm-option-list-entry .tm-option-list-entry__value-section, .tm-option-list-entry .tm-option-list-entry__actions-section {
    margin: 5px; }
  .tm-option-list-entry .tm-option-list-entry__name-section-collapsed-name {
    display: none; }

.tm-field-list-entry {
  border: 1px solid #CB3884;
  border-radius: 0 15px 15px 0;
  padding: 10px;
  padding-left: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(199, 204, 211, 0.5);
          box-shadow: 0 4px 12px rgba(199, 204, 211, 0.5);
  width: auto;
  margin: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px; }
  .tm-field-list-entry .tm-field-list-entry__index {
    position: absolute;
    left: 0;
    top: -1px;
    width: 15px;
    height: calc(100% + 2px);
    text-align: center;
    background-color: rgba(203, 56, 132, 0.3);
    color: white;
    cursor: pointer; }
  .tm-field-list-entry .tm-field-list-entry__name-section-collapsed-name {
    display: none;
    cursor: pointer; }
  .tm-field-list-entry .tm-field-list-entry__children-section {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%; }
    .tm-field-list-entry .tm-field-list-entry__children-section .tm-field-list-entry__children-section-title {
      display: inline-block; }
    .tm-field-list-entry .tm-field-list-entry__children-section .tm-field-list-entry__toggle-button {
      display: inline-block;
      padding-left: 5px;
      cursor: pointer; }
  .tm-field-list-entry .tm-field-list-entry__options-section {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%; }
  .tm-field-list-entry .tm-field-list-entry__type-section .can-ui-drop-down {
    min-width: 155px; }
  .tm-field-list-entry .tm-field-list-entry__name-section, .tm-field-list-entry .tm-field-list-entry__type-section, .tm-field-list-entry .tm-field-list-entry__actions-section {
    margin: 5px;
    display: inline-block; }
  .tm-field-list-entry.tm-field-list-entry--collapsed {
    cursor: pointer; }
    .tm-field-list-entry.tm-field-list-entry--collapsed * {
      display: none; }
    .tm-field-list-entry.tm-field-list-entry--collapsed .tm-field-list-entry__index, .tm-field-list-entry.tm-field-list-entry--collapsed .tm-field-list-entry__name-section, .tm-field-list-entry.tm-field-list-entry--collapsed .tm-field-list-entry__name-section-collapsed-name {
      display: block; }
    .tm-field-list-entry.tm-field-list-entry--collapsed .tm-field-list-entry__index {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }

.tm-template-editor > .row {
  margin: 25px 0; }

.tm-template-editor .tm-template-editor__section-name, .tm-template-editor .tm-template-editor__section-group, .tm-template-editor .tm-template-editor__section-content, .tm-template-editor .tm-template-editor__section-actions, .tm-template-editor .tm-template-editor__section-fields {
  padding: 10px; }
  .tm-template-editor .tm-template-editor__section-name .tm-template-editor__section-title, .tm-template-editor .tm-template-editor__section-group .tm-template-editor__section-title, .tm-template-editor .tm-template-editor__section-content .tm-template-editor__section-title, .tm-template-editor .tm-template-editor__section-actions .tm-template-editor__section-title, .tm-template-editor .tm-template-editor__section-fields .tm-template-editor__section-title {
    font-size: 20px;
    padding: 0.5em; }

.tm-template-editor .tm-template-editor__section-actions button {
  margin-right: 10px; }

.tm-template-editor .tm-template-editor__fields-header {
  padding: 0 15px; }

.tm-template-editor .tm-template-editor__fields-new-button {
  margin: 5px; }
  .tm-template-editor .tm-template-editor__fields-new-button .can-ui-button, .tm-template-editor .tm-template-editor__fields-new-button .can-ui-tool-tip {
    display: inline-block;
    margin: 5px; }

.tm-templates .tm-templates__selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 18px; }
  .tm-templates .tm-templates__selector .can-ui-drop-down {
    margin: 0 5px;
    max-width: 300px; }
  .tm-templates .tm-templates__selector .can-ui-tool-tip {
    margin: 10px 5px 0;
    display: inline-block; }

.tm-templates .tm-templates__templates-list .tm-templates__templates-list-header {
  font-weight: 700;
  font-size: 22px; }

.tm-templates .tm-templates__new-button .can-ui-button, .tm-templates .tm-templates__new-button .can-ui-tool-tip {
  display: inline-block;
  margin: 5px; }

.tm-templates .tm-templates__loading-wrapper {
  text-align: center; }

#TemplateManager-ReactApp {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  #TemplateManager-ReactApp .can-ui-admin-panel {
    height: 100%;
    width: 100%;
    margin: 0; }
    #TemplateManager-ReactApp .can-ui-admin-panel > div:last-child {
      overflow-y: scroll;
      height: 100%; }
    @media only screen and (max-height: 761px) {
      #TemplateManager-ReactApp .can-ui-admin-panel .can-ui-side-panel__menu {
        margin-top: 30px; } }
    #TemplateManager-ReactApp .can-ui-admin-panel .can-ui-side-panel__footer {
      margin-top: 0; }
    #TemplateManager-ReactApp .can-ui-admin-panel .can-ui-side-panel__logo {
      background-size: contain;
      margin: 30px auto 0;
      display: block;
      width: 180px;
      height: 135px; }


/*# sourceMappingURL=ReactApp.bundle.css.map*/