@charset "UTF-8";
form#cog-processed-file-edit-form section.data {
  display: flex;
}

form#cog-processed-file-edit-form fieldset#edit-custom-data-pack-implementation > legend,
form#cog-processed-file-edit-form fieldset#edit-custom-data-device-implementation > legend {
  font-size: 36px;
  font-weight: 900;
}

form#cog-processed-file-edit-form fieldset.component-details-wrapper .fieldset__wrapper {
  display: flex;
  flex-wrap: wrap;
}

form#cog-processed-file-edit-form fieldset.component-details-wrapper .fieldset__wrapper .form-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

form#cog-processed-file-edit-form fieldset.component-details-wrapper .fieldset__wrapper .form-item input {
  width: 200px;
}

#views-form-qrcodes-listing-page-1 td.views-field-check-log {
  font-size: 0.8rem;
}

#datacrunch-datacrunch-view .form-item--show-segments {
  padding-top: 35px;
}

.status-✖ {
  color: red;
}

.status-✔ {
  color: green;
}

ol.breadcrumb__list > li.breadcrumb__item:first-of-type {
  display: none;
}

ol.breadcrumb__list :nth-child(2):before {
  display: none;
}

ul.toolbar-menu > li:first-of-type {
  display: none;
}

body.full-admin ul.toolbar-menu > li:first-of-type {
  display: block;
}
