@charset "UTF-8";

button[data-energy-code][active] {
  background-color: #999999;
  color: #ffffff;
}

.energy-container {
  display: flex;
  flex-direction: column;
  width: 1004px;
}

.energy-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.energy-category .title {
  font-size: 13pt;
  color: #4b589f;
  margin-bottom: 0;
}

.energy-category .line {  
  background-color: #4b589f;
  width: 110px;
  height: 5px;  
  margin-bottom: 4px;
}

.energy-maps {
  display: grid;
  /* grid-template-columns: 138px 138px 138px 138px 138px 138px 138px; */
  /* grid-template-columns: repeat(7, 138px); */
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1rem;
}

.energy-map {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 4px;
  cursor: pointer;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
}

.energy-map:hover {
  border: 1px solid #4b589f;
  opacity: 0.8;
}

.energy-map .image {
  display: block;
  width: 130px;
  height: 130px;
}

.energy-map .image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.energy-map .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 4px;
}

.energy-map .content span {
  font-size: 12px;
  text-align: center;
}

.mapGallery {
	display: flex;
}

.categoryName {
	width: 200px !important;
}

.energyMap {
	width: 200px !important;
}

.spatialRange {
	width: 200px !important;
}

.temporalRange {
	width: 200px !important;
}