#buttons{
  /*position:absolute; top: 0px; left: 10px; float:left; z-index: 1000;*/
  /* position: absolute;
  float: left; */
  z-index: 500;
  display: inline;
  margin-left: 5px;
  margin-top: 5px;
}
#buttons td{
  font-size:30px;
  text-align: center;
}
.hoverMenu, .popUpMenu {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  float: left;
  width: auto;
  height: auto;
  display: none;
  position: absolute; top: 0;
  z-index: 1000;
  min-width:180px;
}
.hoverMenu table, .popUpMenu table{
  padding:0px;margin:0px;
}
.hoverMenu table tr.ticketcategoryHighlight, .popUpMenu table tr.ticketcategoryHighlight{
  background-color: #e0e0e0;
}
.hoverMenu table td, .popUpMenu table td{
  padding:0px 3px;
}
.hoverMenu table td:first-of-type, .popUpMenu table td:first-of-type{
  padding:0px 3px 0px 0px;
}
.hoverMenu table td:last-of-type, .popUpMenu table td:last-of-type{
  padding:0px 0px 0px 3px;
}
.hoverMenu #zonerowseat span, .popUpMenu #zonerowseat span{
  margin-right:4px;
}

.wrapper{
  /*position: relative;*/
  background-color: #ffffff;
}

.ticketcategoryHighlight:hover{
  background-color: lightblue !important;
  cursor: pointer;
}

#cartTable{
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.invisibleColor {
  opacity: 0;
  display: block;
  width: 32px;
  height: 25px;
  border: none;
}

.textColorWrapper {
  float: left;
  height: 25px;
  display: inline;
}

.backgroundColorWrapper {
  height: 25px;
  display: inline;
}


.canvasPlan{
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100% !important;
  border: 1px solid #95989A;
  min-height:600px;
  user-select: none;
}

rect {
  border-radius: 8px;
  /*filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.16));*/
}

circle {
  stroke: rgb(128, 128, 128);
}