.timer-tooltip .timerMessage
{
    padding:initial;
    border:none;
    background:none;
}
#CountDown .graphicCountdownHolder 
{
    height:auto;
    width:auto;
    border:none;
}
.qtip.timer-tooltip
{
    background-color: #FAF5A1;
    border-radius: 3px;
    /*border-top-left-radius:0;*/
    border: 1px solid #E9C47F;
}
.timer-tooltip .qtip-content
{
    padding: 0.3em 0 0 0.5em;
}

@media only screen and (max-width: 780px) 
{
	.timer-tooltip .qtip-content .timerMessage .idCountDown
	{
		font-weight: bold;
	}
	
}
.graphicCountdownHolder
{
	display:none;
}
.CountDownRemainingTimeTitle
{
	display:inline-block;
}
.timerMessage
{
	color:black;
	background-color:#FAF5A1;
	padding:3px;
	border-radius:5px;
}
.CancelTransFromTimer 
{
	background-color:Transparent;
	display: inline-block;
	padding: 0 2px;
	border-radius: 10px;
	text-decoration:underline;
}
.CancelTransFromTimer label
{
	cursor:pointer;
}

@media only screen and (max-width: 780px) 
{
	.CancelTransFromTimer 
	{
		/*display:none;*/
	}
	.pageSectionContainer .CountDownRemainingTimeTitle:nth-child(2) 
	{
		float:right;
		margin-right:5px;
		margin-top: -25px;
		/*position: absolute;*/
		height: 21px;
		float: left;
	}
}
/*
	+-----------------------------------------------------------------------------------------------------------------+
	| Attention: please follow the conventions described at https://seatgeekenterprise.atlassian.net/wiki/x/H4G2Bg !  |
	+-----------------------------------------------------------------------------------------------------------------+ 
*/
/*TODO: @notMobileMediaQuery: e(%("not %s", @mobileMediaQuery)); --and dtop the 'only'*/

/*ATTENTION: override only via config files!*/

@keyframes blinkTitle {
  from {
    color: silver;
  }
  to {
    color: #404041;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.screen-content > h2 {
  display: none;
}
.productData div.item_image img {
  line-height: 10px;
  font-size: 10px;
}
.productInfo {
  font-size: 1.5em;
  display: flex;
  flex-flow: row wrap;
}
html.no-flexbox .productInfo {
  min-height: 0;
  /* support: IE7 */

}
html.no-flexbox .productInfo:before,
html.no-flexbox .productInfo:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
html.no-flexbox .productInfo:after {
  clear: both;
}
.productInfo > * {
  border: 1px solid #b2b2b2;
  padding: 2em;
  box-sizing: border-box;
  margin: 1em 0 0 0;
}
html.no-flexbox .productInfo > * {
  float: left;
}
.productInfo .description {
  flex: 1 100%;
  background-color: #eeeeee;
}
html.no-flexbox .productInfo .description {
  width: 100%;
  float: left;
}
.productInfo .description ~ * {
  flex: 1 auto;
  width: calc(50% - 0.5em);
  overflow: auto;
}
@media only screen and (max-width: 780px) {
  .productInfo .description ~ * {
    width: 100%;
  }
}
html.no-flexbox .productInfo .description ~ * {
  height: 10em;
}
.productInfo .description ~ *:nth-child(2n):not(:last-child) {
  margin-right: 0.5em;
}
@media only screen and (max-width: 780px) {
  .productInfo .description ~ *:nth-child(2n):not(:last-child) {
    margin-right: 0em;
  }
}
.productInfo .description ~ *:nth-child(2n+1) {
  margin-left: 0.5em;
}
@media only screen and (max-width: 780px) {
  .productInfo .description ~ *:nth-child(2n+1) {
    margin-left: 0em;
  }
}
.productInfo .description ~ *:nth-child(2n):last-child {
  max-height: none;
}
html.no-flexbox .productInfo .description ~ *:nth-child(2n):last-child {
  width: 100%;
  height: auto;
}
.productInfo .description ~ *.longDescription:not(:nth-child(2n)) {
  max-height: 20em;
}
.productInfo .membershipBenefits {
  padding-top: 0;
}
.productInfo .membershipBenefits > * {
  font-size: 0.8em;
}
.productInfo .membershipBenefits > *:last-child {
  font-size: 0.6em;
}
.productInfo .membershipBenefits > *:last-child:before {
  content: "*";
  margin-right: 0.3em;
}
.description-text {
  margin-bottom: 2em;
}
.productData div.item_image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 153px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
.productData div.item_image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.productData .description .name {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.screen-content .buttonsContainer {
  float: left;
  clear: both;
  width: 96%;
  text-align: center;
  margin: 2em;
  padding-left: 0px;
  margin-left: 0px;
}
.screen-content .buttonsContainer .button.back {
  display: none;
}
.screen-content .buttonsContainer .button.proceed {
  float: none;
}
.screen-content .buttonsContainer .button.proceed a {
  font-size: 2em;
}
.productData .prices {
  display: table;
}
.productData .prices > div {
  display: table-row;
}
.productData .prices > div.pricesCaption {
  display: table-caption;
}
.productData .prices > div > * {
  display: table-cell;
}
.productData .prices .name {
  padding-right: 1em;
}
.productData .prices .min,
.productData .prices .max {
  font-size: 0.8em;
}
.productData .prices .min:before {
  content: "(";
}
.productData .prices .min:after {
  content: " -";
}
.productData .prices .max:after {
  content: ")";
}
.button.small_button_a A::after {
  content: initial;
}
@media only screen and (max-width: 780px) {
  #group_Header + DIV {
    display: inline-block;
  }
  .productInfo .description {
    float: none;
    padding: 0.5em;
  }
  .productData div.item_image {
    float: none;
  }
}
.productData div.item_image {
  background-image: url('../style/flowtheatre.css/images/SubscriptionMed.svg');
}
.productData.seriesGroup div.item_image {
  background-image: url('../style/flowtheatre.css/images/SubscriptionGroupMed.svg');
}
.productData div.item_image {
  height: 160px;
  box-sizing: border-box;
}
.productData div.item_image img {
  box-sizing: border-box;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  max-height: 124px;
  max-width: 108px;
}
.productInfo .description ~ *:nth-child(2n+1) {
  margin-right: 0;
  margin-left: 0;
}
.productInfo .media-overview {
  border: 0;
  padding: 0;
}
.productInfo .media-overview,
.productInfo .details {
  max-height: none;
}
.productInfo .details .prices:empty,
.productInfo .details .seriesInGroup:empty,
.productInfo .details.empty {
  display: none;
}
.productInfo .media-overview > div:empty {
  display: none;
}
.productInfo .media-overview .media-brief,
.productInfo .media-overview .media-detailed {
  border: 1px solid #b2b2b2;
  padding: 2em;
}
.productInfo .media-overview DIV:not(:empty) + DIV {
  margin-top: 1em;
}
.productData .seriesInGroup span {
  display: list-item;
  list-style: circle;
}
@media only screen and (max-width: 780px) {
  .productData div.item_image {
    width: 182px;
    display: block;
    height: 207px;
    margin-left: auto;
    margin-right: auto;
  }
  .productData div.item_image img {
    max-height: 164px;
    max-width: 134px;
  }
}

/*
	+-----------------------------------------------------------------------------------------------------------------+
	| Attention: please follow the conventions described at https://seatgeekenterprise.atlassian.net/wiki/x/H4G2Bg !  |
	+-----------------------------------------------------------------------------------------------------------------+ 
*/
/*TODO: @notMobileMediaQuery: e(%("not %s", @mobileMediaQuery)); --and dtop the 'only'*/

/*ATTENTION: override only via config files!*/

@keyframes blinkTitle {
  from {
    color: silver;
  }
  to {
    color: #404041;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.productInfo.item_data_background {
  background-color: inherit;
}
@media only screen and (max-width: 780px) {
  .buttonsContainer {
    -webkit-box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0.1px;
    /*For IOS*/
    padding-bottom: 22px;
    background-color: #b7b4b4;
    width: 100%;
    height: 59px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px !important;
    left: 0px;
    z-index: 3;
  }
  .buttonsContainer .button.small_button_a {
    margin-right: 13px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .productData .ui-spinner.ui-widget,
  .productData + div .ui-spinner.ui-widget {
    padding-left: 33px;
    border-width: 0px;
    height: 26px;
    width: 50px;
    margin-left: -14px;
    margin-top: -3px;
    background: transparent none;
  }
  .productData .ui-spinner-button .ui-icon,
  .productData + div .ui-spinner-button .ui-icon {
    background-image: none;
  }
  .productData .ui-spinner-button,
  .productData + div .ui-spinner-button {
    height: 26px;
    width: 26px;
    background-size: cover;
    background-color: transparent;
    border-width: 0px;
  }
  .productData .count,
  .productData + div .count {
    margin-right: 47px;
    border: 1px gray solid !important;
    text-align: center;
  }
  .productData .ui-spinner-button.ui-spinner-down,
  .productData + div .ui-spinner-button.ui-spinner-down {
    left: 0px;
    background-image: url('../style/flowtheatre.css/images/counterLessIcon.png');
    background-color: #e6e6e6;
  }
  .productData .ui-spinner-button.ui-spinner-up,
  .productData + div .ui-spinner-button.ui-spinner-up {
    background-image: url('../style/flowtheatre.css/images/counterMoreIcon.png');
    background-color: #e6e6e6;
  }
  form .productData .ui-spinner input[type=text],
  .productData + div .ui-spinner input[type=text] {
    margin-right: 47px;
    border: 1px gray solid !important;
    text-align: center;
    height: 26px;
    margin-left: -7px;
    width: 31px;
    background-color: white;
  }
}
/*@import (reference, less) '../font-awesome/css/font-awesome.css';*/


.seatInfoConfirm-dialog label {
  display: block;
  margin-top: 1em;
}
.seatInfoConfirm-dialog .seatInfoConfirm {
  white-space: pre-line;
}
#eventPage.seated .selectTickets {
  background-image: url('../style/flowtheatre.css/images/SelectTickets/bckgrnd.png');
  background-repeat: repeat-y;
  border-color: #cccccc;
  border-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-bottom-style: none;
  padding-top: 40px;
}
#eventPage.seated .selectTickets.empty * {
  display: none;
}
#eventPage.seated .selectTickets.empty * .errorMessage {
  display: none !important;
}
#eventPage.seated .selectTickets.empty .emptyMessage,
#eventPage.seated .selectTickets.empty .emptyMessage * {
  display: block;
}
#eventPage.seated .selectTickets.empty .emptyMessage SPAN {
  padding-left: 2em;
}
#eventPage.seated .selectTickets.empty .emptyMessage SPAN:after {
  content: '\f060';
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  padding-top: 1em;
}
body.dir-RTL #eventPage.seated .selectTickets.empty .emptyMessage SPAN:after {
  content: '\f061';
}
#eventPage.seated .selectTickets.empty .emptyMessage,
#eventPage.seated #ticketsPane .selectTickets .buttonsContainer {
  width: 100%;
  background-image: url('../style/flowtheatre.css/images/SelectTickets/border-bottom.png');
  -ms-behavior: url('../style/ie/backgroundsize.htc');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 1em;
  position: relative;
  top: 6px;
}
#eventPage.seated #ticketsPane .selectTickets .buttonsContainer .button.proceed {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1em 0 1em;
}
#eventPage.seated #ticketsPane .selectTickets .buttonsContainer .button.proceed > a {
  width: 100%;
  box-sizing: border-box;
  margin-left: -1em;
}
.selectTickets .row.unassigned {
  border-bottom-width: 1px;
}
.selectTickets .tickets > .row {
  border-style: none;
  background-color: inherit;
  padding-top: 1em;
  /*padding-bottom:1em;*/

}
.selectTickets.mode-SelectedSeats .tickets > .row {
  float: left;
  position: relative;
  padding-top: 2.5em;
}
.selectTickets.mode-SelectedSeats .tickets > .row {
  border-top: 1px #999999 dashed;
}
.selectTickets.mode-SelectedSeats .row.unassigned {
  display: none !important;
}
.selectTickets .row .price {
  font-weight: bold;
}
.selectTickets .row .price,
.selectTickets .row .ops,
.selectTickets .row .extra-info {
  margin-top: 0.5rem;
}
.selectTickets .row .icons {
  margin-top: 0.5em;
}
@media only screen and (max-width: 780px) {
  .selectTickets .row .icons {
    margin-top: -1.5em;
  }
}
.selectTickets .row .icons .memberBenefit {
  /*&:extend(.fa, .fa-star all);*/

  color: #6800ff;
}
.selectTickets .row .icons .memberBenefit:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
}
.selectTickets .row .extra-info {
  display: inline-block;
  font-size: 0.7em;
  max-width: calc(100% - 6rem);
}
.selectTickets .row .extra-info .promo-yes {
  color: green;
}
.selectTickets .row .extra-info .promo-yes:before {
  /*.promo-msg;*/

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}
.selectTickets .row .extra-info .promo-no {
  color: #ec1c24;
}
.selectTickets .row .extra-info .promo-no:before {
  /*.promo-msg;*/

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
}
.selectTickets .row .extra-info .promo-yes:before,
.selectTickets .row .extra-info .promo-no:before {
  margin-right: 0.3em;
}
.selectTickets .row .extra-info .seatNote:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  padding-right: 0.3em;
}
.selectTickets.mode-grouped .row .total.zero {
  visibility: hidden;
  text-align: left;
}
.selectTickets.mode-grouped .row .total.zero:after {
  content: '--';
  visibility: visible;
}
.selectTickets .row.unassigned .price {
  color: inherit;
}
.selectTickets .row .priceType {
  float: none;
  margin: 0;
  margin-left: 0.5em;
}
@media not screen and (max-width: 780px) {
  #eventPage .priceTypes {
    width: calc(100% - 2rem - 2px);
  }
}
.selectTickets .ui-icon.op-remove {
  cursor: pointer;
  background-image: url('../style/flowtheatre.css/images/selectTickets/x.png');
  background-size: contain;
  background-position: 0% 0%;
  background-position: initial;
  width: 1em;
  height: 1em;
  -ms-behavior: url('../style/style/ie/backgroundsize.min.htc');
}
.selectTickets .ui-icon.op-remove:disabled {
  cursor: not-allowed;
}
.selectTickets .summary,
.selectTickets .errorMessage {
  margin: auto 0.5em auto 0.5em;
}
.selectTickets .warningMessage {
  margin: 0.5em;
}
.selectTickets .warningMessage:before {
  margin-right: 0.3em;
  font-family: FontAwesome;
}
.selectTickets .warningMessage:not(:empty):before {
  content: "\f05a";
}
.selectTickets .warningMessage.warn-maxTicketsExceeded:not(:empty):before {
  content: "\f071";
}
.selectTickets .summary {
  border-style: solid;
  border-width: 2px 0 2px 0;
  border-color: #999999;
  box-sizing: border-box;
  float: none;
  padding: 1em;
}
#eventPage .selectTickets .summary {
  padding: 0.5em 0;
}
#eventPage .selectTickets .summary > SPAN {
  line-height: 1.5em;
}
#eventPage .selectTickets .summary > SPAN.total {
  text-align: right;
}
#eventPage .selectTickets .summary > SPAN.countTickets {
  width: 100%;
}
#eventPage.seated .selectTickets.empty .summary {
  display: none;
}
.selectTickets.mode-BestAvailable .summary {
  border-style: dashed;
  font-weight: bold;
}
.selectTickets .errorMessage {
  margin-top: 1em;
  word-break: break-word;
}
.selectTickets .summary {
  font-weight: bold;
}
.selectTickets .summary .total {
  font-size: 1em;
  float: right;
}
.selectTickets #selAreas,
.selectTickets .areas label {
  display: none;
}
.selectTickets.mode-SelectedSeats #selAreaName {
  display: initial;
  margin-left: 0.5em;
  /*font-weight: bold;*/

}
.selectTickets h3 {
  display: block;
  margin: 0.5em;
  font-size: 1.1em;
}
.selectTickets .operationTypeTitle {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1em;
}
.selectTickets .row .priceLevels {
  display: inline-block;
  display: initial;
  float: left;
}
.selectTickets .row .seat {
  clear: inherit;
  clear: initial;
  margin-left: 0.3em;
  float: none;
  position: absolute;
  top: 0.5em;
  left: 2em;
}
.selectTickets .row .priceLevels {
  clear: initial;
  color: transparent;
}
.selectTickets .row .seat {
  font-size: 1em;
  max-width: none;
  font-weight: normal;
  /*width:9em;*/

}
.selectTickets .row .seat > span {
  margin-right: 0.2em;
  /*float:left;*/

}
.selectTickets .row .seat > span.rowName + span:after {
  content: ';';
}
/*.selectTickets .row label>span.seatName,
.selectTickets .row label>span.sectorName+span.rowName
{
	clear:left;
}*/

.selectTickets .row .seat .sectorName/* temp fix for sectorName pushing the seat name down too low DEV-1685*/ {
  margin-top: -5px;
  display: block;
}
.selectTickets.mode-grouped .row .total {
  text-align: right;
  padding-right: 0.5em;
}
.selectTickets.mode-grouped .row .total:before {
  content: '';
}
.selectTickets.mode-grouped .row .price {
  float: none;
}
.selectTickets.mode-grouped .header {
  display: none;
}
.selectTickets.mode-grouped .row .pricing {
  unicode-bidi: embed;
}
.selectTickets.mode-grouped .row .pricing:before {
  content: '(';
}
.selectTickets.mode-grouped .row .pricing:after {
  content: ')';
}
.selectTickets.mode-grouped .row .price {
  margin: 0;
}
.selectTickets.mode-grouped .row .price:after {
  content: none;
}
.selectTickets.mode-grouped .row .listPrice {
  text-decoration: line-through;
  display: inline-block;
  /* margin-right:0.3em; */

}
.selectTickets .tickets > .row {
  float: initial;
}
#eventPage.non-seated .selectTickets {
  min-width: 50%;
}
@media not screen and (max-width: 780px) {
  #eventPage.non-seated .tickets,
  #eventPage.non-seated .summary,
  #eventPage.non-seated .warningMessage {
    margin-left: 100px;
    width: calc(100% - 100px);
  }
}
#eventPage .selectTickets .buttonsContainer #btnProceed:focus {
  /*outline-offset: 5px; not supported in IE*/
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px white inset;
}
.selectTickets .priceLevels > label {
  display: inline-block;
  white-space: nowrap;
  width: 100px;
}
@media only screen and (max-width: 780px) {
  .button.small_button_a.viewSeatingPlan A {
    border-bottom: 0px;
  }
  .button.small_button_a.viewSeatingPlan:not(.disabled) A {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    background-image: url('../style/flowtheatre.css/images/cinema.png');
    background-size: 36px 36px;
    height: 20px;
    float: left;
    width: 138px;
  }
  .button.small_button_a.viewSeatingPlan A::after {
    content: '';
  }
  .selectTickets .tickets > .row {
    padding-left: 4px;
    padding-right: 4px;
    border-style: none;
    padding-top: 1em;
    height: 72px;
  }
  /*
  	.selectTickets.mode-grouped .row .pricing:before 
  	{
  		 content: '';
  	}
  	.selectTickets.mode-grouped .row .pricing:after
  	{
  		 content: '';
  	}*/
  
  .selectTickets .row .priceTypes,
  .selectTickets .row .priceType {
    font-size: 16px;
    float: left;
    text-align: left;
    width: 38%;
    width: calc(100% - 200px);
    margin: 0px;
    overflow: auto;
  }
  .selectTickets .row .priceTypes {
    word-wrap: break-word;
    white-space: nowrap;
    height: 24px;
  }
  .selectTickets .row .priceType {
    height: auto;
    max-height: 36px;
  }
  .selectTickets.mode-grouped .row .total {
    text-align: right;
    padding-right: 1em;
  }
  .selectTickets.mode-grouped .row .price,
  .selectTickets.mode-grouped .row .total,
  .selectTickets.mode-grouped .header .price {
    width: 5em;
    font-size: 16px;
    color: black;
  }
  .selectTickets .row .ops {
    margin-top: -6px;
  }
  .selectTickets .summary {
    margin: auto auto auto auto;
    padding-left: 10px;
    padding-right: 0px;
    margin-top: 12px;
    background-color: gainsboro;
  }
  #eventPage.non-seated .selectTickets .tickets {
    margin-left: 0;
    margin-top: -10px;
    background-color: White;
  }
  #eventPage.seated .selectTickets {
    width: 100%;
    padding-top: 0px;
  }
  #eventPage.non-seated .selectTickets .tickets,
  #eventPage.non-seated .selectTickets .summary {
    margin-left: 0px;
  }
  .selectTickets .row .extra-info {
    float: right;
  }
  .selectTickets .row .ops {
    width: 82px;
    /*104px;*/
    float: none;
    display: inline-block;
    padding-right: 4px;
    /*18px;*/
  
  }
  .selectTickets .row .ops .ui-spinner.ui-widget {
    padding-left: 24px;
    /*39px;*/
    border-width: 0px;
  }
  .selectTickets .row .ops .ui-spinner-button .ui-icon {
    background-image: none;
  }
  .selectTickets .row .ops .ui-spinner-button {
    height: 26px;
    width: 26px;
    background-size: cover;
    background-color: white;
    border-width: 0px;
  }
  .selectTickets .row .ops .count {
    margin-right: 30px;
    /*47px;*/
    border: 1px gray solid !important;
    text-align: center;
  }
  .selectTickets .row .ops .ui-spinner-button.ui-spinner-down {
    left: 0px;
    background-image: url('../style/flowtheatre.css/images/counterLessIcon.png');
  }
  .selectTickets .row .ops .ui-spinner-button.ui-spinner-up {
    background-image: url('../style/flowtheatre.css/images/counterMoreIcon.png');
  }
  #eventPage.non-seated .selectTickets .summary {
    background-color: white;
    border-width: 0px;
    margin-top: 4px;
    font-size: 16px;
    color: black;
  }
  .selectTickets .summary .total {
    color: black;
    font-weight: bold;
  }
  #eventPage #ticketsPane .selectTickets .buttonsContainer {
    -webkit-box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0.1px;
    /*For IOS*/
    padding-bottom: 22px;
    background-color: #b7b4b4;
    width: 100%;
    height: 59px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px !important;
    left: 0px;
    z-index: 3;
  }
  #eventPage #ticketsPane .selectTickets .buttonsContainer.isError,
  #eventPage.seated #ticketsPane .selectTickets .buttonsContainer.isError {
    height: 115px;
  }
  #eventPage #ticketsPane .selectTickets .button.proceed {
    margin: 0px;
    width: auto;
    padding-right: 4%;
    padding-top: 10px;
  }
  #eventPage #ticketsPane .selectTickets .buttonsContainer.isError .button.proceed,
  #eventPage.seated #ticketsPane .selectTickets .buttonsContainer .button.proceed {
    padding-top: 70px;
  }
  #eventPage #ticketsPane .selectTickets .button.proceed.disabled {
    display: none;
  }
  .selectTickets .errorMessage {
    display: none;
    width: 94%;
    position: fixed;
    bottom: 0px;
    margin-bottom: 58px !important;
    height: auto;
    z-index: 10;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    left: 0px;
    font-style: normal;
    margin-left: 2px;
    visibility: visible;
  }
  .selectTickets .errorMessage .ui-icon {
    margin-top: -2px;
  }
  #eventPage.seated #ticketsPane .selectTickets .buttonsContainer {
    visibility: visible;
    background-image: none;
    top: 6px;
    z-index: 3;
    display: block;
    position: fixed;
    padding-bottom: 22px;
  }
  #eventPage.seated #ticketsPane .selectTickets .buttonsContainer .button.proceed {
    width: 186px;
    padding-top: 0em;
  }
}
.priceTypeQuantitySelection {
  margin-top: 1em;
  border: 1px solid #b2b2b2;
  padding: 2em;
}
.priceTypesContainer {
  display: table;
}
.priceTypesContainer .row {
  display: table-row;
}
.priceTypesContainer .row > SPAN {
  display: table-cell;
  padding: 1em;
}
.priceTypesContainer .total.zero,
.invisible {
  visibility: hidden;
}
.priceTypesContainer .total.zero.invisible {
  display: none;
}
.priceTypesContainer .total.zero:before {
  content: '--';
  visibility: visible;
}
.totals > SPAN {
  border: 1px solid #cccccc;
  border-right: 0;
  border-left: 0;
}
@media only screen and (max-width: 780px) {
  .productData + div {
    padding: 1em;
  }
  .productData + div .ui-spinner .ui-spinner-button.ui-spinner-up,
  .productData + div .ui-spinner .ui-spinner-button.ui-spinner-down {
    background-color: transparent;
    height: 29px;
  }
  .productData + div .ui-spinner .ui-spinner-button.ui-spinner-up {
    margin-right: -3px;
  }
  .productData + div .ui-spinner.ui-widget {
    height: 29px;
  }
  .productData + div .ui-spinner input[type=text] {
    height: 15px;
  }
  .screen-content .buttonsContainer {
    -webkit-box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 13px -1px rgba(0, 0, 0, 0.75);
    border-radius: 0.1px;
    /*For IOS*/
    padding-bottom: 22px;
    background-color: #b7b4b4;
    width: 100%;
    height: 59px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px !important;
    left: 0px;
    z-index: 3;
  }
  .screen-content .buttonsContainer .button.proceed {
    width: auto;
    padding-right: 4%;
    padding-top: 1em;
    float: right;
  }
  #group_Footer,
  .navMenu.Footer .navmenu_Company ul li a[href*="tel:"] {
    visibility: hidden;
  }
  #PH_ScrollTop {
    visibility: visible;
  }
  .priceTypesContainer .row > SPAN {
    padding-left: 0em;
  }
  .priceTypesContainer .row > SPAN:last-child {
    padding-right: 0em;
  }
  .priceTypesContainer select {
    width: 100%;
  }
}


/*# sourceMappingURL=http://jon.tixcast.com/style/Css.ashx?i=4&iv=e0de8af6-3da3-43cc-8df9-ea6af8ddff5b&p=iBCuJE&map */