@import url("https://msu-p-001.sitecorecontenthub.cloud/api/public/content/1a1d46b45afb40eda6ebf4ed44077295");

.graphic {
  width: 725px;
  float: left;
}

.horizontal {
  float: left;
  padding-right: 50px;
  padding-bottom: 50px;
}

.clearfloat {
  clear: both;
}

.disabled {
  opacity: 0.5;
}

.hidden {
  visibility: hidden;
}

.collapsed {
  display: none;
}



input[type=button] {
  margin: 10px;
}

input[type=number] {
  width: 80px;
}

.dateDisplay {
  width: 50px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.search-container {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 1000;
  background: white;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
}

#search-input {
  width: 300px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
}

#search-button {
  background: #0078A8;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

#search-button:hover {
  background: #005880;
}

#search-results {
  position: absolute;
  top: 55px;
  left: 50px;
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none;
}

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.search-result-item:hover {
  background: #f0f0f0;
}

/* Additional style to hide specific drawing tool icons */
.leaflet-draw-toolbar a.leaflet-draw-draw-circle,
.leaflet-draw-toolbar a.leaflet-draw-draw-circlemarker {
    display: none !important;
}

.leaflet-tooltip.contour-label {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.table-tab {
  background-color: #f2f2f2;
  font-weight: bold;
}

.cell-tab {
  padding: 24px 8px 0px 8px;
}

table {
  border-collapse: collapse; 
} 

td {
  border: 1px solid #ddd; 
  padding: 8px;
}

thead {
  background-color: #f2f2f2;
  text-align: center;
}

iframe {
  display: block; 
  width: 100%; 
  height: 6800px; 
  border: none;
} 



.app-container {
  display: flex;
  height: 100%;
}

.app-navigation {
  width: 200px;
}

.app-body {
  display: flex;
  height: 100%;
}

.instructions {
  width: 200px;
}

.map-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 440px);
}

.step-body {
  display: flex;
}



html, body, main {
  font-family: “Metropolis”, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  height: calc(100% - 36px);
}

.sidebar {
  width: 265px;
  float: left;
  padding: 10px;
}

.overlay {
  position: absolute;
  height: calc(100% - 36px);
  width: calc(100% - 270px);
}

.map {
  flex: 1;
  height: 100%;
}



.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  padding: 10px 20px;
  border: 2px solid #007BFF;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #007BFF;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.radio-group input[type="radio"]:checked + label {
  background-color: #007BFF;
  color: #fff;
}

.radio-group input[type="radio"]:disabled + label {
  background-color: #f0f0f0;
  color: #e0e0e0;
}

.radio-group label:hover {
  background-color: #e0e0e0;
}

.radio-group .noStep {
  color: #18453b !important;
  border: 2px solid #18453b !important;
  border-radius: 30px !important;
}

.radio-group .noStepDisabled {
  color: #e0e0e0 !important;
  border: 2px solid #18453b !important;
  border-radius: 30px !important;
}



/* Add a black background color to the top navigation */
.topnav {
  background-color: #18453b;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  cursor: pointer;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav span {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 14px;
}



progress {
  width: 320px;
}

p {
  margin-top: 0px;
}