.page-admin-resource-flows .reveal-modal {
  width: 500px;
}
.page-admin-resource-flows .form-actions {
  margin: 0;
}
.page-admin-resource-flows .hf-modal-content {
  padding: 0;
}
.page-admin-resource-flows .hf-modal-content .form-radios {
  display: flex;
}
.page-admin-resource-flows .hf-modal-content .form-item img {
  height: 100px;
  filter: brightness(1) grayscale(1) opacity(0.7);
}
.page-admin-resource-flows .hf-modal-content .radio-print-preview-type {
  margin: 5px 0;
}
.page-admin-resource-flows .hf-modal-content .radio-print-preview-type [type=radio] {
  display: none;
}
.page-admin-resource-flows .hf-modal-content .radio-print-preview-type [type=radio]:checked + label > img {
  outline: 4px solid #2196f3;
  filter: unset;
}
.page-admin-resource-flows .hf-modal-content .radio-print-preview-type .form-item-layout-type:nth-child(1) {
  margin-left: auto;
}
.page-admin-resource-flows .hf-modal-content .radio-print-preview-type .form-item-layout-type:nth-child(2) {
  margin-right: auto;
}
.page-admin-resource-flows .hf-modal-content .radio-print-preview-type .option {
  margin: 0 15px;
}

.sync-row .query-field {
  min-width: 350px;
  float: left;
}
.sync-row .ils-branch-field {
  float: left;
  margin-right: 15px;
}
.sync-row .resource-sync-buttons {
  margin-top: -2px;
  margin-bottom: 10px;
}
.sync-row .resource-sync-buttons:not(:last-child) {
  margin-right: 15px;
}
.sync-row > input:nth-of-type(1) {
  margin-left: 15px;
}

.html .sync-row .form-type-checkbox {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.html .sync-row .form-type-checkbox .enable-location-field {
  width: 16px !important;
  height: 16px !important;
}

.field-location-modal {
  overflow-x: hidden;
}
.field-location-modal .hf-modal-content .inner {
  overflow-y: auto;
  max-height: 60vh;
  z-index: 2;
}
.field-location-modal .hf-modal-content .inner .form-type-radios > label {
  display: none;
}
.field-location-modal .hf-modal-content .inner .form-type-radios label {
  cursor: pointer;
}
.field-location-modal .hf-modal-content .hf-cancel-modal-button {
  margin-top: 1rem;
}
.field-location-modal .hf-modal-content .hf-cancel-modal-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1;
}
.field-location-modal .hf-modal-content .title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.field-location-modal .hf-modal-content .hf-exit-modal-button {
  padding: 1rem;
  cursor: pointer;
}

.node-type-resource-list.page-node-edit .applied-limiter .selected-limiter {
  padding: 0.75rem 1.25rem;
  border: 1px solid #c3e6cb;
  margin-bottom: 1rem;
  color: #155724;
  background-color: #d4edda;
  border-radius: 0.25rem;
}

/*# sourceMappingURL=stacks_resource_flow.css.map */
