/*# sourceMappingURL=http://localhost/eethuisima2025/flexgrid/flexgrid/src/Assets/Css/table.less.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.table td {
  padding: 5px;
  border-bottom: 1px solid #000;
}
.table-editor {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  --cw: 12;
  --cs: auto;
  --rh: 1;
  --rs: auto;
}
.table-editor:hover {
  background-color: #efefef;
}
@media (max-width: 576px) {
  .table-editor {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 576px) {
  .table-editor {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 768px) {
  .table-editor {
    max-width: 720px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .table-editor {
    max-width: 960px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .table-editor {
    max-width: 1140px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .table-editor {
    max-width: 1290px;
    gap: 30px;
  }
}
.table-editor.no-gap {
  gap: 0;
}
.table-editor.fluid {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 692px) {
  .table-editor.fluid {
    width: 100%;
  }
}
.table-editor > * {
  grid-column: var(--column-span) / span var(--column-width);
  grid-row: var(--row-span) / span var(--rh);
}
@media (max-width: 692px) {
  .table-editor > * {
    --column-width: var(--cw-xs, 12);
    --column-span: var(--cs-xs, var(--cs));
    --row-span:var(--rs-xs, var(--rs));
  }
}
@media (min-width: 692px) and (max-width: 992px) {
  .table-editor > * {
    --column-width: var(--cw-sm, var(--cw));
    --column-span: var(--cs-sm, var(--cs));
    --row-span:var(--rs-sm, var(--rs));
  }
}
@media (min-width: 992px) {
  .table-editor > * {
    --column-width: var(--cw, 12);
    --column-span: var(--cs, auto);
    --row-span: var(--rs, auto);
  }
}
.table-editor > .align-center {
  align-self: center;
}
.table-editor grid, .table-editor .grid {
  max-width: 100% !important;
  margin: 0 !important;
}
.table-editor form {
  display: flex;
  border-bottom: 1px solid #efefef;
}
.table-editor form label {
  display: none !important;
}
.table-editor form input {
  min-width: 100% !important;
}
.table-editor form button {
  display: none !important;
}
.table-editor form .form__row {
  --cw:0;
  min-width: calc(var(--cw) * 8.5%);
  margin-bottom: 10px;
  overflow: hidden;
}
.table-editor form .form__row input, .table-editor form .form__row textarea, .table-editor form .form__row .primary, .table-editor form .form__row .chosen-container, .table-editor form .form__row select {
  border-radius: 0px !important;
}
.table-editor form .form__row.form__row--buttons {
  display: flex;
}
.table-editor form .form__row[type="primary"] .primary {
  width: var(--input-height);
  justify-content: center;
  align-items: center;
  display: flex;
}
.table-editor form .form__row[type="buttons"] {
  margin-left: auto;
  margin-right: 0px;
}
.table-editor form .form__row[data-type="submit"] {
  display: none;
}
