.startengo-gift-order-item-state-form table tbody td small.message,
.startengo-gift-order-item-state-supplier-form table tbody td small.message,
.order-details-modal table tbody td small.message {
  display: block;
  line-height: 1rem;
}
.startengo-gift-order-item-state-form table tbody td small.message .source,
.startengo-gift-order-item-state-supplier-form table tbody td small.message .source,
.order-details-modal table tbody td small.message .source {
  font-weight: bold;
}
.order-details-modal .section-title {
  display: block;
  font-size: 1.2em;
  margin-bottom: 1.5rem;
  background: #333333;
  color: #ffffff;
  padding: 0.4rem 1rem;
}
.order-details-modal .label-wrap {
  line-height: 1em;
  margin-bottom: 10px;
}
.order-details-modal .label-wrap label {
  display: inline-block;
  margin-bottom: 5px;
}
.order-details-modal .table-responsive {
  overflow-x: hidden;
}
.order-details-modal .table-responsive table.gift-order-items-table tr.alert-warning {
  background-color: #fff3cd;
}
.order-details-modal .table-responsive table.gift-order-items-table tr.alert-success {
  background-color: #d4edda;
}
.order-details-modal .table-responsive table.gift-order-items-table tr.alert-danger {
  background-color: #f8d7da;
}
.order-details-modal .original-order {
  opacity: 0.6;
}
.order-details-modal .actions-wrapper .btn.btn-primary.btn-cancel {
  background: #333;
}
.order-details-modal .actions-wrapper .btn.btn-primary.btn-cancel:hover {
  background: red;
}
.ief-entity-table .ief-form.ief-form-row > .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ief-entity-table .ief-form.ief-form-row > .form-wrapper > .form-wrapper {
  flex-grow: 1;
}
.ief-entity-table .ief-form.ief-form-row > .form-wrapper > .form-wrapper:last-child {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ief-entity-table .ief-form.ief-form-row > .form-wrapper > .form-wrapper:last-child > input {
  margin: 0.25rem 0 !important;
}
.form-item.form-type-entity-autocomplete .form-autocomplete {
  font-size: 1rem;
  line-height: 1.35rem;
  margin: 0;
}
.ief-entity-operations {
  display: flex;
  justify-content: flex-end;
}
.ief-entity-operations > input {
  min-width: auto;
  margin: 0 0.2rem;
}
.ief-entity-operations > input:last-child {
  margin-right: 0;
}
.commerce-order-gift-edit-form.commerce-order-form .layout-order-form .layout-region {
  float: none;
  margin: 0;
}
.commerce-order-gift-edit-form.commerce-order-form .layout-order-form .layout-region.layout-region-order-secondary {
  margin-top: 3rem;
}
.commerce-order-gift-edit-form.commerce-order-form .ief-form.ief-form-bottom .form-wrapper > .form-wrapper:last-child {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.commerce-order-gift-edit-form.commerce-order-form .ief-form.ief-form-bottom .form-wrapper > .form-wrapper:last-child input {
  margin: 0.5rem 0;
}
