/* Incident node bundle form only */
.node-incident-form,
.node-incident-edit-form {
  /* Fix Autocomplete Deluxe conflict with Fetch Bootstrap */
}
.node-incident-form .field--type-datetime .panel,
.node-incident-edit-form .field--type-datetime .panel {
  border: none;
  box-shadow: none;
}
.node-incident-form .field--type-datetime .panel .panel-heading,
.node-incident-edit-form .field--type-datetime .panel .panel-heading {
  background: none;
  border: none;
}
.node-incident-form .field--type-datetime .panel .panel-heading .panel-title,
.node-incident-edit-form .field--type-datetime .panel .panel-heading .panel-title {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.node-incident-form .field--type-datetime .panel .panel-body,
.node-incident-edit-form .field--type-datetime .panel .panel-body {
  padding: 4px 0 0;
}
.node-incident-form .field--type-datetime .panel .panel-body .form-group label,
.node-incident-edit-form .field--type-datetime .panel .panel-body .form-group label {
  display: none;
}
.node-incident-form .form-item label,
.node-incident-edit-form .form-item label {
  margin-bottom: 4px;
}
.node-incident-form .chosen-container,
.node-incident-edit-form .chosen-container {
  border: none;
  margin: 0;
  max-height: 38px;
}
.node-incident-form .chosen-container .chosen-single,
.node-incident-edit-form .chosen-container .chosen-single {
  max-height: 38px;
  padding-top: 1px;
}
.node-incident-form .chosen-container div[aria-label="Show options"],
.node-incident-edit-form .chosen-container div[aria-label="Show options"] {
  display: none;
}
.node-incident-form .field--widget-autocomplete-deluxe,
.node-incident-edit-form .field--widget-autocomplete-deluxe {
  height: 62px;
}
.node-incident-form .autocomplete-deluxe-container,
.node-incident-edit-form .autocomplete-deluxe-container {
  border-radius: 4px;
  max-height: 38px;
}
.node-incident-form .autocomplete-deluxe-container input,
.node-incident-edit-form .autocomplete-deluxe-container input {
  box-shadow: 0 0 3px #dedede;
  margin-left: 1px;
  margin-top: -1px;
  max-height: 28px;
  min-width: 50px;
}
.node-incident-form .autocomplete-deluxe-container .autocomplete-deluxe-item,
.node-incident-edit-form .autocomplete-deluxe-container .autocomplete-deluxe-item {
  margin-right: 4px;
}
.node-incident-form .autocomplete-deluxe-container .autocomplete-deluxe-item .autocomplete-deluxe-item-delete,
.node-incident-edit-form .autocomplete-deluxe-container .autocomplete-deluxe-item .autocomplete-deluxe-item-delete {
  background: url("../images/x.gif");
}
.node-incident-form .autocomplete-deluxe-container .autocomplete-deluxe-throbber,
.node-incident-edit-form .autocomplete-deluxe-container .autocomplete-deluxe-throbber {
  transform: translateY(5px);
}
.node-incident-form .filter-wrapper,
.node-incident-edit-form .filter-wrapper {
  display: none;
}
.node-incident-form .field-multiple-table,
.node-incident-edit-form .field-multiple-table {
  border: 1px solid #dedede;
}
.node-incident-form .form-type-vertical-tabs.form-no-label,
.node-incident-edit-form .form-type-vertical-tabs.form-no-label {
  display: none;
}
.node-incident-form .form-type-number label,
.node-incident-edit-form .form-type-number label {
  display: block;
}
.node-incident-form .form-type-number input[type=number],
.node-incident-edit-form .form-type-number input[type=number] {
  height: 38px;
}
.node-incident-form .single-checkbox-field .field--type--boolean,
.node-incident-edit-form .single-checkbox-field .field--type--boolean {
  margin-top: 32px;
}
.node-incident-form .field--widget-telephone-default label,
.node-incident-edit-form .field--widget-telephone-default label {
  display: block;
}
.node-incident-form .field--widget-telephone-default input[type=tel],
.node-incident-edit-form .field--widget-telephone-default input[type=tel] {
  width: 100%;
}
.node-incident-form .field--type-integer input[type=number],
.node-incident-edit-form .field--type-integer input[type=number] {
  width: 100%;
}
.node-incident-form .unit-autofill,
.node-incident-edit-form .unit-autofill {
  background: aqua;
}

/* End Incident node bundle form only */
/* Incident node + form */
.page-node-type-incident .horizontal-tabs.clearfix:not([data-horizontal-tabs]),
.node-incident-form .horizontal-tabs.clearfix:not([data-horizontal-tabs]) {
  border: none;
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  margin-right: 6px;
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-incident"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-incident"]::before {
  content: "\f550";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-activities"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-activities"]::before {
  content: "\f4d7";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-narrative"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-narrative"]::before {
  content: "\f02d";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-persons"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-persons"]::before {
  content: "\f0c0";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-vehicles"]::before, .page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-info"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-vehicles"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-info"]::before {
  content: "\f1b9";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-force"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-force"]::before {
  content: "\f192";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-photos"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-photos"]::before {
  content: "\f030";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-documents"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-documents"]::before {
  content: "\f15b";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-person-info"]::before, .page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-subject-info"]::before, .page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-charge-s-offence-s"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-person-info"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-subject-info"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-charge-s-offence-s"]::before {
  content: "\f007";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-summary"]::before, .page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-details"]::before, .page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-type-of-incident"]::before, .page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-details"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href="#edit-group-summary"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-details"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-type-of-incident"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-details"]::before {
  content: "\f02b";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-comments"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-comments"]::before {
  content: "\f075";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-search-comments"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-search-comments"]::before {
  content: "\f086";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-k9"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-k9"]::before {
  content: "\f1b0";
}
.page-node-type-incident .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-other-information"]::before,
.node-incident-form .horizontal-tabs.clearfix .horizontal-tab-button > a[href^="#edit-group-other-information"]::before {
  content: "?";
}
.page-node-type-incident .field-section-label,
.node-incident-form .field-section-label {
  font-weight: 700;
  padding: 4px 15px;
  text-decoration: underline;
}

/* End Incident node + form */
/* Incident node view only */
.page-node-type-incident .full .field {
  margin-bottom: 8px;
}
.page-node-type-incident .full .field.field--name-field-incident-photos .field--items .field--item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 12px;
}
.page-node-type-incident .full .field.field--name-field-incident-photos .field--items .field--item:last-of-type {
  border: none;
}
.page-node-type-incident .full .field.field--name-field-incident-documents .field--items > .field--item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 12px;
}
.page-node-type-incident .full .field.field--name-field-incident-documents .field--items > .field--item:last-of-type {
  border: none;
}

/* End Incident node view only */
.activity.default {
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
}

#inline-entity-form-field_incident_activities-form .field--name-title {
  display: none;
}
#inline-entity-form-field_incident_activities-form .field--name-field-inc-activity-unit input[type=text] {
  background-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
}

.force.default {
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
}

#inline-entity-form-field_incident_force-form .field--name-title input[type=text] {
  display: none;
}

.person.default {
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
}

#inline-entity-form-field_incident_persons-form .field--name-title {
  display: none;
}

.vehicle.default {
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
}

#inline-entity-form-field_incident_vehicles-form .field--name-title {
  display: none;
}

@media print {
  .path-node.page-node-type-incident div[role=heading] .region.region-header {
    margin: 0;
    padding: 0;
  }
  .path-node.page-node-type-incident div[role=heading] .region.region-header::before {
    content: "FETCH Incident Report";
    display: block;
  }
  .path-node.page-node-type-incident div[role=heading] .region.region-header nav {
    display: none;
  }
  .path-node.page-node-type-incident div[role=heading] .region.region-header .print-only-datetime {
    display: block !important;
    font-size: 12px;
    margin-top: -10px;
    padding-left: 2px;
  }
  .path-node.page-node-type-incident .horizontal-tabs-pane {
    display: block !important;
  }
  .path-node.page-node-type-incident .horizontal-tabs-pane > .panel-heading {
    border-top: none;
    display: block;
  }
  .path-node.page-node-type-incident .horizontal-tabs-pane > .panel-heading a {
    font-size: 24px !important;
  }
  .path-node.page-node-type-incident .horizontal-tabs-list {
    display: none;
  }
  .path-node.page-node-type-incident button.trigger {
    display: none;
  }
  .path-node.page-node-type-incident .empty-field.field--item::before {
    content: "-";
    display: block;
  }
  .path-node.page-node-type-incident h3 {
    page-break-after: avoid !important;
    page-break-before: avoid !important;
    page-break-inside: avoid !important;
  }
  .path-node.page-node-type-incident .incident.full {
    margin-top: 40px;
  }
  .path-node.page-node-type-incident .incident.full > .content > .field-group-tabs-wrapper > .horizontal-tabs > .horizontal-tabs > .horizontal-tabs-panes > .panel > .panel-heading > a::before {
    content: "[";
    display: inline-block;
  }
  .path-node.page-node-type-incident .incident.full > .content > .field-group-tabs-wrapper > .horizontal-tabs > .horizontal-tabs > .horizontal-tabs-panes > .panel > .panel-heading > a::after {
    content: "]";
    display: inline-block !important;
  }
  .path-node.page-node-type-incident .incident.full article.default h3 {
    font-size: 18px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }
  .path-node.page-node-type-incident .incident.full .row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .path-node.page-node-type-incident .incident.full .row .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333%;
  }
  .path-node.page-node-type-incident .incident.full .row .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
  }
  .path-node.page-node-type-incident .incident.full .row .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 66.66666666%;
  }
  .path-node.page-node-type-incident .incident.full .row .mt-3 {
    margin-top: 12px;
  }
  .path-node.page-node-type-incident .incident.full .row .mt-4 {
    margin-top: 16px;
  }
  .path-node.page-node-type-incident .incident.full .row .mt-5 {
    margin-top: 24px;
  }
}

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