/* Index Page */

#locations-index-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#locations_header_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  align-items: flex-start;

  /* position: -webkit-sticky; /* Safari */
  /* position: sticky;
  top: 12%;
  bottom: 2%;
  margin-bottom: 30px; */
}

#locations_header_wrapper h1 {
  margin-bottom: 30px;
}

#locations_wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
}

#icon-key {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: auto;
  max-height: 7em;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 12%;
  bottom: 2%;
  margin-bottom: 30px;
}

#icon-key div {
  height: 1.5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  margin: 3px;
  padding-left: 3px;
}

#icon-key div img {
  height: 1.5em;
  width: auto;
  padding-left: 5px;
}

#locations_list_wrapper {
  flex-grow: 1;
  flex-shrink: 1;
}

#locations_list_wrapper h2 {
  margin: 0px;
}

#locations_list {
  width: 100%;
}

tbody {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 30px;
}

tr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 2em;
  margin-top: 5px;
  margin-bottom: 5px;
  align-items: center;
}

.stage-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 1.5em;
  margin-right: 5px;
}

.stage-icon img {
  /* flex-basis: 20%; */
  height: 1.5em;
  width: auto;
  margin: 2px;
}

#location-name {
  justify-content: flex-start;
  width: 50%;
  font-size: 1.5em;
}

#locations_map {
  width: 30%;
}

.embed-container {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 12%;
  bottom: 2%;
  margin-bottom: 30px;
}

.embed-container iframe {
  width: 600px;
  height: 700px;
  border: solid 5px #7793A1;
  border-radius: 5px;
  padding: 10px;
}

/* .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.embed-container small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
} */

/* Individual Page */

#title {
  width: 39%;
  text-align: center;
  margin-bottom: 0;
}

#location-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

#location_previous_following {
  display: flex;
  flex-direction: row;
  font-size: 20px;
  width: 100%;
  align-self: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

#location_previous_following img {
  height: 25px;
}

#previous {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#previous p {
  left: 5px;
}

#following {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#following p {
  left: 0px;
  margin-right: 5px;
}

#viewers-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.location-column {
  display: flex;
  flex-direction: column;
  width: 49%;
  align-items: flex-start;
}

.viewer-select {
  width: 95%;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.viewer-select label {
  flex-grow: 0;
  margin-right: 5px;
}

.viewer-select select {
  flex-grow: 1;
}

.viewer-wrapper {
  /* position: -webkit-sticky; /* Safari */
  /* position: sticky;
  top: 10%; */
  width: 100%;
  height: 70vh;
  padding-bottom: 0px;
}

.openseadragon {
  display: flex;
  align-items: flex-start;
  flex-basis: 800px;
  width: 100%;
  border: solid 1px dimgray;
  height:100%;
  /* max-height: 700px; */
}

.openseadragon iframe {
  height: 100%;
}

/* #location_first_column_first_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
} */

/* #location-second-column {
  display: flex;
  flex-direction: column;
  width: 49%;
  justify-content: flex-start;
} */

#location-metadata {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin: 0 10px 10px 0;
  justify-content: flex-start;
}

#location-events {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  border-bottom: solid 1px black;
}

.event-category {
  width: 25%;
  flex-grow: 1;
  border-right: solid 1px black;
  margin-left: 3px;
  margin-right: 3px;
}

.event-category h3{
  margin-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.event {
  width: 90%;
  margin-bottom: 15px;
}

.event p {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.date-range {
  text-align: center;
  font-weight: bold;
  left: 3px;
}

#charter-events {
  border-right: none;
}


/*MEDIA QUERY*/
@media only screen and (max-width : 900px) {

#locations_map {
  display: none;
}

}
