.cre-logo {
  height: 2rem;
}

.cre-app > * {
  padding-top: 1rem;
}

.cre-link {
  cursor: pointer;
  text-decoration: none;
}

.cre-row {
  padding-bottom: 1rem;
}

.cre-row:last-child {
  padding-bottom: 0;
}

.col-min {
	width: 1% !important;
	white-space: nowrap !important;
  overflow-y: auto;
}

.cre-chart-inline {
  width: 240px;
  height: 140px;
}

.cre-table-toolbar > * {
  margin-right: 1rem;
}
.cre-cursor-help {
  cursor: help;
}

.cre-cursor-pointer {
  cursor: pointer;
}

.cre-footer {
  padding-top: 0;
}

.cre-footer a {
  text-decoration: none;
}

.cre-population table td {
  padding: 0;
}

.bs-placeholder {
  color: inherit !important;
}

.dropdown-toggle::after {
  display: none;
}

.cre-popover {
  --bs-popover-max-width: 600px;
}

.cre-container h1 {
  font-size: 100%;
  font-weight: 700;
}

.cre-container h2 {
  font-size: 100%;
  font-weight: 600;
}

.cre-container h3 {
  font-size: 80%;
  font-weight: 600;
}

.cre-container abbr[title] {
    border-bottom: unset;
}

.cre-map {
  width: 100%;
  height: 100%;
  /* Properties below are required to correct FAO TerriaMap overwrites */
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  left: inherit !important;
  bottom: inherit !important;
}

.cre-map-resize {
  text-align: center;
  background-color: #eee;
  cursor: pointer;
}

.cre-map-resize:hover {
  background-color: #ddd;
}

.cre-tab-pane > * {
  padding-top: 1rem;
}

.cre-tab-pane > * > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cre-section {
  margin-bottom: 1rem;
}

.cre-section:last-child {
  margin-bottom: 0;
}

.cre-badge {
  font-size: 0.65em !important;
}

.tooltip{
  z-index: 99999 !important;
}

.tooltip .tooltip-inner {
  max-width: none;
  padding: 0;
}

.cre-tooltip-content {
  color: #fff;
  text-align: left;
  max-width: 400px !important;
}

.cre-tooltip-content .tooltip-header {
  font-weight: bold;
  margin-bottom: 6px;
  border-bottom: 1px solid #aaa;  
  padding: 12px;
  padding-bottom: 4px;
}

.cre-tooltip-content .tooltip-body {
  color: #ccc;
  padding: 12px;
}