﻿.rights-table-item-header,
.general-part-entry-table-item-header,
.land-section-table-item-header {
  font-weight: normal;
  font-size: 1.5rem;
}

.rights-table-item-title {
  max-width: 500px;
  display: inline;
  overflow-wrap: anywhere;
  overflow-x: visible;
}

.dt-link {
  cursor: pointer;
  color: #0360A6;
}

.historic-entry {
  background-color: #666666;
  color: white;
  padding: 0.25rem 0.5rem;
}

.historic-entry-container {
  width: fit-content;
}

#rights-header {
  font-weight: bold;
}

.table-item-secondary-content {
  margin-bottom: 0;
  font-size: 14px;
  color: #666666;
  overflow-wrap: break-word;
}

.rights-list .expand-link-text,
.land-section-list .expand-link-text {
  font-size: 16px;
  font-weight: bold;
}

#RightsOrderBySelect,
#GeneralPartEntryHistoricEntriesCheckboxContainer #RightsHistoricEntriesCheckboxContainer {
  height: 40px;
}

.rightsTableContainer .notesSection,
.landSectionTableContainer .notesSection {
  padding-left: 50px;
}

.collapse-container {
  height: 24px;
  min-width: 150px;
}

.collapse-no-animation {
  margin-right: 10px;
  color: #0360A6;
  font-size: 16px;
  font-weight: bold;
}

.collapse-container:hover .notes-displayed, .collapse-container:hover .additional-info-displayed {
  color: #3B7DC5;
}
.collapse-container:hover svg use {
  fill: #3B7DC5;
}

.toggle-collapse-icons-container {
  width: 18px;
  height: 12px;
}

.view-register-scan {
  font-size: 18px;
}

#PrintMapLabel {
  font-size: 24px;
  font-weight: bold;
}

#CommonLandPrintHeader {
  font-size: 18px;
  color: #666666;
}

.feedback-form-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.feedback-form-row label {
  margin-right: 10px;
}

.feedback-form-control {
  flex-grow: 1;
}

.feedback-give-feedback-container {
  height: 24px;
  min-width: 150px;
  color: #0360A6;
  font-size: 16px;
  font-weight: bold;
}

.feedback-search-filter-container {
  padding: 15px;
}

.feedback-search-textbox {
  height: 100%;
  padding: 5px;
  padding-left: 15px;
}

.give_entry_feedback {
  color: #212529;
  background-color: #FFD530;
  border: 1px solid #FFD530;
  font-weight: 500;
  margin-bottom: 10px;
}

.give_entry_feedback:hover {
  color: #212529;
  background-color: #FFF5CE;
  border: 1px solid #FFF5CE;
}

.map-legend-item {
  margin-right: 5px;
}

.cursor-pointer {
  cursor: pointer;
}
