/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

.table > tbody > tr.midvalign > td {
  vertical-align: middle;
}

.ui-dialog {
  top: 13% !important;
  min-width: 600px;
}

.modal-body.ui-dialog-content .panel-body button {
  margin-right: 15px;
}

.page-node-type-application article .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.ui-widget-overlay {
  z-index: auto;
}

#lr-buttons-wrapper.container {
  padding-left: 0;
  display: flex;
  gap: 5px;
}

#lr-buttons-wrapper.container:before {
  content: "";
  display: none;
}

.node-recipient-form .fieldgroup legend,
.node-recipient-edit-form .fieldgroup legend {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: none;
}

.node-recipient-form .fieldgroup legend,
.node-recipient-edit-form .fieldgroup legend {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: none;
}

.node-recipient-form
  .fieldgroup
  .form-item-field-recipient-hd-allowance:first-child,
.node-recipient-edit-form
  .fieldgroup
  .form-item-field-recipient-hd-allowance:first-child {
  display: none;
}
