body {
  margin-top: 100px;
}

.controls {
  position: absolute;
  background: rgba(4, 18, 48, 0.5);
  border-radius: 5px;
  left: 10px;
  top: 10px;
  padding: 7px;
  color: rgb(4, 18, 48);
  z-index: 98;
  font-size: medium;
}
.controls a,
.controls .fa {
  color: white;
  padding: 5px;
}

.legend {
  opacity: 0.5 !important;
  position: relative;
  left: 5%;
  bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 90%;
  vertical-align: middle;
  font-size: medium;
  margin-bottom: 10px;
  color: white;
  font: medium;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 15px;
  color: black;
}
.legend:hover {
  opacity: 1 !important;
}
.legend .fa,
.legend .la {
  font-size: 24px;
  opacity: 1 !important;
}
.legend div {
  display: block;
}
.legend li {
  display: block;
  text-align: left;
}
.legend .legend-item {
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  position: relative !important;
  opacity: 1 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#map {
  transform-origin: top left;
  /* background: white; */
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}
#map .map_price {
  display: block;
  font-size: 7px;
  line-height: 1;
}
#map > div {
  position: absolute;
  text-align: center;
  font-size: small;
  vertical-align: middle;
}

#purchasebackground {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#purchase {
  z-index: 999;
  border-radius: 5px;
  border: 4px solid rgb(237, 124, 54);
  font-size: large;
  position: fixed;
  top: 30%;
  left: calc(50% - 145px);
  width: 285px;
  padding: 15px 25px;
  background: rgb(4, 18, 48);
  color: white;
}
#purchase #selectedseat,
#purchase .selectedseatprice {
  display: inline-block;
  float: right;
  font-size: large;
  font-weight: bold;
}
#purchase .close-purchase {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 3px 10px;
  font-weight: bold;
  background: rgb(237, 124, 54);
  border: 4px solid rgb(237, 124, 54);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: black;
}
#purchase input {
  text-align: center;
}
#purchase .custom-button {
  margin-top: 15px;
  padding: 5px auto;
  min-height: 20px;
}
#purchase .custom-button.danger {
  padding: 10px 30px;
  padding-left: 20px;
}
#purchase .custom-button.plus {
  color: rgb(237, 124, 54);
}

.seat {
  z-index: 2;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
  background: rgba(255, 165, 0, 0.5);
  color: black;
  border-radius: 2px;
  line-height: 1;
}
.seat.selected {
  border: 3px solid black;
  background: green !important;
}
.seat.taken {
  background: rgba(255, 0, 0, 0.8) !important;
}
.seat.parttaken {
  border: 5px solid red !important;
  background: rgba(255, 255, 0, 0.8) !important;
}
.seat.reserved {
  background: rgba(0, 128, 0, 0.5) !important;
}
.seat:hover {
  border: orange;
  cursor: pointer;
  font-weight: bold;
  background-color: orange;
}
.seat.taken:hover {
  cursor: not-allowed;
  background: red;
}
.seat.selected {
  background: orange;
}

.seat.circle,
.circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage {
  z-index: 1;
  background: rgba(0, 0, 255, 0.5);
  align-content: baseline;
}

.enterance {
  z-index: 1;
  background: rgba(0, 128, 0, 0.5);
}

.wall {
  z-index: 1;
  background: gray;
  opacity: 0.5;
}

.wood {
  background: brown;
  opacity: 0.1;
}

#map1 {
  display: none;
  width: 100%;
  height: auto;
}

.scrollable {
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  height: 80vh;
  padding: 0;
  margin: 0;
}

.zoomable {
  transform-origin: top left;
}

.secondary-bkg {
  background: rgb(4, 18, 48);
}

.container-lg {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.selectedSeats {
  color: white;
  font-size: small;
}
.selectedSeats .btn-xs {
  padding: 3px 7px;
  font-size: x-small;
}
.selectedSeats .btn-danger {
  background: rgb(237, 124, 54);
  color: black;
  font-weight: bold;
}
.selectedSeats th {
  font-weight: bold;
  padding: 0 5px;
}
.selectedSeats tr.total {
  font-size: large;
}
.selectedSeats tr.total td {
  font-size: large;
}
.selectedSeats td {
  padding: 3px;
}

.disabled {
  opacity: 0.1;
  cursor: none;
}

@media only screen and (max-width: 600px) {
  .mobile-x-small {
    font-size: x-small;
  }
  .container-lg {
    width: 100%;
    max-width: 100%;
  }
  /* .legend {
      font-size: xx-small;

      .legend-item {
          width: 15px;
          height: 15px;
          margin: 3px;
      }

      .fa,
      .la {
          font-size: 12px;
      }
  } */
  #purchase {
    left: auto;
    margin: auto;
  }
  .controls {
    top: 0;
    left: 0;
  }
  .controls a,
  .controls .fa {
    font-size: 12px;
  }
}
footer,
.footer-section,
.purchaseside,
.event-about-thumb {
  z-index: 1;
}

.line-height-1 {
  line-height: 0.7;
}

.purchaseside {
  background: -webkit-linear-gradient(275deg, rgba(0, 0, 128, 0.8) 0%, rgba(37, 24, 154, 0.8) 101%);
  border: none;
}

.rotate-90,
.rotate90 {
  line-height: 1;
}

.zonebutton {
  align-items: center;
  align-content: center;
  text-align: center;
}

.xx-huge {
  font-size: 5em;
}

.x-huge {
  font-size: 4em;
}

.huge {
  font-size: 3em;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}

.large {
  font-size: large;
}

.medium {
  font-size: medium;
}

.square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: xx-large;
}

.circletophalf {
  border-radius: 700px 700px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: xx-large;
}

.hidden, .hidden * {
  display: none !important;
}/*# sourceMappingURL=seats.css.map */