a {
  text-decoration: none;
  color: #09f;
}

#properties tr {
  cursor: pointer;
}

#property-spec .badge {
  font-size: 90%;
}

#references {
  font-size: 10pt;
}
#references th,
#references td {
  white-space: nowrap;
  padding: 0.2rem;
}
#references th {
  font-weight: normal;
}

#customers {
  margin-top: 30px;
  font-size: 10pt;
}
#customers th,
#customers td {
  white-space: nowrap;
  padding: 0.2rem;
}
#customers th {
  font-weight: normal;
}

#customer-filters .form-check-label {
  width: 165px;
}

.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 100px;
  left: 50%;
  padding: 0 20px;
}

.primary-row td {
  /* font-weight: bold; */
  background: #09f;
  color: white;
  text-align: center;
  padding: 5px 0;
  /* border-bottom: 1px solid #09f; */
}

.municipality-ref td {
  font-weight: bold;
}

.muted-row td {
  background: rgba(0, 0, 0, 0.05);
}

.btn-x-sm {
  padding: 0.1rem;
  font-size: 0.6rem;
  line-height: 1;
}

.spinner.spinner-border {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
}

textarea.remarks {
  min-width: 300px;
}

.drawer-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vertical-header {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.case-details__container {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}

.case-details__overflow-container {
  display: flex;
  flex: 1;
  min-height: 0px;
  margin-top: 3px;
}

.hearing-notes__image-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}

.hearing-notes__image-grid-item:hover .hearing-notes__image-grid-preview {
  display: block;
}

.hearing-notes__image-grid-preview {
  z-index: 10000;
  position: absolute;
  display: none;
  top: -400px;
  right: -400px;
  width: 400px;
  height: auto;
}

.manual-input__dropzone-container > div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
