/* Predefined Colors */
:root {
  --textSecondaryColor:#6c757d;
  --dividerColor:#dee2e6;
}

.ec-crud .ui-dialog-footer .ui-button {
  min-width: 6rem;
}
.ec-crud .ui-datatable .ui-column-filter {
  display: none;
}
.ec-crud .orders-subtable {
  padding: 1rem;
}
.ec-crud .ec-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) {
  width: 2rem;
}
.ec-crud .ec-table .ui-rating {
  display: inline-block;
}

@media (max-width: 640px) {
  .ec-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title,
.ec-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title {
    display: none !important;
  }

  .ec-table-buttonbar {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ec-table-buttonbar > div:last-child {
    margin-top: 0.5rem;
  }
}
@media (min-width: 640px) {
  .ui-datatable {
    margin-top: 1rem;
  }
  .ui-datatable .ui-button {
    margin-right: 0.5rem;
  }

  .ui-datatable-header .filter-container {
    position: relative;
    float: right;
  }

  .ui-datatable-header {
    height: 64px;
  }
}
.filter-container .ui-inputtext {
  width: 400px;
}

.ui-selection-column {
  width: 2rem;
}

@media (max-width: 640px) {
  .filter-container {
    width: 100%;
    margin-top: 0.5rem;
  }

  .filter-container .ui-inputtext {
    width: 100%;
  }

  .ui-selection-column {
    width: auto;
    text-align: center;
  }
  .ui-selection-column .ui-column-title {
    display: none !important;
  }
}
.layout-config {
  top: 86px !important;
}

pre {
  font-family: monospace;
  background: #dee2e6;
  color: #495057;
  padding: 1em;
  font-size: 14px;
  border-radius: 3px;
  overflow: auto;
  line-height: 1.5;
}
