@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*Montserrat for the text*/
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  color: #3b3b3b;
  margin: 0;
  padding: 0;
  height: 100%;
  background: white;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url('YanoneKaffeesatz-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('YanoneKaffeesatz-Light.otf') format('opentype')
}
#tix-container{
  max-width: 1450px;
  margin: auto;
  min-height: 375px;
}
#tix-content {
  min-height: 400px;
  padding: 14px 13px 0px 13px;
}
h1{
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #003366;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.34em;
}
h2{
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #1e1e1e;
  margin: 0;
  font-size: 1.8em;
}
.discussion_header h2 {
  margin-left: 0;
}
h3 {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #3b3b3b;
  text-align: left;
  margin: 0.4em 0.2em;
}
h4{
  color: #3a3a3a;
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  margin: 0.4em 0em;
}
#reserved_seat_display {
  text-align: center;
  margin: 0 auto;
}
#reserved_seat_display h3 {
  text-align: center;
  margin: 0 auto;
}
ul li {
  margin-left: 1.5em;
}
ul {
  margin-left: 1.5em;
}
fieldset, img {
  border: 0 none;
}
a {
  color: #3B5998;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #3B5998;
  text-decoration: underline;
}
a:active {
  outline: none;
}
div [class*=" col-xs-"] {
  padding-right: 5px;
  padding-left: 5px;
}
#continue-shopping {
  margin-left: 10px;
}
.cancel-order-btn {
  margin-left: 10px;
  color: white;
  display: inline-block;
  background: #e69500;
  border-color: #cd8400;
}
.cancel-order-btn:hover {
  background: #b37400;
  color: white;
  border-color: #cd8400;
}
/*--- FLASH STYLES  ---*/
.flash-container {
  height: 7px;
  margin-top: -9px;
  padding-bottom: 8px;
  text-align: center;
}
#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;
}
#flash-warning {
  border: 2px solid red;
  width: 80%;
  z-index: 1000;
  margin: auto;
}
.bad_email_message {
  color: firebrick;
  font-weight: bold;
  font-size: 15px;
  padding: 6px;
}
.email_message {
  background-color: #FFFFB3;
  color: green;
  font-weight: bold;
  font-size: 15px;
  border: #D5D5BE 1px solid;
  padding: 3px;
}
.notice  {
  text-align: center;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 110%;
  color: green;
  font-weight: bold;
}
.display_none {
  display: none !important;
}
#errorExplanation, .errorExplanation p {
  color: firebrick;
}
#errorExplanation, .errorExplanation {
  border: 2px solid firebrick;
  background-color: #fce1e2;
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
  color: firebrick;
}
.errorExplanation ul li, .errorExplanation ul {
  margin: 0;
  padding-left: 10px;
}
/*--- INPUT STYLES  ---*/
input, textarea, .uneditable-input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px 4px;
  font-family: 'Arial';
  font-size: 15px;
  color: #333;
  width: auto;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
input[type="text"] {
  color: #333;
  margin: 0;
}
input[type="file"] {
  height: 20px;
  line-height: 15px;
}
input[type="checkbox"] {
  margin: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px 4px;
  font-family: 'Arial';
  font-size: 15px;
  color: #333;
}
input.ticketType, .select_tix input {
  width: 3em;
  margin-bottom: 2px;
}
input#cc_cvv {
}
#order form {
  margin: 0px;
}
#order_state_code_wrapper select {
}
#performance_buy_links  input[type="text"].hasDatepicker, .calendar_display input[type="text"].hasDatepicker {
  margin-right: 5px;
}
.performance_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0.45em 0;
  padding: 0.52em;
}
.performance_time_and_action {
  -webkit-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.performance_title_date_range{
  -webkit-flex: 6;
  flex: 6;
  text-align: left;
}
.performance_data_date_range {
  -webkit-flex: 1;
  flex: 1;
}
.performance_event_description {
  display: none;
  width: 100%;
  text-align: left;
  margin: 0.45em 0;
  padding: 0.52em;
}
.performance_article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.performance_row:hover {
  background-color: #eee;
}
.performance_action_date_range .postsale{
  text-align: right;
  margin-left: 0.45em;
}
@media only screen and (max-width: 991px) {
  .address-fields {
    float: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .performance_row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .performance_row:hover {
    background-color: unset;
  }
  .performance_article {
    border-bottom: 1px solid #aaaaaa;
  }
  .performance_article:last-child {
    border-bottom: none !important;
  }
  .performance_action_date_range {
    text-align: right !important;
    width: 100%;
  }
  .performance_time_date_range {
    font-size: 1.1em;
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin: 0.5em 0;
  }
  .performance_title_date_range {
    width: 100%;
  }
  .form-inline .btn-primary {
    width: 100%;
  }
  .date_grouping {
    font-weight: bold !important;
    font-size: 1.05em !important;
  }
  .performance_time_and_action {
    width: 100%;
  }
}
span.mimic_link {
  cursor: pointer;
  color: #2654aa;
}
span.mimic_link:hover {
  text-decoration: underline;
}
select {
  padding: 5px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  width: auto;
  margin: 0px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #555555;
  height: 33px;
}
label {
  color: #333;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
  display: inline;
  font-weight: normal;
}
#payment_details label {
  padding: 3px 0;
  display: block;
}
#order_state_code_wrapper label {
  display: inline;
  padding: 3px 0;
}
#card_details  {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
}
#card_details input, #card_details select, #card_details .gateway-field {
  margin: 5px 0;
  font-size: 15px;
  padding: 7px;
}
.disabled_cc_inputs input, .disabled_cc_inputs select {
  background-color: #DDD;
}
.payment-tab-content {
  background-color: #F0F8FF;
  border-style: solid;
  border-width: 1px;
  padding: 0 0 15px 0;
  border-color: powderblue;
}
.container-fluid {
   padding: 0px;
}
#purchase_order_form textarea {
  width: 270px;
  float: left;
  clear: both;
}
.seat-box-container {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  color: black;
  font-size: 1.4em;
  overflow: hidden;
}
/*hiding the original checkboxes*/
.seat-box-container input{
  display: none;
}
.seat-square {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.seat-check {
  position: absolute;
  width: 0;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}
input[type="checkbox"]:checked ~ span.seat-check {
  opacity: 1;
  width: auto;
}
.exclusive-seat {
  position: absolute;
  top: 0.3em;
  left: 50%;
  display: block;
  font-size: 0.666em;
  transform: translateX(-50%);
}
div.wheelchair span.seat-wheelchair,
div.obstructed span.seat-obstructed,
div.companion span.seat-companion {
  display: block;
}
.seat a span[class*=" fa-"]:hover{
  text-decoration: none;
  color: green;
}
.seats-table{
  text-align: center;
  margin: 0 auto;
  table-layout: fixed;
  overflow: auto;
}
@media only screen and (max-width: 768px){
  .seats-table{
    width: 100%;
  }
}
.seats-row {
  display: flex;
  align-items: center;
}
.space_for_print {
  display: none;
}
.key {
  padding-top: 20px;
  margin-left: 20px;
  width: 400px;
  min-height: 115px;
}
.key td{
  vertical-align: top;
}
.key-column{
  display: flex;
  flex-direction: column;
}
.key-column div.seat, .key-column div.rowletter, .key-column div.reserved_key{
  margin: 0 0.14em;
  padding: 0;
}
.key-group {
  display: flex;
  align-items: center;
  margin: 1em 0;
}
.key-column .key-group:first-child {
  margin-top: 0;
}
.event-seating-chart {
  min-height: 75px;
  min-width: 240px;
}
.rowtext {
  min-width: 55px;
  max-width: 150px;
}
.event-seating-chart .section .rowtext {
  float: none;
  padding-top: 0;
  height: auto;
  width: auto;
}
.section .rowtext {
  float: left;
  height: 10px;
  padding-top: 2px;
  width: 55px;
}
.section {
  overflow: visible;
  white-space: nowrap;
}
.seat {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}
.seat label.seat-select{
  display: none;
}
.seat .fa-2 {
  font-size: 2em;
  clear: both;
}
.seat .rowletter  {
  margin: 0px 4px -2px 4px;
  height: 13px;
  width: 13px;
}
.seat .sold_seat, .blocked_seat, .seat .hold_seat, .seat .wheelchair_seat, .seat .obstructed_seat, .seat .available_seat, .seat .rowletterAdmin, .seat .individual_sold_seat {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}
.seat .available_seat .fa {
  font-size: 22px;
}

.seats-row .table_l {
  color: gray;
  border-style: solid none solid solid;
  border-radius: 5px 0px 0px 5px;
}

.seats-row .table_m {
  color: gray;
  border-style: solid none solid none;
}

.seats-row .table_r {
  color: gray;
  border-style: solid solid solid none;
  border-radius: 0px 5px 5px 0px;
}

.seats-row .vtable_u {
  color: gray;
  border-style: solid solid none solid;
  border-radius: 5px 5px 0px 0px;
  height: 24px;
}

.seats-row .vtable_m {
  color: gray;
  border-style: none solid none solid;
  height: 24px;
}

.seats-row .vtable_b {
  color: gray;
  border-style: none solid solid solid;
  border-radius: 0px 0px 5px 5px;
  height: 24px;
}

.blocked_seat {
  color: #835;
}

.blocked_seat.social_distance {
  color: #AAA;
}

.sold_seat {
  color: #835;
}
.wheelchair_seat {
  color: green;
}
.seat .wheelchair, .seat .obstructed {
  padding: 1px;
  width: 20px;
}
.seat .sold {
  padding: 1px 1px 1px 3px;
  width: 18px;
}
.obstructed_seat {
  color: green;
}
.reserved_key {
  font-size: 85%;
  margin-top: 3px;
  display: inline-block;
}
.available_seat {
  color: green;
}
.seat .rowletterAdmin:hover {
  color: #835;
}
.seat .rowletterAdmin {
  color: #835;
}
.seating_chart_image {
  z-index: 10001;
}
@media only screen and (max-width: 768px){
  .seating_chart_image img{
    max-width: 100%;
    height: auto;
  }
  .seating_chart_image div{
    width: 100% !important;
  }
}
#seating_chart {
  text-align: center;
}
#seating_chart img {
  max-width: 100%;
}
.stage_placement {
  font-size: 1.8em;
  font-weight: bold;
  padding: 10px 0px;
}
.shift_stage {
  padding-left: 50px;
}
.wheelchair .tooltip {
  min-width: 110px;
}
/*---  STYLES  ---*/
.bold {
  font-weight: 600;
}
.sold_out {
  color: red;
  text-transform: uppercase;
}
.waiting_list_url {
  color: #3B5998;
  font-size: 1.25em;
}
.waiting_list_url a: hover{
  text-decoration: underline;
}
#new_awaiting_customer {
  text-align: left;
}
#powered {
  float: right;
  clear: both;
  padding-right: 5px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.package {
  /*max-width: 1100px;*/
  margin: auto;
}
.packages {
  min-height: 150px;
}
.indent {
  padding-left: 5px;
}
@media(max-width: 480px) {
  .indent {
    padding-left: 9px;
  }
}
.separator {
  padding-top: 6px;
  border-top: 1px solid #CCCCCC;
  padding-bottom: 3px;
}
.clear {
  clear: both;
}
.instruction {
  color: #4F4F2F;
  font-size: 90%;
}
.instruct {
  font-weight: bold;
  font-size: 110%;
}
.warn {
  color: firebrick;
}
.warning  {
   text-align: center;
   background-color: #fff;
   padding: 10px 15px;
   font-size: 110%;
   color: firebrick;
   font-decoration: bold;
}
span.warn{
  color: firebrick;
}
.tiny {
  font-size: 80%;
}
.asterisk{
  color: red;
  font-size: 115%;
  font-weight: bold;
}
.center {
  text-align: center;
}
.italic{
  font-style: italic;
}
.error {
  font-weight: bold;
  font-family: georgia, Times, serif;
  padding-bottom: 7px;
  color: red;
}
a.tooltip-css {outline: none; text-decoration: underline; }
a.tooltip-css h3 {
  line-height: 25px;
  font-weight: normal;
  font-size: 22px;
  font-family: "Yanone Kaffeesatz", Arial, sans-serif;
  color: #EEE;
  margin: 0 0 0.2em 0;
}
a.tooltip-css:hover {text-decoration: underline;}
a.tooltip-css span {
  z-index: 10;
  display: none;
  padding: 0px;
  margin-top: 10px;
  margin-left: -200px;
  min-width: 30px;
  max-width: 450px;
  line-height: 16px;
  font-size: 13px;
}
a.tooltip-css:hover span{
  display: inline;
  position: absolute;
  border: 2px solid #FFF;
  color: #EEE;
  background: #333 url(../images/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index: 20;position: absolute;border: 0;top: -14px;left: 120px;}
a.tooltip-css span
{
  border-radius: 2px;
  box-shadow: 0px 0px 8px 4px #666;
}
.donation {
  font-size: 18px;
  height: 2.4em;
  padding: 0 20px 0 20px;
  font-size: 110%;
  border-top: 1px solid #ccc;
}
.donations_panel {
  background-color: #eee;
}
input.donation {
  width: 5em;
  padding: 10px 15px;
}
@media screen and (max-width: 700px){
  .donations_panel {
    flex-direction: column;
  }
  div.selection_quantity .ticket_type_name_and_description {
    border-right: none;
  }
  .ticket_type_price .form-group {
    max-width: 8em;
  }
}
.pwyc_input {
 max-width: 160px;
 margin: auto;
}
.survey_info {
  /*margin-top: 13px;
  clear: both;
  background: #fff;
  font-size: 120%;*/
  background: transparent;
  padding: 10px 10px 10px 18px;
  width: 96%;
  margin-left: 10px;
}
.shipping_select {
  height: 40px;
  font-size: 1.552em;
  padding-left: 10px;
}
#shipping_selector {
  padding-left: 10px;
}
.actions {
  clear: both;
  font-size: 0.85em;
}
#performance_buy_links {
  min-height: 250px;
  width: 100%
}
.perf_buy_list {
  line-height: 22px;
}
.actions * {
  display: inline;
  margin-right: 10px;
}
.venue_event_buy_descrip h3 {
  width: 73%;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  color: #3b3b3b;
  text-align: left;
  margin: 0.4em 0em;
}
.venue_event_buy_image {
  float: left;
  margin-bottom: 20px;
}
#pictures {
  margin: 0 0.658em;
}
.event_picture {
  -webkit-flex: 1;
  flex: 1;
}
.event_text {
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  margin-right: 2em;
}
.event_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  width: 95%;
}
.button_container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  width: 70%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.event_article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 1em;
  padding-right: 1em;
}
.event_article img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
.performances_calendar {
  -webkit-flex: 1;
  width: 100%;
  flex: 1;
}
.fill_ticket_types {
  -webkit-flex: 2;
  flex: 2;
  margin: 1.4142em;
}
article.flex-column-reverse {
  margin: 1em auto;
}
.flex-column-reverse > div{
  flex: 1;
}
.flex-column-reverse img{
  margin: 0 1em;
}
div.gc_form_container > div.ticketing-limited {
  margin: 1em auto;
}
@media (min-width: 992px) {
  .performances_calendar {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .performances_calendar {
    max-width: 30%;
  }
}
@media screen and (max-width: 992px) {
  .event_container {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .button_container{
    width: 100%;
  }
  .event_article {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-reverse{
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-column-reverse div{
    width: 100%;
  }
  .flex-column-reverse img{
    margin: 0 auto;
  }
  .sidebar_adjust {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  #event_picture {
    order: -1;
  }
  .event_text {
    margin: 10px 0 !important;
  }
  #pictures {
    margin: 0.658em auto !important;
  }
  .ticketing {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .fill_ticket_types {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .sidebar_adjust {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .event_text {
    margin-right: 0;
    margin-top: 2em;
  }
}
.text-justify {
  text-align: justify;
}
.ticketing {
  flex-grow: 1;
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ticketing-limited {
  max-width: 600px;
}
.description .venue_event_buy_image {
  float: right;
}
.venue_event_buy_descrip {
  clear: none;
  min-height: 110px;
  padding-top: 10px;
  padding-right: 25px !important;
  padding-bottom: 0px;
  padding-left: 25px !important;
}
.venue_event_buy_button {
  height: 35px;
  margin-top: 8px;
}
#coupons input[type="text"] {
  font-size: 12px;
}
.order_time_left {
  color: firebrick;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  color: #888;
}
.countdown_row {
  padding: 0px 2px;
  text-align: center;
}
.countdown_show2 .countdown_section {
  width: 48%;
}
.countdown_section {
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown_amount {
  font-size: 180%;
}
.countdown {
  margin: auto;
  width: 120px;
  text-align: center;
  padding-top: 5px;
}
.requiredstep {
  color: red;
  font-weight: bold;
  padding: 0px;
}
p.requiredstep {
  margin: 0px 0px -5px 0px;
}
.grand_total_wrap {
  font-size: 14px;
  font-weight: bold;
  color: #676767;
  padding: 15px;
  border: 3px dashed #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
}
.grand_total {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
#order_total_value {
  font-weight: bold;
}
.input_submit {
  background: #2376ca;
  color: white;
  margin: 0 3px 0px 0px;
  padding: 3px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #CCCCCC;
  font-family: Tahoma, Geneva;
  font-weight: normal;
  font-size: 12px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.input_submit:hover {
  color: #aae7f2;
}
.go {
  color: green;
}
.go a {
  color: green;
}
#name_form_fields {
  margin-bottom: 10px;
}
.no-padding-l {
  padding-left: 0px;
}
.no-padding-r {
  padding-right: 0px;
}
.padtop {
  margin-top: 10px;
  padding-top: 10px;
}
.padbot {
  padding-bottom: 10px;
}
.padrig {
  padding-right: 10px;
}
.padlef {
  padding-left: 10px;
}
.lilpadtop {
  padding-top: 5px;
}
.lilpadbot {
  padding-bottom: 5px;
}
.lilpadrig {
  padding-right: 5px;
}
.lilpadlef {
  padding-left: 5px;
}
.page-right {
  float: left;
  padding-bottom: 10px;
  width: auto;
}
.social {
  clear: none;
  float: right;
  padding-right: 5px;
}
.empty_col_follow {
  padding-right: 19px;
}
.page-left50 {
  float: left;
  padding-bottom: 10px;
  width: 50%;
}
.tweet {
  float: left;
  clear: none;
  padding-bottom: 10px;
}
.fb {
  float: left;
  clear: none;
}
.field_label {
  display: block;
  margin: 0;
  min-width: 100px;
  padding: 0;
}
.form_field {
  display: block;
  margin: 0;
  padding-top: 2px;
}
#policy {
  max-height: 100px;
  overflow: auto;
}
a.calendar_submit:hover {
  color: #AAE7F2;
}
.action_links td ul {
  margin-left: -15px;
  width: 150px;
}
.action_links td li {
  color: #777733;
  visibility: hidden;
}
.action_links td li a {
  padding-left: 10px;
}
.action_links:hover td li {
  color: #777733;
  visibility: visible;
  float: left;
  padding: 0px;
  margin: 0px;
}
.action_links td.event_links {
  border-top: 1px solid #3b3b3b;
  padding-top: 10px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 28px;
}
.action_links:hover td.event_links a {
  text-decoration: underline;
}
.action_links a:hover {
 visibility: visible;
}
li.action_links a {
 float: left;
 font-weight: normal;
 text-decoration: underline;
 color: #ff6600;
}
li.action_links a:hover {
 float: left;
 font-weight: normal;
 visibility: visible;
}
.tix_remainder {
  color: red;
  font-size: 10px;
  margin: 3px 0 0 0px;
  line-height: 9px;
}
.tixname {
  position: relative;
  float: left;
}
.tooltip {
  min-width: 60px;
}
.tooltip-inner {
  min-width: 200px;
  max-width: 400px;
  padding: 4px;
  font-size: 13px;
}
#no_payment {
  text-align: center;
  font-size: 145%;
  line-height: 145%;
  color:green;
}
#card_details .tooltip-inner {
  min-width: 100px;
  max-width: 200px;
}
[data-toggle="toggle"] {
  min-width: 60px;
}
.email_field {
  position: relative;
}
.noshow {display: none;}
div.email_field a.tooltipper span {display: none; padding: 2px 3px; max-width: 50px;}
div.email_field a.tooltipper:hover span{
  display: inline;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -20px; left: 75px; max-width: 140px;background: #ffd; border: 1px solid #cccccc; color: #3b3b3b; z-index: 100;
}
div.tixname a.tooltipper span {display: none; padding: 2px 3px; max-width: 160px;}
div.tixname a.tooltipper:hover span{
  display: inline;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -20px; left: 100px; max-width: 160px;background: #eee; border: 1px solid #cccccc; color: #3b3b3b; z-index: 100;
}
.tixname2 {
  position: relative;
}
div.tixname2 a.tooltipper span {display: none; padding: 2px 3px;}
div.tixname2 a.tooltipper:hover span{
  display: inline;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -20px; left: 200px; background: #eee; border: 1px solid #cccccc; color: #3b3b3b; z-index: 100;
}
/*--- TABLE STYLES  ---*/
table tr th {
  text-align: left;
}
th {
  padding-right: 0.5em;
}
td {
  padding-left: 0;
}
td.money, th.money {
  text-align: right;
}
table.buy_table td, table.product_table td {
  padding-right: 2em;
}
.buy_table th {
  border-bottom: 0px;
}
table.buy_table td {
  padding-right: 2em;
  font-size: 125%;
}
th.select_tix {
  font-size: 125%;
  line-height: 28px;
  font-weight: bold;
  text-decoration: underline;
}
th.select_tix {
  font-size: 140%;
  line-height: 28px;
}
td.event_data {
  padding-top: 5px;
  border-top: 1px solid #575252;
  text-align: center;
}
table.summary_table {
  border: 1px solid #ddd;
  background-color: white;
  padding: 0px;
  vertical-align: top;
}
td.buy_now {
  text-align: center;
  color: #4F4F2F;
  vertical-align: top;
}

/* Net Promoter Score Modal */
.nps-modal {
  font-size: 1.6em;
  color: gray;
}

#nps-title {
  font-size: 25px;
  color: #325b84;
}

/*--- BOOTSTRAP and FONT AWESOME OVERRIDES  ---*/
.fa-asterisk {
  padding-left: 3px;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
a.btn-inverse {
  font-size: 13px;
}
a.btn-inverse:hover {
  color: #FFF;
}
.packages{
  margin: 20px;
}
@media (max-width: 767px){
  .packages {
    margin: 0;
  }
}
.pagination {
  font-size: 12px;
  padding-top: 13px;
}
div.pagination {
  padding: 3px;
  margin: 3px;
}
div.pagination a {
  padding: 1px 4px;
  margin: 2px;
  border: 1px solid #CCC;
  text-decoration: none; /* no underline */
  color: #3399CC;
}
div.pagination a:hover, div.pagination a:active {
  border: 1px solid #3399CC;
  color: #ff6600;
}
div.pagination span.current {
  padding: 1px 4px;
  margin: 2px;
  border: 1px solid #CCC;
  font-weight: bold;
  background-color: #3399CC;
  color: #FFF;
}
div.pagination span.disabled {
  padding: 1px 4px;
  margin: 2px;
  border: 1px solid #CCC;
  color: gray;
}
.event_pagination {
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.event_pagination a:hover {
  border: 1px solid #CCC;
  color: white;
  background: #006dcc;
}
.event_pagination .prev_page, .event_pagination .next_page {
  font-size: 16px;
  padding: 8px;
  background: #fff;
}
.event_pagination .prev_page span.disabled, .event_pagination .next_page span.disabled {
  font-size: 16px;
  padding: 8px;
}
.event_pagination span.current {
  padding: 8px;
  margin: 2px;
  border: 1px solid #CCC;
  font-weight: bold;
  background-color: #006dcc;
  color: #FFF;
}
.event_pagination a {
  padding: 8px;
  margin: 2px;
  border: 1px solid #CCC;
  text-decoration: none; /* no underline */
  color: #006dcc;
}
.event_pagination span.disabled {
  padding: 8px;
  margin: 2px;
  border: 1px solid #CCC;
  color: #ddd;
}
.row-fluid .social {
  margin-top: 0px;
}
a:hover [class^="fa-"], a:hover [class*=" fa-"] {
  text-decoration: none;
}
.row-fluid [class*="span"] {
  min-height: 15px;
}
#card_details .row {
  margin: 0;
}
#order_billing_country {
  /*width: 270px;*/
}
.fa-2 {
  font-size: 2em;
}
.social .fa-2 {
  font-size: 1.6em;
}
.fontawesome .input-group input {
  line-height: 11px;
  font-size: 15px;
  margin: 0;
  float: left;
  border-radius: 0 4px 4px 0;
}
.fontawesome {
  float: left;
}
.calendar_submit {
  -moz-border-radius: 5px 5px 5px 5px;
  background: #627aad;
  color: white;
  margin: 8px 3px 0px 0px;
  padding: 3px 5px;
  border: 1px solid #CCC;
  font-style: Tahoma, Geneva;
  font-size: 12px;
  font-weight: normal;
}
/***** HEADER STYLES *****/
#header-content{
  position: relative;
  width: 800px;
  height: 193px;
  background-color: #333;
}
/****** LIST STYLES *****/
ol, ul {
  list-style: none
}
.list_label {
  color: #069;
  font-size: 14px;
}
.order_input {
  width: 270px;
}
.list_item {
  padding-left: 50px;
  float: left;
}
/***** CONTAINER STYLES *****/
#containerww{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: transparent;
}
#contentww{
  background: transparent;
  position: relative;
  min-height: 250px;
  padding: 0px 5px;
}
/**** FOOTER STYLES *****/
#bottom-area{
  position: relative;
  width: 100%;
}
#bottom-content{
  position: relative;
  background: transparent;
  padding-top: 10px;
  width: 100%;
}
#footerww{
  position: relative;
  width: 100%;
  height: 15px;
  text-align: center;
  margin: 0px auto 2px;
  padding-top: 1px;
  color: #ddd;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}
#footerww p {
  color: #444;
  margin: 0px;
}
#footerww a {
  color: #444;
}
.fee_free {
  padding-bottom: 10px;
}
.stripe {
  background: #C4D3D5;
  width: 100%;
  padding: 15px 0;
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
}

.inner_share {
  font-size: 17px;
  padding-top: 10px;
}
.inner_share div {
  margin-top: 10px;
}
.cancel {
  float: right;
  margin: -10px -8px 0 0 ;
  font-size: 3em;
  color: black;
}
.thankyou_share {
  z-index: 5000;
  height: 201px;
  border: 3px solid #336699;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: left;
  font-weight: normal;
  text-align: center;
  background: #E5F8FA;
  box-shadow: 1px 3px 0px #575757;
}
#container .thankyou_share p {
  font-size: 19px;
}
.thankyou_share img {
  margin: 5px;
}
#print_tickets_button {
  text-align: center;
  margin: 1em auto 1em auto;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888;
  box-shadow: 0 0 3px #888;
  background: steelblue;
  width: 290px;
  padding: 1.15em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.25em;
  color: white;
  text-transform: capitalize;
}
#print_tickets_button a {
  color: white;
}
/* Package Picker Styles */
.package_name td {
  width: 250px;
}
#event_list {
  border-collapse: collapse;
  float: left;
}
#event_list .package_event {
  border-collapse: collapse;
  padding: 10px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  border-right: 2px solid #777;
  font-size: 150%;
  width: 160px;
}
#event_list .selected {
  background: #fafafa;
  border-left: 2px solid #777;
  border-right: 0px solid white;
}
#event_list .perf_error {
  background: pink;
}
#package_event_tab_first {
  margin-top: -1px;
}
#performance_selector {
  float: left;
  padding: 5px 0px 0px 10px;
  min-width: 300px;
  margin-bottom: 1.25em;
  width: 50%;
}
.event_creation {
  font-size: 125%;
  padding-bottom: 10px;
}
.event_creation p {
  padding: 10px 0px 4px 0px;
}
.event_creation .iconlabel p {
  padding: 0px; margin: px;
}
/*** EVENT CREATION TAB STYLES ****/
#performance_selector .inactive {
  display: none;
}
#performance_selector .active {
  display: block;
}
.perf_error a {
  color: red;
}
.perf_unset {
  background: #DDDDDD;
  color: darkgrey;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.perf_unset a {
}
.perf_set {
  background: #DDF687;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.perf_set a {
  color: #060;
}
.selected {
  color: black;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#payment_details .error_field {
  border: solid 3px red;
}
.error_field, .error_field select, .error_field:focus {
  border: solid 2px red;
}
.error_field_bg {
  border: solid 2px red;
  background-color: #ffe4e8;
}
.error_bar_bg {
  border: 2px solid red;
  background-color: pink;
  text-align: center;
  padding: 7px;
  margin-right: 5px;
  margin-left: 5px;
}
.poll_question .error_field {
  border: solid 2px red;
}
.poll_text {
  margin-top: 10px;
  clear:both;
}
input.survey_answer {
  padding: 10px 15px;
}
.required {
  color: red;
  padding-left: 3px;
  display: inline;
  font-weight: bold;
}
@media only screen and (min-width: 680px) {
  .secure-badge {
    float: left;
  }
}
.secure-badge {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  color: #176D2E;
  background: #edffe9;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#edffe9),color-stop(100%,#e1ffdb));
  background: -webkit-linear-gradient(top,#edffe9 0,#e1ffdb 100%);
  background: -ms-linear-gradient(top,#edffe9 0,#e1ffdb 100%);
  background: linear-gradient(to bottom,#edffe9 0,#e1ffdb 100%);
  background: -moz-linear-gradient(top,#edffe9 0,#e1ffdb 100%);
  background: -o-linear-gradient(top,#edffe9 0,#e1ffdb 100%);
  border: 1px solid #4CBB69;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.secure-badge .icon-lock-green {
  margin-right: 2px;
}
.icon-lock-green {
  width: 10px;
  height: 12px;
  background-position: -434px -195px;
}
#flash-warning {
  border: 2px solid red;
  width: 95%;
  z-index: 1000;
}
.ui-widget-content {
  background: #eee;
}
.ui-datepicker table {
  background: white;
}
/*** PUBLIC CALENDAR STYLES ***/
#calendar {
  background: #FAFAFA;
  border-radius: 4px;
  margin-bottom: 5em;
  padding: 0.3em;
  width: 99%;
  float: left;
}
#calendar .fc-view {
  overflow: visible;
}
#custom_report .loader {
  background: rgba(0, 0, 0, 0.1) url('/images/wait-large.gif') no-repeat center center;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
#calendar .performance-details, #sales-reports {
  background: #111 url('/images/calendar-event-dialog-background.png');
  border-radius: 4px;
  box-shadow: #222 3px 3px 6px;
  color: #FAFAFA;
  left: 5px;
  padding: 12px;
  position: absolute;
  z-index: 1000000000;
}
#calendar .fc-grid {
  position: relative;
}
#calendar .fc-grid .loader {
  border-radius: 12px;
  left: 50%;
  margin-left: -158px;
  padding: 2em;
  position: absolute;
  top: 20%;
  z-index: 10000;
}
.fc-header-title h2, .fc-day-header, .fc-day-number {
  color: #333;
}
#calendar .fc-header-center button {
  font-size: 0.9em;
  margin-left: 2em;
  padding: 0 0.5em;
  text-transform: lowercase;
}
#calendar a.fc-event, #calendar a.fc-event:hover {
  color: white;
}
#calendar .fc-event {
  cursor: pointer;
  position: relative;
  color: #000;
}
.fc-event {
  color: #000;
}
#calendar .performance-details {
  height: auto;
  top: 18px;
  width: 364px;
  min-height: 280px;
}
@media(max-width: 480px) {
  #calendar .performance-details {
    width: 264px;
  }
}
#calendar .performance-details .fa-times {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 7px;
  top: 7px;
}
#calendar .performance-details h2 {
  color: #FAFAFA;
  font-size: 16px;
  line-height: inherit;
}
#calendar .performance-details strong {
  display: block;
  font-weight: normal;
  line-height: 2.5em;
}
#calendar .performance-details a {
  margin: 5px 3px 0 0;
  color: #FFF;
  text-decoration: none;
}
.social img {
  vertical-align: top;
}
.social .fa-2 {
  font-size: 1.45em;
}
.performance-details .description {
  padding-top: 5px;
  clear: both;
}
#calendar .picture {
  border: 0px;
}
#calendar .social {
  clear: both;
  float: right;
  margin-top: 8px;
  min-width: 18px;
}
.calendar_display {
  text-align: center;
  max-width: 850px;
}
#calendar .performance-details .event-url {
  margin: 5px 3px 0 0;
  color: lightblue;
  text-decoration: underline;
}
/* Jquery calendar with time */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
td .line {
  border-top: 1px solid #575252;
  padding-top: 5px;
  vertical-align: top;
}
.event_search_results .date_grouping {
  text-align: left;
  padding: 0.65em;
}
.date_grouping {
  font-weight: normal;
  font-size: 1.25em;
  color: black;
  margin: 0px;
  background-color: #eee;
  border-radius: 0.68em;
}
.event {
  background-color: transparent;
}
#eventSearchResults .event_search_results {
  margin: auto;
  width: 100%;
}
#packageListingResults .event_search_results {
  margin: auto;
  width: 100%;
}
.public_calendar {
  text-align: left;
  padding-left: 4px;
}
.public_calendar_listing {
  margin: auto;
  max-width: 900px;
  clear: both;
  width: 100%;
}
#packageListingResults .public_calendar_listing {
  max-width: 741px;
}
.no_search_results {
  margin: auto;
  min-height: 200px;
  padding: 20px 0px;
  color: firebrick;
  font-size: 13px;
  clear: both;
}
td.calendar_time {
  width: 20%;
  padding-right: 10px;
  height: 50px;
}
td.calendar_title {
  text-align: left;
  width: 45%;
}
.fc-event {
  color: #000;
}
.calendar_data {
  width: 13%;
  text-align: right;
  padding-right: 4px;
}
/* calendar placement styles */
#calendar .width_left_too_small {
  right: -210px;
  left: auto;
}
#calendar .right_edge_out_or_left_in {
  left: auto;
  right: 10px;
}
#calendar .bottom_disappears_10 {
  bottom: 10px;
  height: 300px; /* width of dialong box */
  top: auto;
}
#calendar .bottom_disappears_70 {
  bottom: -70px;
  height: 300px; /* width of dialong box */
  top: auto;
}
/******* END CALENDAR ****/
#salutation_div {
  margin-bottom: -50px;
  visibility: hidden;
}
#flash-recaptcha_error {
  display: none;
}
.warning_banner {
  background-color: #ad2535;
  text-align: center;
  color: white;
  font-size: 110%;
  padding: 5px 0px;
}
.warning_banner a {
  text-decoration: underline;
  color: white;
}
#thankyou_title {
  background-color: #10A2A5;
  color: white !important;
  text-align: center;
}
@media (min-width: 500px) {
  .modal-sm {
    width: 400px;
    left: 15%;
  }
}
.modal-sm {
  position: fixed;
}
iframe.iframe-mobile::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
iframe.iframe-mobile::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
select.limited_ticket_type {
  height: 40px;
  font-size: 1.552em;
  margin-bottom: 10px;
}
div.selection_quantity .ticket_type_quantity {
  padding: 0 0.6em;
  -webkit-flex: 1;
  flex: 1;
}
div.selection_ingress {
  padding: 1em 0.7em;
}
.ticket_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 4;
}
@media screen and (max-width: 780px) {
  select.limited_ticket_type {
    width: 3em;
  }
}

select.rs_ticket_type_dropdown {
  height: 40px;
  font-size: 1.552em;
}
@media screen and (max-width: 780px) {
  select.rs_ticket_type_dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  select.rs_ticket_type_dropdown {
    width: 100%;
  }
}
.mobile_calendar_title {
  font-size: 1.1em;
}
/********** Starting template 3 ***********/
.event_picture_tall {
  width: auto;
  max-height: 100%;
}
/*screen-xs*/
@media (max-width: 768px) {
  .panel-wide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .event_content {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }
  .event_picture {
    text-align: center;
    overflow: hidden;
  }
  .image-wide {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .xs-center {
    text-align: center;
  }
  .buy_tickets_button {
    padding-right: 30px;
    padding-left: 30px;
  }
  .top_button {
    width: 100%;
  }
  .no_limit_height{
    height: auto;
  }
}
div.selection_quantity {
  width: 96%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  align-items: center;
  margin: 0.7em;
  padding: 0.7em;
}
div.selection_quantity .ticket_type_name_and_description {
  padding: 0 0.6em;
  -webkit-flex: 3;
  flex: 3;
  border-right: 1px solid #dedee0;
}
div.selection_quantity .ticket_type_name {
  font-size: 1.34em;
}
div.selection_quantity .ticket_type_description {
  color: slategray;
  margin: 0.7em 0;
  line-height: 1.3;
}
div.selection_quantity .ticket_type_price {
  padding: 0 0.7em;
  -webkit-flex: 1;
  flex: 1;
  font-size: 1.552em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  div.selection_quantity .ticket_type_quantity {
    flex: 2;
  }
  div.selection_quantity .ticket_type_price {
    padding: 0 0.3em;
    flex: 2;
  }
  div.selection_quantity {
    margin: 1em 0;
    padding: 0;
    width: 100%;
  }
  select.limited_ticket_type {
    min-width: 2em;
  }
  .ticket_group {
    flex-direction: column;
    border-right: 1px solid #dedee0;
  }
  /*
  div.selection_quantity .ticket_type_name_and_description{
    border-right: unset;
  }*/
}
/*screen other than -xs*/
@media (min-width: 768px) {
  .event_content {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    min-height: 520px;
    border: 1px solid #C7C7C7;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }
  .event_picture {
    height: 225px;
    text-align: center;
    overflow: hidden;
  }
  .image-wide {
    object-fit: contain;
    height: 255px;
    max-width: 100%;
  }
  .no_limit_height{
    height: auto;
  }
}
.event_content.no_images {
  min-height: 385px;
}
.event_content:hover {
  background-color: #e8e8e8;
}
.event_description {
  color: #a9a9a9;
  padding: 15px;
  font-size: 14px;
  height: 150px;
  overflow: hidden;
}
.event_description_high_contrast {
  color: #000000;
}
.web_safe_green_button {
  background-color: #008000;
}
.fade-bottom-text {
  position: relative;
}

.fade-bottom-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
  background-image: -o-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
  background-image: -ms-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
}
.event_title, .event_date {
  padding-left: 15px;
  padding-right: 15px;
}
.event_title h1 {
  text-align: left;
  margin-bottom: 0px;
}
.event_title {
  color: #545454;
  font-weight: bold;
}
.price_range {
  text-align: right;
  font-size: 1.3em;
  color: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 10px;
}
.price {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.mandatory-seats-count {
  color: red;
}
.event_template_3_background {
  background-color: #fff;
}
div.social_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
div.social_links a {
  margin: 0 0.3em;
}
div.social_links a .fa-2 {
  transform: scale(0.65);
}
.youtube-color {
  color: #ff2222;
}
.yelp-color {
  color: #ff4444;
}
.twitter-color {
  color: #0084b4;
}
.tripadvisor-color{
  color: #00af87;
}
.instagram-color{
  color: #405de6
}
.soundcloud-color{
  color: #ff3300;
}
.facebook-color {
  color: #3B5998;
}
.bandcamp {
  background: url(/images/bandcamp.png) no-repeat center center;
  height: 18px;
  width: 18px;
  padding-left: 0.15em;
}
/********** Ending template 3 *************/
/* side bar styles */
.public_sidebar{
}
#no_indent_list {
  margin-left: 0;
  padding-left: 5px;
}
#wheelchair-confirm {
  max-width: 400px;
}
#submit_package {
  margin-bottom: 20px;
}
#submit_package .btn-primary {
  margin-bottom: 5px;
}
/* Public Display */
.list-group-modified {
  margin-left: 0px;
}
.list-group-item-modified {
  margin-left: 0px;
}
.display-tickets-available {
  font-size: 1.1em;
  font-weight: bold;
}
.event_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* webkit and flex keep Safari events/index correctly displayed */
/* min and max width is for large event on bottom row. * /
/* Related: TTIX-3506, TTIX-3982, TTIX-3734 */
.event_box {
  -webkit-flex: 1 0 300px;
  flex: 1 0 300px;
  margin: 10px;
  min-width: 280px;
  max-width: 520px;
}
.event_box_ios {
  -webkit-flex: 1 0 300px;
  flex: 1 0 300px;
  margin: 10px;
}
@media only screen and (max-width: 600px){
  .event_box_ios {
    margin: 0px;
  }
  .event_box{
    margin: 0px;
  }
  .event_list {
    padding: 0px;
  }
}
.event_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 5px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%
}
.event_details .virtual_event {
  background-color: #428bca;
  color: white;
  padding: 10px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
}
.event_image {
  /*background-image: url(/images/warning.jpg);*/
  background-size: contain;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-bottom: 66.64%;
}
.no_event_image{
  width: 100%;
  height: 0;
  padding-bottom: 66.64%;
  text-align: center;
  vertical-align: middle;
}
.sold_out_text {
  font-size: 1.3em;
}
.event_actions {
  text-align: center;
  margin-bottom: 10px;
}
/*Form Wizard*/
.bs-wizard {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 5px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 14px;
  margin-bottom: 0px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 13px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #abe8aa;
  top: 40px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #5bbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px; left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 2px;
  box-shadow: none;
  margin: 18px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #abe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child  > .progress {
  left: 50%; width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child  > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
.thumbnail {
  border: none;
}
/* Overwrite jQuery calendar heading colors*/
.ui-datepicker-header.ui-widget-header {
  border: 1px solid #a8a8a8 !important;
  background: #a8a8a8 50% 50% !important;
}
.cart-timer {
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: black;
}
a.cart-timer-link {
  color: #428bca;
  text-decoration: none;
}
a.cart-timer-link:hover {
  color: #3A5FAE;
  text-decoration: none;
}
#check-balance {
  max-width: 900px;
  margin: auto;
}
#check-balance h1 {
  font-size: 26px;
}
#check-balance input {
  font-size: 16px;
  padding: 16px;
}
#check-balance .form-control {
  height: 64px;
}
.performances-calendar .current-day {background: #d9edf7;}
.performances-calendar .current-day a, .performances-calendar .current-day button {color: green; font-weight: bold; text-decoration: none}
.performances-calendar .active-day {background: #dff0d8;}
.performances-calendar .active-day a, .performances-calendar .active-day button {color: green; font-weight: bold; text-decoration: none }
.performances-calendar .active-day button, .performances-calendar .current-day button { margin: 0; padding: 0; font-size: inherit; }
.performances-calendar .sold-out-day {background: #eccdd2; }
.performances-calendar .sold-out-day a, .performances-calendar .sold-out-day button {color: green; font-weight: bold; text-decoration: none }
.performances-calendar tr:first-child th{background-color: #F6F6F6; text-align: center; font-size: 15px;}

.no_top_space {
  padding-top: 0;
  margin-top: 0;
}
.no_bottom_space {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* The next media query works together with javascript at _order partial and also in all_20xxxxxx stylesheet, all should match */
@media only screen and (max-width: 768px) {
  .table-fixed {
    table-layout: fixed !important;
  }
  .minimize_for_public {
    margin: 0 !important;
    padding: 0 !important;
    width: 0% !important;
    border-radius: 0 !important;
  }
  .hide_if_mobile span{ display: none; }
  .adjust_for_public_qty { width: 10% !important; }
  .adjust_for_public_price { width: 12% !important; }
  .adjust_for_public_item_total { width: 15% !important; }
  .adjust_for_public_delete { width: 4% !important; }
}

.support-button {
  background-color: rgb(232, 91, 70);
  border-color: rgb(162, 21, 0);
}

.support-button:hover {
  background-color: rgb(212, 71, 50);
  border-color: rgb(142, 1, 0);
}

.heart {
  width: 100px;
  height: 100px;
  background: url("/images/donation_heart.png") no-repeat;
  background-position: 0 0;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}

.is-active {
  transition-duration: 1s;
  background-position: -2800px 0;
}

.donation-level-box {
  -webkit-flex: 1 0 250px;
  flex: 1 0 250px;
  margin: 10px;
  min-width: 200px;
  max-width: 300px;
}

@media only screen and (max-width: 586px) {
  .donation-level-box {
    max-width: 586px;
  }
  .donation-level-box-ios {
    -webkit-flex: 1 0 586px;
    flex: 1 0 586px;
  }
}

.donation-level-box-ios {
  -webkit-flex: 1 0 250px;
  flex: 1 0 250px;
  margin: 10px;
}

.centered-block {
  margin: 1.4142em auto;
}

.half-width {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .heart {
    display: block;
  }
  .half-width {
    width: 90%;
  }
  .donation-amount-group div:first-child {
    flex: 0;
  }
  .donation-amount-group div {
    flex: 1;
  }
  .donation-amount-group div.empty-heart-container {
    flex: 0;
  }
  .donation-amount-group div.prime {
    flex: 4;
  }
  .survey_info .ticket_type_name_and_description {
    width: 100%;
  }
  .centered-block {
    margin: 0 auto;
  }
}

.xl-text {
  height: auto;
  font-size: 3.33em;
}

.xl-text .fa{
  font-size: .8em;
}

.xl-text #donation_amount{
  min-width: 146px;
}

.donation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  align-items: center;
  margin: 0.45em 0;
  padding: 0.52em;
  cursor: pointer;
}

.donation-amount-group {
  display: flex;
  margin: 2em 0;
  justify-content: space-around;
  align-items: center;
  height: 120px;
}

.donation-amount-group div {
  flex: 1;
}

.donation-amount-group .prime {
  flex: 3;
}

.donation-amount-group div.prime .form-group{
  margin: 0;
}

.campaign-survey {
  margin: 1em;
}

.campaign-survey .required {
  display: none;
}

.campaign-survey input {
  font-size: 1.21em;
}

.four-panels-block {
  max-width: 1310px;
}

.price-range {
  margin: 0.4em 0.2em;
}

.donation-recurring-notice {
  width: 80%;
}

.donation-recurring-notice .row {
  border: 1px solid #50c7f9;
  padding: 1em;
  border-radius: 6px;
}

.donation-recurring-notice .row div{
  padding: 0;
}

.donation-recurring-notice .fa {
  color: #50c7f9 !important;
}
/* Stripe credit card form for checkout page */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #00000036;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.apply-ticket-type-to-all {
  display: inline-block;
  margin: 0 1em;
}
h2.performance_name_orders_new {
  padding-left: 8px;
}

.package ul.events {
  padding-left: 10px;
}

.package ul.performances {
  padding-left: 20px;
  display: none;
}

.dropdown-menu > li > a {
  font-weight: 700;
  padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  display: block;
  padding: 6px 0 0 0;
  font-weight: 500;
}

#ticket_types_dropdown ul li {
  margin-left: 10px;
  margin-right: 10px;
}

#seating_chart_tooltip {
  color: white;
  position: absolute;
  display: none;
  background: black;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  z-index: 1;
}

g.seat[data-state="open"], g.seat[data-state="selected"] {
  cursor: pointer;
}

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.assistive-text:focus {
  clip: auto !important;
  display: block;
  position: absolute;
  z-index: 100000;
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
  padding: 12px;
  top: 5px;
  left: 5px;
}

.product_additions {
  padding-left: 0.7em;
}

.range {
  margin: 0 auto;
}

#area_selection {
  /*width: 600px;*/
  text-align: left;
}

.recipients .recipient {
  padding: 5px;
}

.recipient input.quantity_field {
  width: 5em;
}

.cbx {
  -webkit-perspective: 20;
  perspective: 20;
  position: absolute;
  border: 2px solid #b6b6b6;
  background: #e8e8eb;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.cbx:hover {
  border-color: #0b76ef;
}

.flip {
  display: block;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  position: relative;
  width: 20px;
  height: 20px;
}

.fancy-cbx {
  display: none;
}

.fancy-cbx:checked + .cbx {
  border-color: #0b76ef;
}

.fancy-cbx:checked + .cbx .flip {
  transform: rotateY(180deg);
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.front {
  background: #fff;
  z-index: 1;
}

.back {
  transform: rotateY(180deg);
  background: #0b76ef;
  text-align: center;
  color: #fff;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0b76ef;
}

.back svg {
  margin-top: 3px;
  fill: none;
}

.back svg path {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.indent_more {
  padding-left: 28px;
}

.fill_ticket_types div.row-event-name, div.season-pass-details h2.season-pass-name {
  display: none;
}

.virtual_in_progress {
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
}

.package-events > .performances {
  position: sticky;
  top: 10px;
}

.package-events .event_article {
  flex-direction: column-reverse;
  cursor: pointer;
}

.highlight {
  box-shadow: 2px 2px 2px 1px lightgrey;
}

.package-events > .events_list .has_performance {
  border-width: medium;
}

@media only screen and (max-width: 768px) {
  .package-events .performances_calendar {
    margin: auto;
  }
}

.description_next_to_picture {
  padding-right: 20px;
}

.padleft {
  padding-left: 10px;
}
