/*
 * Custom admin style
 */

a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}

/* Node offre */

.node-offre-form .field-name-field-price-element tr.draggable td {
  padding-top: 0;
  padding-bottom: 0;
}

.node-offre-form .field-name-field-price-element tr.draggable td label {
  font-size: 15px;
}

.node-offre-form .field-name-field-price-element tr.draggable td:nth-child(2),
.node-offre-form
  .field-name-field-price-element
  tr.draggable
  td:nth-child(2)
  .ajax-new-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.node-offre-form
  .field-name-field-price-element
  tr.draggable
  td:nth-child(2)
  > .form-wrapper,
.node-offre-form
  .field-name-field-price-element
  tr.draggable
  td:nth-child(2)
  .ajax-new-content
  > .form-wrapper {
  margin: 10px;
  max-width: 200px;
}

.node-offre-form .field-name-field-price-element .form-item input {
  max-width: 100%;
  margin: 0;
}

.node-offre-form .field-name-field-price-element th {
  padding: 0;
}
