/* -------------------------------- All Events --------------------------------- */
.screen-AllEvents_aspx #filters 
{
	display:table-row;
}
.screen-AllEvents_aspx .general_tab_item, .screen-AllEvents_aspx .general_tab_item_hover, 
.screen-AllEvents_aspx .general_tab_item_selected, .screen-AllEvents_aspx .general_tab_item_selected_hover
{
	padding: 0.5em 2em;
	cursor:pointer;
	display:table-cell;
}
.screen-AllEvents_aspx .general_tab_item_selected, .screen-AllEvents_aspx .general_tab_item_selected_hover
{
	background-color:#5777A9;
	color:White;
}
.nextBackBar .general_tab_item {
	padding: 0.5em 0.2em;
	background-color: #5777A9;
	color: White;
	display: table-cell;
}

.screen-AllEvents_aspx .item_separator
{
	display:inline;
}
.screen-AllEvents_aspx .item_separator IMG 
{
	width:1px;
}
.screen-AllEvents_aspx #eventsList
{
	display: table;
	width: 100%;
	background: #F3F3F3;
	margin-top: 34px;
}
.screen-AllEvents_aspx .noEventsMessage
{
	font-size:110%;
	padding-top:1em;
	font-weight:bold;
}
/* --- All Events: Items List --- */
.dayContainer:not(.dayTitle) 
{
	border-width: 1px; 
	border-color: #5777A9; 
	border-style: outset; 
}
#calendarArea > div 
{
	display:table-cell;
}
#calendarArea > div > div
{
	display:table;
}
.list_calendar_container 
{
	display:table-row;
}
.list_background > div
{
	display:block;
    background: #FFFFFF;
	padding: 15px 15px;
	margin: 1em;
	padding: 0;
	font-size: 10pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.list_background > div:hover
{
	background: #E4EAF3;
}
.list_background > div.dayTitle, .list_background > div.dayTitle:hover
{
	background:none;
	cursor:default;
}
.list_title
{
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 110%;
    padding-left: 4px;
}

.list_record
{
    padding: 0.5em 0.5em;
	display: table-cell;
}
/* --- All Events: Items List Calendar --- */
.list_calendar_background
{
    border: 1px dashed black;
    font-size: 110%;
    background-color: #f5f5f5;
    text-align: center;
	display:table;
}
.list_calendar_background > div 
{
	display:table-row;
}
.list_calendar_background > div:first-child
{
	display:table-caption;
}
.list_calendar_background > div.list_calendar_day_name 
{
	display:block;
}
.list_calendar_container > div 
{
	display:table-cell;
}
.list_calendar_month
{
	display:block;
    background-color: #66A825;
    color:White;
    padding: 0.5em 0;
}
.list_calendar_day_name
{
    background-color: #5777A9;
    color:White;
	display:table-row;
}
.list_calendar_day_name .dayName
{
	display:table-cell;
    padding: 0.2em 0.2em;
}
.list_calendar_background .list_calendar_day
{
    padding: 2px;
	display:table-cell;
    color: #757575;
	border: transparent 1px solid;
	cursor:default;
}
.list_calendar_day_events
{
    padding: 2px;
    color: #5777A9;
	font-weight: bold;
}

.list_calendar_day_selected
{
    padding: 2px;
    color: #66A825;
	font-weight: bold;
}

.list_calendar_day_hover
{
    cursor: pointer;
    color: #0E5E97;
}

.list_record.tbc 
{
	width: 20%;
}

.list_calendar_events
{
    background-color: #f5f5f5;
    font-size: 110%;
    color: #828282;
    border: 1px solid black;
    width: 292px;
}
.list_week_days button
{
	float: left;
	width: 14.2%;
	border-radius:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.list_calendar_events_title
{
    font-size: 110%;
    font-weight: bold;
    color: #828282;
    padding: 2px;
}
.list_calendar_events_list
{
    font-size: 110%;
    color: #828282;
    padding: 2px;
}

@media screen and (max-width:780px)
{
	.screen-AllEvents_aspx #filters
	{
		display: table;
		width:100%;
	}
	.list_calendar_events 
	{
		display:none !important;
	}
	.nextBackBar button.general_tab_item 
	{
		width:49%;
		margin-top: 0px;
	}
	.nextBackBar button.general_tab_item:first-child 
	{
		margin-left:0.5%;
	}
	.screen-AllEvents_aspx .general_tab_item,
	.screen-AllEvents_aspx .general_tab_item_hover, 
	.screen-AllEvents_aspx .general_tab_item_selected,
	.screen-AllEvents_aspx .general_tab_item_selected_hover
	{
		cursor: pointer;
		padding-top: 10px;
		font-weight: bold;
		border: 1px solid #d4d4d4;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 0px;
		width: 25%;
		min-height: 20px;
		border-radius: 0px;
		height: 62px;
		margin-top: 19px;
	}
	
	.screen-AllEvents_aspx .general_tab_item.nextBackBar,
    .screen-AllEvents_aspx .general_tab_item_hover.nextBackBar, 
	.screen-AllEvents_aspx .general_tab_item_selected.nextBackBar,
	.screen-AllEvents_aspx .general_tab_item_selected_hover.nextBackBar
	{
		width: 100%;
		float: left;
		top: 49px;
		left: 0px;
		padding: 0px;
		border: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: inline-table;
        position: inherit;
	}
	.list_calendar_instructions
	{
		display:none;
	}
	.list_calendar_day_events
	{	
		border-width: 1px; 
		border-color: #5777A9; 
		border-style: outset;
	}
	.list_calendar_day_selected
	{
		padding: 2px;
		color: white;
		font-weight:bold;
		border-width: 1px; 
		border-color: white; 
		background-color: #5777A9; 
		border-style: outset;
	}
	.list_calendar_container
	{
		margin-top: 10px;
		position: absolute;
		width: 100%;
	}
	.list_calendar_results
	{
		margin-top: 194px;
		width: 100%;
	}
	.list_calendar_legend
	{
		display:none;
	}
	.list_calendar_background
	{
		font-size: 110%;
		position: absolute;
		width: 100%;
	}
	.list_calendar_background button.list_calendar_day:not([id])
	{
		visibility:hidden;
	}
	.screen-AllEvents_aspx .screen-content
	{
		position: absolute;
	}
}
.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;
	}
}



.promoBox {
  /*background-color:#e6e6e6;*/
  padding: 0.5em;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 0.5em;
  margin-top: 0.55em;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*.description{
        margin-left:@label-width;
        padding:@padding;
    }*/

}
.promoBox: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;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  content: "\f0c4";
  position: absolute;
  top: calc(0.55em * -1);
  right: 0.55em;
  font-size: 1.5em;
}
.promoBox > div {
  width: 100%;
  -webkit-order: -1;
  order: -1;
}
.promoBox label {
  box-sizing: border-box;
  /*flex: 1;*/
  min-width: 8em;
  font-weight: bold;
  font-size: 1.1em;
}
.promoBox input {
  -webkit-flex: 2;
  flex: 2;
  min-width: 5em;
  box-sizing: border-box;
}
.promoBox input + button {
  color: white;
  background-color: #1b6597;
  margin-left: 0.3em;
  padding: calc(0.3em + 2px);
  -webkit-flex: 0 auto;
  flex: 0 auto;
  white-space: nowrap;
}
.promoBox input + button:disabled {
  background-color: #d1dae0;
  color: #999999;
}
.promoBox > * {
  padding: 0.3em;
}
.promoBox .number {
  display: inline-block;
  border: 1px #cccccc solid;
  background-color: #e6e6e6;
  border-radius: 0.3em;
  white-space: nowrap;
}
.promoBox .number button {
  background-color: inherit;
}
.promoBox .number button: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: "\f00d";
}

/*
	+-----------------------------------------------------------------------------------------------------------------+
	| 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);
  }
}
#filters button {
  color: black;
  border: 2px solid #bebebe;
  background-color: white;
  margin-right: 3px;
  display: inline-block;
}
@media not screen and (max-width: 780px) {
  body.template-TemplateFull:not(.inIframe) #filters [data-ViewName="calendar"] {
    display: none;
  }
}
#filters button.general_tab_item_selected,
#filters button.general_tab_item_selected_hover {
  border: 2px solid #1f76b1;
  -moz-box-shadow: 0 0 19px #1f76b1;
  -webkit-box-shadow: 0 0 19px #1f76b1;
  box-shadow: 0 0 5px #1f76b1;
  font-weight: bold;
  font-size: 14px;
}
#filters .nextBackBar button {
  color: white;
  background-color: #1f76b1;
}
#calendarArea > div {
  float: left;
  padding-bottom: 7px;
  margin-left: 33%;
}
@media only screen and (max-width: 780px) {
  #calendarArea > div {
    margin-left: 0px;
  }
}
#calendarArea .list_calendar_container .list_calendar_instructions {
  visibility: hidden;
}
#calendarArea .list_calendar_container .list_calendar_instructions #curEvents {
  visibility: visible;
}
#calendarArea .list_calendar_container > div {
  background-color: whitesmoke;
}
#calendarArea .list_calendar_container .list_calendar_background {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9em;
  border-style: none;
  border-bottom: 1px dashed #999999;
}
#calendarArea .list_calendar_container .list_calendar_background > div:first-child {
  margin-bottom: 3px;
}
#calendarArea .list_calendar_container .list_calendar_background .list_week_days button {
  float: left;
  width: 14.2%;
  padding: 10px;
  background-color: transparent;
}
#calendarArea .list_calendar_container .list_calendar_background .list_week_days button:not(.list_calendar_day) {
  background-repeat: no-repeat;
  background-position-y: 3px;
  background-position-x: 3px;
}
body.dir-RTL #calendarArea .list_calendar_container .list_calendar_background .list_week_days button:not(.list_calendar_day) {
  background-position-x: -2px;
}
@media only screen and (max-width: 780px) {
  body.dir-RTL #calendarArea .list_calendar_container .list_calendar_background .list_week_days button:not(.list_calendar_day) {
    background-position-x: 59%;
  }
}
@media only screen and (max-width: 780px) {
  #calendarArea .list_calendar_container .list_calendar_background .list_week_days button:not(.list_calendar_day) {
    border-style: none;
    background-size: inherit;
    background-position-y: 2px;
    background-position-x: 56%;
  }
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_day_selected {
  background: url('../style/flowtheatre.css/images/calendar/circleDate.png') 70% 60% no-repeat;
  font-weight: bold;
  color: #66a825;
}
@media only screen and (max-width: 780px) {
  #calendarArea .list_calendar_container .list_calendar_background .list_calendar_day_selected {
    background-position-x: 16px;
  }
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_day_events {
  background: Transparent url('../style/flowtheatre.css/images/calendar/circleDate.png') 70% 60% no-repeat;
  color: #494949;
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_day.today {
  background: Transparent url('../style/flowtheatre.css/images/calendar/circleToday.png') 70% 60% no-repeat;
  background-position-x: 56%;
  color: white;
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_day {
  padding: 0.5em;
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_month {
  background-color: #1f76b1;
  border-radius: 0 0 40% 40%;
  padding: 0.75em 0;
  box-shadow: 0 2px 2px #1f76b1;
  font-weight: normal;
  color: white;
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_day_name {
  background-color: transparent;
  color: #494949;
  font-weight: bold;
  display: block;
}
#calendarArea .list_calendar_container .list_calendar_background .list_calendar_day_name .dayName {
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  border-left: none;
  border-right: none;
  float: left;
  width: 14.2%;
  padding: 1em 0em;
  font-size: 0.8em;
}
#allEventsScreen .list_background {
  background-color: #eeeeee;
  
}
#allEventsScreen .list_background .dayContainer {
  border-width: 0px;
  border-radius: 0px;
  margin: 4px;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .dayContainer {
    display: inline-block;
    width: 98%;
  }
}
#allEventsScreen .list_background .dayTitle {
  display: none;
}
#allEventsScreen .list_background .list_record {
  word-break: break-word;
}
#allEventsScreen .list_background .list_record button.btnAddToBasket {
  border-bottom: 0;
  background-color: Transparent;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: capitalize;
  padding-left: 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 329.32 39.202' width='329.32' height='39.202'%3E%3Cpath fill='%23ef4138' d='M25.323 0v7.94h-3.14V0H0v11.036c4.208 0 7.613 3.41 7.613 7.613S4.208 26.26 0 26.26v12.942h329.32V0H25.323zm-.044 33.704h-3.1V25.76h3.1v7.944zm.043-12.886h-3.19V12.88h3.19v7.938z'/%3E%3C/svg%3E");
  color: white;
  background-size: cover;
}
body.dir-RTL #allEventsScreen .list_background .list_record button.btnAddToBasket {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 329.32 39.203' width='329.32' height='39.203'%3E%3Cpath  fill='%23ef4138' d='M0 0v39.203h329.32V26.26c-4.208 0-7.613-3.407-7.613-7.61s3.405-7.614 7.613-7.614V0h-22.183v7.94h-3.14V0H0zm304.04 25.76h3.1v7.944h-3.1V25.76zm-.043-12.88h3.19v7.938h-3.19V12.88z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position-y: 5px;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .list_record button.btnAddToBasket {
    background-position-y: 6px;
  }
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .proceedButton {
    text-align: right;
    width: 36%;
    float: right;
    margin-top: -30px;
  }
}
#allEventsScreen .list_background .time {
  text-align: center;
  width: 14%;
  padding-left: 0px;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .time {
    width: auto;
  }
}
#allEventsScreen .list_background .date {
  width: 11%;
  word-break: normal;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .date {
    width: auto;
  }
}
#allEventsScreen .list_background .dayOfWeek {
  width: 7%;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .dayOfWeek {
    width: auto;
    padding-right: 0.5em;
  }
}
#allEventsScreen .list_background .eventName {
  font-weight: bold;
  font-size: 11pt;
  width: 46%;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .eventName {
    width: calc(100% - 129px);
    float: left;
  }
}
#allEventsScreen .list_background .hallName {
  width: 25%;
}
@media only screen and (max-width: 780px) {
  #allEventsScreen .list_background .hallName {
    width: calc(100% - 44%);
    float: left;
  }
}
#allEventsScreen .list_background .btnMoreInfo {
  display: none;
}
@media only screen and (max-width: 780px) {
  #group_left {
    display: none;
  }
  .screen-AllEvents_aspx .screen-content {
    position: relative;
    float: none;
  }
  .screen-AllEvents_aspx .screen-content #allEventsScreen {
    height: 100%;
  }
  .screen-AllEvents_aspx #filters button {
    margin-right: 0px;
  }
  .screen-AllEvents_aspx .list_calendar_results {
    margin-top: 265px;
  }
  .screen-AllEvents_aspx #allEventsScreen .list_record button.btnAddToBasket {
    border-bottom: 0;
    background-color: Transparent;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    font-weight: normal;
    min-width: inherit;
    text-transform: capitalize;
    width: 12em;
    padding-left: 1em;
    background-size: contain;
  }
}


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