


/*****************************************************************************************************/
/****      style.css      ****/
/*****************************************************************************************************/


/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../_fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../_fonts/roboto/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../_fonts/roboto/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/roboto/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/roboto/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../_fonts/roboto/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../_fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../_fonts/roboto/roboto-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('../_fonts/roboto/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/roboto/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/roboto/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/roboto/roboto-v18-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* RESET */
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}


a:link, a:visited
{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active
{
	color: #3AAADC;
	text-decoration: none;
}

body
{
	background-color: #E8E8E8;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body, td, input, textarea, select, h1
{
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
	padding: 0px;
}

td
{
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 4px;
	border-radius: 0;
}

input, select
{
	height: 22px;
	line-height: 22px;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="password"]
{
	-webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"]
{
	height: auto;
}

select option
{
	color: #595959;
	background: #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

select option:nth-child(odd)
{
	background: #F4F4F4;
}

img
{
	border-width: 0px;
}

::-webkit-input-placeholder		{color: #858585; font-size: 0.8em;}
::-moz-placeholder				{color: #858585; font-size: 0.8em;}
:-ms-input-placeholder			{color: #858585; font-size: 0.8em;}
:-moz-placeholder				{color: #858585; font-size: 0.8em;}

/* GLOBAL */

.left			{text-align: left;}
.center			{text-align: center;}
.centerMargin	{margin-left: auto; margin-right: auto;}
.right			{text-align: right;}

.top			{vertical-align: top;}
.middle			{vertical-align: middle;}
.bottom			{vertical-align: bottom;}

.bold			{font-weight: bold !important;}
.italic			{font-style: italic !important;}
.underline		{text-decoration: underline !important;}
.normal			{font-weight: normal !important;}

.visible		{visibility: visible;}
.hidden			{visibility: hidden;}

.displayNone	{display: none;}
.displayBlock	{display: block;}
.displayInline	{display: inline;}
.displayTD		{display: table-cell;}
.displayTR		{display: table-row;}
.displayTable	{display: table;}

.floatLeft		{float: left;}
.floatRight		{float: right;}

.cursorHelp		{cursor: help;}
.cursorPointer	{cursor: pointer;}

.noResize		{resize: none; overflow: hidden;}

.requiredL							{color: #8F002B;}
.requiredL a						{color: #8F002B; text-decoration: underline;}
.requiredF							{border: 1px solid #8F002B;}
.missingF							{background: #FFE900;}
input[type="checkbox"].missingF		{outline: 4px solid #FFE900;}
.alrightL							{color: #088F00;}
.alrightF							{background: #D3EFD1;}
input[type="checkbox"].alrightF		{background: 4px solid #D3EFD1;}
.disabledF							{background-color: #E8E8E8;}
.improvementF						{border: 1px solid #BF3100 !important; background-color: #FFE900 !important;}

#ppp
{
	background-color: #3F3F3F;
	border: 2px solid #BECF31;
	color: #BECF31;
	box-shadow: 3px 3px 5px #3F3F3F;
	margin: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.mainBox a.linkButton, 
.mainBox .linkButton a,
.mainBox a .imageLinkContent 
{
	background-color: #3AAADC;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
}

.mainBox a:not([href]).linkButton, 
.mainBox .linkButton a:not([href]),
.mainBox a:not([href]) .imageLinkContent
{
	background-color: #666666;
}

.mainBox a[href].linkButton:hover,
.mainBox .linkButton:hover a[href],
.mainBox a[href] .imageLinkContent:hover
{
	color: #333333;
}

.mainBox a.linkButton.linkButtonActive, 
.mainBox .linkButton.linkButtonActive a 
{
	background-color: #666666;
	color: #FFFFFF;
}

.mainBox a.linkButton.linkButtonCancel, 
.mainBox .linkButton.linkButtonCancel a,
.mainBox a .imageLinkContent.imageLinkContentCancel 
{
	color: #333333;
	background-color: #FF9F9F;
	
}

.mainBox a.linkButton.linkButtonReverseTransactionType_2, 
.mainBox .linkButton.linkButtonReverseTransactionType_2 a,
.mainBox a .imageLinkContent.linkButtonReverseTransactionType_2 
{
	color: #333333;
	background-color: #FF9F9F;
}

.mainBox a.linkButton.linkButtonReverseTransactionType_3, 
.mainBox .linkButton.linkButtonReverseTransactionType_3 a,
.mainBox a .imageLinkContent.linkButtonReverseTransactionType_3 
{
	color: #333333;
	background-color: #FF9F9F;
}

.mainBox a.linkButton.linkButtonReverseTransactionType_4, 
.mainBox .linkButton.linkButtonReverseTransactionType_4 a,
.mainBox a .imageLinkContent.linkButtonReverseTransactionType_4 
{
	color: #333333;
	background-color: #D3EFD1;
}

.mainBox a span.imageLinkContent 
{
	display: none;
}

.formButton
{
	border: 1px solid #3AAADC;
	background-color: #3AAADC;
	color: #FFFFFF;
	height: 24px;
	line-height: 20px;
	padding: 0px 5px;
	text-transform: uppercase;
}

.formButton:hover
{
	color: #333333;
}

.formButtonActive
{
	background-color: #666666;
}

.formButtonDelete
{
	color: #8F002B;
	border-color: #8F002B;
	margin-top: 10px;
}

.formSelectCheckBoxContainer 
{
	background: red;
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: top;
}

.formSelectCheckBoxContainer .formSelectCheckBoxSelect
{
	display: inline-block;
	background: #FFFFFF;
	cursor: pointer;
	height: 24px;
	line-height: 22px;
	padding-left: 4px;
}

.formSelectCheckBoxContainer .formSelectCheckBoxSelect .formSelectCheckBoxSelectIcon
{
	vertical-align: middle;
	margin-left: 10px;
	transform: scale(0.8); 
}

.formSelectCheckBoxContainer .formSelectCheckBoxItemBox
{
	position: absolute;
	right: 0px;
	background: #FFFFFF;
	border: 1px solid #858585;
	border-radius: 4px;
	padding: 4px;
	z-index: 999999;
}

.formSelectCheckBoxContainer .formSelectCheckBoxItem
{
	padding: 2px;
	white-space: nowrap;
}

.formSelectCheckBoxContainer .formSelectCheckBoxItem:nth-child(2n+1) {
  background: #F4F4F4;
}

.formSelectCheckBoxContainer .formSelectCheckBoxItem input
{
	vertical-align: middle;
}

.formSelectCheckBoxContainer .formSelectCheckBoxItemOK
{
	text-align: right;
}


.boxSpecialPrinter,
.boxStatisticsPrinter
{
	width: 0px;
	height: 0px;
	border: 0px;
	position: absolute;
	left: -5000px;
	/* don't use display:none */
}

.markAlt
{
	background-color: #FFFFFF;
}

.markAltCosts
{
	background-color: #FFFFFF;
}

/*.markOnlyForAboTicketRegionalCard td
{
	color: #FFFFFF;
	background-color: rgba(192, 26, 72, 0.7);
}*/

.markOnlyForAboTicketRegionalCard td .aboTicketRegionalCardIcon
{
	margin-left: 5px;
	vertical-align: middle;
}


/* Links */
.linkIconLarge
{
	margin: 5px;
	margin-right: 10px;
	vertical-align: middle;
}


.linkIconSort
{
	margin-left: 5px;
	vertical-align: baseline;
}

/* Topactions */
.topActions
{
	margin-top: 7px;
}

.topActions  a.linkTitleLarge
{
	background-color: #3AAADC;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
}

.topActions  a.linkTitleLarge:hover
{
	color: #333333;
}

.topActions a.linkTitleLarge:nth-child(1)
{
	display: none;
}


/* Special buttons like add event or add eventtime */
.specialContainer
{
	white-space: nowrap;
	padding-right: 20px;
}

.specialIcon
{
	margin: 0px 3px;
	margin-right: 10px;
}

/* Ads */
.adsContainer
{
	white-space: nowrap;
}

.adIcon
{
	margin: 0px 3px;
}



/* Global search container */
.globalSearchContainer
{
	position: absolute;
	left: 280px;
	top: 100px;
}

.globalSearchContainer .mysearchGlobalDateF
{
	width: 100px;
	margin-right: 1px;
}

.globalSearchContainer .mysearchGlobalF
{
	width: 485px;
}

.globalSearchContainer .mysearchGlobalOKF
{
	width: 39px;
	text-indent: -500px;
	background: url(sprites.png) no-repeat;
	background-position: +8px -569px;
	background-color: #3AAADC;
	cursor: pointer;
}

.globalSearchContainer .mysearchGlobalSuggestions
{
	position: absolute;
	top: 38px;
	width: 594px;
	text-align: left;
	z-index: 999999;
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	box-shadow: 1px 6px 13px #666666;
}

.globalSearchContainer .mysearchGlobalSuggestions li span
{
	margin: 0px 5px;
	display: block;
}

.globalSearchContainer .mysearchGlobalSuggestions li
{
	padding: 5px 0px;
	border-bottom: 1px solid #E8E8E8;
}

.globalSearchContainer .mysearchGlobalSuggestions li.gsItem:nth-child(even)
{
	background: #FFFFFF;
}

.globalSearchContainer .mysearchGlobalSuggestions li.gsType
{
	background: #BECF31;
	position: relative;
}

.globalSearchContainer .mysearchGlobalSuggestions li.gsType .gsTypeAll
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
}


.globalSearchContainer .mysearchGlobalSuggestions li.gsItem.gsHighlight
{
	background: #3AAADC;
	color: #FFFFFF;
	cursor: pointer;
}



/* User search container */
.login .loginD
{
	position: relative;
}

.login .loginD .userSuggestions
{
	position: absolute;
	top: 38px;
	right: 0px;
	width: auto;
	text-align: left;
	z-index: 999999;
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	box-shadow: 1px 6px 13px #666666;
}

.login .loginD .userSuggestions li
{
	padding: 5px 0px;
	border-bottom: 1px solid #E8E8E8;
	white-space: nowrap;
}

.login .loginD .userSuggestions li.usItem:nth-child(even)
{
	background: #FFFFFF;
}

.login .loginD .userSuggestions li>span
{
	margin: 0px 5px;
	display: block;
	position: relative;
}

.login .loginD .userSuggestions li>span .usItemCity
{
	margin-left: 10px;
	font-size: smaller;
}

.login .loginD .userSuggestions li>span .usItemRightlevel
{
	margin-left: 10px;
	font-size: smaller;
	margin-right: 200px;
}

.login .loginD .userSuggestions li>span .usItemLogin
{
	margin-left: 20px;
	color: #3AAADC;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 0px;
	display: inline-block;
	width: 200px;
}

.login .loginD .userSuggestions li>span .usItemAdvancebookingName
{
	display: block;
	font-size: smaller;
}

.login .loginD .userSuggestions li.usItem.usHighlight,
.login .loginD .userSuggestions li.usItem.usHighlight .usItemLogin
{
	background: #3AAADC;
	color: #FFFFFF;
	cursor: pointer;
}



/* Marketing header small container */
.marketingHeaderSmallContainer
{
	position: absolute;
	right: 0px;
	top: 100px;
}

.marketingHeaderSmallContainerResponsive
{
	display: none;
}



/* Flags and Currencies */
.flagsContainer
{
	position: absolute;
	left: 750px;
	top: 45px;
}

.currencyContainer,
.languageContainer
{
	overflow: hidden;
	display: inline-block;
	width: 70px;
	margin-right: 20px;
}

.currencyContainer
{
	width: 50px;
	border-right: 1px solid #858585;
	padding-right: 16px;
}

.languageContainer
{
}

.flagsContainer select
{
	color: #595959;
	background: #F4F4F4;
	width: 90px;
	height: 22px;
	line-height: 22px;
	padding-left: 15px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	
	background: url(sprites.png) no-repeat;
	background-position: 0px -512px;
}

.flagsContainer select:hover, .flagsContainer select:active
{
	color: #3AAADC;
}



/* Misc Container Screenshot (to doubleclick it and take a screenshot from the contentBox) */
/*.miscContainerScreenshot
{
	position: absolute;
	left: 280px;
	top: 40px;
	width: 370px;
	height: 30px;
}*/

/* Misc Container Translations (to doubleclick it and reload new trans data) */
.miscContainerTranslations
{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 234px;
	height: 135px;
	cursor: pointer;
}

/* Misc Container Not At Office (to doubleclick it to simulate not at office) */
.miscContainerNotAtOffice
{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 24px;
	height: 24px;
}

/* Misc Container Default Customer (to doubleclick it to load default customer data) */
.miscContainerDefaultCustomer
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
}

/* Misc Container Devicee (to identify users device e.g. desktop, smartphone, tablet) */
.miscContainerDevice
{
	width: 0px;
	height: 0px;
	position: absolute;
	top: -3000px;
}


/* Counter */
#formCounter
{
	position: absolute;
	top: -5000px;
	left: -5000px;
	display: none;
	padding: 5px;
	border: 1px solid #BF3100;
	background-color: #FFE900;
	font-size: 3em;
	font-weight: bold;
}

/* Improvement */
#formImprovement
{
	position: absolute;
	top: -5000px;
	left: -5000px;
	display: none;
	padding: 5px;
	border: 1px solid #BF3100;
	background-color: #FFE900;
	font-weight: bold;
	white-space: nowrap;
}

#formImprovement .inputText
{
	display: inline-block;
	font-size: larger;
}

#formImprovement .inputText .improvementText
{
	background-color: #FF5F5F;
}


/* Basket */
.basketBoxData
{
	position: absolute;
	right: 10px;
	top: 40px;
	width: auto;
	height: 32px;
	color: #595959;
}

.basketData
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(sprites.png) no-repeat;
	background-position: 0px -40px;
}

.basketCaption
{
	display: inline-block;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	padding: 0px 4px;
	position: relative;
	top: -12px;
}

#basketCountTickets
{
	position: absolute;
	top: -5px;
	left: 20px;
	min-width: 12px;
	height: 14px;
	line-height: 14px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px;
	display: block;
	background-color: #3AAADC;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.basketRemoveTickets
{
	width: 12px;
	height: 12px;
	line-height: 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -13px;
	background-color: #858585;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.basketRemoveTickets:hover, .basketRemoveTickets:active
{
	background-color: #3AAADC;
}

.mainBox_userLogoff .basketRemoveTickets
{
	display: none;
}

.basketLink:link, .basketLink:visited
{
	color: #595959;
}

.basketLink:hover, .basketLink:active
{
	color: #3AAADC;
}

.basketFull								{}
.basketEmpty							{display: block !important;}
.basketEmpty #basketCountTickets		{visibility: hidden;}





/* HEADER LAYOUT */
.headerBox
{
	height: 200px;
	text-align: left;
	position: relative;
	background: url(sprites.png) no-repeat;
	background-position: 0px -264px;
}

.mainBox_userLogin .headerBox
{
	height: 225px;
}

.mainBox_aboTicketRegionalCardUser .headerBox
{
	background-position: 0px -715px;
	margin-bottom: 82px;
}

.headerBoxData
{
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.headerLogoLocal
{
	position: absolute;
	left: 24px;
	top: 56px;
	width: 192px;
	height: 92px;
	text-align: center;
	background-color: #000000;
	border-radius: 5px;
}

.headerLogoLocal img
{
	height: 100%;
}

.mainBox_aboTicketRegionalCardUser .headerLogoLocal
{
	top: 24px;
}

.headerSlogan
{
	position: absolute;
	left: 280px;
	top: 40px;
	color: #595959;
	font-size: 20pt;
	text-transform: uppercase;
}

.headerNotice
{
	background-color: #333333;
	color: #FFFFFF;
	padding: 0px 5px;
}

.headerLink, .headerLink:link, .headerLink:visited
{
	position: absolute;
	top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #595959;
}

.headerLinkHome
{
	left: 15px;
	display: none;
}

/* LOGIN LAYOUT */
.loginBox
{
	position: absolute;
	top: 40px;
	left: 990px;
	text-align: left;
}

.loginLink
{
	cursor: pointer;
}

.loginIcon
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(sprites.png) no-repeat;
	background-position: -32px -40px;
}

.loginCaption
{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0px 4px;
	color: #595959;
	text-transform: uppercase;
	position: relative;
	top: -12px;
}

.loginCaption:hover, .loginCaption:active
{
	color: #3AAADC;
}


#loginData
{
	position: absolute;
	left: -65px;
	background: #F4F4F4;
	padding: 15px;
	box-shadow: 1px 1px 13px #666666;
}

.loginArrow
{
	position: absolute;
	left: 71px;
	top: -10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #F4F4F4;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.login
{
	border-collapse: collapse;
}

.loginL			/* login label */
{
	display: none;
}

.loginD			/* login data */
{
	
}

.login input
{
	width: 130px;
	height: 39px;
	margin-bottom: 1px;
	border: 0;
}

.login .loginSaveF
{
	margin: 0px;
	width: 134px;
	text-transform: uppercase;
}

.login .loginLinkPasswordReset
{
	display: block;
	margin-top: 10px;
	font-size: 0.8em;
	text-align: center;
}

/* NON-MOBILE LAYOUT */
.hotlineBoxData,
.burgerBoxData
{
	display: none;
}


/* EVENT CATEGORIES LAYOUT */
.eventcategoriesBox
{
	width: 149px;
	margin-right: 1px;
	border-collapse: collapse;
	float: left;
}

.eventcategoriesBox > tbody > tr > td
{
	display: block;
}

.ecatItem,
.searchItem
{
	background: top left no-repeat;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}

.ecatItem a:hover,
.ecatItem a:active, 
.ecatItem.ecatItem_Selected a 
{
	color: #3AAADC;
	font-weight: bold;
}

.searchItem									{padding-left: 0px; position: relative;}
.searchItem .searchItem2					{height: 40px; background-color: #E8E8E8;}
.searchItem_mysearchStartTime				{height: auto; border-bottom: 1px solid #E8E8E8;}
.searchItem_mysearchStartTime .searchItem2	{height: auto;}
.searchItem_mysearchStartTimeLabal			{background-color: #F4F4F4; text-transform: uppercase; font-weight: bold; text-align: center; height: 40px; line-height: 40px; letter-spacing: 1px;}

.ecatItem .ecatItem2						{padding-left: 10px; height: 40px; text-transform: uppercase; font-weight: normal;}
.ecatItem:nth-child(odd) .ecatItem2			{background-color: #F4F4F4;}
.ecatItem:nth-child(even) .ecatItem2		{background-color: #FFFFFF;}
.ecatItem_Booking							{background-color: #BECF31; border-bottom: 1px solid #E8E8E8;}

.ecatItem_Edit								{padding-left: 0px; height: 50px;}
.ecatItem_Edit .ecatItem2					{height: 50px;}

.ecatItem_Special							{background-color: #3AAADC !important; border-bottom: 1px solid #E8E8E8;}

.ecatItem_Highlight a						{color: #6FC7EF !important;}

.ecatBetween								{display: none !important;}
.ecatLine1									{display: none;}

.awardItem									{padding-top: 10px;}


/* SELECTED EVENTTYPE LAYOUT */
.selectedEventtypeBox
{
	color: #595959;
	font-size: smaller;
	text-align: left;
	padding: 0px 4px;
	width: 542px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	left: 0px;
	top: 175px;
	z-index: 10000;
}

.selectedEventtype
{
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin-left: 20px;
}


/* MEMORIZED STAGE LAYOUT */
.memorizedStageBox
{
	color: #595959;
	font-size: smaller;
	text-align: left;
	padding: 0px 4px;
	width: 546px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 175px;
	left: 550px;
	z-index: 10000;
}

.memorizedStage
{
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin-left: 20px;
}


/* MEMORIZED CUSTOMER LAYOUT */
.memorizedCustomerBox
{
	color: #595959;
	font-size: smaller;
	text-align: left;
	padding: 0px 4px;
	width: 546px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 160px;
	left: 550px;
	z-index: 10000;
}

.memorizedCustomer
{
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	margin-left: 20px;
}


/* FOOTER LAYOUT */
.bottomBox
{
	width: 100%;
	background-color: #BECF31;
	text-align: left;
	height: 50px;
	margin-top: 30px;
	position: relative;
}

.footerLinks
{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.footerLink
{
	position: absolute;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

.footerLink:nth-child(1)		{top: 9px;		left: 20px;}
.footerLink:nth-child(2)		{top: 25px;		left: 20px;}
.footerLink:nth-child(3)		{top: 9px;		left: 180px;}
.footerLink:nth-child(4)		{top: 25px;		left: 180px;}
.footerLink:nth-child(5)		{top: 9px;		left: 430px;}
.footerLink:nth-child(6)		{top: 25px;		left: 430px;}
.footerLink:nth-child(7)		{top: 9px;		left: 640px;}
.footerLink:nth-child(8)		{top: 25px;		left: 640px;}
.footerLink:nth-child(9)		{top: 9px;		left: 820px;}
.footerLink:nth-child(10)		{top: 25px;		left: 820px;}

.footerLink:hover, .footerLink:active
{
	color: #3AAADC;
}

.footerSpecialLinks
{
	position: absolute;
	top: 9px;
	right: 20px;
}

.footerSpecialHotline
{
	margin-right: 20px;
}

.footerSpecialHotlineIcon
{
	margin-right: 10px;
	vertical-align: middle;
}

.footerSpecialHotlineText
{
	display: inline-block;
	vertical-align: middle;
}

.footerSpecialHotlineLabel, 
.footerSpecialHotlineOnlyForEventtype, 
.footerSpecialHotlineNumber
{
	display: block;
	line-height: 12px;
}

.footerSpecialLinksSocialMedia
{
	display: inline-block;
	width: 52px;
	padding-top: 5px;
	vertical-align: middle;
}


.paymentBox
{
	width: 100%;
	margin-top: 20px;
}

.paymentBox .paymentIcon
{
	margin-right: 10px;
	background-color: #F4F4F4;
	border: 3px solid #F4F4F4;
	border-width: 3px 10px;
}

/*.cookieNoticeBox
{
	width: 100%;
	padding: 20px;
}

.cookieNoticeBox .cookieNoticeHide
{
	width: 16px;
	height: 16x;
	line-height: 16px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	background-color: #858585;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 8px;
}

.cookieNoticeBox .cookieNoticeHide:hover, .cookieNoticeBox .cookieNoticeHide:active
{
	background-color: #3AAADC;
}*/

.durationBox
{
	position: absolute;
	top: 34px;
	left: 150px;
	font-size: smaller;
}

.overlayBox
{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000000;
}

.overlayBox .overlayBoxBG
{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0, 0.4);
	overflow-x: hidden;
}

.overlayBox .overlayBoxContent
{
	background-color: #F4F4F4;
	display: inline-block;
	position: fixed;
	top: 15%;
	left: 40%;
	width: 60%;
	margin-left: -20%;
	box-shadow: 7px 7px 15px #555555;
}

.overlayBox .overlayBoxContent .overlayBoxContentCaption
{
	background-color: #C01B05;
	height: 5vw;
	line-height: 5vw;
	color: #FFFFFF;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	padding: 0px 1vw;
}

.overlayBox .overlayBoxContent .overlayBoxContentData
{
	font-size: 1.4vw;
	text-align: justify;
	padding: 2vw;
}

.overlayBox .overlayBoxContent .overlayBoxContentData .overlayBoxContentIcon
{
	width: 100%;
	height: auto;
	margin-bottom: 2vw;
}

.overlayBox .overlayBoxContent .overlayBoxContentData .overlayBoxContentLinkBox
{
	text-align: center;
}

.overlayBox .overlayBoxContent .overlayBoxContentData .overlayBoxContentLink
{
	padding: 1vw 2vw;
}

.overlayBox .overlayBoxContent .overlayBoxContentLinkClose
{
	position: absolute;
	top: -1vw;
	right: -1vw;
	display: block;
	width: 3vw;
	height: 3vw;
	line-height: 2.6vw;
	background: #3AAADC;
	color: #FFFFFF;
	border-radius: 1.5vw;
	font-size: 2.5vw;
	font-weight: bold;
	box-shadow: 2px 2px 6px #555555;
}


/* LEFT LAYOUT */
.leftBox		{width: 170px; margin-right: 10px; display: none;}
.leftBoxItem	{margin-bottom: 10px;}

.leftBox1	{}
.leftBox2	{background: #2F6A92;}
.leftBox3	{}
.leftBox4	{background: #3AAADC;}

.leftBox3_2	{}
.leftBox4_2	{background: #BECF31;}


.leftBoxCaption
{
	height: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #FFFFFF;
}

.mysearchF
{
	width: 115px;
	height: 39px;
	border: 0;
	float: left;
}

.searchItem .mysearchF
{
	position: absolute;
	left: 0px;
	top: 0px;
}

select.mysearchF
{
	width: 119px;
	height: 39px;
	border: 0px;
	color: #858585;
	font-size: 0.9em;
}

select.mysearchF option
{
	color: #333333;
}

.mysearchOKF
{
	width: 30px;
	height: 39px;
	padding: 0px;
}

.searchItem .mysearchOKF
{
	position: absolute;
	left: 119px;
	top: 0px;
}

.mysearchCombinedF
{
	width: 149px;
}

.mysearchFullF
{
	width: 100% !important;
	height: 18px;
}

.freeSearchForBoxContainer				{border-collapse: collapse; margin-bottom: 5px; width: 100%;}
.freeSearchForBoxContainer td			{text-align: left; vertical-align: top;}
.freeSearchForBoxContainer label		{font-weight: bold; text-transform: uppercase; margin-left: 2px;}

.selectionSearchForBoxContainer			{border-collapse: collapse; margin-bottom: 5px;}
.selectionSearchForBoxContainer td		{text-align: left; vertical-align: middle;}
.selectionSearchForBoxContainer label	{font-weight: bold; text-transform: uppercase; margin-left: 2px;}


/* RIGHT LAYOUT */
.rightBox		{width: 180px; margin-left: 20px; float: left;}
.rightBoxItem	{}

.rightBox1	{}
.rightBox2	{background: #BECF31; padding: 0px 10px;}
.rightBox3	{/*padding: 0px 1px; background: #E8E8E8;*/}
.rightBox4	{background: #FFFFFF;}

.hotlineBox .rightBox2, .hotlineBox .rightBox4,
.mspecialsBox .rightBox2, .mspecialsBox .rightBox4
{
	padding: 0px;
}

.hotlineBox .rightBox1						{display: none;}
.eventstatusBox .rightBox1					{display: none;}
.cancelledAdvanceBookingTypeBox .rightBox1	{display: none;}
.mspecialsBox .rightBox1					{display: none;}

.mspecialsBox .mspecialBox	{border-top: 6px solid #E8E8E8;}

.rightBoxCaption
{
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: right;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}

.rightBoxData a:hover, .rightBoxData a:active
{
	color: #3AAADC;
}

.hotlineBox									{}
.hotlineData								{height: 166px; background: #BECF31; overflow:auto; margin-bottom: 24px;}
.hotlineData .hotlineIcon					{margin: 10px auto; margin-top: 30px;}
.hotlineData .hotlineLabel					{display: block; text-transform: uppercase; font-weight: bold; font-size: 10pt;}
.hotlineData .hotlineLabelOther				{margin-top: 10px;}
.hotlineData .hotlineLabelBookingoffices	{margin-top: 22px;}
.hotlineData .hotlineNumber					{display: block; font-size: 12pt;}
.hotlineData .hotlineOther					{display: block; margin-top: 5px;}
.hotlineData a.hotlineLink:hover			{color: #333333;}
.hotlineData a.hotlineLink:active			{color: #333333;}

.hotlineBoxBookingoffice .hotlineData 						{background: #C01A48;}
.hotlineBoxBookingoffice .hotlineData .hotlineIcon			{margin-top: 20px;}
.hotlineBoxBookingoffice .hotlineData .hotlineLabel			{font-size: 24pt;}
.hotlineBoxBookingoffice .hotlineData a						{color: #FFFFFF;}
.hotlineBoxBookingoffice .hotlineData a.hotlineLink:hover	{color: #FFFFFF;}
.hotlineBoxBookingoffice .hotlineData a.hotlineLink:active	{color: #FFFFFF;}

.hotlineBoxEventtype .hotlineData 							{background: #C01A48;}
.hotlineBoxEventtype .hotlineData .hotlineIcon				{margin-top: 20px;}
.hotlineBoxEventtype .hotlineData .hotlineLabel				{font-size: 24pt;}
.hotlineBoxEventtype .hotlineData a							{color: #FFFFFF;}
.hotlineBoxEventtype .hotlineData a.hotlineLink:hover		{color: #FFFFFF;}
.hotlineBoxEventtype .hotlineData a.hotlineLink:active		{color: #FFFFFF;}

.hotlineBoxOtherBookingoffice .hotlineData 					{height: 74px;}

.rightBoxNoticeBox											{margin-bottom: 24px;}
.rightBoxNoticeBox .rightBox2								{background: #C01A48;}
.rightBoxNoticeBox .rightBox2 .rightBoxCaption				{color: #FFFFFF; text-align: left;}
.rightBoxNoticeBox .rightBox2 .rightBoxCaptionIcon			{margin-top: 8px;}
.rightBoxNoticeBox.orderForPayPalContractBox .rightBox2		{background: #FFFFFF;}

.rightBoxNoticeBox .rightBox4						{background: #FFFFFF;}
.rightBoxNoticeBox .rightBoxNoticeData				{font-weight: bold; text-align: left; vertical-align: middle; padding: 10px;}
.rightBoxNoticeBox .rightBoxNoticeData .linkButton	{display: block; text-align: center;}

.newEventsContainer					{padding: 8px 10px; text-align: right; line-height: 95%; border-bottom: 1px solid #E8E8E8;}
.newEventsContainer:nth-child(odd)	{background: #F4F4F4;}
.newEventsDate						{font-size: smaller;}
.newEventsName						{font-weight: bold; padding: 2px 0px;}
.newEventsLocation					{font-size: smaller;}
.newEventsLocationCity				{text-transform: uppercase;}
.newEventsLocationLocation			{text-transform: uppercase; display: none;}
.newEventsMore						{padding: 8px 10px; text-align: right; font-weight: bold; font-style: italic;}

.cancelledBox											{}
.cancelledData											{padding-top: 21px; margin-bottom: 24px; padding-bottom: 0px; background-color: #F4F4F4;}
.cancelledData .linkButton								{display: block; margin-bottom: 20px; width: 140px;}

.cancelledAdvanceBookingTypeBox													{}
.cancelledAdvanceBookingTypeData												{height: 90px; background: #3AAADC; overflow:auto; margin-bottom: 24px;}
.cancelledAdvanceBookingTypeLink												{display: inline-block; width: 100%; height: 90px;}
.cancelledAdvanceBookingTypeData .cancelledAdvanceBookingTypeIcon				{margin: 10px auto; border-radius: 100%; border: 2px solid #FFFFFF; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #FFFFFF; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 40px;}
.cancelledAdvanceBookingTypeData .cancelledAdvanceBookingTypeIcon:before		{content: "i";}
.cancelledAdvanceBookingTypeData .cancelledAdvanceBookingTypeLabel				{display: block; text-transform: uppercase; font-weight: bold; font-size: 12pt; color: #FFFFFF; }
.cancelledAdvanceBookingTypeData a.cancelledAdvanceBookingTypeLink:hover		{color: #FFFFFF;}
.cancelledAdvanceBookingTypeData a.cancelledAdvanceBookingTypeLink:active		{color: #FFFFFF;}

.eventstatusBox									{}
.eventstatusData								{height: 100px; background: #3AAADC; overflow:auto; margin-bottom: 24px;}
.eventstatusLink								{display: inline-block; width: 100%; height: 100px;}
.eventstatusData .eventstatusIcon				{margin: 7px auto; border-radius: 100%; border: 2px solid #000000; display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #000000; font-size: 20px;}
.eventstatusData .eventstatusIcon:before		{content: "+";}
.eventstatusData .eventstatusLabel				{display: block; text-transform: uppercase; font-weight: bold; font-size: 12pt; color: #000000; }
.eventstatusData a.eventstatusLink:hover		{color: #000000;}
.eventstatusData a.eventstatusLink:active		{color: #000000;}

/* MAIN LAYOUT */
.mainBox
{
	width: 1250px;
	margin: 0px auto;
	margin-bottom: 20px;
	background-color: #E8E8E8;
	position: relative;
}

.mainBox.mainBox_opacityReduce
{
	opacity: 0.4;
}

.mainBox.mainBox_displayMode
{
	width: 1060px;
	margin: 0;
}

.mainBox.mainBox_displayMode .contentBox					{width: 1080px;}
.mainBox.mainBox_displayMode .outerBox						{width: 1080px;}
.mainBox.mainBox_displayMode .stageContainer				{margin-left: 0px;}
.mainBox.mainBox_displayMode .event .eventDataR .links		{display: none;}

.contentBox
{
	width: 1100px;
	float: left;
}

.outerRightBox
{
}

.outerBox
{
	background-color: #E8E8E8;
	text-align: center;
	vertical-align: top;
	margin: 0px auto;
	width: 1100px;
	float: left;
}

.outerBoxBooking
{
	width: 900px;
}

.outerBoxData
{
	vertical-align: top;
	min-height: 600px;
	margin-left: 20px;
	position: relative;
}

.outerBoxFrameBusting		/* adjust layout settings if in frame and not in single mode */
{
	margin: 0px;
	margin-right: auto;
}

.htmlFrameBusting			/* adjust layout settings if in frame and not in single mode */
{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/* Caption */
.captionBox
{
	background: #BECF31;
	width: 100%;
	position: relative;
	text-align: left;
	margin-left: -20px;
	padding-left: 20px;
}

.captionBox2	{}

.captionTitle
{
	font-weight: normal;
	text-transform: uppercase;
	height: 41px;
	line-height: 41px;
	letter-spacing: 1px;
	position: relative;
}


.captionTitleAboTicketRegionalCardType
{
	position: absolute;
	top: 0px;
	right: 45px;
	padding: 0px 8px;
}

.captionTitleSelectboxF
{
	font-weight: bold;
	text-align: left;
	text-transform: none !important;
	font-variant: small-caps !important;
	margin-left: 30px;
	border: none;
	max-height: 16px;
	color: #333333; 
	background: #BECF31;
	margin-right: 20px;
}

.captionTitleSelectbox
{
	height: auto !important;
}

.captionSubtitle
{
	font-weight: normal;
	color: #333333;
	height: 40px;
	line-height: 40px;
	background-color: #E8E8E8;
	padding-left: 20px;
	margin-left: -20px;
}

.captionTitleAboSubscriber
{
	background-color: #3AAADC;
	padding: 10px;
	padding-left: 20px;
	margin-left: -20px;
	text-align: justify;
}

.captionTitleAboSubscriber a
{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.captionTitleAboSubscriber a:hover
{
	color: #333333;
}

.captionTitleSpecialText
{
	font-weight: normal;
	background-color: #F4F4F4;
	border-left: 20px solid #E8E8E8;
	padding: 20px;
	padding-left: 5px;
	margin-left: -20px;
}

.captionTitleEventseries
{
	font-size: 1.5ex;
	color: #000000;
}

.captionTitleEventseries .fContainer
{
	margin-left: -20px;
	border-collapse: collapse;
	background-color: #F4F4F4;
}

.captionTitleEventseries .fContainer.fContainerAboTicketRegionalCard .fImage
{
	padding: 5px;
}

.captionTitleEventseries .fContainer.fContainerEventseries .fImage .fImageInfo
{
	width: 225px;
	height: 225px;
}

.captionTitleEventseries .fContainer .fData
{
	width: 100%;
	padding: 5px 10px;
	vertical-align: top;
	text-align: justify;
	position: relative;
}

.captionTitleEventseries .fContainer .fName
{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.captionTitleEventseries .fContainer .fCopyright
{
	font-size: smaller;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.linksTitle
{
	text-align: center;
	vertical-align: middle;
}

/* Subcaption */
.subCaptionTitle
{
	/*font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 3px;
	font-variant: small-caps;
	background-color: #BECF31;
	border-bottom: 1px solid #5394BF;
	padding: 2px;*/
}

/* Top data */
.topDataBox																	{border-collapse: collapse;	margin: 5px auto;}
.topDataCreated, .topDataFirstEdited, .topDataEdited						{text-align: right; font-size: smaller;}
.topDataCreatedDate, .topDataFirstEditedDate, .topDataEditedDate			{font-style: italic;}
.topDataCreatedByUser, .topDataFirstEditedByUser, .topDataEditedByUser		{font-style: italic;}
.topDataBackLink															{padding-left: 30px;}

.topDataBackLink .linkTitleLarge:nth-child(1)
{
	display: none;
}

/* Modes */
.modeEdit
{
	background-color: #3AAADC;
}

.modeLocal
{
	background-image: url(bg_local.png) !important;
	background-attachment: fixed;
}

/* Frames */
.frameEdit
{
	overflow: auto;
	overflow-x: hidden; overflow-y: auto;	/* only ie settings */
	width: 100%;
	height: 385px;
}

/* Messagebox */
.messageBox
{
	width: 1100px;
	margin-left: 150px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	min-height: 30px;
	font-size: 1.2em;
}
.messageBoxMark1	{background-color: #000000; color: #FFFFFF;}
.messageBoxMark2	{background-color: #FFFFFF; color: #333333;}

.messageBox_2
{
	width: 1100px;
	margin-left: 150px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	min-height: 30px;
	font-size: 1.2em;
}
.messageBoxMark1_2	{background-color: #000000; color: #FFFFFF;}
.messageBoxMark2_2	{background-color: #FFFFFF; color: #333333;}

.messageBox_3
{
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	min-height: 30px;
	font-size: 1.2em;
}
.messageBoxMark1_3	{background-color: #000000; color: #FFFFFF;}
.messageBoxMark2_3	{background-color: #FFFFFF; color: #333333;}

.messageBox_4
{
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	min-height: 30px;
	font-size: 1.2em;
}
.messageBoxMark1_4	{background-color: #000000; color: #FFFFFF;}
.messageBoxMark2_4	{background-color: #FFFFFF; color: #333333;}

.messageBox_5		/* boca test box */
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 1.2em;
}
.messageBoxMark1_5	{background-color: #000000; color: #FFFFFF;}
.messageBoxMark2_5	{background-color: #FFFFFF; color: #333333;}

.messageBox_6
{
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	min-height: 30px;
	font-size: 1.2em;
}
.messageBoxMark1_6	{background-color: #000000; color: #FFFFFF;}
.messageBoxMark2_6	{background-color: #FFFFFF; color: #333333;}

.messageBox a:link,
.messageBox a:visited
{
	color: #FFFFFF;
}

.messageBox a:hover,
.messageBox a:active
{
	color: #3AAADC;
}

.messageBox.messageBoxMark2 a,
.messageBox.messageBoxMark2_2 a,
.messageBox.messageBoxMark2_3 a,
.messageBox.messageBoxMark2_4 a,
.messageBox.messageBoxMark2_5 a,
.messageBox.messageBoxMark2_6 a 
{
	color: inherit;
}


/* OverLIB */
.olFont, .olFont td
{
	color: #333333;
	padding: 2px 6px;
}

.olFG
{
}

.olBG
{
	width: auto;
	background-color: #BECF31;
	border: 1px solid #666666;
	box-shadow: 1px 1px 3px #666666;
}

.olBG_2
{
	width: 200px;
	background-color: #BECF31;
	border: 1px solid #666666;
	box-shadow: 1px 1px 3px #666666;
}

/* modal preloader */
.modalPreloader
{
	position: fixed;
	top: 30%;
	left: 46%;
	transform: scale(3);
	z-index: 10000000;
}

/* Detailed costs */
.dcContainer				{border-collapse: collapse;}
.dcContainer td				{padding: 1px 5px; text-align: left; font-variant: small-caps;}
.dcContainer .dcLabel		{font-weight: bold;}
.dcContainer .dcData		{text-align: right;}
.dcContainer .dcLabelBOR	{padding-top: 10px; font-size: 1.2em;}						/* bookingofficerate */
.dcContainer .dcDataBOR		{padding-top: 10px; font-size: 1.2em; font-weight: bold;}	/* bookingofficerate */

/* Abo paymentparts layout */
.partPaymentsContainer						{border-collapse: collapse; width: 99%; margin: 0px auto; margin-top: 10px; border: 1px solid #5394BF; background-color: #3AAADC;}
.partPaymentsContainer td					{text-align: center;}
.partPaymentsCaption						{font-weight: bold; text-align: center; padding: 1px; background-color: #3AAADC; font-variant: small-caps; border-bottom: 1px solid #5394BF;}
.partPaymentsL								{font-weight: bold; text-align: left; padding: 3px 5px; background-color: #BECF31;}
.partPaymentsD								{padding: 1px 5px; border-top: 1px solid #5394BF; font-size: smaller;}
.partPaymentsPaid, .partPaymentsOpened		{text-align: right !important;}
.partPaymentsOpenedLast						{font-weight: bold; font-size: 1.6em;}

/* Abo Direct layout */
.aboDirectStageLink
{
	font-size: smaller;
	text-decoration: underline !important;
}

.messageBox a.aboDirectStageLink,
.messageBox .aboDirectStageMessage td
{
	color: inherit;
}

/* Search */
.search
{
	width: 100%;
	height: 40px;
	border-collapse: collapse;
}

.search td
{
	padding-right: 1px;
}

.search td:last-child
{
	padding-right: 0px;
}

.search input,
.search select
{
	border: none;
	height: 24px;
}

.sSearchFor
{
	text-align: left;
	white-space: nowrap;
}

.sSearchLimitTo
{
	text-align: left;
	white-space: nowrap;
}

.sSearchOK
{
	text-align: left;
	white-space: nowrap;
}

.sSearchOK input
{
	margin-right: 5px;
}

.sMisc
{
	text-align: right;
	padding: 2px 5px;
	width: 100%;
}

.sMisc a.linkTitleLarge:nth-child(1)
{
	display: none;
}

.searchForL
{
	font-weight: bold;
	padding-right: 5px;
}

.searchLimitToL
{
	font-weight: bold;
	padding-right: 5px;
}

.topButtonF
{
	margin-top: 0px;
}

.searchMark
{
	background-color: #BECF31;
}


/* Navigation */
.navigation
{
	height: 40px;
	border-collapse: collapse;
}

.nLeft
{
	text-align: left;
	padding: 2px 7px;
}

.nMiddle
{
	text-align: center;
	padding: 2px 5px;
	white-space: nowrap;
}

.nRight
{
	text-align: right;
	padding: 2px 5px;
}

.nDatasets
{
	text-align: left;
	padding: 2px 5px;
	padding-left: 0px;
	font-weight: bold;
	width: 200px;
	white-space: nowrap;
}

.nDatasets .nStep
{
	padding: 0px 10px;
	text-transform: uppercase;
}

.nMisc
{
	text-align: center;
	padding: 2px 5px;
}

.nMisc a div
{
	margin-right: 5px;
}

.nStep
{
	color: #FFFFFF !important;
	background-color: #3AAADC;
	font-weight: bold;
	font-size: 0.9em;
	display: inline-block;
	min-width: 20px;
	height: 24px;
	line-height: 24px;
	padding: 0px 2px;
}

.nStep:hover
{
	background-color: #858585;
}

.nStepActive
{
	background-color: #666666;
}

.selectBoxStep
{
	background: #3AAADC !important;
	text-align: center;
}

/* Languages switcher */
.langContainer
{
	
}

.langFlagsContainer
{
	background-color: #B3DBEF;
}

.langFlagsContainer .langFlag
{
	display: block;
	float: left;
	padding: 4px 8px;
	border: 1px solid #5394BF;
	border-left: none;
	cursor: pointer;
}

.langFlagsContainer .langFlag.active		{border-bottom-color: #B3DBEF;}
.langFlagsContainer .langFlag_de.active		{border-bottom-color: #95D1EF;}
.langFlagsContainer .langFlag_en.active		{border-bottom-color: #B3EFBB;}
.langFlagsContainer .langFlag_fr.active		{border-bottom-color: #EFD9B3;}

.langFlagsContainer .langFlag_de,
.langContainer.de
{
	background-color: #95D1EF;
}

.langFlagsContainer .langFlag_en,
.langContainer.en
{
	background-color: #B3EFBB;
}

.langFlagsContainer .langFlag_fr,
.langContainer.fr
{
	background-color: #EFD9B3;
}


/* splashScreen for facebook */
body.splashScreen
{
	overflow: hidden;
	background: transparent;
}

body.splashScreen img
{
	width: 100%;
	height: auto;
}


/* social-media-buttons */
.socialMediaButtons
{
	height: 30px;
}

.socialMediaButtons .shariff ul
{
	display: block;
	overflow: hidden;
}

.socialMediaButtons .shariff ul li
{
	min-width: auto;
	margin: 0;
	margin-left: 10px;
	float: right;
	text-align: center;
}

.socialMediaButtons .shariff ul li.whatsapp
{
	display: none;
}

.socialMediaButtons .shariff ul li .share_text
{
	/*display: none;*/
}





/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive .eventcategoriesBox,
	.bodyBox_responsive .viewSwitch,
	.bodyBox_responsive .paymentBox,
	.bodyBox_responsive .miscContainerNotAtOffice,
	.bodyBox_responsive .miscContainerDefaultCustomer,
	
	.bodyBox_responsive .marketingHeaderSmallContainer,
	.bodyBox_responsive .flagsContainer,
	
	.bodyBox_responsive .headerBox .headerLogoLocal,
	.bodyBox_responsive .headerBox .headerSlogan,
	.bodyBox_responsive .loginBox .loginCaption,
	.bodyBox_responsive .basketBoxData .basketCaption,
	.bodyBox_responsive .basketBoxData .basketRemoveTickets,
	.bodyBox_responsive .selectedEventtypeBox,
	.bodyBox_responsive .rightBox .rightBoxItem,
	.bodyBox_responsive .bottomBox .footerSpecialLinks
	{
		display: none;
	}
	
	body.bodyBox_responsive, 
	.bodyBox_responsive td, 
	.bodyBox_responsive input, 
	.bodyBox_responsive textarea, 
	.bodyBox_responsive select, 
	.bodyBox_responsive h1
	{
		font-size: 4.0vw;
	}
	
	.bodyBox_responsive select
	{
		background: right center no-repeat #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAIAAACwvetYAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACvSURBVHjajI8xDoQgFEQVGkJtPINXIKHX0nAE6aXjOBzB3p7Eu2hPbAw7yWYNK2yyryD/zzAZqGOM1YdpmrZtq0oIIZxz90pSz1pLCMkzEGF9KenSdd04jnkMIqxUqdNHgn3f+74/z/NWGGPrurZt+7MNwNZapwrWR6bQBkIIwzAcx4G5aRpUcc6fv81/gkvzPL9nY0yeKbeB67qUUhiWZaGU/hsD3nucUsqi+xJgAJFVO0jshJryAAAAAElFTkSuQmCC);
		padding-right: 5vw;
	}
	
	.bodyBox_responsive .mainBox,
	.bodyBox_responsive .contentBox,
	.bodyBox_responsive .outerRightBox,
	.bodyBox_responsive .outerBox,
	.bodyBox_responsive .outerBoxData
	{
		width: auto;
		margin: 0;
		min-height: 0;
	}
	
	.bodyBox_responsive .outerBox .outerBoxData
	{
		padding: 2vw 3vw;
		width: 94vw;
	}
	
	.bodyBox_responsive .headerBoxData
	{
		position: fixed;
		height: 34vmin;
		z-index: 1000;
	}
	
	.bodyBox_responsive .headerBox
	{
		position: fixed;
		width: 100%;
		height: 34vmin;
		background: #E8E8E8 url(rwd_smartphone_logo_ticket_regional.png) no-repeat 1vmin 1vmin;
		background-size: auto 55%;
		z-index: 1000;
	}
	
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .headerBox
	{
		background-image: url(rwd_smartphone_logo_ticket_regional_card.png);
	}
	
	.bodyBox_responsive .contentBox
	{
		margin-top: 34vmin;
	}
	
	.bodyBox_responsive .mainBox_displayMode .contentBox
	{
		margin-top: 0;
	}
	
	.bodyBox_responsive .mainBox .captionBox
	{
		width: auto;
		margin: 0 -3vw;
		padding: 0 3vw;
	}
	
	.bodyBox_responsive .mainBox .captionBox .captionTitle
	{
		height: 8vw;
		line-height: 8vw;
		letter-spacing: 0.2vw;
		
	}
	
	.bodyBox_responsive .mainBox.mainBox_aboTicketRegionalCardUser .captionBox .captionTitle
	{
		height: 16vw;
	}
	
	.bodyBox_responsive .mainBox.mainBox_aboTicketRegionalCardUser .captionBox .captionTitle .captionTitleAboTicketRegionalCardType
	{
		position: static;
		padding: 0;
		margin-top: -1vw;
		margin-left: -1vw;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer
	{
		width: 100%;
		margin-left: -3vw;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer tbody
	{
		display: block;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer tr
	{
		display: block;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer td
	{
		display: block;
		padding: 0;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer td.fImage .fImageInfo
	{
		width: 100vw;
		height: auto;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer td.fData .fName
	{
		width: 94vw;
		margin: 0vw 3vw;
		margin-top: 4vw;
		font-size: 4vw;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer td.fData .fText
	{
		width: 94vw;
		margin: 0vw 3vw;
		margin-top: 4vw;
	}
	
	.bodyBox_responsive .captionTitleEventseries .fContainer td.fData .fCopyright
	{
		width: 94vw;
		margin: 2vw 3vw;
		position: static;
		text-align: right;
	}
	
	.bodyBox_responsive .mainBox_style_type_limited .headerBox
	{
		background-image: none;
		z-index: 1000;
		height: 27vmin;
		border-bottom: 1vmin solid #F4F4F4;
	}
	
	.bodyBox_responsive .mainBox_style_type_limited .contentBox
	{
		margin-top: 0;
	}
	
	.bodyBox_responsive .mainBox_topFrame.mainBox_style_type_limited .contentBox
	{
		margin-top: 28vmin;
	}
	
	.bodyBox_responsive .mainBox_style_type_limited .burgerBoxData .burgerContainer .burgerEventcategoriesBox
	{
		display: none;
	}
	
	.bodyBox_responsive .brandingStyleLogoBox
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 22vmin;
	}
	
	.bodyBox_responsive .brandingStyleLogoBox.brandingStyleHeaderBoxAvailable
	{
		display: block;
	}
	
	.bodyBox_responsive .brandingStyleLogoBox .brandingStyleLogo
	{
		margin-left: 1vmin;
		width: 38vmin;
	}
	
	.bodyBox_responsive .brandingStyleLogoBox .brandingStyleLogo img
	{
		width: auto;
		width: 100%;
	}
	
	.bodyBox_responsive .brandingStyleHeaderBox
	{
		display: none;
	}
	
	.bodyBox_responsive .mainBox_style_type_limited .rightBox
	{
		display: none;
	}
	
	.bodyBox_responsive .miscContainerTranslations
	{
		top: 0vmin;
		width: 37vmin;
		height: 22vmin;
	}
	
	.bodyBox_responsive .hotlineBoxData
	{
		width: 10vmin;
		height: 10vmin;
		position: absolute;
		top: 6vmin;
		left: 42vmin;
		display: block;
		cursor: pointer;
	}
	
	.bodyBox_responsive .hotlineBoxData .hotlineIcon
	{
		display: block;
		width: 100%;
		height: 100%;
		background: url(rwd_smartphone_icon_hotline.png) no-repeat;
		background-size: 100%;
	}
	
	.bodyBox_responsive .loginBox
	{
		width: 10vmin;
		height: 10vmin;
		position: absolute;
		top: 6vmin;
		left: 55vmin;
	}
	
	.bodyBox_responsive #loginBox .loginLink
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.bodyBox_responsive .loginBox .loginIcon
	{
		width: 100%;
		height: 100%;
		background: url(rwd_smartphone_icon_login.png) no-repeat;
		background-size: 100%;
	}
	
	.bodyBox_responsive .loginBox #loginData
	{
		left: -17vmin;
		top: 12vmin;
		padding: 4vmin;
		
	}
	
	.bodyBox_responsive .loginBox #loginData .loginArrow
	{
		left: 19vmin;
	}
	
	.bodyBox_responsive .loginBox #loginData .login input
	{
		width: 36vmin;
		height: 8vw;
	}
	
	.bodyBox_responsive #basketBoxData .basketBoxData
	{
		width: 10vmin;
		height: 10vmin;
		position: absolute;
		top: 6vmin;
		left: 68vmin;
	}
	
	.bodyBox_responsive #basketBoxData .basketBoxData .basketLink
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.bodyBox_responsive #basketBoxData .basketBoxData .basketData
	{
		width: 100%;
		height: 100%;
		background: url(rwd_smartphone_icon_basket.png) no-repeat;
		background-size: 100%;
	}
	
	.bodyBox_responsive #basketBoxData .basketBoxData #basketCountTickets
	{
		top: -1.5vmin;
		right: -1.5vmin;
		left: auto;
		width: 5vmin;
		height: 4.5vmin;
		line-height: 4.5vmin;
		font-size: 3vw;
	}
	
	.bodyBox_responsive .burgerBoxData
	{
		width: 9vmin;
		height: 9vmin;
		position: absolute;
		top: 6.5vmin;
		right: 2.5vmin;
		display: block;
	}
	
	.bodyBox_responsive.bodyBox_userLogin .burgerBoxData
	{
		display: none;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerIcon
	{
		width: 100%;
		height: 100%;
		background: url(rwd_smartphone_icon_burger.png) no-repeat;
		background-size: 100%;
		cursor: pointer;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerIcon.burgerIconClose
	{
		background-image: url(rwd_smartphone_icon_close.png);
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer
	{
		background: #E8E8E8;
		position: fixed;
		top: 22vmin; 
		left: 2vmin;
		width: 92vmin;
		height: auto;
		padding: 2vmin 2vmin;
		z-index: 1000;
		box-shadow: 1px 6px 13px #666666;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerAboTicketRegionalCardUserBox
	{
		display: none;
		margin-bottom: 6vw;
	}
	
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .burgerBoxData .burgerContainer .burgerAboTicketRegionalCardUserBox
	{
		display: block;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerAboTicketRegionalCardUserBox a
	{
		display: block;
		position: static;
		top: 0;
		left: 0;
		color: #FFFFFF;
		background: #C01A48;
		margin: 2vmin 2vmin;
		width: 88vmin;
		padding: 2vmin 0;
		text-transform: uppercase;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerFlagsBox
	{
		text-align: center;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerFlagsBox > span
	{
		width: auto;
		border: 0;
		padding: 0;
		margin: 0;
		margin-right: 2vw;
		margin-left: 2vw;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerFlagsBox > span > select
	{
		width: auto;
		height: 8vw;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerFlagsBox a
	{
		display: inline-block;
		background: #F4F4F4;
		margin: 0 2vw;
		width: auto;
		height: 8vw;
		line-height: 8vw;
		padding: 0 2vmin;
		color: #595959;
		text-transform: uppercase;
		vertical-align: top;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerEventcategoriesBox
	{
		margin-top: 4vw;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerEventcategoriesBox h2
	{
		display: inline-block;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerEventcategoriesBox h2 a
	{
		background: #3AAADC;
		display: inline-block;
		margin: 1vmin 1vmin;
		width: 43vmin;
		padding: 2vmin 0;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerLinksBox
	{
		margin-top: 4vw;
	}
	
	.bodyBox_responsive .burgerBoxData .burgerContainer .burgerLinksBox a
	{
		display: block;
		position: static;
		top: 0;
		left: 0;
		background: #FFFFFF;
		margin: 2vmin 2vmin;
		width: 88vmin;
		padding: 2vmin 0;
		color: #333333;
		text-transform: uppercase;
	}
	
	.bodyBox_responsive .globalSearchContainer
	{
		left: 2vw;
		top: 23vmin;
	}
	
	.bodyBox_responsive .globalSearchContainer .mysearchGlobalDateF
	{
		width: 26vw;
		height: 9vmin;
	}
	
	.bodyBox_responsive .globalSearchContainer .mysearchGlobalF
	{
		width: 58.5vw;
		height: 9vmin;
	}
	
	.bodyBox_responsive .globalSearchContainer .mysearchGlobalOKF
	{
		width: 9vw;
		height: 9vmin;
		background: url(rwd_smartphone_icon_search.png) no-repeat white right;
		background-size: auto 100%;
	}
	
	.bodyBox_responsive .globalSearchContainer .mysearchGlobalSuggestions
	{
		top: 9vmin;
		width: 96vw;
	}
	
	.bodyBox_responsive .login .loginD .userSuggestions
	{
		display: none;
	}
	
	.bodyBox_responsive .marketingHeaderSmallContainerResponsive
	{
		display: block;
	}
	
	.bodyBox_responsive.bodyBox_index .marketingHeaderSmallContainerResponsive,
	.bodyBox_responsive.bodyBox_events_info .marketingHeaderSmallContainerResponsive
	{
		margin-bottom: 3vw;
	}
	
	.bodyBox_responsive .marketingHeaderSmallContainerResponsive .aImageItem
	{
		width: 100vw;
		height: auto;
	}
	
	.bodyBox_responsive .rightBox
	{
		width: 100%;
		margin: 0;
	}
	
	.bodyBox_responsive .rightBox .mspecialsBox
	{
		display: block;
		width: 100%;
		margin-top: 26vw;
	}
	
	.bodyBox_responsive .rightBox .mspecialsBox .rightBox1
	{
		display: block;
	}
	
	.bodyBox_responsive .rightBox .mspecialsBox .rightBox2
	{
		background: transparent;
	}
	
	.bodyBox_responsive .rightBox .mspecialsBox .rightBox1 .rightBoxCaption
	{
		text-align: left;
		height: auto;
		line-height: 0;
		padding: 2vw 1vw;
		font-weight: normal;
	}
	
	.bodyBox_responsive .rightBox .mspecialsBox .rightBoxData
	{
		width: 100%;
	}
	
	.bodyBox_responsive .rightBox .mspecialsBox .rightBoxData .mspecialBox						{width: 33.333%; height: auto; float: left; border: 0;}
	.bodyBox_responsive .rightBox .mspecialsBox .rightBoxData .mspecialBox img					{width: 33.333vw; height: 33.333vw;}
	
	.bodyBox_responsive .bottomBox
	{
		padding: 0;
		margin: 0;
		width: 100%;
		height: auto;
		margin-top: 4vw;
	}
	
	.bodyBox_responsive .bottomBox .footerLinks
	{
		text-align: center;
		height: auto;

	}
	
	.bodyBox_responsive .bottomBox .footerLinks .footerLink
	{
		position: static;
		top: 0;
		left: 0;
		padding: 3vw 3vw;
		font-size: 3vw;
		text-transform: uppercase;
		text-align: center;
		display: none;
		
	}
	
	.bodyBox_responsive .bottomBox .footerLinks .footerLink.footerLinkTerms,
	.bodyBox_responsive .bottomBox .footerLinks .footerLink.footerLinkDataPrivacyStatement,
	.bodyBox_responsive .bottomBox .footerLinks .footerLink.footerLinkAboutUs,
	.bodyBox_responsive .bottomBox .footerLinks .footerLink.footerLinkJobs
	{
		display: inline-block;
	}
	
	.bodyBox_responsive .messageBox,
	.bodyBox_responsive .messageBox_2,
	.bodyBox_responsive .messageBox_3,
	.bodyBox_responsive .messageBox_4,
	.bodyBox_responsive .messageBox_5,
	.bodyBox_responsive .messageBox_6
	{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		min-height: 0;
		margin-left: 0;
		padding: 3vmin 1vmin;
		border-top: 1px solid #000000;
		box-sizing: border-box;
		font-size: 4vw;
		z-index: 10000;
	}
	
	.bodyBox_responsive .calendar
	{
		position: fixed !important;
	}
	
	.bodyBox_responsive .nMiddle
	{
		white-space: normal;
	}
	
	.bodyBox_responsive .nStep
	{
		font-size: 4.0vw;
		min-width: 8vw;
		height: 8vw;
		line-height: 8vw;
		margin-left: 0.5vw;
		margin-right: 0.5vw;
		margin-bottom: 1vw;
	}
	
	.bodyBox_responsive .nLeft a, 
	.bodyBox_responsive .nRight a
	{
		margin-bottom: 1vw;
		display: block;
	}
	
	.bodyBox_responsive .nLeft div
	{
	    background: none !important;
		width: 0  !important;
		height: 0  !important;
		border-top: 4vw solid transparent;
		border-right: 8vw solid #3AAADC;
		border-bottom: 4vw solid transparent;
	}
	
	.bodyBox_responsive .nRight div
	{
	    background: none !important;
		width: 0  !important;
		height: 0  !important;
		border-top: 4vw solid transparent;
		border-left: 8vw solid #3AAADC;
		border-bottom: 4vw solid transparent;
	}
	
	.bodyBox_responsive .socialMediaButtons
	{
		margin-right: 2vmin;
	}
	
	.bodyBox_responsive .socialMediaButtons .shariff ul li.whatsapp
	{
		display: inline-block;
	}
	
	/*.bodyBox_responsive .cookieNoticeBox
	{
		width: auto;
		padding: 4vw 2vw;
	}*/
	
	.bodyBox_responsive .durationBox
	{
		display: none;
	}
	
	
	.bodyBox_responsive .messi
	{
		top: 30vh !important;
	}
	
	.bodyBox_responsive .messi .messi-box
	{
		width: 86vw !important;
	}
	
	.bodyBox_responsive .messi .messi-box .messi-titlebox
	{
		text-align: left;
	}
	
	.bodyBox_responsive .messi .messi-box .messi-title
	{
		display: inline-block;
		width: 90%;
	}
}





/*-----RESPONSIVE-----SMARTPHONES-----LANDSCAPE-----*/
@media only screen and (max-device-width : 812px) and (min-device-width: 320px) and (orientation : landscape) {	
	/*.bodyBox_responsive .headerBoxData
	{
		background: green;
	}*/
}





/*-----RESPONSIVE-----TABLETS-----PORTRAIT-----*/
@media only screen and (max-width : 1250px) and (min-width : 480px) and (orientation : portrait) {	
	/*.bodyBox_responsive .headerBoxData
	{
		background: cyan;
	}*/
}





/*-----RESPONSIVE-----TABLETS-----LANDSCAPE-----*/
@media only screen and (max-device-width : 1250px) and (min-device-width: 768px) and (orientation : landscape) {
	/*.bodyBox_responsive .headerBoxData
	{
		background: magenta;
	}*/
}


/*****************************************************************************************************/
/****      events.css      ****/
/*****************************************************************************************************/


/* events layout */
.eventsContainer
{
	width: 100%;
	margin-top: 20px;
}

/* eventcategory layout */
.eventcategory
{
	font-weight: normal;
	text-align: left;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 150px;
}

.eventcategoryName
{
	padding: 0px 5px;
}

/* viewSwitch layout */
.viewSwitch
{
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 9px;
}

.viewSwitchIcon,
.viewSwitchIcon .cursorHelp
{
	cursor: pointer;
}

/* topstats unread messages layout */
.eventtime tr.etTopStatsUnreadMessagesContainerTR, 
.eventtime.viewSwitch_tile tr.etTopStatsUnreadMessagesContainerTR
{
	display: none;
}

.eventtime.viewSwitch_stat tr:nth-child(n).etTopStatsUnreadMessagesContainerTR
{
	display: table-row;
	border-bottom: 0;
	background: #E8E8E8;
}

.eventtime.viewSwitch_stat .etTopStatsUnreadMessagesContainer
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #3AAADC;
	margin-bottom: 20px;
}

.eventtime.viewSwitch_stat .etTopStatsUnreadMessagesContainer tr
{
	display: table-row;
	border: 0;
}

.eventtime.viewStatsExits .etTopStatsUnreadMessagesContainer tr:nth-child(odd)
{
	background: #E8E8E8;
	border: 0;
}

.eventtime.viewStatsExits .etTopStatsUnreadMessagesContainer tr:nth-child(even)
{
	background: #F4F4F4;
	border: 0;
}

.eventtime.viewSwitch_stat .etTopStatsUnreadMessagesContainer td
{
	display: table-cell;
	text-align: left;
	padding: 5px 2px;
	font-size: smaller;
}

.etTopStatsUnreadMessagesContainer .etTopStatsUMCaption
{
	font-weight: bold;
	background-color: #3AAADC;
	color: #FFFFFF;
}

.etTopStatsUnreadMessagesContainer .etTopStatsUMStartime
{
	width: 120px;
}

.etTopStatsUnreadMessagesContainer .etTopStatsUMEventName
{
	width: 175px;
}

/* topstats layout */
.etTopStatsContainer
{
	display: none;
}

.eventtime.viewStatsExits.viewSwitch_stat .etTopStatsContainer
{
	display: table-row;
	background: transparent;
}

.eventtime.viewSwitch_stat .etTopStatsBox
{
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.eventtime.viewSwitch_stat .etTopStatsBox .etTopStats
{
	flex: 1;
	background: #BECF31;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px;
}

.eventtime.viewSwitch_stat .etTopStatsBox .etTopStats .etTopStatsNotice
{
	font-size: 0.7em;
	font-weight: normal;
}

.eventtime.viewSwitch_stat .etTopStatsBox .etTopStats .etTopStatsVal
{
	display: inline-block;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.eventtime.viewSwitch_stat .etTopStatsBox .etTopStats.etTopStatsSales .etTopStatsVal, 
.eventtime.viewSwitch_stat .etTopStatsBox .etTopStats.etTopStatsTickets .etTopStatsVal, 
.eventtime.viewSwitch_stat .etTopStatsBox .etTopStats.etTopStatsCapacity .etTopStatsVal
{
	font-size: 1.2em;
}


/* eventtime layout */
.eventtime
{
	width: 100%;
	border-collapse: collapse;
}

.eventtime tr:nth-child(odd)
{
	background: #F4F4F4;
}

.eventtime.viewSwitch_stat tr:nth-child(odd),
.eventtime.viewSwitch_stat tr:nth-child(even)
{
	background: #F4F4F4;
	border-bottom: 10px solid #E8E8E8;
}

.etD
{
	padding-top: 13px;
	padding-bottom: 14px;
}



.etImageContainer
{
	width: 125px;
	text-align: left;
}

.etImageBox
{
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	width: 135px;
	height: 90px;
}

.etImage
{
	position: relative;
	display: inline-block;
}

.etImage .etImageInfo
{
	width: 135px;
	height: 90px;
}

.etImage .etImageMarkStatusBG
{
	position: absolute;
	top: 21px;
	width: 100%;
	height: 30px;
	background: #000000;
	opacity: 0.9;
}

.etImage .etImageMarkStatus
{
	position: absolute;
	top: 20px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* remove etImageFirst classes after relaunch */
.etImageBoxFirst .etImage
{
	width: 135px;
	text-align: center;
}

.etImageBoxFirst .etImageInfo
{
	width: 112px;
	height: 90px;
}

.etSymbols
{
	font-weight: normal;
	font-size: smaller;
	height: 20px;
	margin: 0px;
	margin-top: -20px;
	margin-bottom: 5px;
	padding: 0px;
	list-style: none;
	overflow: auto;
}

.etSymbols li
{
	float: left;
	display: block;
	width: auto;
	text-align: center;
	margin-right: 2px;
	padding: 0px 1px;
}

.etSymbols li.E			{background-color: #000000; color: #FFFFFF; filter: alpha(opacity=60) !important; opacity: 0.60;}
.etSymbols li.O			{background-color: #80CA2F;}
.etSymbols li.K			{background-color: #FFAE4F;}
.etSymbols li.J			{background-color: #FFAE4F;}
.etSymbols li.S			{background-color: #F56FFF;}
.etSymbols li.A			{background-color: #3AAADC;}
.etSymbols li.OA		{background-color: #BAE1F3;}
.etSymbols li.V			{width: 16px; height: 16px; background: url(sprites.png) no-repeat; background-position: -240px -608px; padding: 0px;}
.etSymbols li.ARSS		{color: #B84A4C;}
.etSymbols li.percent	{margin-left: 5px;}
.etSymbols li.COV		{background-color: #F0B71F;}
.etSymbols li.SO		{margin-left: 15px; border-radius: 10px; padding: 1px 10px; background: #BECF31; text-align: center;}
.etSymbols li.PPNM		{margin-left: 15px;}

.etSymbols li.a			{min-width: 10px; margin-right: 5px;}
.etSymbols li.aR		{background-color: red;}
.etSymbols li.aY		{background-color: yellow;}
.etSymbols li.aG		{background-color: green;}





.etContent
{
	position: relative;
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
	padding-bottom: 13px;
}

.etActionContainer
{
	font-weight: bold;
}


/* action icons menu */
.etContent .etActionContainer
{
	position: relative;
	z-index: 1;
}

.etContent .etActionContainer:hover
{
	z-index: 1000000;
}

.etActionContainerIconsMenu
{
	position: relative;
}

.etActionContainerIconsMenu .etActionContainerIconsButton
{
	margin-left: 5px;
}

.etActionContainerIconsMenu .etActionContainerIconsButton .linkButton
{
	background-color: #666666;
}

.etActionContainerIconsMenu .etActionContainerIcons
{
	background-color: #FFFFFF; 
	position: absolute; 
	bottom: 20px;
	left: 5px;
	display: none;
}

/*.eventtime tr:nth-child(1) .etActionContainerIconsMenu .etActionContainerIcons, */
.etActionContainerIconsMenu:hover .etActionContainerIconsButton a.linkButton
{
	background: #BECF31;
	color: #333333;
}

.etActionContainerIconsMenu:hover .etActionContainerIcons
{
	display: flex;
	flex-flow: column-reverse;
	box-shadow: 1px 1px 13px #666666;
}

.etActionContainerIconsMenu .etActionContainerIcons .etActionIcon
{
	margin: 0;
}

.etActionContainerIconsMenu .etActionContainerIcons .iconsMenuItem
{
	display: flex;
	align-items: center;
	font-weight: normal;
	white-space: nowrap;
	border-bottom: 1px solid #E8E8E8;
	cursor: pointer;
}


.etActionContainerIconsMenu .etActionContainerIcons .iconsMenuItem:nth-child(even)
{
	background: #F4F4F4;
}

.etActionContainerIconsMenu .etActionContainerIcons .iconsMenuItem:hover, 
.etActionContainerIconsMenu .etActionContainerIcons .iconsMenuItem:hover a
{
	background: #BECF31;
	color: #333333;
}

.etActionContainerIconsMenu .etActionContainerIcons .iconsMenuItem a
{
	padding: 5px;
}

.etActionContainerIconsMenu .etActionContainerIcons .iconsMenuItem .iconsMenuLabel
{
	display: inline-block;
	flex: 1;
}

.etActionContainerEditIcons
{
	position: absolute;
	top: 6px;
	right: 20px;
	width: auto;
}

.markEventkind_5 .etActionContainerIcons
{
	display: none;
}

.etEventname
{
	display: inline;
	font-size: 1.2em;
}

.etEventname a
{
	font-weight: bold;
}

.etInterface
{
	font-weight: normal;
	margin-left: 10px;
	font-size: smaller;
	padding: 0px 2px;
}

.etInterfaceFBS
{
	border: 1px dotted #2F6A92;
	color: #2F6A92;
}

.etInterfaceTours
{
	border: 1px dotted #9DAA29;
	color: #9DAA29;
}

.etInterfaceTickeos
{
	border: 1px dotted #009FD2;
	color: #009FD2;
}

.etProject
{
	font-weight: normal;
	margin-left: 10px;
	font-size: smaller;
	padding: 0px 2px;
	border: 1px dotted #333333;
	color: #333333;
}

.etDescription
{
	font-weight: normal;
}

.etActionIcon
{
	margin-left: 5px;
	vertical-align: middle;
}


.etStartTime
{
}

.etStartTime>a, .etStartTime>a:visited
{
	margin-top: 5px;
}

.etStartTime .cursorHelp .linkButton
{
	margin-top: 5px;
}

.etStartTimeExpired, .etStartTimeExpired a, .etStartTimeExpired a:visited, .etStartTimeExpired a:hover
{
}

.etStartTimeToday, .etStartTimeToday a
{
}

.etStartTimeActiveForRightlevel, .etStartTimeActiveForRightlevel a, .etStartTimeActiveForRightlevel a:visited, .etStartTimeActiveForRightlevel a:hover
{
}

.etStartTimeInactive, .etStartTimeInactive a, .etStartTimeInactive a:visited, .etStartTimeInactive a:hover
{
	text-decoration: line-through;
}

.etStartTimeCanceled, .etStartTimeCanceled a, .etStartTimeCanceled a:visited, .etStartTimeCanceled a:hover
{
	
}

.etStartTimeSoldout, .etStartTimeSoldout a, .etStartTimeSoldout a:visited, .etStartTimeSoldout a:hover
{
}

.etStartTimeCanceledInfo
{
	display: block;
	margin: 0px;
}

.etStartTimeReverseTransactionEventtype
{
	display: block;
	margin: 0px;
	margin-top: 5px;
}

.etStartTimeCanceledInfo .linkButton,
.etStartTimeReverseTransactionEventtype .linkButton
{
	/*border: 1px solid #3AAADC;*/
}

.etStageTK
{
	margin-left: 15px;
}

.etStageTK a, .etStageTK a:visited
{
	text-transform: uppercase;
	font-size: smaller;
	font-style: italic;
}

.etBookTicketsQuick
{
	position: relative;
}

.etBQ
{
	font-style: italic;
	margin-left: 3px;
	width: 22px; 
	height: 22px;
	line-height: 22px;
	background-image: url(icon_seat_stage6_category1.gif);
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.etBQSpace
{
	margin-left: 10px;
}

.etBQCosts
{
	position: absolute;
	top: -50px;
	right: 0px;
	background: #BECF31;
	font-size: 1.5em;
	white-space: nowrap;
	padding: 5px;
	border: 1px solid #333333;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	box-shadow: 1px 6px 13px #666666;
}

.etBQ1	{background-image: url(icon_seat_stage6_category1.gif) !important;}
.etBQ2	{background-image: url(icon_seat_stage6_category2.gif) !important;}
.etBQ3	{background-image: url(icon_seat_stage6_category3.gif) !important;}
.etBQ4	{background-image: url(icon_seat_stage6_category4.gif) !important;}
.etBQ5	{background-image: url(icon_seat_stage6_category5.gif) !important;}
.etBQ6	{background-image: url(icon_seat_stage6_category6.gif) !important;}


.etToolTipBO
{
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}

.etLocationContainer
{
	position: relative;
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
}

.etZipcode
{
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

.etCity
{
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
}

.etLocation
{
	display: block;
}

.etHall
{
	display: block;
	font-weight: normal;
}

.etEventtypename
{
	font-size: 0.8em;
	position: absolute;
	bottom: 10px;
}

.etStatsContainer
{
	display: none;
}

.etCountContainer
{
	text-align: right;
	width: 250px;
}

.etCountBoxTotal		{display: block;}

.etCount
{
	height: 40px;
	line-height: 40px;
	float: left;
}

.etCountFree
{
	font-weight: bold;
	margin-right: 20px;
	font-size: 1.5em;
}

.captionTitleDateString
{
	text-transform: none;
}

.noEventtimesAvailable
{
	margin-top: 10px;
	font-size: 1.2em;
}

.markAboEventcategory												{background-color: #93d0ec !important;}
.markAboEventcategory td											{background-color: #93d0ec;}
.markAboEventcategory:nth-child(odd)								{background-color: #bae1f3 !important;}
.markAboEventcategory:nth-child(odd) td								{background-color: #bae1f3;}

.markNotVisible														{background-color: #fff373 !important;}
.markNotVisible td													{background-color: #fff373;}
.markNotVisible:nth-child(odd)										{background-color: #fff8a6 !important;}
.markNotVisible:nth-child(odd) td									{background-color: #fff8a6;}
.markNotVisible td .etImage .etImageMarkStatusBG					{background-color: yellow;}
.markNotVisible td .etImage .etImageMarkStatus						{color: #000000;}
.markNotVisible td .etEventname	a									{}
.markNotVisible td .etCity											{}

.markVoucherEventcategory td										{}
.markVoucherEventcategory:nth-child(odd) td							{}

.markChangeTicketEventcategory td									{}
.markChangeTicketEventcategory:nth-child(odd) td					{}

.markNoEventcategory td												{background-color: #EFD1D1;}


.boxFrameStyleViewStat
{
	position: absolute;
	width: 1000px;
	height: 0px;
	top: -5000px;
	left: -5000px;	
}


/* overwrite classes from the main style.css */
.navigation
{
	margin: 0px auto;
	margin-top: 40px;
}

.navigation .nDatasets
{
	text-align: center;
	padding-top: 8px;
}



/* eventtime tile layout - not for smartphone portrait */
@media only screen and (min-width : 480px) {
	.eventtime.viewSwitch_tile
	{
		display: block;
		text-align: left;
	}

	.eventtime.viewSwitch_tile tbody
	{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.eventtime.viewSwitch_tile tr
	{
		display: block;
		width: 280px;
		min-height: 385px;
		background: #FFFFFF;
		transition: box-shadow 200ms;
	}

	.eventtime.viewSwitch_tile tr:hover
	{
		box-shadow: 1px 6px 13px #666666;
	}

	.eventtime.viewSwitch_tile tr td
	{
		display: block;
	}
	
	.eventtime.viewSwitch_tile tr.etTopStatsContainer, 
	.eventtime.viewSwitch_tile tr td.etStatsContainer
	{
		display: none;
	}


	.eventtime.viewSwitch_tile tr .etImageContainer, 
	.eventtime.viewSwitch_tile tr .etImageContainer .etImageBox, 
	.eventtime.viewSwitch_tile tr .etImageContainer .etImageBox .etImageInfo
	{
		width: 100%;
		height: auto;
		padding-top: 0;

	}

	.eventtime.viewSwitch_tile tr .etContent
	{
		padding: 0px 10px;
	}

	.eventtime.viewSwitch_tile tr .etDescription
	{
		max-width: 255px;
		max-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.eventtime.viewSwitch_tile tr .etActionContainer
	{
		position: absolute;
		top: 145px;
		max-height: 35px;
	}

	.eventtime.viewSwitch_tile tr .etLocationContainer
	{
		padding: 15px 10px;
	}

	.eventtime.viewSwitch_tile tr .etActionContainerIcons .etStartTimeCanceled
	{
		position: relative;
		top: -60px;
	}

	.eventtime.viewSwitch_tile tr .etLocationContainer .etCity
	{
		font-size: 1em;
		display: inline-block;
		vertical-align: bottom;
	}

	.eventtime.viewSwitch_tile tr .etLocationContainer .etLocation
	{
		display: block;
	}

	.eventtime.viewSwitch_tile tr .etLocationContainer .etEventtypename
	{
		bottom: 0;
	}

	.eventtime.viewSwitch_tile tr .etActionContainer .etStartTime .linkButton
	{
		max-width: 215px;
		overflow: hidden;
		vertical-align: bottom;
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr
	{
		min-height: 480px;
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etContent
	{
		
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etSymbols
	{
		margin-top: 0px;
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etLocationContainer .etHall
	{
		display: inline-block;
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etBookTicketsQuick
	{
		position: relative;
		top: -110px;
		left: -3px;
		display: block;
	}
	
	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etActionContainer
	{
		top: 245px;
	}
	
	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etActionContainerMenu .etActionContainerIconsMenu 
	{
		position: absolute;
		top: -25px;
		left: -5px;
	}
	
	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etActionContainerIconsList .etActionContainerIcons
	{
		position: absolute;
		top: -25px;
		left: -2px;
		display: inline-block;
		width: 260px;
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etActionContainerIconsList .etActionContainerIcons .etActionIcon
	{
		margin-left: 3px;
	}

	.mainBox_userLogin.mainBox_rightlevelGT10 .eventtime.viewSwitch_tile tr .etActionContainerEditIcons
	{
		position: absolute;
		top: 190px;
		left: 5px;
	}
}



/* eventtime stat layout - not for smartphone portrait */
@media only screen and (min-width : 480px) {
	.eventtime.viewSwitch_stat tr
	{
		display: block;
		text-align: left;
	}
	
	.eventtime.viewSwitch_stat tr .etImageContainer
	{
		display: none;
	}
	
	.eventtime.viewSwitch_stat tr .etContent
	{
		display: inline-block;
		width: calc(50% - 10px);
	}
	
	.eventtime.viewSwitch_stat tr .etContent .etActionContainer
	{
		position: absolute;
		width: 100%;
		left: 100%;
		top: 55px;
	}
	
	.eventtime.viewSwitch_stat tr .etContent .etActionContainer a
	{
		margin: 0;
	}
	
	.eventtime.viewSwitch_stat tr .etContent .etActionContainerEditIcons
	{
		white-space: nowrap;
		right: calc(-100% + 5px);
		z-index: 1;
	}
	
	.eventtime.viewSwitch_stat tr .etContent .etStartTimeReverseTransactionEventtype a 
	{
		height: 18px;
		line-height: 18px;
		margin-top: -3px;
	}
	
	.eventtime.viewSwitch_stat tr .etLocationContainer
	{
		display: inline-block;
		width: 50%;
		margin-left: -4px;	/* TODO: Angabe kann weg wenn Leerraum behoben -> Tobi fragen */
		padding-top: 13px;
	}
	
	.eventtime.viewSwitch_stat tr .etLocationContainer .etSymbols
	{
		margin: 0;
		height: 16px;
	}
	
	
	.eventtime.viewSwitch_stat tr .etLocationContainer .etCity,
	.eventtime.viewSwitch_stat tr .etLocationContainer .etLocation,
	.eventtime.viewSwitch_stat tr .etLocationContainer .etHall
	{
		display: inline-block;
		line-height: 20px;
		padding-right: 10px;
	}
	
	.eventtime.viewSwitch_stat tr .etLocationContainer .etEventtypename
	{
		bottom: 0;
		top: 34px;
		right: 5px;
		height: 14px;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer
	{
		display: block;
		width: calc(100% - 10px);
		padding-left: 10px;
		min-height: 50px;
		margin-top: 12px;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer 
	{
		margin: 0;
		padding: 0;
		display: inline-block;
		background: transparent;
		width: 45%;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelBox
	{
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 40px;
		height: 16px;
		border-top: 1px solid transparent;
		background: transparent;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .handlingCaption
	{
		display: none;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelReserved
	{
		border-left: none;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelText
	{
		font-size: 0.8em;
		font-weight: normal;
		top: 2px;
		margin-left: -40px;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelText .fillingLevelCatLabel
	{
		margin-left: 10px;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelBG
	{
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0.3;
	}
	
	.eventtime tr .etStatsContainer .fillingTotalBox
	{
		display: none;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .fillingTotalBox
	{
		display: inline-block;
		position: absolute;
		left: 50%;
	}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .fillingTotalBox div
	{
		display: inline-block;
		background: #D4D4D4;
		width: 150px;
		height: 32px;
		line-height: 18px;
		padding: 10px;
		margin-right: 10px;
		vertical-align: top;
		
		font-weight: bold;
		font-size: larger;
		text-align: center;
	}
}






/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive .mainBox,
	.bodyBox_responsive .contentBox,
	.bodyBox_responsive .outerRightBox,
	.bodyBox_responsive .outerBox,
	.bodyBox_responsive .outerBoxData
	{
		width: 100%;
	}
	
	.bodyBox_responsive .mainBox_events .outerBoxData																{padding: 0; width: 100vw;}
					
	.bodyBox_responsive .mainBox_events .captionBox 																{display: none;}
	.bodyBox_responsive .mainBox_events .eventsContainer															{margin: 0px;}
	.bodyBox_responsive .mainBox_events .eventcategory 																{position: static; width: 96vw; padding: 0vw 2vw; height: auto; line-height: 8vw; letter-spacing: 0.2vw; background: #BECF31;}
	.bodyBox_responsive .mainBox_events .eventcategory .eventcategoryName											{display: none;}
	
	.bodyBox_responsive .mainBox_events.mainBox_aboTicketRegionalCardUser .captionBox 								{display: block; margin: 2vw 2vw;}
	.bodyBox_responsive .mainBox_events.mainBox_aboTicketRegionalCardUser .captionBox .fContainer					{width: 96vw;}
	.bodyBox_responsive .mainBox_events.mainBox_aboTicketRegionalCardUser .captionBox .fContainer .fImage			{display: none;}
	.bodyBox_responsive .mainBox_events.mainBox_aboTicketRegionalCardUser .captionBox .fContainer .fName			{width: 94vw; margin: 3vw 1vw;}
	.bodyBox_responsive .mainBox_events.mainBox_aboTicketRegionalCardUser .captionBox .fContainer .fText			{width: 94vw; margin: 3vw 1vw;}
	
	.bodyBox_responsive .etActionContainer 																			{margin: 2vw 0vw; margin-top: 4vw;}
	.bodyBox_responsive .etActionContainer .etStartTime a															{display: block; text-align: center; padding: 1.4vmin 0; margin-bottom: 8px;}
	.bodyBox_responsive .etActionContainer .etActionIcon a															{display: block; text-align: center; padding: 1.4vmin 0; margin-bottom: 8px;}
	.bodyBox_responsive .etActionContainerIconsButton																{margin: 0;}
	.bodyBox_responsive .etActionContainerIconsButton a																{display: block; text-align: center; padding: 1vmin 0; margin-bottom: 8px;}
	.bodyBox_responsive .etActionContainer .etStageTK 																{display: none;}
	.bodyBox_responsive .etActionContainer .etBookTicketsQuick 														{display: none;}
	.bodyBox_responsive .etActionContainerList span > a .etActionIcon												{display: none !important;}
	.bodyBox_responsive .etActionContainerList .imageLinkContent													{display: block; text-align: center; padding: 1vmin 0; margin-bottom: 8px;}
	
	.bodyBox_responsive .etActionContainerIconsMenu .etActionContainerIcons											{bottom: 15vw; left: 0;}
	
	.bodyBox_responsive .eventtime	 																				{display: block;}
	.bodyBox_responsive .eventtime tr	 																			{position: relative; display: block; padding: 3vw 2vw; margin: 3vw 0; width: 96vw;}
	.bodyBox_responsive .eventtime tr:nth-child(odd)																{background: #FFFFFF;}
									
	.bodyBox_responsive .eventtime tr td 																			{display: block; padding: 0; width: 96vw;}
									
	.bodyBox_responsive .eventtime .etImageContainer  																{display: inline-block; height: 33.33vw; margin-bottom: 2vw;}
	.bodyBox_responsive .eventtime .etImageContainer .etImageBox  													{width: 50vw; height: 33.33vw;}
	.bodyBox_responsive .eventtime .etImageContainer .etImage .etImageInfo											{width: 50vw; height: 33.33vw;}
	/* remove etImageFirst classes after relaunch */																
	.bodyBox_responsive .eventtime .etImageContainer .etImageBoxFirst .etImage										{width: 50vw;text-align: left;}
	.bodyBox_responsive .eventtime .etImageContainer .etImageBoxFirst .etImageInfo									{width: 40vw; height: 33.33vw;}
									
	.bodyBox_responsive .eventtime .etContent																		{}
									
	.bodyBox_responsive .eventtime .etEventtime																		{position: absolute; top: -37vw; left: 52vw; width: 44vw;}
	.bodyBox_responsive .eventtime .etEventtime span																{display: block; padding-top: 1vw;}
	.bodyBox_responsive .eventtime .etEventtime .etEventtimeDelimiter												{display: none;}
									
	.bodyBox_responsive .eventtime .etEventname																		{overflow: hidden; display: block; font-size: 6.0vw; margin-top: 2vw;}
	.bodyBox_responsive .eventtime .etEventtimeDate																	{font-weight: bold;}
	.bodyBox_responsive .eventtime .etDescription																	{}
									
	.bodyBox_responsive .eventtime .etLocationContainer 															{position: absolute; top: 21vw; left: 54vw; width: 44vw;}
	.bodyBox_responsive .eventtime .etLocationContainer span 														{display: block;}
	.bodyBox_responsive .eventtime .etLocationContainer .etCity														{font-size: 4.0vw;}
	.bodyBox_responsive .eventtime .etLocationContainer .etSymbols													{margin-top: -12px;}
	
	.bodyBox_responsive .eventtime .etActionContainerEditIcons														{width: 24px; top: -118px; right: 0; z-index: 1;}
	.bodyBox_responsive .eventtime .etActionContainerEditIcons .etActionIcon										{margin-left: 0; margin-bottom: 5px;}
	
	.bodyBox_responsive .eventtime.viewSwitch_stat tr:nth-child(odd),
	.bodyBox_responsive .eventtime.viewSwitch_stat tr:nth-child(even)												{background: #F4F4F4; border-bottom-width: 10px;}
	
	.bodyBox_responsive .eventtime.viewSwitch_stat tr.etTopStatsUnreadMessagesContainerTR							{display: block; margin: 0; border-bottom-width: 10px; padding: 0vw 2vw; background: transparent;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer							{display: block;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer tr							{display: block; padding: 0; margin: 0; width: 95.5vw; border: 0;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer tr:nth-child(odd)			{background: transparent;}
	
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer tr td						{display: block; padding: 0.5vw 1vw; width: 93.5vw;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer tr td.etTopStatsUMCaption	{width: auto;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer tr td.etTopStatsUMStartime	{padding-top: 2vw; }
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etTopStatsUnreadMessagesContainer tr td.etTopStatsUMMessage	{padding-bottom: 2vw; }
	
	.bodyBox_responsive .eventtime.viewSwitch_stat tr.etTopStatsContainer											{display: block; margin: 0; border-bottom-width: 10px; padding: 0vw 2vw; background: transparent;}
	.bodyBox_responsive .eventtime.viewSwitch_stat .etTopStatsBox													{gap: 1.4vmin; margin: 0;}
	.bodyBox_responsive .eventtime.viewSwitch_stat .etTopStatsBox .etTopStats										{flex-basis: 28vw; font-size: 3vw;}
	.bodyBox_responsive .eventtime.viewSwitch_stat .etTopStatsBox .etTopStats .etTopStatsVal						{font-size: 4vw;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer 							{margin: 0; margin-top: 8px; padding: 0; display: inline-block; width: 99%;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelBox			{margin-top: 0; margin-bottom: 0; margin-left: 12%; height: 16px; border-top: 1px solid transparent; background: transparent; width: 88.5% !important;}	
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .handlingCaption			{display: none;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelReserved	{display: none;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelText		{font-size: 0.7rem; font-weight: normal; top: 2px; margin-left: -15%;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelText .fillingLevelCatLabel		{margin-left: 7%;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelText .fillingLevelSpace			{margin-left: 7%;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .handlingContainer .fillingLevelBG			{position: absolute; width: 100%; height: 100%; opacity: 0.3;}
	
	.bodyBox_responsive .eventtime tr .etStatsContainer .fillingTotalBox											{display: none;}
	.bodyBox_responsive .eventtime.viewSwitch_stat tr .etStatsContainer .fillingTotalBox							{display: flex; flex-wrap: wrap; gap: 1.4vmin; margin-top: 16px; text-align: center;}
	
	.eventtime.viewSwitch_stat tr .etStatsContainer .fillingTotalBox div											{flex: 1; flex-basis: 28vw; padding: 5px; font-size: 4vw; font-weight: bold; background: #D4D4D4;}
}


/*****************************************************************************************************/
/****      seat.css      ****/
/*****************************************************************************************************/


/* seat layout */

.s	/* seat */
{
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
}

.sA			/* seat alternative */
{
	color: gray;
}

.sC1		/* seat category1 */
{
	background: url(icon_seat_category1.gif) no-repeat left top;
	cursor: pointer;
}

.sCS1		/* seat category1 sun */
{
	background: url(icon_seat_category1_sun.gif) no-repeat left top;
	cursor: pointer;
}

.sCR1		/* seat category1 rain */
{
	background: url(icon_seat_category1_rain.gif) no-repeat left top;
	cursor: pointer;
}

.sPDF1		/* seat category1 needed for pdf-generation */
{
	background-color: #D9D878;	
}



.sC2		/* seat category2 */
{
	background: url(icon_seat_category2.gif) no-repeat left top;
	cursor: pointer;
}

.sCS2		/* seat category2 sun */
{
	background: url(icon_seat_category2_sun.gif) no-repeat left top;
	cursor: pointer;
}

.sCR2		/* seat category2 rain */
{
	background: url(icon_seat_category2_rain.gif) no-repeat left top;
	cursor: pointer;
}

.sPDF2		/* seat category2 needed for pdf-generation */
{
	background-color: #78B2D9;	
}



.sC3		/* seat category3 */
{
	background: url(icon_seat_category3.gif) no-repeat left top;
	cursor: pointer;
}

.sCS3		/* seat category3 sun */
{
	background: url(icon_seat_category3_sun.gif) no-repeat left top;
	cursor: pointer;
}

.sCR3		/* seat category3 rain */
{
	background: url(icon_seat_category3_rain.gif) no-repeat left top;
	cursor: pointer;
}

.sPDF3		/* seat category3 needed for pdf-generation */
{
	background-color: #CDA749;	
}



.sC4		/* seat category4 */
{
	background: url(icon_seat_category4.gif) no-repeat left top;
	cursor: pointer;
}

.sCS4		/* seat category4 sun */
{
	background: url(icon_seat_category4_sun.gif) no-repeat left top;
	cursor: pointer;
}

.sCR4		/* seat category4 rain */
{
	background: url(icon_seat_category4_rain.gif) no-repeat left top;
	cursor: pointer;
}

.sPDF4		/* seat category4 needed for pdf-generation */
{
	background-color: #E15899;	
}



.sC5		/* seat category5 */
{
	background: url(icon_seat_category5.gif) no-repeat left top;
	cursor: pointer;
}

.sCS5		/* seat category5 sun */
{
	background: url(icon_seat_category5_sun.gif) no-repeat left top;
	cursor: pointer;
}

.sCR5		/* seat category5 rain */
{
	background: url(icon_seat_category5_rain.gif) no-repeat left top;
	cursor: pointer;
}

.sPDF5		/* seat category5 needed for pdf-generation */
{
	background-color: #57D9F5;	
}



.sC6		/* seat category6 */
{
	background: url(icon_seat_category6.gif) no-repeat left top;
	cursor: pointer;
}

.sCS6		/* seat category6 sun */
{
	background: url(icon_seat_category6_sun.gif) no-repeat left top;
	cursor: pointer;
}

.sCR6		/* seat category6 rain */
{
	background: url(icon_seat_category6_rain.gif) no-repeat left top;
	cursor: pointer;
}

.sPDF6		/* seat category6 needed for pdf-generation */
{
	background-color: #FF3616;	
}




.sL			/* seat locked */
{
	background: url(icon_seat_locked.gif) no-repeat left top;
	cursor: default;
	color: gray;
}

.sLM		/* seat locked by myself */
{
	background: url(icon_seat_locked_myself.gif) no-repeat left top;
	cursor: pointer;
}

.sB			/* seat booked */
{
	background: url(icon_seat_booked.gif) no-repeat left top;
	cursor: default;
	opacity: 0.4;
}

/* seat booked - only for logged off user */
.mainBox_userLogoff .sB								{text-indent: -5000px;}
.mainBox_userLogoff.mainBox_atOfficeReally .sB		{text-indent: 0px;}

.sBM		/* seat booked by myself */
{
	background: url(icon_seat_booked_myself.gif) no-repeat left top;
	cursor: default;
	opacity: 0.4;
}

.sBO		/* seat booked opened */
{
	background: url(icon_seat_booked_opened.gif) no-repeat left top;
	cursor: default;
}

.sBOM		/* seat booked opened by myself */
{
	background: url(icon_seat_booked_opened_myself.gif) no-repeat left top;
	cursor: default;
}

.sR			/* seat reserved */
{
	background: url(icon_seat_reserved.gif) no-repeat left top;
	cursor: default;
}

.sRM		/* seat reserved by myself */
{
	background: url(icon_seat_reserved_myself.gif) no-repeat left top;
	cursor: default;
}

.sRB		/* seat reserved for booking office */
{
	background: url(icon_seat_reserved_bookingoffice.gif) no-repeat left top;
	cursor: default;
}

.sRAM		/* seat reserved for abo by myself */
{
	background: url(icon_seat_reserved_abo_myself.gif) no-repeat left top;
	cursor: default;
}

.sRA		/* seat reserved for abo */
{
	background: url(icon_seat_reserved_abo.gif) no-repeat left top;
	cursor: default;
}

.sRBM		/* seat reserved for booking office by myself */
{
	background: url(icon_seat_reserved_bookingoffice_myself.gif) no-repeat left top;
	cursor: default;
}

.sRR		/* seat reserved for relocation */
{
	position: relative;
}

.sRR:before	/* seat reserved for relocation */
{
	content: '\2B24';
	font-size: 1.5em;
	position: absolute;
	left: 22%;
	top: -1%;
	color: #666666;
	z-index: 1;
	opacity: 0.5;
}

.sSIA		/* seat stage inactive (for the entire stage) */
{
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.sIA		/* seat inactive */
{
}

.sH			/* seat hidden */
{
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.sE			/* seat edited */
{
	color: #8F002B;
	font-size: 9px;
	text-decoration: blink;
}

.sI			/* seat info */
{
	width: 22px;
	cursor: default;
}

.sP			/* seat pointer */
{
	width: 22px;
	cursor: pointer;
}


.sPI		/* seat pointer inherit */
{
	cursor: inherit;
}

.sRE		/* seat reservation-end */
{
	box-shadow: 0.2ex 0.2ex 1.2ex black, inset 0 0 2.0ex #2EBECC;
}


.sSI		/* seat scanned inside */
{
   
	box-shadow: 0.2ex 0.2ex 1.2ex black, inset 0 0 2.0ex green;
}

.sSO		/* seat scanned outside */
{
	box-shadow: 0.2ex 0.2ex 1.2ex black, inset 0 0 1.0ex #FFBF00;
}


.sT			/* seat is table */
{
	width: auto;
	text-align: center;
}

.sM			/* seat middle */
{
	line-height: 23px;
}

.sK			/* seat category content */
{
	width: 30px;
	background-position: center;
	margin: 0px auto;
	cursor: default;
	position: static;
}

.sKK		/* seat category kind content */
{
	width: auto;
	height: auto !important;
	position: static;
	white-space: normal;
}



.tC1			/* ticket list category1 */
{
	height: 40px;
	background: url(ticket_bg_category1.gif);
}

.tC2			/* ticket list category2 */
{
	height: 40px;
	background: url(ticket_bg_category2.gif);
}

.tC3			/* ticket list category3 */
{
	height: 40px;
	background: url(ticket_bg_category3.gif);
}

.tC4			/* ticket list category4 */
{
	height: 40px;
	background: url(ticket_bg_category4.gif);
}

.tC5			/* ticket list category5 */
{
	height: 40px;
	background: url(ticket_bg_category5.gif);
}

.tC6			/* ticket list category6 */
{
	height: 40px;
	background: url(ticket_bg_category6.gif);
}

tr.tC1:nth-child(odd) > td,
tr.tC2:nth-child(odd) > td,
tr.tC3:nth-child(odd) > td,
tr.tC4:nth-child(odd) > td,
tr.tC5:nth-child(odd) > td,
tr.tC6:nth-child(odd) > td
{
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2));
}

.tL				/* ticket list locked */
{
	height: 40px;
	background: url(ticket_bg_locked.gif) repeat-x;
}

.tLM			/* ticket list locked by myself */
{
	height: 40px;
	background: url(ticket_bg_locked_myself.gif) repeat-x;
}

.tP				/* ticket pointer */
{
	cursor: pointer;
}






/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive tr.tC1:nth-child(odd) > td													{background: none;}
	.bodyBox_responsive tr.tC2:nth-child(odd) > td													{background: none;}
	.bodyBox_responsive tr.tC3:nth-child(odd) > td													{background: none;}
	.bodyBox_responsive tr.tC4:nth-child(odd) > td													{background: none;}
	.bodyBox_responsive tr.tC5:nth-child(odd) > td													{background: none;}
	.bodyBox_responsive tr.tC6:nth-child(odd) > td													{background: none;}
}


/*****************************************************************************************************/
/****      stage.css      ****/
/*****************************************************************************************************/


.captionContainer
{
	width: 100%;
	margin-top: 10px;
}

.captionContainer .linksTitle
{
	text-align: right;
	padding-right: 105px;
}

.captionContainer .linkTitleLarge:nth-child(1)
{
	display: none;
}

.captionContainer a.linkTitleLarge 
{
	background-color: #3AAADC;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
}

.captionContainer a.linkTitleLarge:hover
{
	color: #333333;
}

.tribuneKindList
{
	text-align: center;
	background-color: #BECF31;
	border-bottom: 1px solid #FFFFFF;
}

.tribuneKindList a
{
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px;
	font-size: 1.4em;
}

/* handling layout */
.handlingContainer
{
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	background-color: #F4F4F4;
	padding: 20px 20px;
}

.handlingCaption
{
	font-weight: bold;
	text-align: left;
	padding: 5px 2px;
	background-color: #BECF31;
}


/* stage text layout */
.stageTextContainer
{
	text-align: left;
	background-color: #F4F4F4;
	margin-top: 10px;
	padding: 20px;
	padding-left: 5px;
}



/* event layout */
.event
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.eventData
{
	vertical-align: top;
}

.eventDataL
{
}

.eventDataR
{
	padding-top: 41px;
	width: 30%;
}


/* filling level data layout */
.fillingLevelBox
{
	height: 22px;
	text-align: left;
	position: relative;
	margin-top: 16px;
	margin-bottom: 26px;
	background: #E8E8E8;
}

.fillingLevelText
{
	position: absolute;
	top: 22px;
	width: 100%;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: smaller;
	color: #000000;
	z-index: 500;
}

.fillingLevelBooked
{
	display: inline-block;
	height: 100%;
}

.fillingLevelLocked
{
	display: inline-block;
	height: 100%;
}

.fillingLevelRelocated
{
	display: inline-block;
	height: 100%;
	border-left: 1px solid #000000;
	box-sizing: border-box;
}

.fillingLevelReserved
{
	display: inline-block;
	height: 100%;
	opacity: 0.7;
	border-left: 5px solid #000000;
	box-sizing: border-box;
}

.fillingLevelSpace
{
	margin-left: 20px;
}


/* category layout */
.category
{
	background-color: #F4F4F4;
	width: 100%;
	border-collapse: collapse;
}

.category td
{
	height: 28px;
	vertical-align: middle;
	border-bottom: 1px solid #E8E8E8;
}

.categoryTitle
{
	background-color: #E8E8E8;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	height: 40px !important;
}

.category .categoryName
{
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 5px;
}

.categoryDelimiter
{
	border-right: 1px solid #E8E8E8;
}

.reductionName
{
	text-align: left;
	padding-left: 5px;
}

.reductionRightlevel
{
	color: #FFFFFF;
	background-color: #088F00;
	border-radius: 10px;
	padding: 2px 5px;
	font-size: smaller;
}

.reductionTerminatedIcon
{
	margin-left: 5px;
	vertical-align: middle;
}

.reductionCode
{
	font-size: 0.8em;
	width: 40px;
	border: 1px solid #A2A2A2;
}

.categoryCosts
{
	width: 50px;
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}

.categoryCosts .curContainer
{
	color: #0D486F;
	font-size: 0.9em;
}

.currenciesInfo
{
	background-color: #5394BF;
	color: white;
	text-align: left;
	padding: 3px;
	padding-left: 5px;
}

.mainBox_events_info .currenciesInfo
{
	background-color: #2F6A92;
	
}


/* legend layout */
.legend
{
	background-color: #F4F4F4;
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.legend td
{
	height: 28px;
	vertical-align: middle;
	border-bottom: 1px solid #E8E8E8;
}

.legend tr:nth-child(even)
{
	background: #FFFFFF;
}

.legendTitle
{
	background-color: #E8E8E8;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	height: 40px !important;
}

.legendIcon
{
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

.legendIcon .s
{
	position: static;
}

.legendIcon .s.sRR
{
	position: relative;
}

.legendDescription
{
	text-align: left;
	padding-left: 10px;
	width: 100%;
}


/* links layout */
.links
{
	margin-left: auto;			/* text-align: right */
	border-collapse: collapse;
	text-align: left;
}

.links td
{
	vertical-align: middle;
	background-color: #3AAADC;
	height: 40px;
	border-bottom: 10px solid #E8E8E8;
	padding: 2px 10px;
}

.links .linkIconLarge
{
	background-color: #3AAADC;
	margin: 0px;
}

.links .linkTitleLarge
{
	text-transform: uppercase;
	color: #FFFFFF;
}

.links .linkTitleLarge:hover
{
	color: #333333;
}

.stageContainerBox .tkNavigation:hover
{
	color: #333333;
}


/* overwrite classes from several .css */
.mainBox_stage .captionTitle,
.mainBox_stagex_tribunekinds .captionTitle,
.mainBox_stagex_seatnumbers .captionTitle
{
	height: auto;
	line-height: normal;
}

.mainBox_stage .captionTitle .captionTitleText,
.mainBox_stagex_tribunekinds .captionTitle .captionTitleText,
.mainBox_stagex_seatnumbers .captionTitle .captionTitleText
{
	height: 41px;
	line-height: 41px;
}

.captionTitle .captionTitleIcon
{
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.mainBox_stage .captionTitle .captionTitleBox,
.mainBox_stagex_tribunekinds .captionTitle .captionTitleBox,
.mainBox_stagex_seatnumbers .captionTitle .captionTitleBox
{
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-left: -20px;
	background: #E8E8E8;
}

.mainBox_stage .captionTitle .captionTitleBox .captionTitleName,
.mainBox_stagex_tribunekinds .captionTitle .captionTitleBox .captionTitleName,
.mainBox_stagex_seatnumbers .captionTitle .captionTitleBox .captionTitleName
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

.mainBox_stage .captionTitle .captionTitleBox .captionTitleDescription,
.mainBox_stagex_tribunekinds .captionTitle .captionTitleBox .captionTitleDescription,
.mainBox_stagex_seatnumbers .captionTitle .captionTitleBox .captionTitleDescription
{
	display: block;
	font-size: 1.3em;
	text-transform: uppercase;
}

.mainBox_stage .captionTitle .captionTitleBox .captionTitleLocation,
.mainBox_stagex_tribunekinds .captionTitle .captionTitleBox .captionTitleLocation,
.mainBox_stagex_seatnumbers .captionTitle .captionTitleBox .captionTitleLocation
{
	display: block;
	margin-top: 10px;
}

.mainBox_stage .captionTitle .captionTitleBox .captionTitleDate,
.mainBox_stagex_tribunekinds .captionTitle .captionTitleBox .captionTitleDate,
.mainBox_stagex_seatnumbers .captionTitle .captionTitleBox .captionTitleDate
{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
}

.mainBox_stage .stageContainer
{
	width: 900px;
	margin-left: 180px;
	margin-top: 20px;
	
}

.mainBox_stage.mainBox_stage_notseatbox.mainBox_stage_real .stageContainer
{
	width: auto;
}

.mainBox_stage .sK,
.mainBox_stagex_tribunekinds .sK,
.mainBox_stagex_seatnumbers .sK,
.mainBox_ministats .sK
{
	font-size: 1.0em !important;
}

/* old legend-box at overview-stages shold not be visible - 03.08.2023 inactivated in seatbox too core/templates/tp_zoom_buildstage_footer.php */
.mainBox_stage .stageInfoContainer
{
	display: none;
}






/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive .mainBox_stage .captionBox .captionTitle 									{height: auto;}
	.bodyBox_responsive .mainBox_stage .captionBox .captionTitle .captionTitleBox					{margin: 0 -3vw; padding: 0 3vw; padding-top: 5vw;}
	.bodyBox_responsive .mainBox_stage .captionBox .captionTitle .captionTitleName					{font-size: 4vw;}
	.bodyBox_responsive .mainBox_stage .captionBox .captionTitle .captionTitleDescription			{font-size: 4vw;}
	.bodyBox_responsive .mainBox_stage .captionBox .captionTitle .captionTitleDate					{font-size: 4vw; margin-top: 0;}
	
	.bodyBox_responsive .mainBox_stage .captionBox .captionTitleSpecialText							{margin: 0 -3vw; border: 0; border-top: 4vw solid #E8E8E8; padding: 3vw 3vw; padding-left: 3vw; text-align: left;}
	
	.bodyBox_responsive .mainBox_stage.mainBox_stage_notreal .stageContainer						{margin: 0; width: auto;}
	
	.bodyBox_responsive .mainBox_stage .stageContainer .tsCatKindLabel								{padding-right: 2vw;}
	.bodyBox_responsive .mainBox_stage .stageContainer .tsCatSelection								{padding-left: 2vw;}
	.bodyBox_responsive .mainBox_stage .stageContainer .tsCatSelection select						{height: 10vw; height: normal;}
	.bodyBox_responsive .mainBox_stage .stageContainer .tsSeatsCatNotAvailable						{font-size: 3.5vw;}
	.bodyBox_responsive .mainBox_stage.mainBox_eventcategory_17 .stageContainer .tsCatKindLabel		{display: none;}
	
	.bodyBox_responsive .mainBox_stage .handlingContainer											{margin: 4vw -3vw; padding: 4vw 3vw;}
	
	.bodyBox_responsive .mainBox_stage table.event .eventDataL										{display: block;}
	.bodyBox_responsive .mainBox_stage table.event .eventDataL .category							{margin: 0 -3vw; padding: 0 3vw; width: 100vw;}
	.bodyBox_responsive .mainBox_stage table.event .eventDataL .category td							{font-size: 3vw;}
	.bodyBox_responsive .mainBox_stage table.event .eventDataL .category .categoryTitle				{padding-left: 3vw; font-size: 4vw;}
	.bodyBox_responsive .mainBox_stage table.event .eventDataL .category .reductionName 			{padding-left: 3vw;}
	
	.bodyBox_responsive .mainBox_stage table.event .eventDataR										{display: block; width: auto; padding-top: 4vw;}
	.bodyBox_responsive .mainBox_stage table.event .eventDataR .links								{width: 100%;}
	
	.bodyBox_responsive .mainBox_stage.mainBox_stage_real .contentBox								{width: 100vw;}
	.bodyBox_responsive .mainBox_stage.mainBox_stage_real .outerBox									{width: 100vw;}
	.bodyBox_responsive .mainBox_stage.mainBox_stage_real .outerBoxData								{width: auto;}
	.bodyBox_responsive .mainBox_stage.mainBox_stage_real .stageContainer							{margin-left: 0px; width: 900px; overflow: auto; transform: scale(0.38); transform-origin: left top; margin-bottom: -515px; height: 860px !important;}
}


/*****************************************************************************************************/
/****      calendar.css      ****/
/*****************************************************************************************************/


/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; z-index: 1000000;}

.calendar, .calendar table {
	border: none;
	color: #333333;
	cursor: default;
	background: #FFFFFF;
	box-shadow: 1px 1px 13px #666666;
}

.calendar td {
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
}

.calendar .nav {
	background: url(sprites.png) no-repeat;
	background-position: 14px -467px;
}

.calendar thead tr:first-child td { /* This holds the current "month, year" */
	background-color: #BECF31;
	text-transform: uppercase;
	padding: 5px 0px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
}

.calendar thead .weekend { /* How a weekend day name shows in header */
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
	background-color: #3AAADC;
	color: #FFFFFF;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	background-color: #3AAADC;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 2em;
}

.calendar tbody .day.othermonth {
}

.calendar tbody .day.othermonth.oweekend {
}

.calendar table .wn {
	font-weight: bold;
}

.calendar tbody .rowhilite td {
	background: #BECF31;
}

.calendar tbody .rowhilite td.wn {
	background: #BECF31;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
	background: #3AAADC;
	color: #FFFFFF;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	background: #3AAADC;
}

.calendar tbody td.selected { /* Cell showing today date */
	background: #3AAADC;
	color: #FFFFFF;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
	font-weight: bold;
}

.calendarSearch tbody td.today {}

.calendarSearch tbody .disabled {}

.calendarSearch tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background: #F4F4F4;
	padding: 2px 0px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 36px;
	cursor: default;
	background: #F4F4F4;
	box-shadow: 1px 1px 13px #666666;
	z-index: 100;
}

.calendar .combo .label {
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	padding: 2px 0px;
}

.calendar .combo .label:nth-child(even) {
	background: #FFFFFF;
}

.calendar .combo .label.hilite {
	background: #3AAADC;
	color: #FFFFFF;
}

.calendar .combo .label.active {
	background: #3AAADC;
	color: #FFFFFF;
}

.calendar td.time {
	padding: 2px 0px;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	padding: 0px 4px;
	background: #F4F4F4;
	border: 1px solid #E8E8E8;
}

.calendar td.time .ampm {
}

.calendar td.time .colon {
	padding: 0px 4px;
	font-weight: bold;
}

.calendar td.time span.hilite {
	background-color: #3AAADC;
	color: #FFFFFF;
}

.calendar td.time span.active {
	font-weight: bold;
}



/*****************************************************************************************************/
/****      calendar_search.css      ****/
/*****************************************************************************************************/


/* The main calendar widget.	DIV containing a table. */

div.calendarSearch { position: relative; }

.calendarSearch, .calendarSearch table {
	border: none;
	color: #333333;
	cursor: default;
	background: #FFFFFF;
	width: 100%;
}

.calendarSearch td {
	font-weight: normal;
	height: 23px;
	line-height: 20px;
	text-align: center;
}

/* Header part -- contains navigation buttons and day names. */
.calendarSearch .button { /* "<<", "<", ">", ">>" buttons have this class */
}

.calendarSearch .nav {
	background: url(sprites.png) no-repeat;
	background-position: 14px -467px;
}

.calendarSearch thead tr:first-child td { /* This holds the current "month, year" */
}

.calendarSearch thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendarSearch thead .name { /* Cells <TD> containing the day names */
}

.calendarSearch thead .weekend { /* How a weekend day name shows in header */
}

.calendarSearch thead .hilite { /* How do the buttons in header appear when hover */
	background-color: #3AAADC;
	color: #FFFFFF;
}

.calendarSearch thead .active { /* Active (pressed) buttons in header */
	background-color: #3AAADC;
}

.calendarSearch thead .daynames { /* Row <TR> containing the day names */
}

/* The body part -- contains all the days in month. */

.calendarSearch tbody .day { /* Cells <TD> containing month days dates */
}

.calendarSearch tbody .day.othermonth {
}

.calendarSearch tbody .day.othermonth.oweekend {
}

.calendarSearch table .wn {
	font-weight: bold;
}

.calendarSearch tbody .rowhilite td {
	background: #BECF31;
}

.calendarSearch tbody .rowhilite td.wn {
	background: #BECF31;
}

.calendarSearch tbody td.hilite { /* Hovered cells <TD> */
	background: #3AAADC;
	color: #FFFFFF;
}

.calendarSearch tbody td.active { /* Active (pressed) cells <TD> */
	background: #3AAADC;
}

.calendarSearch tbody td.selected { /* Cell showing today date */
	background: #3AAADC;
	color: #FFFFFF;
}

.calendarSearch tbody td.weekend { /* Cells showing weekend days */
	font-weight: bold;
}

.calendarSearch tbody td.today {}

.calendarSearch tbody .disabled {}

.calendarSearch tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendarSearch tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendarSearch tfoot .footrow { /* The <TR> in footer (only one right now) */
	display: none;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendarSearch .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 36px;
	cursor: default;
	background: #F4F4F4;
	box-shadow: 1px 1px 13px #666666;
	z-index: 100;
}

.calendarSearch .combo .label {
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
	padding: 2px 0px;
}

.calendarSearch .combo .label:nth-child(even) {
	background: #FFFFFF;
}

.calendarSearch .combo .label.hilite {
	background: #3AAADC;
	color: #FFFFFF;
}

.calendarSearch .combo .label.active {
	background: #3AAADC;
	color: #FFFFFF;
}



/*****************************************************************************************************/
/****      menu.css      ****/
/*****************************************************************************************************/


/* menu layout */

.mItemIndex
{
}

.mItemStatistics
{
}

.mItemBookings
{
}

.mItemAbos
{
}

.mItemRoutes
{
}

.mItemMarketing.mItemMarketingMode
{
	background: #FF0000;
	animation: color 2s infinite linear;
}

@keyframes color
{
	0%	{ background: #FF0000;}
	50%	{ background: #F4F4F4;}
}

.mItemClearings
{
}

.mItemSettings
{
}

.mItemModeEdit
{
	background-color: #3AAADC;
}

.mItemBadge
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 7pt;
	min-width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 10px;
	padding: 1px 1px;
	margin-left: 2px;
}

.mItemBadgeEventstatusMessages
{
	background: #FF0000;
}

.mItemBadgeEventstatusOwnEditorUserAnnounces
{
	background: #3AAADC;
}

.mItemBadgeEventstatusForeignEditorUserAnnounces
{
	background: #BECF31;
}

.mItemBadgeNotTranslated
{
	background: #FF0000;
}


.mItemLogout
{
}



.mUserDataContainer
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 200px;
	border-collapse: collapse;
	text-align: right;
}

.mUserDataContainer td
{
	color: #595959;
}

.mLoggedInAs
{
	font-size: smaller;
}

.mLoggedInAsUsername
{
	margin-top: 5px;
}

.mLoggedInAsRightlevel
{
	margin-bottom: 5px;
}

.mLoggedInAsDate
{
}

.mLoggedInAsLogout
{
	font-weight: bold;
	margin-top: 5px;
	text-decoration: underline;
}

.mAdvanceBookingData
{
	padding-top: 10px;
	font-size: smaller;
}

.mAdvanceBookingDataID
{
	font-weight: bold;
	font-size: 1.1em;
}


/* special layout for loggedin aboTicketRegionalCard-user */
.mainBox_aboTicketRegionalCardUser .mUserDataContainer
{
	width: auto;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsBox
{
	width: 700px;
	height: 75px;
	padding-top: 25px;
	background: #C01A48;
	text-transform: uppercase;
	font-size: larger;
	position: relative;
	right: 170px;
	bottom: -86px;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsBox div
{
	display: inline-block;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsBox div a
{
	display: inline-block;
	width: 170px;
	height: 50px;
	color: #FFFFFF;
	background: #C01A48;
	border-right: 3px solid #E8E8E8;
	font-size: 1.6em;
	text-align: center;
	word-spacing: 10000px;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsBox div:first-child a
{
	border-left: 3px solid #E8E8E8;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsUsername
{
	width: 370px;
	height: 73px;
	padding-top: 27px;
	line-height: 30px;
	color: #FFFFFF;
	background: #C01A48;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: -540px;
	bottom: -86px;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsUsername .mLoggedInAsUsernameHello
{
	font-size: 4.6em;
	font-weight: bold;
	display: block;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsUsername .mLoggedInAsUsernameFirstname,
.mainBox_aboTicketRegionalCardUser .mLoggedInAsUsername .mLoggedInAsUsernameLastname,
.mainBox_aboTicketRegionalCardUser .mLoggedInAsUsername .mLoggedInAsUsernameSign
{
	font-size: 1.3em;
	font-weight: bold;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsOffers span
{
	width: 160px;
	display: inline-block;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAs
{
	position: relative;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsLogout a
{
	color: #FFFFFF;
	background: #C01A48;
	width: 180px;
	height: 100px;
	line-height: 100px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
	right: -10px;
	bottom: -86px;
}

.mainBox_aboTicketRegionalCardUser .mLoggedInAsBox div a:hover,
.mainBox_aboTicketRegionalCardUser .mLoggedInAsLogout a:hover,
.mainBox_aboTicketRegionalCardUser .mLoggedInAsBox .mLoggedInAsSelected a
{
	color: #BECF31;
	font-weight: bold;
}


/* menu animation */
.menu {height: 24px; position: absolute; top: 200px; z-index: 100000; clear:both;}
.menu .menuIcon {display: none;}
.menu ul li a, .menu ul li a:visited {display: block; text-transform: uppercase; color: #595959; height: 24px; line-height: 24px; text-align: center; overflow: hidden;}
.menu ul {padding: 0; margin: 0; list-style: none;}
.menu ul li {float: left; position: relative; background: #F4F4F4; margin-right: 1px;}
.menu ul li div[data-src] {vertical-align: middle; margin-right: 5px;}
.menu ul li ul {display: none;}
.menu ul li:hover a {color: #333333; background: #BECF31;}
.menu ul li:hover ul {display: block; position: absolute; top: 24px; left: 0px; box-shadow: 1px 1px 13px #666666;}
.menu ul li:hover ul li {border-bottom: 1px solid #E8E8E8;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display: block; color: #595959; background: #FFFFFF; text-transform: none; height: 28px; line-height: 28px;}
.menu ul li:hover ul li:nth-child(odd) a {background: #F4F4F4;}
.menu ul li:hover ul li a:hover {background: #3AAADC; color: #FFFFFF;}

.menu li img {vertical-align: middle; margin: 0px 5px;}






/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .mUserDataContainer 																			{width: 68.5vw; top: 18vmin; right: 2vw; overflow: hidden;}
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .mUserDataContainer .mLoggedInAs div															{display: none;}
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .mUserDataContainer .mLoggedInAs div.mLoggedInAsUsername										{display: block; position: static; width: auto; height: 4vw; line-height: 4vw; border: 0; margin: 0; padding: 0; font-size: 3vw; text-align: left; color: #595959; background: transparent;}
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .mUserDataContainer .mLoggedInAs div.mLoggedInAsUsername span								{font-size: 1.0em; font-weight: normal; display: inline;}
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .mUserDataContainer .mLoggedInAs div.mLoggedInAsUsername .mLoggedInAsUsernameFirstname		{font-weight: bold;}
	.bodyBox_responsive .mainBox_aboTicketRegionalCardUser .mUserDataContainer .mLoggedInAs div.mLoggedInAsUsername .mLoggedInAsUsernameLastname		{font-weight: bold;}
	
	.bodyBox_responsive .mUserDataContainer																												{width: 33vmin; top: 3.5vmin; left: 35vmin; text-align: left;}
	.bodyBox_responsive .mUserDataContainer	.mLoggedInAs 																								{font-size: 3vw;}
	.bodyBox_responsive .mUserDataContainer	.mLoggedInAs .mLoggedInAsUsername																			{margin: 0;}
	.bodyBox_responsive .mUserDataContainer	.mAdvanceBookingData 																						{font-size: 2.5vw; padding-top: 0;}
	.bodyBox_responsive .mUserDataContainer	.mAdvanceBookingData span 																					{font-size: 2.5vw;}
	
	.bodyBox_responsive .menu 																															{position: fixed; top: 13.5vmin; z-index: 10000; display: block; width: 96vmin; height: auto; left: 2.0vmin;}
	.bodyBox_responsive .menu .menuIcon																													{display: block; width: 9vmin; height: 9vmin; position: relative; top: -7vmin; right: -86.5vmin; background: url(rwd_smartphone_icon_burger.png) no-repeat; background-size: 100%; cursor: pointer;}
	.bodyBox_responsive .menu .menuIcon.menuIconClose																									{background-image: url(rwd_smartphone_icon_close.png);}
	.bodyBox_responsive .menu ul li a																													{height: 10vmin; line-height: 10vmin;}
	.bodyBox_responsive .menu ul li:hover ul li a																										{height: 10vmin; line-height: 10vmin;}
	.bodyBox_responsive .menu > ul 																														{display: none; width: 96vmin; box-shadow: 1px 6px 13px #666666;}
	.bodyBox_responsive .menu > ul li.mItem																												{display: block; width: 96vmin !important;}
	.bodyBox_responsive .menu > ul li.mItem ul																											{z-index: 1000;}
	.bodyBox_responsive .menu > ul li.mItem ul li																										{float: none; display: block;}
}


/*****************************************************************************************************/
/****      lib/jquery/messi/messi.css      ****/
/*****************************************************************************************************/


/* Messi CSS */

.messi-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}

.messi {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-shadow: none;
}

.messi-box {
  position: relative;
  width: 500px;
  height: auto;
  padding: 8px;
  overflow: hidden;
  background-color: rgba(204, 204, 204, 0.2);
  border-radius: 6px;
  opacity: 1;
  box-shadow: 0 0 1em #444;
}

.messi-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.messi-titlebox {
  padding: 10px;
  overflow: hidden;
  font: 1.3em bold helvetica, arial;
  color: #fff;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.25);
  background-color: #3b3b3b;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #3b3b3b), color-stop(0.75, #575757));
  background-image: linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -moz-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -o-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -webkit-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  background-image: -ms-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
  -webkit-border-radius: 5px 5px 0 0px;
          border-radius: 5px 5px 0 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
}

.messi-titlebox.info {
  background-color: #4ea5cd;
  
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #4ea5cd), color-stop(0.75, #096C96));
  background-image: linear-gradient(bottom, #4ea5cd 25%, #096C96 75%);
  background-image: -moz-linear-gradient(bottom, #4ea5cd 25%, #096C96 75%);
  background-image: -o-linear-gradient(bottom, #4ea5cd 25%, #096C96 75%);
  background-image: -webkit-linear-gradient(bottom, #4ea5cd 25%, #096C96 75%);
  background-image: -ms-linear-gradient(bottom, #4ea5cd 25%, #096C96 75%);
}

.messi-titlebox.error {
  background-color: #de4343;
  
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #de4343), color-stop(0.75, #960606));
  background-image: linear-gradient(bottom, #de4343 25%, #960606 75%);
  background-image: -moz-linear-gradient(bottom, #de4343 25%, #960606 75%);
  background-image: -o-linear-gradient(bottom, #de4343 25%, #960606 75%);
  background-image: -webkit-linear-gradient(bottom, #de4343 25%, #960606 75%);
  background-image: -ms-linear-gradient(bottom, #de4343 25%, #960606 75%);
}

.messi-titlebox.warning {
  background-color: #eaaf51;
  
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #eaaf51), color-stop(0.75, #B27213));
  background-image: linear-gradient(bottom, #eaaf51 25%, #B27213 75%);
  background-image: -moz-linear-gradient(bottom, #eaaf51 25%, #B27213 75%);
  background-image: -o-linear-gradient(bottom, #eaaf51 25%, #B27213 75%);
  background-image: -webkit-linear-gradient(bottom, #eaaf51 25%, #B27213 75%);
  background-image: -ms-linear-gradient(bottom, #eaaf51 25%, #B27213 75%);
}

.messi-titlebox.success {
  background-color: #61b832;
  
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #61b832), color-stop(0.75, #327F06));
  background-image: linear-gradient(bottom, #61b832 25%, #327F06 75%);
  background-image: -moz-linear-gradient(bottom, #61b832 25%, #327F06 75%);
  background-image: -o-linear-gradient(bottom, #61b832 25%, #327F06 75%);
  background-image: -webkit-linear-gradient(bottom, #61b832 25%, #327F06 75%);
  background-image: -ms-linear-gradient(bottom, #61b832 25%, #327F06 75%);
}

.messi-closebtn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 25px;
  height: 25px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 40px;
}

.messi-closebtn::before {
  position: relative;
  top: 2px;
  display: block;
  width: 25px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  content: '\00D7';
}

.messi-content {
  padding: 10px;
  overflow: hidden;
  font: .9em normal helvetica, arial;
}

.messi-content p {
  margin: 0 0 1.3em;
  line-height: 1.3em;
}

.messi-content .messi-closebtn {
  top: 7px;
  font: 1.3em bold helvetica, arial;
  color: #fff;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity .25s linear, visibility .1s linear .5s;
     -moz-transition: opacity .25s linear, visibility .1s linear .5s;
       -o-transition: opacity .25s linear, visibility .1s linear .5s;
          transition: opacity .25s linear, visibility .1s linear .5s;
}

.messi-content:hover .messi-closebtn {
  opacity: 1;
}

.messi-footbox {
  width: 100%;
  height: 55px;
  overflow: hidden;
}

.messi-actions {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  padding-top: 8px;
  margin: 0 10px;
  border-top: 1px solid #eee;
  -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
          box-orient: horizontal;
}

.messi-actions .btnbox {
  text-align: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          box-flex: 1;
}

.messi-actions .btnbox .btn {
  min-width: 75px;
}

.messi-titlebox.anim {
  background-color: #666;
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
          background-size: 40px 40px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: animate-bg 5s linear infinite;
     -moz-animation: animate-bg 5s linear infinite;
}

.messi-titlebox.anim.info {
  background-color: #4ea5cd;
}

.messi-titlebox.anim.error {
  background-color: #de4343;
}

.messi-titlebox.anim.warning {
  background-color: #eaaf51;
}

.messi-titlebox.anim.success {
  background-color: #61b832;
}

@-webkit-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

@-moz-keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}

/* CSS Buttons from Twitter Bootstrap: http://twitter.github.com/bootstrap/ */

.messi .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.messi .btn:hover,
.messi .btn:active,
.messi .btn.active,
.messi .btn.disabled,
.messi .btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.messi .btn:active,
.messi .btn.active {
  background-color: #cccccc \9;
}

.messi .btn:first-child {
  *margin-left: 0;
}

.messi .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.messi .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.messi .btn.active,
.messi .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.messi .btn-primary,
.messi .btn-primary:hover,
.messi .btn-warning,
.messi .btn-warning:hover,
.messi .btn-danger,
.messi .btn-danger:hover,
.messi .btn-success,
.messi .btn-success:hover,
.messi .btn-info,
.messi .btn-info:hover,
.messi .btn-inverse,
.messi .btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.messi .btn-primary.active,
.messi .btn-warning.active,
.messi .btn-danger.active,
.messi .btn-success.active,
.messi .btn-info.active,
.messi .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.messi .btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.messi .btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  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='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-primary:hover,
.messi .btn-primary:active,
.messi .btn-primary.active,
.messi .btn-primary.disabled,
.messi .btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.messi .btn-primary:active,
.messi .btn-primary.active {
  background-color: #004099 \9;
}

.messi .btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  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='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-warning:hover,
.messi .btn-warning:active,
.messi .btn-warning.active,
.messi .btn-warning.disabled,
.messi .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.messi .btn-warning:active,
.messi .btn-warning.active {
  background-color: #c67605 \9;
}

.messi .btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  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='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-danger:hover,
.messi .btn-danger:active,
.messi .btn-danger.active,
.messi .btn-danger.disabled,
.messi .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.messi .btn-danger:active,
.messi .btn-danger.active {
  background-color: #942a25 \9;
}

.messi .btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  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='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-success:hover,
.messi .btn-success:active,
.messi .btn-success.active,
.messi .btn-success.disabled,
.messi .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.messi .btn-success:active,
.messi .btn-success.active {
  background-color: #408140 \9;
}

.messi .btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  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='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-info:hover,
.messi .btn-info:active,
.messi .btn-info.active,
.messi .btn-info.disabled,
.messi .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.messi .btn-info:active,
.messi .btn-info.active {
  background-color: #24748c \9;
}

.messi .btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  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='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.messi .btn-inverse:hover,
.messi .btn-inverse:active,
.messi .btn-inverse.active,
.messi .btn-inverse.disabled,
.messi .btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.messi .btn-inverse:active,
.messi .btn-inverse.active {
  background-color: #080808 \9;
}

button.messi .btn,
input[type="submit"].messi .btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.messi button {
  cursor: pointer;
  -webkit-appearance: button;
}

button.messi .btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
