/* Last update: 2020 07 23 */
.wp-block-thundertix-events {
  max-width: 90% !important;
  margin: auto !important;
}

.thundertix_section {
  display: none;
}

.thundertix_display_none {
  display: none !important;
}

.thundertix_display_block {
  display: block !important;
}

.thundertix-sold-out {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

/* The thundertix seating chart */
#seating_chart_tooltip {
  background: black;
  border-radius: 5px;
  border: 1px solid black;
  color: white;
  display: none;
  font-size: 13px;
  padding: 5px;
  position: absolute;
  text-align: center;
}

/* The thundertix new order area */
.thundertix-items {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.thundertix-item {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.thundertix-donation-title {
  padding: 0.4em !important;
}

.thundertix-donation {
  align-items: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

@media all and (max-width: 479px) {
  .thundertix-donation {
    align-items: initial !important;
    flex-direction: column !important;
  }

  .thundertix-donation .thundertix-item-price {
    margin: 15px 0px !important;
  }
}

.thundertix-item-quantity {
  padding: 0 0.4em !important;
  flex: 1 !important;
}

.thundertix-name-description {
  border-right: 1px solid #dedee0;
  flex: 3 !important;
  padding: 0 0.4em !important;
}

.ticket-type-name {
  color: #111;
  font-size: 1em !important;
  font-weight: bolder !important;
}

.thundertix-float-right {
  float: right;
}

.thundertix-cursor-pointer {
  cursor: pointer;
}

.thundertix-tooltip-product-picture {
  outline: none;
  text-decoration: underline;
}

.thundertix-tooltip-product-picture span {
  border-radius: 2px;
  box-shadow: 0px 0px 8px 4px #666;
  display: none;
  font-size: 13px;
  line-height: 16px;
  margin-left: -230px;
  max-width: 450px;
  min-width: 30px;
  padding: 0px;
  z-index: 1;
}

.thundertix-tooltip-product-picture:hover span {
  border: 2px solid #fff;
  display: inline;
  position: absolute;
}

.ticket-type-description {
  color: slategray !important;
  font-size: 0.8em !important;
  margin: 0.7em 0 !important;
  line-height: 1.3 !important;
}

.thundertix-saleable-seat-quantity {
  flex: 1 !important;
}

.thundertix-saleable-seat-description {
  border-right: 1px solid #dedee0;
  flex: 3 !important;
  padding: 0 0.4em !important;
}

.thundertix-saleable-seat-item {
  color: #3a3a3a;
  font-size: 0.7em;
  line-height: 1;
  margin: 0.2em 0;
  width: 100%;
}

.thundertix-item-price {
  padding: 0 0.4em !important;
  font-size: 1em !important;
  flex: 1 !important;
  text-align: center !important;
}

.thundertix-border {
  border: 1px solid #dedee0 !important;
}

.thundertix-panel {
  margin-bottom: 20px !important;
  background-color: inherit;
  border-radius: 4px !important;
}

.thundertix-panel-default {
  border-color: #ddd;
}

.thundertix-form-group {
  margin-bottom: 15px !important;
}

.thundertix-bg-gray {
  background-color: #eee;
}

.thundertix-padding-5-p {
  padding: 5% !important;
}

.thundertix-padding-5-px {
  padding: 5px !important;
}

.thundertix-padding-bottom-5 {
  padding-bottom: 5px !important;
}

.thundertix-padding-bottom-2-px {
  padding-bottom: 2px !important;
}

.thundertix-padding-left-5 {
  padding-left: 5px !important;
}

.thundertix-padding-right-1-px {
  padding-left: 1px !important;
}

.thundertix-margin-top-0 {
  margin-top: 0px !important;
}

.thundertix-margin-top-5 {
  margin-top: 5px;
}

.thundertix-margin-auto {
  margin: auto;
}

.button-product-option {
  padding: 8px 10px !important;
}

.thundertix-margin-bottom-0 {
  margin-bottom: 0px !important;
}

.thundertix-margin-bottom-5 {
  margin-bottom: 5px !important;
}

.thundertix-margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* The thundertix checkout area */
.thundertix-coupon-area {
  display: flex;
  justify-content: center;
}

.thundertix-flex-3 {
  flex: 3;
}

.thundertix-items-cc {
  background-color: #f0f8ff;
  border-color: powderblue;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
}

@media (max-width: 992px) {
  .thundertix-cc-number-container {
    display: block !important;
  }
}

.thundertix-cc-number-container {
  display: flex;
}

.thundertix-cc-month-container {
  flex: 2;
}

.thundertix-cc-container {
  flex: 1;
}

.thundertix-price-inherit {
  color: inherit;
}

.thundertix-price-red {
  color: red;
}

.thundertix-policy {
  max-height: 200px;
  overflow: auto;
}

/* The thundertix inputs */
.thundertix-select {
  padding: 5px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  max-height: 40px !important;
  height: 40px !important;
  margin: 0 !important;
}

.thundertix-input {
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  color: #555 !important;
  display: block !important;
  height: 40px;
  max-height: 40px !important;
  width: 100% !important;
}

.thundertix-comment-input {
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  color: #555 !important;
  display: block !important;
  height: 40px;
  width: 100% !important;
}

/* The thundertix button */
.thundertix-button {
  background-image: none !important;
  border-radius: 4px !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  margin-bottom: 0 !important;
  padding: 6px 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  max-height: 40px !important;
}

.thundertix-button-success {
  background-color: #5cb85c !important;
  border-color: #4caf50 !important;
  color: #f4f4f4 !important;
}

.thundertix-button-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
  color: #f4f4f4 !important;
}

.thundertix-button-info {
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
  color: #ffffff !important;
}

.thundertix-button-white {
  background-color: #fff !important;
  border-color: #ccc !important;
  color: #333 !important;
}

.thundertix-button-blue {
  background-color: #428bca !important;
  border-color: #357ebd !important;
  color: #fff !important;
}

.thundertix-button-block {
  display: block !important;
  width: 100% !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.max-content {
  width: max-content;
}

#flash-notice {
  background-color: #ffffb3;
  color: green;
  font-weight: bold;
  font-size: 15px;
  border: #d5d5be 1px solid;
  padding: 6px;
  z-index: 1000;
}

#flash-error {
  background-color: #fce1e2;
  color: firebrick;
  font-weight: bold;
  font-size: 130%;
  border: firebrick 1px solid;
  padding: 6px;
  z-index: 1000;
}

/* The performances modal */
.wrapper-modal {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal {
  align-items: center;
  background-color: #fefefe;
  border: 1px solid #888;
  color: inherit;
  display: flex;
  flex-direction: column;
  margin: 5% auto;
  width: 80%;
}

.sm-modal {
  align-items: normal !important;
  width: 100% !important;
}

.modal-header {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

.sm-modal-header {
  height: 0 !important;
  margin-top: 0 !important;
  width: 90% !important;
}

.modal-content {
  min-width: 300px;
}

.modal-footer {
  padding: 15px !important;
  border-top: 1px solid #e5e5e5 !important;
  min-width: 80% !important;
}

/* The thundertix table */
.thundertix-table {
  border-collapse: collapse;
  display: table;
  text-align: center;
  width: 100%;
}

.thundertix-table td,
.thundertix-table th {
  border: 0px !important;
  white-space: pre-line;
}

.thundertix-table th {
  background-color: inherit;
  color: inherit;
}

.thundertix-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.thundertix-close:hover,
.thundertix-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Thundertix responsive table */
.thundertix-seating-chart-labels-table,
.thundertix-checkout-table,
.thundertix-performances-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ffffff;
}

.thundertix-seating-chart-labels-table td,
.thundertix-checkout-table td,
.thundertix-performances-table td {
  border-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  overflow: hidden;
  padding: 10px 10px;
  word-break: normal;
}

.thundertix-seating-chart-labels-table th,
.thundertix-checkout-table th,
.thundertix-performances-table th {
  border-color: transparent !important;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  overflow: hidden;
  padding: 0px 0px;
  word-break: normal;
}

/* This is only for performances table */
@media all and (max-width: 479px) {
  .thundertix-performances-table,
  .thundertix-performances-table thead,
  .thundertix-performances-table tbody,
  .thundertix-performances-table th,
  .thundertix-performances-table td,
  .thundertix-performances-table tr {
    display: block;
  }

  .thundertix-seating-chart-labels-table tr,
  .thundertix-checkout-table tr,
  .thundertix-performances-table tr {
    border-color: #ddd !important;
    border-radius: 4px;
    border: 1px solid transparent;
    margin-top: 15px;
  }

  .thundertix-seating-chart-labels-table td,
  .thundertix-seating-chart-labels-table th,
  .thundertix-checkout-table td,
  .thundertix-checkout-table th,
  .thundertix-performances-table td,
  .thundertix-performances-table th {
    font-size: 14;
  }
}

/* Thundertix alerts */
.thundertix-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.thundertix-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Those are general css classes */
.thundertix-display-inline {
  display: inline;
}

.thundertix-padding-1-em {
  padding: 1em !important;
}

.thundertix-input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: table-cell;
  vertical-align: middle;
  border-right: 0;
}

.thundertix-input-group {
  float: none;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  border-collapse: separate;
  display: table;
}

.thundertix-text-muted {
  color: #777 !important;
}

.thundertix-font-size-small {
  font-size: small;
}

.thundertix-text-align-right {
  text-align: right;
}

.thundertix-font-size-25-px {
  font-size: 25px !important;
}

.thundertix-font-size-20-px {
  font-size: 20px !important;
}

.thundertix-font-size-15-px {
  font-size: 15px !important;
}

.thundertix-color-blue {
  color: #325b84;
}

.thundertix-gray-color {
  color: #a9a9a9;
}

.thundertix-width-100 {
  width: 100%;
}

/* Media query from large to small size*/
@media (min-width: 576px) {
  .thundertix-donation-title {
    border-right: none;
    width: 100%;
  }

  .thundertix-saleable-seat-description {
    display: flex;
    align-items: center;
  }

  .thundertix-saleable-seat-item {
    font-size: 18px;
    width: 50%;
  }

  .thundertix-saleable-seat-quantity {
    padding: 0 0.4em !important;
  }
}

@media (min-width: 768px) {
  .thundertix-donation-title {
    border-right: none;
    width: 100%;
  }

  .sm-modal {
    width: 40% !important;
  }
}

@media (min-width: 992px) {
  .thundertix-donation-title {
    border-right: 1px solid #dedee0;
    width: 80.5%;
  }

  .sm-modal {
    width: 40% !important;
  }
}

@media (min-width: 1200px) {
  .thundertix-donation-title {
    border-right: 1px solid #dedee0;
    width: 80.5%;
  }

  .sm-modal {
    width: 30% !important;
  }
}
