/*------- Items List -----------*/
.itemsList
{
	padding: 10px 0px; 
	margin: 0px 10px; 
}
.sortingContainer .label
{
	display: inline-block;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 5px; 
}
.sortingContainer select
{
	border: 0 !important; /*Removes border*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-appearance: none; /*Removes default chrome and safari style*/
	-moz-appearance: none; /*Removes default style Firefox*/
	background: #fff url('../style/flowbase.css/images/select_arrow.png') 180px center no-repeat; /*Position of the background-image*/
	width: 200px; /*Width of select dropdown to give space for arrow image*/
	height: 20px;
	padding: 2px 2px;
	text-indent: 0.01px;
	font-size: 9pt;
	color: #585858;
	font-family: arial, verdana, sans-serif;
}
body.dir-RTL .sortingContainer select
{
    background-position:10px;
}
.sortingContainer select::-ms-expand
{
	display: none; /* hide default arrow in IE10 */
}
.dataItem
{
	
	padding: 0;
	font-size: 10pt;
	cursor: pointer;
}

.itemsList .dataItem div.item_image 
{
	overflow: hidden;
  	text-align: center;
}

.itemsList .inpInclude
{
	width:16px;
	height:16px;
	vertical-align:bottom;
}
.dataItem .dates SPAN
{
	display:block;
}
.dataItem .name
{
	font-size: 120%;
	font-weight: bold;
	/* margin-top: 5px; */
	display:block;
	color: #5777A9;
	text-decoration: none;
}

.dataItem .itemsDataContainer .description
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 5px;
	margin-left:0px;
	margin-right:5px;
}

.itemsList .dataItem
{ 
	padding: 8px; 
	margin-top: 4px;  
	background: #FFFFFF; 
}

.no_events_message
{
	margin-left:1em;
	font-size:1.5em;
}
.dataItem .previewFull
{
	display:inline-block;
	word-break: break-word;
}
.dataItem .previewFull>span
{
    white-space:pre-line;
}
.innerdescription
{
	display:none;
}
@media screen and (max-width:780px)
{
	.sortingContainer select
	{
		font-size:16px;
	}
}

.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);
  }
}
.itemsList {
  width: 100%;
  margin: 0;
}
.itemsList .dataItem {
  float: left;
  width: 50%;
  width: calc(50% - 0.75em);
  height: 20em;
  box-sizing: border-box;
  margin: 0;
  background-color: #eeeeee;
  border: 1px solid #959595;
  margin-bottom: 1em;
  padding: 2em;
}
@media only screen and (max-width: 780px) {
  .itemsList .dataItem {
    background-color: #e6e6e6;
  }
}
.dataItem .name {
  color: #5777a9;
  word-break: break-word;
}
.dataItem .description {
  color: inherit;
}
@media screen and (min-width: 781px) {
  body .itemsList .dataItem:nth-child(2n+2) {
    margin-right: 1em;
  }
}
.itemsList .dataItem:nth-child(4n+5) {
  margin-right: auto;
}
.itemsList .dataItem > * {
  float: left;
  width: 75%;
}
.itemsList .dataItem > a {
  width: auto;
  width: 1px;
}
.itemsList .dataItem .item_image_container {
  float: left;
  width: 25%;
  height: 100%;
  padding-right: 2em;
  box-sizing: border-box;
}
.itemsList .dataItem .previewFull button {
  float: none;
  background-color: transparent;
}
/*
.itemsList .dataItem>a:before
{
    content:"";
    display:block;
    padding-top:110%;
}*/

.itemsList .dataItem div.item_image {
  padding-top: 110%;
  position: relative;
}
.itemsList .dataItem div.item_image > div {
  position: absolute;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10% 15%;
  box-sizing: border-box;
}
/*
.itemsList .dataItem div.item_image:before
{
    display:block;
    content:"";
    padding-top:110%;
    float:left;
}*/

.itemsList .dataItem div.item_image img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.itemsList .dataItem .description {
  margin: 1em 0;
  max-height: 7em;
  overflow: hidden;
  position: relative;
  min-height: 2em;
}
.itemsList .dataItem .description:after {
  content: "";
  display: block;
  position: absolute;
  top: 5em;
  width: 100%;
  height: 2em;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */

}
.itemsList .itemsButtonsContainer {
  margin: 0;
  text-align: left;
}
.itemsList .itemsButtonsContainer .button {
  float: left;
  clear: both;
}
.itemsList .itemsButtonsContainer .button.moreInfo {
  min-height: 30px;
  width: 100%;
}
.itemsList .itemsButtonsContainer .button.moreInfo a {
  padding-left: 0;
  padding-right: 0;
  color: #999999;
  width: 100%;
  text-align: left;
}
.itemsList .itemsDateRange,
.itemsButtonsContainer .button.moreInfo.disabled A {
  display: none;
}
@media only screen and (max-width: 780px) {
  .itemsList .dataItem > * {
    width: 100%;
    height: 65px;
  }
  .itemsList .dataItem {
    padding: 1em;
    height: 28em;
    width: 42%;
    width: calc(50% - 2em);
    margin-left: 1em;
    margin-right: 1em;
  }
  .button.small_button_a A::after {
    content: '';
  }
  .itemsList .dataItem #btnMoreInfo {
    width: 100%;
  }
  .itemsList .dataItem .item_image_container,
  .dataItem.item_background.item_data_background > a {
    width: 100px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    height: auto;
    min-height: 100px;
  }
  .itemsList .itemsButtonsContainer .button {
    width: 100%;
  }
  .itemsList .itemsButtonsContainer .button.addToBasket a {
    width: 100%;
    padding-right: 0px;
  }
}
.itemsList .dataItem .item_image_container div.item_image {
  background-image: url('../style/flowtheatre.css/images/GiftVouchersMed.svg');
  padding-top: 103.2%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 45px;
}
.itemsList .dataItem div.item_image > div {
  padding-top: 18px;
  padding-bottom: 4px;
}
.ph_gift_vouchers_list .navMenu-SubList {
  display: block !important;
}
.ph_gift_vouchers_list .navMenu-SubList li {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  width: auto;
  /* background: none; */
  background-color: #001e3c;
  padding: 12px;
}
.ph_gift_vouchers_list .navMenu-SubList li.selected {
  background-color: #83c6cc;
}
.ph_gift_vouchers_list .navMenu-SubList li a {
  color: White;
}
.ph_gift_vouchers_list .itemsList .dataItem div.item_image img {
  margin-bottom: 4px;
  margin-top: -51px;
  width: auto;
  height: auto;
  border-radius: 4px;
  max-width: 87%;
  max-height: 67px;
}
@media only screen and (max-width: 780px) {
  .itemsList .dataItem div.item_image > div {
    padding-top: 24px;
  }
  .ph_gift_vouchers_list .itemsList .dataItem div.item_image img {
    margin-top: -69px;
  }
  .ph_gift_vouchers_list .navMenu-SubList {
    width: 100%;
  }
  .ph_gift_vouchers_list .navMenu-SubList li {
    width: calc(50% - 65px);
  }
  .ui-dialog {
    width: 98% !important;
  }
}


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