.widget #ctrl_attributes {
  background: var(--border);
  padding: 2em;
  display: block;
}
.widget #ctrl_attributes td, .widget #ctrl_attributes th {
  padding: 0.1em 0.5em;
  vertical-align: top;
}
.widget #ctrl_attributes select, .widget #ctrl_attributes .chzn-container {
  width: 100%;
}
.widget #ctrl_attributes a.tl_submit {
  width: 100%;
}
.widget #ctrl_attributes tr > td:nth-child(4) {
  max-width: 22em;
}
.widget #ctrl_attributes tr > td:nth-child(4) textarea {
  max-width: 22em;
}
.widget #ctrl_attributes tr[data-value=default] > td:nth-child(3) {
  opacity: 0.2;
  cursor: not-allowed;
}
.widget #ctrl_attributes tr[data-value=default] > td:nth-child(3) * {
  pointer-events: none;
}
.widget #ctrl_attributes tr[data-value=headline] > td:nth-child(2), .widget #ctrl_attributes tr[data-value=headline] > td:nth-child(4) {
  opacity: 0.2;
  cursor: not-allowed;
}
.widget #ctrl_attributes tr[data-value=headline] > td:nth-child(2) *, .widget #ctrl_attributes tr[data-value=headline] > td:nth-child(4) * {
  pointer-events: none;
}
.widget #ctrl_attributes tr[data-value=spacer] > td:nth-child(2), .widget #ctrl_attributes tr[data-value=spacer] > td:nth-child(3), .widget #ctrl_attributes tr[data-value=spacer] > td:nth-child(4) {
  opacity: 0.2;
  cursor: not-allowed;
}
.widget #ctrl_attributes tr[data-value=spacer] > td:nth-child(2) *, .widget #ctrl_attributes tr[data-value=spacer] > td:nth-child(3) *, .widget #ctrl_attributes tr[data-value=spacer] > td:nth-child(4) * {
  pointer-events: none;
}

/*
.widget #ctrl_attributes {
  background: var(--border);
  padding: 2em;
  display: block;
  .selector_container {
    display: flex;
    align-items: center;
    & > ul {
      width: 4em;
      height: 4em;
      margin-right: 1em;
      & > li {
        margin: 0;
        padding: 0;
        img {
         width: 4em;
         height: 4em;
         object-fit: contain;
        }
      }
    }
  }
  &.tl_modulewizard  {
    thead {
      display: none;
    }
    tbody {
        width: 100%;
        display: block;
    }
    tr {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.5em 0;
    }
    tr + tr {
      border-top: 1px solid var(--chosen-border);
    }
    td.operations {
      margin-left: auto;
      width: 6em;
    }
    td {
      padding: 0 2em 0 0;
      min-height: 6em;
    }
    td:nth-child(1) {
      max-width: 6em;
      width: 6em;
      min-width: 6em;
      select {
        width: 100%;
      }
    }
    td:nth-child(2) {
      max-width: 16em;
      width: 20%;
      min-width: 16em;
    }
    td:nth-child(3) textarea {
      width: 100%;
      width: 300px !important;
      min-height: 5em !important;
    }

    tr[data-value="spacer"] {
      td:nth-child(2) {
        position: absolute;
        left: -9999px;
        opacity: 0;
        pointer-events: none;
      }
      td:nth-child(3) {
        position: absolute;
        left: -9999px;
        opacity: 0;
        pointer-events: none;
      }
      td:nth-child(4) {
        position: absolute;
        left: -9999px;
        opacity: 0;
        pointer-events: none;
      }
    }
    tr[data-value="headline"] {
      td:nth-child(2) {
        position: absolute;
        left: -9999px;
        opacity: 0;
        pointer-events: none;
      }
      td:nth-child(3) {
        position: absolute;
        left: -9999px;
        opacity: 0;
        pointer-events: none;
      }
    }
    tr[data-value="default"] {
      td:nth-child(4) {
        position: absolute;
        left: -9999px;
        opacity: 0;
        pointer-events: none;
      }
    }
  }
}

*//*# sourceMappingURL=backend.css.map */