/* line 3, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.generate-unique-entity-links-form {
  background-color: #efefef;
  border-radius: 1rem;
  padding: .75rem 1.5rem;
}
/* line 8, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.generate-unique-entity-links-form h3 {
  font-weight: bold;
  margin: 0;
  margin-right: 2rem;
}
/* line 14, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.generate-unique-entity-links-form .form-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
/* line 20, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.generate-unique-entity-links-form .form-content .fields {
  margin-right: 1rem;
}
/* line 24, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.generate-unique-entity-links-form .form-content .form-item,
.generate-unique-entity-links-form .form-content input {
  margin: 0;
}
/* line 29, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.generate-unique-entity-links-form .form-content .actions input[type="submit"] {
  padding: 0.5rem;
}

/* line 36, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.unique-entity-links--wrapper .unique-entity-links--header {
  margin-bottom: 2rem;
}
/* line 39, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.unique-entity-links--wrapper .unique-entity-links--header h2 {
  margin-bottom: 0.5rem;
}
/* line 44, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.unique-entity-links--wrapper .information-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
/* line 48, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.unique-entity-links--wrapper .information-wrapper .info-item {
  display: flex;
  padding: .5rem 1.5rem;
  margin-right: 1.5rem;
  background-color: #efefef;
  border-radius: 1rem;
  border: 1px solid rgba(102, 102, 102, 0.5);
}
/* line 58, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.unique-entity-links--wrapper .information-wrapper .info-item .title {
  margin-right: 0.5rem;
}
/* line 62, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.unique-entity-links--wrapper .information-wrapper .info-item .content {
  font-weight: bold;
}

/* line 69, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.filters-qr {
  margin-top: 15px;
  position: relative;
  float: left;
}
/* line 74, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.filters-qr .field {
  display: inline-block;
}

/* line 80, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.filters-submit-buttons .filter-options, .filters-submit-buttons .filter-actions {
  float: none;
  clear: none;
  display: inline-block;
  width: auto;
  margin-top: -3px;
}
/* line 89, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.filters-submit-buttons .filter-options .content {
  width: 100%;
}
/* line 92, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.filters-submit-buttons .filter-options .content a {
  display: block;
  padding: 8px;
}

/* line 101, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
.filters-submit-buttons .submit-improved-wr {
  display: block;
  position: relative;
  float: right;
}

/* line 108, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
#new_view_unique_entity_filter .field {
  width: 18%;
}

/* line 112, /reporting/app/assets/stylesheets/common/unique_entity_link.scss */
#edit_unique_entity_links input[type="submit"] {
  float: right;
}
