.selectMove {
  overflow: auto;
}
.seat-selection {
  border: 1px solid #e7e7e7;
  background: #f5f5f5;
  padding: 20px;
}
.container {
  margin: 150px auto;
}
.seat-selection {
  margin: 10px auto;
  width: 950px;
}
.seat-selection * {
  padding: 0;
  margin: 0;
}
.seat-selection .seat-area {
  text-align: center;
}
.seat-selection .seat-area .seat-area-desc {
  line-height: 20px;
}
.seat-selection .seat-row-seat {
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  width: 18px;
  height: 18px;
  margin: 2px;
  vertical-align: -webkit-baseline-middle;
  border-radius: 2px;
}

.seat-selection .seat-row-seat span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 1px 1px 2px;
  background: #b9b9b9;
  border-radius: 2px;
  border: 1px solid #fff;
}


.seat-selection .seat-row-seat.seat-yes {
  border-color: #8a8a8a;
  background-color: #fafafa;
}
.seat-selection .seat-row-seat.can-select {
  background-color: #fff;
  cursor: pointer;
}
.seat-selection .seat-row-seat.can-select span {
  background-color: #fff;
  font-size: 0.8em;
}

.seat-selection .seat-row-seat.current-selected.can-select span {
  background-color: #41db41;
}
.seat-selection .seat-row-seat.current-selected.can-select:hover span {
  background-color: #41db41;
}
.seat-selection .seat-row-seat.can-select:hover span {
  background-color: #dcdcdc;
}
.seat-selection .row-indicator {
  margin-right: 10px;
  color: green;
}
.seat-selection .track-screen {
  width: 100%;
  text-align: center;
  margin: 40px 0px 15px 0px;
  font-size: 0.8em;
  color: #626573;
  box-shadow: inset 0px 7px 12px 0px #9c9c9c;
}
.seat-selection .seat-proccess-panel {
  padding: 10px;
  border-top: 3px solid #009486;
  text-align: right;
}
.seat-selection .layout-action-btn {
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  background-color: burlywood;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 2px 5px 0px #2b2b2b;
  border-radius: 2px;
}
.seat-selection .layout-action-btn[disabled] {
  box-shadow: none;
  background-color: #b1b1b1 !important;
  border-color: #828282 !important;
  cursor: not-allowed;
}
.seat-selection .layout-action-btn.layout-btn-done {
  border: 1px solid #7ca07d;
  background-color: #228b22;
}

.set_msg .alert-success::before {
  display: none !important;
}
.set_msg .alert-dismissible {
  padding-right: 2rem !important;
}
#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  border-radius: 5px;
  z-index: 100;
  padding: 15px;
}

#tooltip:after /* triangle decoration */
{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
.mt-3 {
  margin-top: 4rem;
}
.seatcolor {
  padding: 0px 9px;
  margin-left: 5px;
  height: 15px;
  width: 10px;
  border: 1px solid #000;

}
