.row-actions {
  white-space: nowrap;
}
.datagrid form > a {
  margin-bottom: 20px;
}
.datagrid tfoot {
  border-top: 1px solid #c5c8cb;
  background-color: #f8f8f8;
  font-size: 11px;
  color: #999999;
}
.datagrid tfoot .btn {
  padding: 3px 7px;
}
.datagrid tfoot .inner {
  padding: 7px 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.datagrid tfoot .inner .items-count {
  flex: 1;
}
.datagrid tfoot .inner .paginator {
  flex: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.datagrid tfoot .inner .paginator .counts {
  padding: 0 10px;
}
.datagrid tfoot .inner .paginator .btn + .btn {
  margin-left: 5px;
}
.datagrid tfoot .inner .items-per-page {
  flex: 1;
  text-align: right;
}
.datagrid tfoot .inner .items-per-page label {
  font-size: 11px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.datagrid tfoot .inner .items-per-page select {
  font-size: 11px;
  padding: 0;
  width: auto;
  display: inline-block;
  margin: 0;
  height: 20px;
}
.detail .datagrid {
  max-width: 650px;
}
.labeling-and-measures select {
  margin-bottom: 0;
}
.labeling-and-measures .add-item-wrap {
  border-top: 1px solid #c5c8cb;
  margin: 5px 0;
  padding: 10px 0;
}
.labeling-and-measures td {
  padding: 5px;
}
.labeling-and-measures thead td {
  border-bottom: 1px solid #c5c8cb;
  padding-bottom: 10px;
}
.labeling-and-measures .add-item {
  margin-left: 10px;
}
.labeling-and-measures table {
  width: 100%;
}
.labeling-and-measures h1 {
  border-bottom: none !important;
}
