@import url("/fonts/fonts.css");

#NavArea{
	position:relative;
	/* background-image:url('https://api.ticket-cloud.de/image/Kinopalast-Vulkaneifel/logo.png'); */
	/* background-size: contain;  */
	/* background-repeat: no-repeat; */
	padding:0px;			
	z-index: 500;
}

#EventFilterMain{
	visibility: visible;
}

#PayNOW{
	margin-bottom: 25px;
}

#SiteLogo,#LoginRegister,#CountDown,#MessageBox,.ButtonHome,#TicketLimit,#SeatplanInfo,#ToTransaction{
	position:absolute;
	display: inline-block;
}

.scheduleHeaderImage{
	text-align:center;
	padding-bottom: 15px;
}
.scheduleHeaderImage > img{
	max-height:150px;
	width:auto;
}

#SiteLogo{
	left:0px;
	padding:5px;
	max-height:40px!important;
}

#SiteLogo > img,
#SiteLogo > a > img{
	left:0px;
	max-height:200px!important;
}

h1{
	font-size:32px;
	color:#d2b416;
}
h2{
	font-size:24px;
	color:#d2b416;
}
h3{
	font-size:16px;
	color:#888888;
}

.ButtonHome{
	padding:unset;
	/* top:0px; */
	/* padding-top: 5px; */
	bottom:0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 150px;
}
.btn-payment{
	height: auto;
	min-height: 60px;
	vertical-align:top;
}
#LoginRegister{
	right:0px;
}
#CountDown{
	bottom:0px;
	width: 20%;
}

#MessageBox{
	top:0px;
}
#SeatplanInfo{
	top:0px;
}
#TicketLimit{
	top:0px;
}
.TotalCenterDiv{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.HorCenterDiv{
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.VertCenterDiv{
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.OverLapHorDiv{
	top:100%;			
}

.NavMaxWidth{
	max-width: 1440px;
}

.FillColor{
	background-color:#576174;
	
}
/* GLOBAL */
header, .dashboard, .container-fluid{
    max-width: 1440px;
}
.container-fluid
{
	margin-right: auto; 
	margin-left: auto; 
}
.modal-open {
    padding-right: 0px !important;
}
header, .dashboard{
	left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.loadSelector > .dropdown-toggle > span{
	text-align:center!important;
}
.seatcorrect{
	font-size:inherit;
}

#TotalText,#Total{
	font-size:16px!important;
}
.btn, .btn-ticket{	
	 box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}
.SingleWallet{
	border-radius: 20px;
    box-shadow: 2px 2px 2px 1px #d2b416;
    padding: 10px;
}
.qrSlider{
	background-color: #d2b416;
	color:#fff;
}
.scheduleFilterActive {
    background-color: #d2b416;
}


.ui-state-holiday .ui-state-default {
    background-color: #d2b416;
	color: #fff;
}
.dateFilterInput {
    position: absolute;
    right: 20px;
    color: #fff;
    top: 67%;
    font-size: 8px;
}
#dateFilter {
    border: 2px solid #d2b416;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
	background-color:#d2b416;
    color: #fff;
}

.loaderPoster{
	max-height:400px;
}
.cardsOverview{
	text-align: right;
	padding-left: unset!important;
	padding-right: unset!important;
	position: absolute;
	top: 0px;
}

.timerAttention{
	background-color:#ffff00!important;
	color:#000!important;
}

.timerAlert{
	background-color:#ff0000!important;
	color:#fff!important;	
}

#FreeSeatTopic{
	font-size:24px;
	text-decoration:underline;
}

#FreeSeatTopic,#FreeSeatInfo{
	font-weight:bold;
	font-size:18px;
}

#HomeButton{
	display:none;
}
.BlockPlan{
	float:left;
	padding:unset;
	position: relative;
}
.blockImage{
	max-height:250px;
}

.blockSelect{
	position: absolute;
	top: calc(50% - 24px);
	width: 100%;
	background: #fff !important;
	font-size: 24px !important;
	line-height: 28px;
	height: 40px !important;
	color: #000 !important;
	border: none;
}
#BlockSeatAlloc{
	position: absolute;
	width:100%;
	/* background: #fff !important; */
	border: 1px solid #ff0000;
	bottom: 0px;
	font-weight:bold;
	text-align: center;
	right:0px
}

.BlockSeatAlloc-OK, .areaOk{
	background-color: rgba(76,255,0,1);
}
.BlockSeatAlloc-ALERT, .areaAlert{
	background-color: rgba(255,0,0,1);
	color:#fff;
}
.BlockSeatAlloc-ATTENTION, .areaAttention{
	background-color: rgba(255,255,0,1);
}

.areaOk, .areaAlert, .areaAttention{
	font-size:larger;
	font-weight: bold;
	padding:3px;
} 
#SelectBlocked{
	position: absolute;
	top:0%;
	width: 100%;
	height:calc(100%)!important;
	background-color: rgba(255,255,255,0.5);
	border: none;
}
#SelectBlocked > i{
	position: relative;
	top: calc(50% - 30px);
	color: #ff0000 !important;
	font-size: 50px !important;
	line-height: 50px;
	vertical-align:middle;
	
}
.blockRow{
	overflow: hidden;
	padding:unset!important;
}

#BlockLeft,#BlockRight{
	display:inline-block;
	font-weight: bold;
	border: 2px solid #17afa3;
	background: #fff;
	color: #17afa3;
	cursor: pointer;
	font-size: 18px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	padding: 2px 8px;
	outline: none !important;
	width:48%!important;
}
#BlockElements{
	text-align:center;
	padding-bottom:5px;
}
.blockRow > div > .table > tbody > tr > td,
.blockRow > div > .table > tbody > tr > th,
.blockRow > div > .table > tfoot > tr > td,
.blockRow > div > .table > tfoot > tr > th, 
.blockRow > div > .table > thead > tr > td, 
.blockRow > div > .table > thead > tr > th{
	border: none!important;
	padding:unset!important;
}

#SeatPlanHeader{
	text-align:center;
	padding-bottom:10px;	
	line-height:18px;
	vertical-align:middle;
}

#BlockNumber{
	position: absolute;
	z-index: 200;
	display: block;
	top: calc(10% - 25px);
	width:100%;
	font-size: 50px;
	font-weight: bold;
	text-align:center;
}
.table-borderless > thead > th,
.table-borderless > tbody > td,
.table-borderless td,
.table-borderless th {
    border-top-style: none!important;
    border-left-style: none!important;
    border-right-style: none!important;
    border-bottom-style: none!important;
}
.form-group .form-control-feedback {
  pointer-events: initial; /* or - auto // or -  unset  */
}
#UseCardTable{
	font-size:12px;
}
.backLinkSeatplan{
	display:none;
}
#UseCardTable .btn-ticket{
	font-size:12px;
}

.glyphicon-eye-open{
	color:#000;
}
.PasswordHint{
	font-weight:100;
}
.btn-refreshoverview{
	position:absolute;
	top:3px;
	right:0px;
}
html {
    box-sizing: border-box;
    background-color: #000!important;
    -webkit-tap-highlight-color: #17afa3;
	background-size: auto auto;
	background-size: 100% 100%;
}

body {
    font: 16px 'Source Sans Pro', sans-serif;
    color: #fff;
	background-color:#000;
    font-size: 16px;
	background-size: auto auto;
	background-size: 100% 100%;
}

#tab-Program > div > div,
#tab-Seatplan > div > div,
#tab-SummaryList > div > div,
#tab-VoucherShop > div > div,
#tab-Payment > div > div,
#tab-Account > div > div,
#tab-Wait > div > div{
	padding-top:5px!important;
}

#OfflineTicker{
	padding-top:5%;
	padding-left:unset;
	padding-right:unset;
}

#Nav-Logout{
	border-top: 2px solid #d2b416;
	text-align:center;
	font-size:18px;
}

.dateSelect{
	padding: 5px 0px 5px 0px;
}

.prevDate, .actDate, .nextDate{	
	padding:unset;
	border: 2px solid #d2b416;
	text-align:center;
	font-size:18px;
	cursor: pointer;
	background-color:#000;
}

.actDateSelect > option{
	background-color: #000;
}

.actDateSelect{
	border:unset;
	background:transparent;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}

.actDateSelect > .btn {
	line-height: 1;
	padding:0px;
}

.dropdown-toggle.actDateSelect > .filter-option.pull-left{
	text-align: center;
}

.errorbacklink{
	color:inherit;
	width:100%;
	text-align:center;
	border: 2px solid #d2b416;
	padding:0px;
}

.errorbacklink > a{
	color:#d2b416;
	text-decoration:none;	
}

.errorbacklink.closeButton{
	color:#d2b416;
	cursor:pointer;
}

.errorbacklink > a:hover{
	color:#d2b416;
	text-decoration:none;
}

.btn-group.bootstrap-select.actDateSelect{
	vertical-align:unset;
}

.btn.dropdown-toggle.actDateSelect{
	height:unset;
}

.prevDate{
	border-right:unset;
	
} 

.paymentMessage{
	color:#d2b416!important;
}

#WaitBar{
	width:100%;
	line-height: 40px;
	font-weight:bold;
	font-size:20px;
	border-radius:0px!important;
}


a{
 color:#d2b416;
}

a#forgottenPassword{
 color:#d2b416;
}
.nextDate{	
	border-left:unset;
}

.prevDate[disabled]{
	cursor: not-allowed;
	pointer-events: none;
	opacity: .15;
	border-right:unset;
} 

.nextDate[disabled]{
	cursor: not-allowed;
	pointer-events: none;
	opacity: .15;
	border-left:unset;
}
#Nav-CineCard{
	display:none;
	width:auto;
	height:50px;
}
.cineCardImg{
	display: unset;
	position: relative;
	top: 2px;
}
.offline{
	line-height:35px;
	font-size:20px;
	text-align: center;
    margin-bottom: 4px;
		padding-left:unset;
	padding-right:unset;
}
.off0{
	background-color:#ff9999;
}
.off1{
	background-color:#ffe599;
}
.off2{
	background-color:#ccff99;
}
.off3{
	background-color:#99ff99;
}
.off4{
	background-color:#99ffcc;
}
.off5{
	background-color:#73ffdc;
}
.off6{
	background-color:#7396ff;
}
.off7{
	background-color:#9673ff;
}

.NavActive{
	background-color:#f00!important;
	color:#fff!important;
}
#TI-Navigation{
	background: #000;
	width:100%;
	height:auto;
	padding-left:0px;
	padding-right:0px;
	border-bottom: 2px solid #d2b416;
}
header {
    background: transparent;
    color: #FFF;
    font-size: 12px;
	min-height: 90px;
	padding-left: 0px!important;
    padding-right: 0px!important;
    position: fixed;
    top: 0px;
    z-index: 300;
	margin-left:auto;
	margin-right:auto;
}
header > .level-1{
	min-height: 70px;
	padding-left: 0px!important;
    padding-right: 0px!important;
}
header > .level-1 > .level-1-1{
	min-height: 50px;
	padding-left: 0px!important;
    padding-right: 0px!important;
}
header > .level-2{
	min-height: 20px;
	padding-left: 0px!important;
    padding-right: 0px!important;
}

header > .level-3{
	min-height: 30px;
	padding-left: 0px!important;
    padding-right: 0px!important;
}
.table .table {
	background-color:unset!important;
}
.scheduleFilter{
	font-size: 12px;
	background-color:#dfdfd0;
	margin:1px;
	padding:2px;
	float:left;
	white-space:nowrap;
	color:#a2a2a2;
}

.scheduleFilterActive{
	font-size: 12px;
	background-color:#d2b416;
	margin:1px;
	padding:2px;
	float:left;
	white-space:nowrap;
	color:#ffffff;
}
.SplitEvent{
	font-size:10px!important;
	text-align:center;
	padding:0px;
	margin: -1px 0;
	color: #FFF;
	background-color:#444f63;
	 -ms-word-break: break-word;
     word-break: break-word;
     /* Non standard for WebKit */
     word-break: break-word;
}
#fullMenu>div {
    color: #FFF;
    background: #576174;
    right: 0px;
}
.center-box {
	display: inline-block;
	position: relative;
	margin: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.center-box:before {
	content: "";
	display: block;
	padding-top: 50%;
	padding-top:0%\9; /*ie8 will just be at the top */

}

.center-box > .content {
	top: 50%;
	text-align: center;
	vertical-align: center;
	position: relative;
	transform: translateY(-50%); /* ie9 and up only */
}
#Error {
    background-color: #fff!important;
}

.TI-timepanel>a.btn {
    background: transparent;
    margin: 1px 0 !important;
    width: 100%;
    font-size: 15px;
    padding: 5px 8px;
    height: 35px;
    vertical-align: middle;
    min-width: 100%;
    color: #d2b416;
}

.errordetails {
    font-size: 9px;
}

.absolute-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1500;
    /* background-color: #fff; */
    min-width: 100%;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
}

.badgeComingSoon {
    background-color: #f00;
    font-size: 8px;
    margin-top: -14px;
}

#TicketLimit {
	display: none;
    color: #ff0000;
	text-align:center;
	background-color:#fff;
    font-weight: bold;
    font-size:25px;
	width:60%;
}

#NavDivider {
    cursor: default;
	padding: 2px 2px !important;
	font-weight:bold;
}

#reloadClick {
    cursor: pointer;
}

#EventFilterMain{
    padding-bottom: 20px;
    padding-top: 10px;
}

.function-header {
    text-align: right;
}

.dropdown-menu {
}

.dropdown-menu>li {
    cursor: pointer;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #17afa3!important;
    background-image: none!important;
    color: #FFF;
}

.ticket-tooltip-styling {
    border: 2px solid #17afa3!important;
    color: #17afa3!important;
    font-size: 12px!important;
}

/* #TI-Schedule, */
/* #TI-OrderOverview { */
	/* padding-top: 30px; */
/* } */

.playWeek{
	color:#fff;
	position: relative;
    font-weight: bold;
	padding:unset;
}

.playWeek.preview{	
	color:#fff;
}

.playWeek.new{	
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

#agbConfirm{
	height:15px;
}

#AGBText{
	font-size:14px!important;
	border:none;
}

#AGBText > div{
	padding:3px;
}

a.btn-ticket{
	text-decoration:none;
}

#CineCardNeeded{
	font-size:16px;
	background-color:#fff;
	color:#ff0000;
	border:3px solid #ff0000!important;
	text-align:center;
	font-weight:bold;
	line-height:70px!important;
	height:70px!important;
	vertical-align:middle!important;
}

#VersionInfoToggle {
    position: fixed;
    right: 0px;
    border-bottom: 2px solid #17afa3;
    border-left: 2px solid #17afa3;
    background: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #17afa3;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    top: 0px;
    white-space: nowrap;
    z-index: 1000;
}

.btn-ticket-active.ticket-category[disabled]{
	background-color:#17afa3!important;
	    opacity: 1;
}

.ticket-category{
	line-height: 30px;
}

#EventFilterTable{
	width:100%;
	font-size:12px;
}

#EventFilter, #EventFilterTable{
	width:100%;
	padding-left: 15px;
    padding-right: 15px;
}

#EventFilterTable{
	background-color:#576174;
	color:#fff;
}

#EventnameSelect,#EventdateSelect{
	color:#000;	
	    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px;
    width: 50%;
}

#EventFilterTable > tbody > tr > td{
	border:none;
}

#EventFilterButton{
	margin-bottom:3px;
}

.auditorium-Filter,
.genre-Filter,
.frame-Filter{
	width:auto;
	min-width:5%;
	text-align:center;
}

.languageVersion-Filter,
.rating-Filter{
	min-width:5%;
	text-align:center;
}

#resetFilter{
	cursor:pointer;
	font-size:14px;
	line-height:14px;
	background-color:#ff0000;
}

.select_symbol::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    position: absolute;
    right: 10px;
}

.modal-body,
.modal-header,
.modal-footer {
    background-color: #000;
    padding: 10px;
}

.modal-body#TrsDetailView{
	padding:0px;
}

.modal-body > #TI-Confirmation{
	padding:10px;
}

.modal-header {
    background-color: #d2b416;
    color: #fff;
    font-weight: bold!important;
}

.modal-title {
    color: #fff;
    font-weight: bold!important;
}

#VersionInfoToggle>i {
    color: #17afa3;
    font-size: 17px;
    height: 25px;
    width: 18px;
    line-height: 1.5;
    vertical-align: middle;
}

#VersionInfo {
    position: fixed;
    right: 0px;
    border-bottom: 2px solid #17afa3;
    border-left: 2px solid #17afa3;
    background: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #17afa3;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
    top: 0px;
    white-space: nowrap;
    z-index: 900;
    padding-right: 20px;
}

#VersionInfoToggle {
    display: none;
}

#PayButtonsActivConcessions {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -15px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.back-button-ticket {
    font-size: 18px;
    vertical-align: middle;
}



.modal-header .close {
    margin-top: -2px!important;
    width: 20px!important;
    /* color: #000!important; */
    opacity: 1!important;
    color: #fff!important;	
    border: none!important;
	background:none!important;
    font-size: 25px!important;
}
.modal-header .close:hover {
    color: #000!important;	
    padding:none!important;
	 border: none!important;
	background:none!important;
    font-size: 25px!important;
}

#custMail,
#custMailConfirm {
	margin-top: 4px;
	margin-bottom: 4px;
}

#custMailConfirmSign {
	color: green;
}

.poster {
    padding-left: 0px!important;
}

#unseatedPoster{
	padding-top:5px;
}

.container {
    width: 100%;
}

#Error {
    clear: both;
    z-index: 100;
    width: 100%;
    background-color: #ff9999;
    font-size: 20px;
    display: none;
    text-align: center;
    top: 0px;
    left: 0px;
    position: relative;
    vertical-align: center;
}

.form-error {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
}


/* Waitscreen */

#cookieBar {
    padding-top: 2px;
    display: none;
    width: 90%;
    height: 6%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background-color: #000;
    text-align: center;
    margin-left: 5%;
    color: #FFF;
    vertical-align: middle;
}

.cookieLink {
    display: inline-block;
    right: 3px;
    top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: #FFF;
    color: #000;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.cookieLink:hover {
    display: inline-block;
    right: 3px;
    top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background: #d2b416;
    color: #FFF;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.cookieText {
    top: 2px;
    padding-left: 2px;
    padding-right: 4px;
    font-size: 14px;
}


/*Header Items*/


/* Navigation */

.fullMenuItem,
.MenuItem,
#MenuToggle {
    visibility: hidden;
    cursor: pointer;
    padding: 0px;
    background-color: rgba(255, 255, 0, 0.4);
}

.ti-nav-container {
    width: 100%;
    padding: 0px;
    /* padding-bottom:5px; */
}

.ti-nav-container>div {
    padding: 0px;
}

.ti-nav-container .glyphicon {
    font-size: 14px;
}

.CountDown {
    visibility: hidden;
    text-align: center;
    margin-right: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	color:#000;
	border-bottom: 1px solid #444f63;
	
	
}

#ToTransaction{
	display:none;
	text-align:center;
	color:#fff;
}
#ToTransaction > i{
	font-size:40px;
	color:#fff;
}
/* EditAccount */

/* #Edit>.form-group>div>.form-control, */
/* #Edit>.form-group>div>.row { */
    /* width: 80%; */
/* } */
.bootstrap-select > button {
    height:34px;
}
#Edit>.form-group>div>input[type=password] {
    margin-bottom:5px;
}


#gender-align {
    text-align: left;
}

#Edit>.form-group>div>#street,
#Edit>.form-group>div>#address {
    width: 70%!important;
    display: unset;
}

#Edit>.form-group>div>#housenumber {
    width: 10%!important;
    display: unset;
    margin-left: -4px;
}

#Edit>.form-group>div>#zipcode {
    width: 10%!important;
    display: unset;
}

#Edit>.form-group>div>#city {
    width: 70%!important;
    display: unset;
    margin-left: -4px;
}

#cityselect {
    width: 40%!important;
    display: unset;
}

[data-id="cityselect"],
[data-id="countryselect"] {

    font-weight: normal!important;
    font-family: 'Source Sans Pro', sans-serif!important;
    padding: 6px 12px!important;
    color: unset!important;
    height: 34px!important;
    border: 1px solid #ccc!important;
    margin-left: -4px!important;
    background: #fff!important;
    cursor: pointer!important;
}

[id^="LoadValues_"] > span{
	text-align: center;
}
[id^="Loader_"]{
	background-color:#ededed;
}
[id^="FormInfo-"].alert-success{
	margin-top: 12px;
}

[id^="FormInfo-"] > .alert-danger{
	margin-top: 12px;
}

#ErrorMsg.alert-success,
#ErrorMsg.alert-danger{
	margin-top: 12px;
}

#FormInfo-UserEdit {
	position:relative;
	text-align:center;
	color:#fff;
	background-color:#ff0000;
	font-weight:bold;
	text-shadow:none;
}
#FormInfo-UserEdit > .errorbacklink{
	display:none;
}

/* Login */
#FormInfo-Account{
	display:none;
}
.LoginRegister {
    /* padding-top: 5px!important; */
    text-align: center;
    min-height: 90px!important;
}

.LoginRegister>#buttons {
    width: 100%;
    margin-bottom: 5px;
    position: inherit;
}

.linkLittle {
    font-size: 10px;
	cursor: pointer;
}
.btn-login, .btn-menu{
	min-width:50%!important;
	right:0px;	
    position: absolute;
}
#usermenu {
    display: none;
    top: 3px;
	right:3px;
    position: relative;
    width: 100%;
	word-break:nowrap;
}
/* #usermenu > .dropdown-menu { */
    /* display: none; */
/* } */
/* #usermenu:hover > .dropdown-menu { */
	/* display: inline-block;	 */
/* } */

#username {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    right:3px;
	top:30px;
	position:absolute;
	white-space:nowrap;
	color:#fff;
}

/* .col-md-2#username, */
/* .col-lg-2#username { */
    /* position: absolute; */
    /* bottom: 0px; */
    /* right: 0px; */
    /* text-align: right; */
/* } */

#usermenu>.dropdown-toggle {
    font-weight: bold;
    border: 2px solid #d2b416;
    background: none;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #d2b416;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
    padding: 0px 12px;
    outline: none !important;
    text-decoration: none;
	white-space:nowrap;
}
.dropdown-menu{
	top:25px;
}
#cardsmenu{
	padding-top: 5px;
}

#cardsmenu>.dropdown-toggle {
    font-weight: bold;
    border: 2px solid #d2b416;
    background: none;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #d2b416;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
    padding: 0px 12px;
    outline: none !important;
    text-decoration: none;
}

#Counter:before {
    content: "\f017";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    padding-right: 5px;
}

#Counter {
    font-size: 16px;
	cursor:pointer;	
}

#NotEnoughLoading{
	color:#fff;
	font-weight:bold;
	background-color:#ff0000;	
	text-align:center;
	line-height:70px!important;
	height:70px!important;
	vertical-align:middle!important;
}

.AbortTrans,
.AbortTrans>i,
.AbortTrans>span {
    font-size: 16px!important;
    vertical-align: middle;
	cursor:pointer;
}

#textAbort {
    margin: 3px;
}

#cinemaLogo {
    position:absolute;
	max-height:90px;
	width:auto;
	padding-top: 5px;
	padding-left: 5px;
}

#MenuToggle {
    padding-top: 2%;
    min-width: 30px;
    color: #FFF;
    background: #576174;
    font-size: 15px;
    text-align: center;
    float: right;
}

#NavMenu {
    color: #FFF;
    z-index: 100;
    width: 150px;
    position: absolute;
    top: 90px;
    background: #576174;
}

#NavMenu>div {
    position: relative;
    float: left;
    color: #FFF;
    background: #576174;
    right: 0px;
    font-size: 12px;
}

.fullMenuItem {
    padding-top: 5px!important;
    text-align: center;
    min-height: 90px!important;
    min-width: 12%;
}

.allMenuItem {
    padding-top: 2%!important;
    text-align: center;
}


.img-wait {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 50%;
}

.fullMenuItem>i {
    font-size: 30px;
    line-height: 40px;
    vertical-align: middle
}

.nav-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}


/* TicketButtons */

.btn-default,
.btn-default:active,
.btn-ticket,
.btn-ticket:active,
.btn-ticket-deactivated {
    font-weight: bold;
    border: 2px solid #d2b416;
    background: #d2b416;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    padding: 0px 12px;
    outline: none !important;
	text-shadow: none;
}

.btn-ticket-max,
.btn-ticket-max:active,
.btn-ticket-max-deactivated {
    font-weight: bold;
    border: 2px solid #d2b416;
    background: #d2b416;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 12px;
    outline: none !important;
}


.btn-ticket:hover,
.btn-ticket-active:hover,
.btn-ticket-back:hover {
    background: #000!important;
    color: #FFFFFF!important;
    text-shadow: none!important;
    border: 2px solid #d2b416!important;
}

.btn-ticket-active {
    background: #000;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 14px;
}

.btn-ticket-add,
.btn-ticket-sub {
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 0px 0px !important;
    line-height: 1em !important;
}
.btn-ticket-add:hover,
.btn-ticket-sub:hover {
    font-size: 24px;
  
}

.label-ticket {
    text-transform: uppercase;
    outline-style: none !important;
    font-family: 'Open Sans Condensed', sans-serif;
}

.btn-schedule-infotrailer {
    height: auto!important;
}

.btn-ticket[disabled] {
    border: 2px solid #d2b416;
    background: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #d2b416;
    cursor: not-allowed;
    opacity: .55;
}

.btn-account {
    border: 2px solid #d2b416;
    background: #d2b416;
	top: 3px;
    right: 3px;
	color: #fff;
    height: 30px;
    font-size: 15px;
}

.btn-account:active {
    border: 2px solid #d2b416;
    background: #d2b416;
    color: #FFF;
    height: 30px;
    font-size: 15px;
}

.btn-account2{
    border: 2px solid #d2b416;
    background: #d2b416;
    color: #fff;
    font-size: 15px;
    width: 100%!important;
    position: relative;
}
.btn-account2:active {
    border: 2px solid #d2b416;
    background: #d2b416;
    color: #FFF;
    height: 30px;
    font-size: 15px;
}

.btn-logout {
    /* position:unset; */
    display: none;
}

.btn-ticket#trsDetails{
    border-radius: 20px;
    padding: 0px 10px;
}
.btn-ticket#hideTrs {
    border-radius: 20px;
    padding: 0px 7px;
}

#usermenu>.dropdown-menu {
    padding: 0px 0;
    font-size: 14px;
    right: 0;
    z-index: 1100;
}

.datepicker.dropdown-menu {
    min-width: unset;
    padding: 0px 0;
    right: unset;
    z-index: 1100;
}

#backButton {
    margin-top: 3px;
}

#bottomPanel {
    margin-bottom: 10px;
}

#forwardtobooking {
    width: 100%!important;
	font-size: 15px;
}

#symbol-register,
#symbol-login,
#symbol-logout {
    left: 8px;
    position: absolute;
    line-height: 18px;
    font-size: inherit;
}

#EmailEntry .ti-close {
    background: #d2b416!important;
    padding: 6px!important;
    color: #fff!important;
    opacity: 1;
    font-size: 25px;
}

.ti-close {
    background: #d2b416!important;
    padding: 6px!important;
    color: #fff!important;
    opacity: 1;
    font-size: 25px;
}


/*Concesion Header*/

#TI-OrderOverview {
    padding: 0px;
}

#TI-OrderList {
    padding: 0px;
}

#TI-Seatplan {
    position: relative;
}


/* Seatplan / TicketSelection*/

#ZoomButtons, #SeatplanLegend, #ZoomControl{
	padding:0px!important;
}

.TI-Toolbar-Top {
    position: relative;
    right: 0px;
    z-index: 10;
}

.TI-Toolbar {
    position: absolute;
    right: 0px;
    z-index: 10;
    bottom: -10px;
}

#TI-PriceTable {
    clear: both;
    display: none;
}
#PriceTable.table > tbody > tr > td{
	border-top: 1px solid #ddd;
}
	
#PriceTable {
	border-collapse: inherit;
}
input[type="checkbox"], input[type="radio"]{
	transform: scale(1.2);
	margin-right: 4px;
	min-width:10px;
}
#ItemTable>tbody>tr>td {
	border:none!important;
}
#PriceTable>tbody>tr>td {
    padding: 4px!important;
    line-height: 1!important;
    font-size: 16px;
}
.table-categories-ticket {
    text-align: center;
}

.btn-ticket-table {
    width: 99%;
}

.td-no-lines {
    padding: 0px!important;
    width: 20%;
    border: none!important;
}

.table-legend td:nth-of-type(odd) {
    background-color: transparent;
}

.table-legend td:nth-of-type(even) {
    background-color: transparent;
}

.table-legend td {
    vertical-align: middle!important;
    line-height: 15px!important;
    font-size: 12px;
}

.ticketInput {
    width: 15%;
}

.Seats {
    z-index: 4;
    position: absolute;
    display: block;
    color: white;
    font-weight: bold;
}

.SeatDisabled > .SeatPics > img{
	opacity:.5;
}


.SeatPics {
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 6px;
    text-shadow: 0px -1px 0px #eeeeee, 0px 1px 0px #555555;
}

.SeatPicsLoveSeat {
    display: block;
    cursor: pointer;
    font-size: 6px;
    text-shadow: 0px -1px 0px #eeeeee, 0px 1px 0px #555555;
	float:left;
}

.SeatPlanView {
    position: relative;
    margin: auto;
}

#Seatplan {
    transform-origin: top left;
}

#SeatplanContainer {
    position: relative;
	padding-left:0px!important;
	padding-right:0px!important;
}

.SeatPlanView h3#ScreenPlan {
    text-align: center;
    background: #b8beca;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 0;
    /* margin: 0 30px 70px; */
	width: 100%;
}
.SeatPlanView h3#ScreenPlanDown {
   text-align: center;
    background: #b8beca;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
	padding: 3px 0;
    /* margin: 0 30px 0px; */
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.zoom {
    margin: 20px 0;
}

.zoom .glyphicon {
    border: 2px solid #c9cfda;
    padding: 5px 8px;
    cursor: pointer;
}

.zoom-buttons {
    overflow: hidden;
    margin-top: 10px;
}

.zoom-buttons .zoom-in,
.zoom-buttons .zoom-out {
    cursor: pointer;
    margin-bottom: 2px;
    margin-right: 5px;
}

input[type=zoom-range] {
    width: 100%;
    border: none!important;
}
.zoom-range{
	height:30px;
}
#SeatplanInfo,
#SeatplanInfo1 {
    background-color: #ff0000;
    width: 60%;
    text-align: center;
    color: #fff;
}

.ReservationProblem1, .ReservationProblem2{
	font-weight:bold;
	background: transparent;
	font-size:20px;
}

.ReservationProblem2{
	color:grey;
}

/* TransactionOverview */

#InvoiceActions > button{
	margin: 4px;
}



#InvoiceActions{
	background-color: #eaeaea;
	position: relative;
	padding:4px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#TotalAmount,
#FeeData,
#BookTransaction {
    display: none;
}

#FeeInfoData{
	font-size:10px!important;
	text-align:right;
	color:#ff0000;
}

#FeeInfoDataRes{
	font-size:10px!important;
	text-align:left;
	color:#ff0000;
}

#PayButton_Up,
#ScrollToSeatplan,
#ScrollToSeatplan2,
#PayButton_Up:active,
#PayButton_Down:active,
#ScrollToSeatplan:active,
#ScrollToSeatplan2:active {
    display: none;
    margin-bottom: 3px;
    border: 2px solid #d2b416;
    color: #fff;
    background-color: #d2b416;
}
#PayButton_Down{
    margin-bottom: 3px;
   border: 2px solid #d2b416;
    color: #fff;
    background-color: #d2b416;
}

#ScrollToSeatplan2{
    /* margin-left: 35%; */
}
.container_ScrolltoSeatplan {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    z-index: 1000;
}

.LegendSeats {
    width: 15px;
    height: 15px;
    float: left;
}
.LegendElements {
    width: auto;
    height: 15px;
    float: left;
}
	
.TI-SurchargesInfo {
    font-size: 14px;
	font-style: inherit;
}

#TI-ClickSwitch {
    text-align: center;
}

.ticketNumberDisplay {
    background: transparent;
    border: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 20px;
    display: inline-block;
    font-weight: bold;
    padding-top: 8px;
}

.priceTableButtons {
    width: 4%;
    padding-left: 0px;
    padding-right: 0px;
}


/* Schedule */

.movie_posterlist img {
    max-height: 400px;
    width: auto;
	
}

.movie_list {
    min-height: 400px;
    margin-bottom: 5px;
}

.pull-right-nofloat {
    display: block;
    position: relative;
    text-align: right;
}

.TI-timepanel>h3 {
    background-color: #dddddd;
    padding: 4px;
}

.movie-3d:after {
    content: "3D";
    color: #d2b416;
    font-weight: bold;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    right: 3px;
    position: absolute;
}
/* .movie-I3D:after { */
    /* content: "I3D"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-3HRF:after { */
    /* content: "3HFR"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-3DD:after { */
    /* content: "3DD"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-3DOV:after { */
    /* content: "3DOV"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-OI3D:after { */
    /* content: "OI3D"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-2D:after { */
    /* content: "2D"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-OV:after { */
    /* content: "OV"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-KL:after { */
    /* content: "KL"; */
    /* color: #17afa3; */
    /* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */
/* .movie-OmUD:after { */
    /* content: "OU"; */
    /* color: #17afa3; */
	/* font-weight: bold; */
    /* -webkit-transform: rotate(270deg); */
    /* -moz-transform: rotate(270deg); */
    /* -o-transform: rotate(270deg); */
    /* -ms-transform: rotate(270deg); */
    /* transform: rotate(270deg); */
    /* display: inline-block; */
    /* right: 3px; */
    /* position: absolute; */
/* } */

.TI-timepanel>a {
    margin: 1px;
    min-width: 100%;
}

.movie_list span{
    font-size: 16px;
    color: white;
    background: rgba(87, 97, 116, .6);
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 200;
}
.movie_list .playWeek{
	font-size:8px;
	font-weight:initial;
	background: rgba(87, 97, 116, .6);
	color:#fff;
	top:0px;
	right:0px;
	text-align:center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.movie_list .playWeek.new{
	text-shadow: 0px 0px 2px #fff;
}
.movie {
    border-bottom: 1px solid #c9cfda;
    margin-bottom: 20px;
    padding-bottom: 20px;
	padding-left: 0px!important;
    padding-right: 0px!important;
}
#frameMovie{
    background: #d2b416;
    color: #fff;
    margin-bottom: -1px;
    font-size: 12px;
}


.TI-timepanel > .frameClass{
	border: #d2b416 2px solid;
	margin: 0px!important;
}
.movie_list.frameClass{
	box-shadow:0px 0px 0px 2px #d2b416 !important;
}
.week_overview.frameClass{
	box-shadow:0px 0px 0px 2px #d2b416 !important;
}
#frameBadge{
	position: absolute;
    background: #d2b416;
    color: #fff;
    z-index: 100;
    padding-left: 2px;    
    padding-right: 4px;    
	right: -10px;
    top: -15px;
	min-width: 50px;
	text-align: center;
}
.movie h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 42px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.movie_title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 36px;
}

.movie_info {
    font-style: inherit;
    font-family: 'Vollkorn', serif;
    font-size: 16px;
    padding-left: 5px;
    font-weight: 100;
}

.movie_info strong {
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-right: 5px;
    font-size: 14px;    
    font-weight: 500;
}

.movie_info span {
    font-style: normal;
    margin: 0 10px;
}

#synopsis{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-ms-word-break: break-word;
	word-break: break-word;
}

.close_info {
    background: #d2b416;
    width: 191px;
    height: 43px;
    display: block;
    margin: 4% auto 0;
    outline-style: none !important;
	text-align: center;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	line-height: 43px;
}
.close_movie {
    background: #d2b416;
    height: 25px;
    display: block;
    margin: 10px auto 10px;
    outline-style: none !important;
	text-align: center;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	line-height: 25px;
}
.close_movie:hover{
	text-decoration: none;
	cursor:pointer;
}
.close_info:hover{
	text-decoration: none;
}
.simpleText {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}


.movie_cover img {
    /* width: 100%; */
	box-shadow: 0 0 20px rgba(0,0,0,.6);
    height: auto;
    /* max-width: 220px; */
	/* height: 400px; */
    width: 270px;
    
}

.movie_cover img.img-landscape, .img-landscape {
    /* width: 100%; */
    /* height: auto; */
    /* max-width: 220px; */
	height: 170px;
    width: 270px;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.movie_posterlist img {
    /* width: auto; */

}


/* .btn-ticket .glyphicon { */


/* margin-right: 5px; */


/* color: #17afa3; */


/* } */


/*ToolTip*/

.tooltip.right .tooltip-arrow {
    color: #d2b416;
}

.tooltip>.tooltip-inner {
    color: #d2b416;
    border: 1px solid #d2b416;
    font-weight: bold;
    background: #000;	
	text-align:left;
}

.tooltip.in {
    opacity: 1!important;
    z-index: 5000;
}

.show_movie_text {
    font-size: 18px;
    text-align: right;
    width: 100%;
}

.show_movie_trailer {
    font-size: 18px;
    text-align: right;
    width: 100%;
}

.show_movie_text_label {
    background: url(../gfx/infos_btn.gif) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
	background-size:40px auto !important;
    padding: 0px 60px;
}

.show_movie_trailer_label {
    background: url(../gfx/trailer_btn.gif) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
	background-size:40px auto !important;
    padding: 0px 60px;
}

.btn-schedule-infotrailer .active,
.btn-schedule-infotrailer .btn:hover {
    padding: 0px 60px;
    background: #d2b416 !important;
    color: #fff;
}

.btn-schedule-infotrailer .active.show_movie_text_label,
.btn-schedule-infotrailer .show_movie_text_label:hover {
    background: #d2b416 url(../gfx/infos_btn_active.gif) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
	background-size:40px auto !important;
}

.btn-schedule-infotrailer .active.show_movie_trailer_label,
.btn-schedule-infotrailer .show_movie_trailer_label:hover {
    background: #d2b416 url(../gfx/trailer_btn_active.gif) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
	background-size:40px auto !important;
}

.movie_text {
    padding-top: 50px;
    line-height: 30px;
    display: none;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.movie_text>div>img {
    width: 75%;
    height: auto;	
    position: absolute;
}

.movie_text img {
    margin-bottom: 10px;
}

.movie_trailer {
    display: none;
    padding-top: 50px;
    overflow: hidden;
}

.week_overview {
    border: 1px solid #c9cfda;
    margin: 0 0 15px;
    padding: 10px;
}

.week_overview span {
    display: block;
    text-align: center;
    /* margin-bottom: 10px; */
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}

.week_overview .Date {
    text-align: center;
    border-right: 1px solid #bbb;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    white-space: nowrap;
}

.week_overview i {
    background: #d2b416;
    padding: 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.carousel_nav {
    outline-style: none !important;
    cursor: pointer;
}

.carousel_nav_left {
    cursor: pointer;
}


/*OrderOverview*/

.concession-Title {
    background-color: #d2b416;
    color: #fff;
}

#RemoveOptional,
#AddOptional{
	cursor: pointer;
}
#RemoveConcessions,
#RemoveConcession,
#RemoveCineCard,
#RemoveVoucher,
#releaseVoucher,
#RemoveCardLoading {
    cursor: pointer;
    color: red;
}

.deleteable {
    cursor: pointer;
}

.OverviewHeader {
    font-size: 12px;
    font-weight: bold;
    background-color: #d2b416;
    color: #FFF;
}

.btn-MailAdresses {
    background: #d2b416;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin-bottom: 2px;
}

#EmailInput {
    margin-bottom: 2px;
}

.has-warning>div>input,
.has-error>div>input {
    background-color: #ff4c4d;
    color: #FFF!important;
}

.has-warning>div>span,
.has-error>div>span {
    color: #FFF!important;
}

#RememberMe {
    color: #d2b416!important;
    line-height: 18px!important;
}

.priceTable-MenuItem-header {
    font-size: 14px;
}

.priceTable-MenuItem {
    font-size: 14px;
}

.week_overview .btn {
    background: #e6e9ee;
    margin: 1px 0 !important;
    width: 100%;
    font-size: 15px;
    padding: 5px 8px;
    height: 35px;
}

.week_overview .btn.movie-3d:after {
    content: "3D";
    color: #d2b416;
    font-weight: bold;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    right: 3px;
    position: absolute;
}

.week_overview .btn.active.movie-3d:after {
    color: #fff;
}

.week_overview div {
    padding: 0 1px 0 0;
}

.week_overview .btn:focus,
.week_overview .btn:active {
    box-shadow: none;
}

.week_overview .disabled {
    visibility: hidden !important;
}

.week_overview input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.week_overview .btn.active {
    background: #d2b416;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}



.form-ticket {
    padding: 2px 2px;
    font-size: 18px;
}


/*Concessions*/

.concession_head{
	height:100%;
	padding:0px!important;
}
.concession_head > .concessionImageResp{
	padding:0px!important;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center center;
	max-width:200px;
	max-height:150px;
	width:100%;
	height:100%;
	cursor:pointer;
}
.concession_body{
	height:100%;
	padding:0px!important;
	background-color:#eeeeee;
}

#ConcessionBanner {
    height: 80px;
    width: auto;
}

.TI-ConcessionPanel>.panel-heading {
    color: #d2b416!important;
    background: #000!important;
    filter: none!important;
    background-image: none!important;
    padding: 0px!important;
}
.TI-VoucherPanel>.panel-heading {
    color: #fff!important;
    background: #d2b416!important;
    filter: none!important;
    background-image: none!important;
    padding: 0px!important;
	
}
.TI-VoucherPanel>.panel-heading>.panel-title {
	line-height:40px;
	
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border:none;
}
.TI-ConcessionGroup {
    width: 100%;
    display: none;
}

.TI-ConcessionGroup>.btn-ticket,
.TI-ConcessionGroup>.btn-ticket-deactivated {
    width: auto;
    height: 23px;
    display: inline-block;
    margin: 6px 6px 0 0;
    font-size: 12px;
}

.TI-ConcessionPanel {
    color: #d2b416!important;
    border: 2px solid #d2b416!important;
    background: #000!important;
    position: relative;
    cursor: pointer;	
}

.TI-ConcessionPanel>.panel-heading:hover {
    color: #000!important;
    /* background-color:#17afa3!important; */
}

.dropdown-header {
    background-color: #d2b416!important;
    color: #000!important;
    font-size: 14px;
}
.dropdown-menu {
	margin: 0px;
}
.TI-ConcessionSelect>option {
    background-color: #000;
    color: #d2b416;
}

.modal-ticket-header,
.modal-ticket-footer {
    padding: 5px;
}

#Concession-Panel {
    overflow: auto;
    position: relative;
    width: 100%;
    display: inline-block;
	overflow: auto;
	height: 280px;
}

.concession-Selector {
    /* position: absolute!important; */
    min-width: 100%!important;
    /* display: table!important; */
    left: 0px!important;
    /* bottom: 0px!important; */
    background-color: rgba(255, 255, 255, 0.9);
	cursor:pointer;
	height:100%;
}

.concession-SelectButton {
    /* position: relative!important; */
	/* float:left; */
    min-width: 100%!important;
	cursor:pointer;
}

.concession-Selector-Table-Items {
    min-width: 100%!important;
    color: #d2b416!important;
    border-left: 2px solid #d2b416;
    font-size: 14px;
    text-align: center;
	/* float:left; */
	height:50%;
	background-color:#000;
	overflow: hidden;
}

#WaitingArea{
	height: 300px;
	padding: 60px;
}

#WaitingArea > .progress{
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.concession-SelectButton>.btn-ticket {
    min-width: 100%!important;
    border: none;
    border-left: 2px solid #d2b416;
    border-bottom: 2px solid #d2b416;
}

.concession-Selector-Table-Name {
    font-size: 14px;
    min-width: 100%!important;
    /* border-bottom: 2px solid #d2b416; */
    border-top: 2px solid #d2b416;
    border-left: 2px solid #d2b416;
    text-align: center;
	float:left;
	background-color: #000;
	height:50%;
}

.concession-Selector-Option-Header {
    font-weight: bold;
    background-color: #d2b416!important;
    color: #fff!important;
}

.concession-Selector-Option-Item-Selected {
    background-color: #d2b416!important;
    color: #000;
}

.concession-Selector-Option-Item-Selected::after {
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    background-color: #d2b416!important;
    color: #fff!important;
}

.selectedMenuItems {
    color: #fff!important;
    border: 2px solid #d2b416!important;
    font-size: 14px;
    width: 100% !important;
}

.p-ticket {
    padding: 0px!important;
}

.TI-ConcessionPanel>a {
    text-decoration: none;
}

.panel-title {
    font-size: 20px;
    font-weight: bold!important;
}

.TI-Concessions {
    width: 400px;
    height: 150px;
    display: inline-block;
    margin: 6px 10px 0 0;
    /* float:left; */
    border: 2px solid #d2b416;
    background: #000;
    color: #d2b416;
    font-weight: bold;
    position: relative;
}

.concession-bgimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center center;
	cursor:pointer;
}

.concession-Name {
    font-size: 14px;
    position: absolute;
    width: 100%;
    /* bottom: 0px; */
    background-color: #000;
    /* border-bottom: 2px solid #d2b416; */
    border-left: 2px solid #d2b416;
    text-shadow: unset!important;
	text-align: center;
	cursor:pointer;
	height:100%;
	padding-top:5px;
}

.concession-Plus {
	display:none;
    z-index: 20;
    position: absolute;
    right: 0px;
    top: 0px;
}

.concession-Minus {	
	display:none;
    z-index: 20;
    position: absolute;
    left: 0px;
    top: 0px;
}

.concession-Minus>.btn-ticket,
.concession-Minus>.btn-ticket:hover {
    border-top: none;
    border-left: none;
    top: 0px;
	cursor:pointer;
}

.concession-Plus>.btn-ticket,
.concession-Plus>.btn-ticket:hover {
    border-top: none;
    border-right: none;
    top: 0px;
	cursor:pointer;
}

.concession-Badge {
    position: absolute;
    left: -1px;
    bottom: -1px;
    background-color: #d2b416;
	z-index: 1000;
	height: 20px;
	width: 20px;
	display: none;
	color: #fff;
	line-height: 20px;
	border-radius: 40px;
	font-size: 12px;
	text-align: center;
}

.concession-Filter {
    position: absolute;
    right: 0px;
    border-radius: 4px;
    margin-left: 16px;
    display: none;
}


/* Login/Register */

.info_Login,
.info_Register {
    font-size: 14px;
    min-width: 100%;
    text-align: left;
	margin-bottom: 0px;
}
.info_guest {
    font-size: 14px;
    min-width: 100%;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

.ticketform-title {
    font-size: large;
}

#Register>button,
#Login>button,
#ForgotPassword>button {
    margin-right: 2px;
}

#Register>.form-group>label,
#Login>.form-group>label {
    font-size: smaller;
}

#Register>.form-group,
#Register > .row >.form-group,
#Login>.form-group,
#ForgotPassword>.form-group {
    padding: 0px;
    margin-bottom: 0px;
}


/* Account Summary*/
#Summary{
	width: 100% !Important;
}
.summary-sub{
	font-size: smaller;
}

#SummaryTopic{
	border-top: 3px double #d2b416!important;
	border-bottom: 3px solid #d2b416!important;
}

.trsAccountView.collapse.in {
    display: table-cell;
}

#trsmenu>.dropdown-menu {
    right: 0px;
}

.hiddenTD {
    padding: 2px!important;
}

#HeaderSummary {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: bold;
}
#Addright,#Useright{
	text-align:right;
}
.table>tbody>tr>td {
    padding: 4px;
}
#Summary_wrapper{
	padding-top:5px;
}
#Summary_filter{
	text-align: right;	
}

#trsmenu.dropup {
    display: initial;
}

.modal-summary {
    min-width: 100%;
    padding-right: 0px!important;
}

.modal-summary>.modal-dialog {
    min-width: 100%;
}

.paginate_button {
    font-size: 12px;
}

.summary-Amount {
    text-align: right;
    padding-right: 10px!important;
}

#CardSelect {
    background-color: #d2b416;
    color: #FFF;
}
#displayETicket{
	cursor: pointer;
}
#CardSelect>div {
    padding-bottom: 10px;
}

.table-right {
    text-align: right;
}

#CardInfoTable tr td {
    width: 10%;
	border:none;
}


/*Reservation delete*/

#Form-DeleteReservation {
    min-height: 80px;
}

#resDelFrm,
#refundExtFrm,
#resDelExtFrm,
#resDelFrmNot,
#deleteNewsletterSubsription,
#dontdeleteNewsletterSubsription {
    height: 50px;
}


/*CardsArea*/

.ticket-heading {
    padding: 5px;
    cursor: pointer;
	min-height:100px;
}

.cardoverview-header>h4 {
    font-weight: bold!important;
    font-size: 20px;
}

.cardoverview-header,
.cardoverview-header>div {
    background-color: #d2b416;
    color: #fff;
}

#AddCard {
    padding-top: 3px;
    padding-bottom: 3px;
}

.ticket-title {
    font-size: 16px;
}

#CardDetails,
#CardTransactions {
    border: 2px solid #d2b416;
    color: #d2b416;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
}

.btn-ticket-block {
    min-width: 100%;
    padding-bottom: 3px;
}

div[id^="SetPin_"],
div[id^="LoadingArea_"] {
    display: none;
}

div[id^="LoadingArea_"] {
    padding-bottom: 10px;
	padding-top: 10px;
}

button#LoadingCard{
	margin-top:10px;
}

/* VOUCHERSHOP */

.VoucherBackgroundClass{
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center center;	
}

#voucherShop {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
}

#voucherShop-Header,
#concessionShop-Header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.btn-voucherShop {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#VoucherBorder {
    border: 2px solid #d2b416;
    position: relative;
    padding: 3px;
    margin: 2px;
	min-height:65px;
}

#voucher>#VoucherBorder>#VoucherPrice {
    position: absolute;
    bottom: 0px;
	text-align:center;
	font-weight:bold;
	right:0px;
}

#voucher>#VoucherBorder>#VoucherPrice>div {
    position: absolute;
    bottom: 0px;
    left: 30%;
    right: 0px;
    text-align: center;
    color: #fff;
    background-color: #d2b416;
}

#voucher>#VoucherBorder>#VoucherName {
    position:absolute;
	text-align:left;
	top:0px;
	left:0px;
    font-size: 20px;
    color: #d2b416;
    font-weight: bold;
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#voucher>#VoucherBorder>#VoucherDescription {
    font-size: 14px;
    color: #d2b416;
    font-weight: bold;
	text-align:left;
    /* overflow: hidden; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
}

#voucher>#VoucherBorder>#VoucherFunction {
    position: absolute;
    padding: unset;
    top: 2px;
    right: 2px;
	z-index:55;
}
#voucher>#VoucherBorder>#VoucherFunction>#collectVoucher,
#voucher>#VoucherBorder>#VoucherFunction>#releaseVoucher{
	position: absolute;
    bottom: 0px;
	line-height: 24px;
	top:0px
	
}

#voucher>#VoucherBorder>#VoucherFunction>#collectVoucher {
    right: 0px;
}

#voucher>#VoucherBorder>#VoucherFunction>#releaseVoucher {
    left: 0px;
    display: none;
}

#voucher>#VoucherBorder>div {
    vertical-align: middle;
    min-height: 25px;
}

#voucher>#VoucherBorder>div>.form-control {
    width: 50%
}

div[id^='voucherBadge'] {
    position: absolute;
    background-color: #d2b416;
    color: #FFF;
    top: -5px;
    left: -5px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    display: none;
}


#ConfirmationHeader{
	margin-left:auto;
	margin-right:auto;
	padding:unset;

}
.TaxDisplay{
	border: none!important;
	font-size: smaller;
}
.ConfirmationLine{
	border-top: 1px solid black!important;
}
#CCNumber{
	 font-size-adjust: 0.3;
}

#ShowSwitch > a.btn-ticket
{
	height:auto!important;
	font: bold 14px 'Open Sans Condensed', sans-serif;
}
#ShowSwitch > ul, #ShowSwitch > ul > li
{
	height:auto!important;
	font: bold 14px 'Source Sans Pro', sans-serif;
	width:100%;
	padding-top: unset;
	padding-bottom: unset;
}
#ShowSwitch > ul{
	max-height: 400px;
    overflow-x: hidden;
	min-width:300px;
}
#ShowSwitch > ul > li{
	border-bottom:1px solid #d2b416;
}

#NewsletterTable {
    border: none;
}
#NewsletterTable > tbody > tr > td{
	border-top:none;
}
.NLBody{
	vertical-align:middle!important;
	border-top: 1px solid #ddd!important;
}
.NLBody > h3{
	margin-top:0px!important;
	margin-bottom:0px!important;
}
.NLInfo{
	

}

.menuCollapse, .LoaderButton{
	color: #d2b416;
	cursor: pointer;
}
.LoaderButton{
	font-weight:bold;
}
.pdfImg{
	height:50px;
	width:auto;
	text-align: center;
	cursor: pointer;
} 
.loyaltySingle{
	font-size: 16px!important;
	line-height:30px!important;
	vertical-align:center!important;
}
@media screen and (max-width:767px) {
	#CountDown {
		bottom: 0px;
		width: 40%;
	}
	#concessionShopOverview{
		float:left;
	}
	
	#TI-ConcessionShop,
	#concessionShopOverview,
	#concessionShop,
	#concessionShop-Header{
		padding-left:5px!important;
		padding-right:5px!important;
	}
	.ButtonHome{
		padding-bottom: 1px;
		width: 50px;
		
	}
	.ButtonHome a{
		font-size:14px!important;
		height:18px!important;
		line-height:18px!important;
	}
	
	#SiteLogo > img,
	#SiteLogo > a > img{
		max-height:50px!important;
	}
	.loaderPoster{
		height:150px;
	}
	.ticket-category {
		line-height: 25px;
	}
	.loyaltySingle{
		background-color: #17afa3;
		color: #FFF;
		text-align:center;
	}
	#EntryLoyaltyID{
		padding:0px!important;
	}
	#WaitingArea{
		height: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#WaitingArea > .progress{
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
	}
	#ShowSwitch > ul{
		max-height: 300px;
		overflow-x: hidden;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#displayETicket{
		font-size: 18px;
		margin-top:5px;
		margin-bottom:5px;
	}
	#HeaderDateSearch>div>button{
		height:20px;
	}
	#HeaderDateSearch>div>select,
	#Summary_length>label>select,
	#Summary_filter>label>input{
		height: 20px;
		font-size: 14px;
		padding: unset;
	}
	#Summary_wrapper{
		text-align: center;
	}
	#NewsletterTable > tbody > tr > td > h1{
		font-size:24px;
	}
	#NewsletterTable > tbody > tr > td, 
	#NewsletterTable > tbody > tr > th, 
	#NewsletterTable > tfoot > tr > td, 
	#NewsletterTable > tfoot > tr > th, 
	#NewsletterTable > thead > tr > td, 
	#NewsletterTable > thead > tr > th {
		vertical-align: middle;
		border:none;
		border-bottom: 1px solid silver;
	}
	#NewsletterTable{
		border:none;
	}
	
	#usermenu > .dropdown-menu{
		min-width: 100%;
		position: fixed;
	}
	#ShowSwitch{
		position: absolute !important;
		display: block !important;
		left: 50%;
	    transform: translate(-50%, 0);
    }
	#ShowSwitch > a{
		font-size:14px;
		line-height: 14px;
		vertical-align: middle;
	}
	#ShowSwitch > a.btn-ticket{
		height:auto!important;
	}
	#InvoiceActions{
		display: none;
		background-color: #eaeaea;
		position: relative;
		bottom: 0px;
		align-items: center;
		justify-content: center;
	}
	#CardData > div{
		padding:0px!important;
	}
	#Login > .form-group > button,
	#Login > .form-group > #forgottenPassword,
	#Register > .form-group > button,
	#ForgotPassword > .form-group > button{
		margin-top: 4px;
		margin-bottom: 4px;
	}
	#TI-Confirmation{
		paddding:unset!important;
	}
	
	.cardoverview-header{
		padding:unset!important;
	}
	
	#TI-VoucherShop{
		padding:0px;
	}
	div[id^='voucherBadge'] {
		position: absolute;
		background-color: #17afa3;
		color: #FFF;
		top: -2px;
		left: -2px;
		font-size:14px;
		min-width: 15px;
		min-height: 15px;
		border-radius: 15px;
		line-height: 15px;
		text-align: center;
		display: none;
	}
	#voucher>#VoucherBorder>#VoucherPrice>div {
		font-size:14px;
		font-weight:normal;
	}
	#voucher>#VoucherBorder>#VoucherDescription {
		font-size:14px;
		padding:unset;
	}
	#voucher>#VoucherBorder>#VoucherName {	
		font-size:14px;
		padding:unset;
	}
	#voucher>#VoucherBorder>div {
		min-height: 15px;
	}
	#voucher>#VoucherBorder>#VoucherFunction>#collectVoucher,
	#voucher>#VoucherBorder>#VoucherFunction>#releaseVoucher{
		position: absolute;
		text-align: center;
		vertical-align: middle;
		bottom: 0px;
		line-height: 28px;
		font-size: 20px;
		height: 30px;
		width: 30px;
	}
	.modal-title {
		font-size:14px;
	}
	.modal-body, .modal-header {
		padding: 4px;
	}
    .movie_cover img {
        width: 100%;
        height: auto;
	
        /* image-rendering: optimizeSpeed; */
        /*                     */
        image-rendering: -moz-crisp-edges;
        /* Firefox             */
        image-rendering: -o-crisp-edges;
        /* Opera               */
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and Safari) */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed       */
        -ms-interpolation-mode: nearest-neighbor;
        /* IE8+                */
    }
    body {
        font-size: 14px;
	}
    /* header { */
        /* min-height: 20px!important; */
        /* padding-left: 0px!important; */
        /* padding-right: 0px!important; */
        /* font-size: 10px */
    /* } */
	header{
		min-height: 50px;
		padding-left: 0px!important;
        padding-right: 0px!important;
	}

	header > .level-1{
		min-height: 30px;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	header > .level-1 > .level-1-1{
		min-height: 30px;
	padding-left: 0px!important;
    padding-right: 0px!important;
	}
	header > .level-2{
		min-height: 20px;
	padding-left: 0px!important;
    padding-right: 0px!important;
	}
    .MenuItem {
        float: left;
        /* min-width:150px; */
        width: auto;
        right: 0px;
    }
    #NavMenu {
        top: 30px;
        right: 0px;
    }
    .fullMenuItem {
        min-height: 20px!important;
        min-width: 20%;
    }
    #fullMenu {
        margin-top: 15px;
    }
    .fullMenuItem>i {
        font-size: 20px;
        line-height: 30px;
        vertical-align: middle
    }
    .TI-ConcessionGroup>.btn-ticket-active {
        width: auto;
        height: auto;
        display: inline-block;
        margin: 3px 5px 0 0;
        font-size: 14px;
    }
    .TI-ConcessionGroup>.btn-ticket-deactivated {
        width: auto;
        height: auto;
        display: inline-block;
        margin: 3px 5px 0 0;
        font-size: 14px;
    }
	#TI-Summary, #Summary_wrapper, #Summary_wrapper > .row > div, #Summary{
		padding:unset!important;
		float: inherit;		
		width: 100%;
	}
	#Summary_previous.paginate_button >a,
	#Summary_next.paginate_button > a
	{
		padding: 6px 3px;		
	}
	ul.dtr-details > li{
		display: inherit;
		width: 25%;
	}
	.modal-dialog {
		margin: 0px;
	}
    #TI-Schedule,
    .movie_list {
        padding-left: 0px!important;
        padding-right: 0px!important;
		/* padding-top: 10px; */
		margin-top: 4px;
    }
    .concession-Plus>img {
        margin-right: -1px;
        margin-top: -1px;
    }
    .concession-Minus>img {
        margin-left: -1px;
        margin-top: -1px;
    }
    .concession-Filter {
        font-size: 14px;
    }
    #concession-Filter {
        font-size: 14px;
        padding: 2px;
    }
    .TI-Concessions {
        width: 100%!important;
        height: 100px;
        font-size: 14px;
    }
    .reset {
        max-width: 40px;
        font-size: 14px!important;
        padding: 4px 6px;
    }
    .concession-Price {
        line-height: 28px;
        font-size: 14px;
    }
    .concession-Name {
        line-height: 19px;
        font-size: 14px !important;
    }
    .concession-SelectButton {
        /* position: absolute!important; */
        /* display:table!important; */
        top: 0px!important;
        min-width: 100%!important;
        line-height: 11px;
        font-size: 14px !important;
    }
    .concession-Selector-Option-Item,
    .concession-Selector-Option-Item-Selected,
    .concession-Selector-Option-Header {
        font-size: 14px;
    }
    .concession-Selector-Table-Items {
        min-width: 100%!important;
        color: #17afa3!important;
        border-left: 2px solid #17afa3;
        line-height: 15px;
        font-size: 15px !important;
        text-align: center;
    }
    .concession-SelectButton>.btn-ticket {
        min-width: 100%!important;
        font-size: 14px;
        border: unset;    
		border-left: 2px solid #17afa3!important;
		border-bottom: 2px solid #17afa3!important;

    }
    .concession-Selector-Table-Name {
        line-height: 11px;
        font-size: 14px !important;
        min-width: 100%!important;
        border-top: 2px solid #17afa3;
        text-align: center;
		float:left;
    }
    /* .concession-Image > img{ */
    /* width:auto;  */
    /* max-height:40px;	 */
    /* } */
    .container-fluid {
        padding-left: 5px !important;
		padding-right: 5px !important;
    }
    .concession-Badge {
        font-size: 12px;
    }
    .row {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .week_overview span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
    }
    .week_overview .Date {
        text-align: center;
        border-right: 1px solid #bbb;
        margin-bottom: 5px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 14px;
        white-space: nowrap;
    }
    .week_overview a {
        background: #17afa3;
        padding: 7px;
        color: #fff;
        font-size: 14px;
    }
    .TI-Toolbar-Top {
        position: relative!important;
    }
    .movie_posterlist{
		padding-right: 2px!important;
		padding-left: 2px!important;
	}
	
	.movie_posterlist img{
        max-height: 400px;
		height: 210px;
		width:auto;
		padding-bottom: 2px;
    }
	
	.movie_list .playWeek, .movie_list span{
		width:100%;
	}
    .movie_list {
        min-height: 230px;
        margin-bottom: 5px;
    }
    .movie_list>.row {
        min-height: 200px;
    }
    #TI-OrderList {
        font-size: 14px;
    }
    .navbar-brand {
        font-size: 14px;
    }
    #ShowInfoButton,
    #TrailerButton {
        font-size: 14px;
    }
    .panzoom {
        margin-right: 100%;
    }
	.visuallyhidden { 
	  position: absolute; 
	  overflow: hidden; 
	  clip: rect(0 0 0 0); 
	  height: 1px; width: 1px; 
	  margin: -1px; padding: 0; border: 0; 
	}
	.selDatePanel{
		color: #ff0000;
	}
    #PriceTable {
        font-size: 10px;
		border-collapse: inherit;
        /* width:98%!important; */
        /* line-height:16px; */
    }
    .TI-PlusButton,
    .TI-MinusButton {
        width: 25px;
        height: auto;
    }
    #TI-Seatplan {
        padding-left: 0px;
        padding-right: 0px;
    }
    #TI-Seatplan>div {
        padding-left: 0px;
        padding-right: 0px;
    }
    #TI-Seatplan>div>div {
        padding-left: 0px;
        padding-right: 0px;
    }
    body .panel-title {
        font-size: 15px!important;
        /* line-height:15px; */
    }
    #ConcessionBanner {
        height: 80px!important;
        width: auto;
    }
    .TI-SurchargesInfo {
        font-size: 12px!important;
    }
    #cinemaLogo {
        width: 60px!important;
        height: auto;
    }
    .TI-Event {
        /* width:100px!important; */
        height: 140px!important;
        font-size: 12px!important;
    }
    .TI-Image>img {
        max-height: 80px!important;
    }
    .TI-timepanel>a.btn {
        height: 30px;
        vertical-align: middle;
        min-width: 100%;
        color: #d2b416;
    }
    .TI-timepanel>h3 {
        background-color: #dddddd;
        padding: 4px;
    }
    /* header span { */
    /* height: 55px; */
    /* display: table-cell; */
    /* vertical-align: bottom; */
    /* padding-bottom: 5px; */
    /* text-align: center; */
    /* } */
    #logo {
        width: 150px;
        height: auto;
    }
    .btn-schedule-infotrailer {
        width: 100%;
    }
    .show_movie_text {
        font-size: 14px;
        text-align: right;
        width: 100%;
    }
    .show_movie_trailer {
        font-size: 14px;
        text-align: right;
        width: 100%;
    }
    .show_movie_trailer_label {
        background-size: auto 80%!important;
		
		width: 100%;
    }
    .show_movie_text_label {
        background-size: auto 80%!important;
		
		width: 100%;
    }
    .btn-schedule-infotrailer .active,
    .btn-schedule-infotrailer .btn:hover {
        background-size: auto 80%!important;
    }
    .btn-schedule-infotrailer .active.show_movie_text_label,
    .btn-schedule-infotrailer .show_movie_text_label:hover {
        background-size: auto 80%!important;
    }
    .btn-schedule-infotrailer .active.show_movie_trailer_label,
    .btn-schedule-infotrailer .show_movie_trailer_label:hover {
        background-size: auto 80%!important;
    }
    h1 {
        font-size: 14px;
    }
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .movie h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .order h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .week_overview {
        margin-top: 15px;
    }
    .movie_title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 0;
        font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
    }
    .movie_info {
        font-style: inherit;
        font-family: 'Vollkorn', serif;
        font-size: 14px;
        padding-left: 0px;
    }
	#ConfirmationHeader{
		margin-left:auto;
		margin-right:auto;
		padding:unset;
		font-size:14px;
	}
    .movie_info{
        font-weight: 600;
    }
    .movie_info strong {
        font-weight: 100;
    }
    .movie_info,
	.movie_info strong {
        text-transform: uppercase;
        font-style: normal;
        font-family: 'Open Sans Condensed', sans-serif;
        margin-right: 5px;
        font-size: 16px;    
    }
    #TI-PriceTable>div {
        padding: 0px!important;
    }
    #PriceTable>tbody>tr>td {
        padding: unset!important;
        padding-top: 2px!important;
        padding-left: unset!important;
        padding-right: 1px!important;
        padding-bottom: 2px!important;
        font-size: 14px !important;
    }
    #cookieBar {
        font-size: 12px!important;
        line-height: 14px;
        height: 20%;
		width: 100%;
		margin-left: unset;
    }
    .cookieLink {
        width: 40px;
        height: 20px;
        line-height: 20px!important;
    }
    .cookieText {
        font-size: 12px;
    }
	
    .btn-ticket,
	.btn-default,
	.btn-default:active,
	.btn-ticket[disabled],
	.btn-ticket:hover,
    .btn-ticket-active:hover,
    .btn-ticket-back:hover 	{
        border: 1px solid #d2b416!important;
		height: 25px;
		font-size: 14px;
		padding: 0px 6px;
    }
    .zoom-buttons .zoom-in,
    .zoom-buttons .zoom-out {
       width: 25px!important;
        height: auto;
    }
	#LegendButton{
		font-size: 14px;
	}
    
    .btn-ticket-add,
    .btn-ticket-sub,
     .btn-ticket-add:hover,
    .btn-ticket-sub:hover,
    .btn-ticket-add[disabled],
    .btn-ticket-sub[disabled] {
        font-size: 16px;
        width: 25px!important;
        height: 25px!important;
        padding: 2px 0px !important;
        line-height: 1em !important;
    }
	.btn-account:hover {
		
        font-size: 12px;
	}
	
	.btn-account {
        border: 1px solid #d2b416;
        background: #d2b416;
        color: #fff;
        font-size: 12px;
    }
    .btn-logout {
        position: unset;
    }
    .ticketNumberDisplay {
        padding-top: 6px;
    }
    #VersionInfo {
        font-size: 14px;
    }
    #SeatplanInfo1 {
        display: none;
    }
    .CountDown {
        font-size: 16px;
        visibility: hidden;
        text-align: center;
    }
    #Counter {
        font-size: 14px;
    }
    
    .form-group {
        margin-bottom: 0px;
    }
    #symbol-register,
    #symbol-login,
    #symbol-logout {
        line-height: 10px;
        font-size: 14px;
        position: inherit;
        left: -6px;
    }
    .LoginRegister {
        /* padding-top: 5px!important; */
        text-align: center;
        bottom: 0px;
        min-height: 25px!important;
    }
    .LoginRegister>#buttons {
        margin-bottom: 5px;
    }
    #usermenu {
        display: none;
        height: unset;
        position: relative;
        width: 100%;
    }
    #username {
        font-weight: bold;
        background-color: unset!important;
        font-size: 12px;
        text-align: right;
		right:2px;
		top:30px;
		position:absolute;
	
    }
    /* .col-md-2#username, */
    /* .col-lg-2#username { */
        /* bottom: unset; */
        /* right: unset; */
        /* text-align: center; */
    /* } */
    #usermenu>.dropdown-toggle {
        font-weight: bold;
        border: 1px solid #d2b416;
        background: #d2b416;
        font-family: 'Open Sans Condensed', sans-serif;
        color: #fff;
        font-size: 10px;
        cursor: pointer;
        padding: 4px 9px;
        outline: none !important;
        text-decoration: none;
    }
    #usermenu>.dropdown-menu {
        /* font-size: 10px; */
        /* padding: 0px 0; */
        /* margin: 0px; */
        left: unset;
        right: 0px;
    }
    .dropdown-header {
        padding: 3px 5px!important;
    }
    #usermenu>.dropdown-menu>li>a {
        padding: 3px 5px!important;
    }
    .ti-nav-container {
        padding-bottom: 0px;
    }
    #Edit>.form-group>div>.form-control,
	#Edit>.form-group>div>.row {
        width: 100%!important;
        margin: unset;
    }
	#Edit>.form-group>div>.row>div {
		padding: unset!important;
	}
    #Edit>.form-group>div>#housenumber {
        width: 30%;
        display: unset;
    }
    #Edit>.form-group>div>#zipcode {
        width: 30%!important;
        display: unset;
    }
    #SubmitFormChangeUser {
        margin-right: unset;
    }
    #TI-Summary {
        padding: unset;
    }
    .table-summary {
        font-size: 14px;
    }
    .linkLittle {
        font-size: 14px;
    }
    .btn-account:active {
        border: 1px solid #45e7da!important;
        background: #45e7da;
        padding: 0 0 0 0;
		font-size:12px;
    }
    #HeaderSummary {
        font-size: 15px;
    }
    .paginate_button {
        font-size: 14px;
    }
    #TI-Transaction {
        padding: unset;
    }
    #CardInfoTable,
    .cardoverview,
    .cardoverview-header {
        font-size: 14px;
    }
	
	.ticket-heading {
		min-height:unset;
	}

    .ticket-heading>.row>div,
    #HeaderSummary,
    #cardsmenu,
    #CardSelect {
        padding: unset;
    }
    .CardData,
    .CardData>.panel-body {
        padding: unset;
    }
    #voucher {
        padding: 2px;
    }
   
    #voucherShop-Header {
        font-size: 20px;
    }
	
	#ScrollToSeatplan2,#PayButton_Up{		
		font-size: 14px;
	}
	
	#ScrollToSeatplan2{
		margin-left: 0px;
		
	}
	.btn-toolbar {
		margin-left: 0px;
	}
	.SeatPlanView h3#ScreenPlan{
		padding: 1px 0px;
		font-size: 14px;
		margin:0px;
	}
	.SeatPlanView h3#ScreenPlanDown{
		padding: 1px 0px;
		font-size: 14px;
		margin:0px;
	}
	
	.CountDown{
		font-size: 14px!important;
		 visibility: hidden;
	}
	
	#OfflineTicker{
	 text-align:center;
	}
	
	.offline{
		line-height:30px;
		font-size:14px;
	}
	
	#frameBadge{
		padding:unset;
		left:unset;
		top:unset;
		right:unset;
		bottom:unset;
		text-align: center!important;
		
		position:relative;
	}
	.movie_list.frameClass {
    box-shadow: inset 0px 0px 0px 2px #d2b416 !important;
	}
	.AbortTrans,
	.AbortTrans>i,
	.AbortTrans>span {
		font-size: 11px!important;
		vertical-align: middle;
	}
	
	#TicketLimit {
		font-size: 20px;
		border:2px inset red;
	}
	#ToTransaction{
		font-size:12px;
	}
	#ToTransaction > i{
		font-size:14px;
	}
	#NavDivider {
		font-size:14px;
	}
	
	#Nav-Logout{
		/* font-size:10px; */
	}
	.movie_text {
		padding-top: 0px;
		line-height: 15px;
		display: none;
		overflow: hidden;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
	}
	#Nav-CineCard{
		font-size: 12px;
	}
	.cineCardImg{
		width:30px;
		height:auto;
	}
	.ticket-tooltip-styling{
		/* display:none; */
	}
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
		top: 4px!important;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: unset!important;
	}
	.simpleText {
		font-size: 14px;
		padding: 0px 6px;
		height:25px;
	}
	#cardsmenu > .dropdown-toggle {
		height: 20px;
		font-size: 14px;
	}
	.movie_text {
		border: 2px solid #E6E9ED;
	}
	
	#posterlist-languageversion{
		/* position:absolute; */
		/* bottom:0px; */
		/* right:0px; */
		/* min-width:15%; */
		/* width:auto; */
		/* background-color:#576174; */
		background-color:background: rgba(87, 97, 116, .6);
		font-size: 14px;
		text-align:center;
	}
	.MobileSchedule{
		display:block!important;
		z-index:999!important;
		position:absolute!important;
		background-color:#000;
		height:100%!important;
	}
	#CardDetails,
	#CardTransactions {
		padding: 2px;
	}
	
	#WaitBar{
		line-height: 40px;
		font-size:14px;
	}
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        float: left;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: center;
    }
    .back-button-ticket {
        font-size: 14px;
        vertical-align: middle;
    }
	
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #17afa3;
    border-color: #17afa3;
}

.pagination>li>a,
.pagination>li>span {
    border-color: #17afa3;
	color:inherit;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #17afa3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: none;
}


/*LOADER*/


/* Waitscreen */

#WaitOverlay img {
    margin-left: -25px;
    margin-top: -25px;
}

#WaitOverlay {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 25vH auto;
    font-size: 14px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;	
	-webkit-animation: load8 1.5s infinite linear;
    animation: load8 1.5s infinite linear;
	/* background-image:url('/gfx/filmreel.png'); 
	background-image:url('/gfx/dolphin.png');
	background-size:contain;
	background-repeat: no-repeat;
	-webkit-animation: load8 2.5s infinite linear;
    animation: load8 2.5s infinite linear;*/
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    /* input[type="submit"].btn-xs-block, */
    /* input[type="reset"].btn-xs-block, */
    /* input[type="button"].btn-xs-block { */
        /* width: 100%; */
    /* } */
    /* .btn-block + .btn-xs-block, */
    /* .btn-xs-block + .btn-block, */
    /* .btn-xs-block + .btn-xs-block { */
        /* margin-top: 0.5rem; */
    /* } */
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    /* input[type="submit"].btn-sm-block, */
    /* input[type="reset"].btn-sm-block, */
    /* input[type="button"].btn-sm-block { */
        /* width: 100%; */
    /* } */
    /* .btn-block + .btn-sm-block, */
    /* .btn-sm-block + .btn-block, */
    /* .btn-sm-block + .btn-sm-block { */
        /* margin-top: 0.5rem; */
    /* } */
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    /* input[type="submit"].btn-md-block, */
    /* input[type="reset"].btn-md-block, */
    /* input[type="button"].btn-md-block { */
        /* width: 100%; */
    /* } */
    /* .btn-block + .btn-md-block, */
    /* .btn-md-block + .btn-block, */
    /* .btn-md-block + .btn-md-block { */
        /* margin-top: 0.5rem; */
    /* } */
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    /* input[type="submit"].btn-lg-block, */
    /* input[type="reset"].btn-lg-block, */
    /* input[type="button"].btn-lg-block { */
        /* width: 100%; */
    /* } */
    /* .btn-block + .btn-lg-block, */
    /* .btn-lg-block + .btn-block, */
    /* .btn-lg-block + .btn-lg-block { */
        /* margin-top: 0.5rem; */
    /* } */
}
.blink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


@media screen and (max-width:767px) and (orientation:landscape){
	.movie_posterlist{
		height:350px;
	}
	.movie_posterlist img{
        height: auto;
		max-height:390px;
		width:200px;
		padding-bottom: 2px;
    }
	
	.movie_list .playWeek, .movie_list span{
		width:200px;
	}
}

@media print {
    .make-grid(sm);

    .visible-xs {
        .responsive-invisibility();
    }

    .hidden-xs {
        .responsive-visibility();
    }

    .hidden-xs.hidden-print {
        .responsive-invisibility();
    }

    .hidden-sm {
        .responsive-invisibility();
    }

    .visible-sm {
        .responsive-visibility();
    }
}
