.input-group-addon-middle {
  border-left: none;
}

.report-builder-map {
  min-height: 400px;
  position: relative;
}

.report-builder-title {
  margin-top: 15px;
  margin-bottom: 0;
}

.report-builder-subtitle {
  margin-top: 10px;
}

.report-builder-form {
  margin-bottom: 20px;
}

.report-builder-tab-content {
  padding: 0;
}

.report-builder-filters {
  margin: 0;
}

.report-builder-motive {
  padding-right: 30px;
}

.report-builder-motive > div + div {
  padding-top: 10px;
}

.report-builder-motive label:hover input[type=checkbox] {
  border-color: #fff;
}

.report-builder-motive input[type=checkbox]:checked {
  background-image: url('../img/checkbox-check-red.svg');
  border-color: #fff;
}

.report-builder-filters .cpj--grid--item {
  padding: 0 30px 20px;
}

.report-builder-filters .bootstrap-select {
  background: #fff;
}

.report-builder-map .empty {
  position: absolute;
  background: #f6f6f6;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.report-builder-map .empty-text {
  position: absolute;
  top: 40%;
  font-size: 32px;
  color: #858585;
  left: 30px;
  right: 30px;
}

.report-builder-results {
  position: relative;
}

.report-builder-results .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  display: none;
}

.report-builder-results.is-loading .loading {
  display: block;
}

.report-builder-results .fa-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -16px 0 0 -16px;
  font-size: 32px;
}

.report-builder-filter-warning {
  display: none;
}

.report-builder-type-of-death .divider,
.report-builder-type-of-death .dropdown-header,
.report-builder-type-of-death .dropdown-menu .disabled {
  display: none;
}

.report-builder-sort {
  cursor: pointer;
}

.report-builder-sort.is-sorted::after {
  font-size: 80%;
  opacity: 0.5;
  margin-left: 6px;
  content: "▼";
}

.report-builder-sort.is-sorted-desc::after {
  font-size: 80%;
  opacity: 0.5;
  margin-left: 6px;
  content: "▲";
}
