/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */

.BodyBG {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    background-color: #000000;
    
    background-image: url('/ProTickets/images/custom/background.jpg?$CHECKNUMBER');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center top;
    
    margin: 0px 0px 0px 0px;
}

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
.BodyBG {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #000000;
    
    background-image: url('/ProTickets/images/custom/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center top;
    
    margin: 0px 0px 0px 0px;
}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
.BodyBG {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #000000;
    
    background-image: url('/ProTickets/images/custom/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center top;
    
    margin: 0px 0px 0px 0px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
.BodyBG {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #000000;
    
    background-image: url('/ProTickets/images/custom/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center top;
    
    margin: 0px 0px 0px 0px;
}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
.BodyBG {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #000000;
    
    background-image: url('/ProTickets/images/custom/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center top;
    
    margin: 0px 0px 0px 0px;
}
}


.myButton {
	padding:0;
	border:0 none;
	cursor:pointer;
	background:none;
}
.myButton::-moz-focus-inner {
 border: 0;
 padding: 0;
}

.myButton a {
	background:url('/ProTickets/images/design/green_button.png') repeat-x 0 -23px !important;
}


.mySelect {
    border: 1px;
    border-style: solid; 
    border-color: #cccccc;
    height: 32px;
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    outline: none;
    display: inline-block;
}


.WinBodyBG {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

.BodyPopup {
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    color: white;
    background-color: #000000;
}

.topMenu {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
    background-color: #000000;
    background-image: url('../images/design/bg_black_mobile.png');
    background-repeat: repeat-x;
    background-size: contain;
}

.TextBox {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: black;
    background-color: white;
    border: 1px solid;
    border-color: black;
    padding: 3px ;
}

.Select {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
    background-color: transparent;
    border: 1px solid;
    border-color: white;
}

.mobileSelect {
    font-family: verdana, arial;
    font-size: 16px;
    font-weight: normal;
    color: black;
    background-color: white;
    border: 1px solid;
    border-color: black;
    min-height: 50px;
    width: 100%;
}

.Buttons {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
    border: 1px solid;
    border-color: black;
}

.LoginTextBox {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
    background-color: transparent;
    border: 1px solid;
    border-color: white;
    padding: 3px ;
}

.infoTable {
    border: 1px;
    border-style: solid;
    border-left: 0px; 
    border-top: 0px; 
    border-bottom: 0px; 
    border-right-color: black;
}

.infoTable th {
    background-image: url('../images/Design/bg_black_mobile.png');
    background-repeat: repeat-x; 
    border-left-color: white; 
    border-top-color: white; 
    border-right-color: black; 
    border-bottom-color: black;    
}

.infoTable td {
    background-color:transparent; 
    border-left-color: white; 
    border-top-color: white; 
    border-right-color: black; 
    border-bottom-color: black;
}

.calTableCell {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
    border-left: 0px; 
    border-top: 0px; 
    border-bottom: 0px; 
    border-right-color: black;
}

.calStandardInfoCell {
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
    border-left-color: white; 
    border-top-color: white; 
    border-right-color: black; 
    border-bottom-color: black;
}

.priceDropDownDiv {
    background-color: #000000;
}

.priceDropDownTable {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: white;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    margin: 0px;
}

.priceDropDownTable td {
    padding: 10px 10px 10px 10px;
    margin: 0px;
}

.priceDropDownLists {
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
    background-color: white;
    border: 1px solid;
    border-color: white;
}

.hallBackgroundDiv {
   position: absolute;
    background-color: #000000;
    /*background-image: url('../images/custom/hall_background.png');*/
    /*background-repeat: no-repeat;*/
    border: none;
    width: 856px;
    height: 600px;
    z-index: 24;
    border-radius: 2px;
}

.hallBackgroundDivMobile {
    position: absolute;
    background-color: #000000;
    left: 50%;
    width: 366px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, -50%);	
    align-items: center;
	justify-content: center;
    /*border: 2px solid black;*/
    border: none;
    height: 260px;
    z-index: 24;
    border-radius: 2px;
}

.hallImageBackgroundTable {
    /*background-image: url('../images/custom/hall_background.png');*/
    background-repeat: no-repeat; 
    border: 2px solid black;
    border: none;
    width: 856px;
    height: 600px;
    z-index: 25;
    background-size: contain;
    opacity: 0.4;
}

.hallImageBackgroundTableMobile {
    /*background-image: url('../images/custom/hall_background.png');*/
    background-repeat: no-repeat; 
    border: 2px solid black;
    width: 366px;
    /*min-height: 240px;*/
    height: 260px;
    z-index: 25;
    background-size: contain;
    opacity: 0.4;
    border-radius: 2px;
}

.blockShowLink{
    text-decoration: none;
    padding: 0px;
}

.AcceptTermsOfTrade{
    padding: 0px;
    float: none;
    width: 20px;
} 

.checkCookies{
    padding: 20px;
    float: none;
    font-size: 12px;
    color: black;
    background-color: white;
    position: absolute;
    left : 0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
} 

.checkCookieButton{
    padding: 10px;
    float: none;
    font-size: 12px;
    color: white;
    background-color: blue;
} 

/*ProTickets - Custom css file */

/* ShowPerf --- Start */

.filterMain {
    margin-bottom: 10px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    max-width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: none;
    background: #EEEEEE;
    background: linear-gradient(to bottom right, #DDDDDD, white);
}

.filterHeadline {
    vertical-align: top;
    background: none;
    display: inline-block; 
    min-width: 220px;
    max-width: 220px;
    margin-left: 12px !important;
    margin-right: 2px;
    margin-top: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
}

.filterSelect {
    width: 100%;
    text-align: left;
}

.calDateMain {
    margin-bottom: 30px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    width: 100%;
    border-radius: 4px;
    background: #EEEEEE;
    background: linear-gradient(to bottom right, #DDDDDD, white);
}

.cal-ShowPerf-Date {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    padding: 6px;
    padding-top: 12px;    
}

.cal-ShowPerf-Show {
    vertical-align: top;
    margin: 2px;
    background-color: #FAFAFA;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    display: inline-block; 
    min-width: 220px;
    min-height: 176px;
    margin-left: 12px;
    margin-right: 2px;
    margin-bottom: 14px;
    overflow: auto;
    border: 1px solid #888888;
    border-radius: 4px;
    background: #EEEEEE;
    background: linear-gradient(to bottom right, #EEEEEE, white);
}

.cal-ShowPerf-ShowTitle {
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana, arial;
    letter-spacing: 0px;
    padding-left: 0px;
    border: 1px solid #000000;
    background: black;
    background: linear-gradient(to bottom, #000000, #555555);
}

.cal-ShowPerf-Perf {
    vertical-align: top;
    text-align: left;
}

.cal-ShowPerf-Perf img {
    width: 100px;
    height: auto;
    float: left;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 4px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    border: none;
    border-radius: 3px;
}

.cal-ShowPerf-Info {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    margin: 4px;
    margin-left: 120px;
    text-align: left;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: blue;
    background: linear-gradient(to right bottom, #001199, lightblue);
}

.cal-ShowPerf-Info:hover {
    background: blue;
    background: linear-gradient(to right, #001199, lightblue);
}

.cal-ShowPerf-TimeList {

}

.cal-ShowPerf-TimeList a {
    text-decoration: none;
}

.cal-ShowPerf-Time {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    margin: 4px;
    margin-left: 120px;
    text-align: left;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
}

.cal-ShowPerf-Letter {
    text-align: right;
    margin-left: 28px;
    font-size: 11px;
    color: white;
}

.cal-ShowPerf-LetterInfo {
    text-align: left;
    margin-left: 18px;
    padding-bottom: 8px;
    font-size: 10px;
    color: #222222;
}



/* ShowPerfsToday --- Start */

.cal-ShowPerfsToday-Date {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    padding: 6px;
    padding-top: 12px;    
}

.cal-ShowPerfsToday-Show {
    vertical-align: top;
    margin: 2px;
    background-color: #FAFAFA;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    display: inline-block; 
    min-width: 220px;
    min-height: 176px;
    margin-left: 12px;
    margin-right: 2px;
    margin-bottom: 14px;
    overflow: auto;
    border: 1px solid #888888;
    border-radius: 4px;
    background: #EEEEEE;
    background: linear-gradient(to bottom right, #EEEEEE, white);
}

.cal-ShowPerfsToday-ShowTitle {
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana, arial;
    letter-spacing: 0px;
    padding-left: 0px;
    border: 1px solid #000000;
    background: black;
    background: linear-gradient(to bottom, #000000, #555555);
}

.cal-ShowPerfsToday-Perf {
    vertical-align: top;
    text-align: left;
}

.cal-ShowPerfsToday-Perf img {
    width: 100px;
    height: auto;
    float: left;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 4px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    border: none;
    border-radius: 3px;
}

.cal-ShowPerfsToday-Info {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    margin: 4px;
    margin-left: 120px;
    text-align: left;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: blue;
    background: linear-gradient(to right bottom, #001199, lightblue);
}

.ca-ShowPerfsToday-lInfo:hover {
    background: blue;
    background: linear-gradient(to right, #001199, lightblue);
}

.cal-ShowPerfsToday-TimeList {

}

.cal-ShowPerfsToday-TimeList a {
    text-decoration: none;
}

.cal-ShowPerfsToday-Time {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    margin: 4px;
    margin-left: 120px;
    text-align: left;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
}

.cal-ShowPerfsToday-Letter {
    text-align: right;
    margin-left: 36px;
    font-size: 11px;
    color: white;
}

.cal-ShowPerfsToday-LetterInfo {
    text-align: left;
    margin-left: 18px;
    padding-bottom: 8px;
    font-size: 10px;
    color: #222222;
}


/* ShowInfo --- Start */

.cal-ShowInfo-Date {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    padding: 6px;
    padding-top: 12px;    
}

.cal-ShowInfo-Show {
    vertical-align: top;
    margin: 2px;
    background-color: #FAFAFA;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    display: inline-block; 
    width: 124px;
    min-height: 176px;
    margin-left: 12px;
    margin-right: 2px;
    margin-bottom: 14px;
    overflow: auto;
    border: 1px solid #888888;
    border-radius: 4px;
    background: #EEEEEE;
    background: linear-gradient(to bottom right, #EEEEEE, white);
    linear-gradient(to bottom right, #EEEEEE, white);
}

.cal-ShowInfo-ShowTitle {
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana, arial;
    letter-spacing: 0px;
    padding-left: 0px;
    border: 1px solid #000000;
    background: black;
    background: linear-gradient(to bottom, #000000, #555555);
}

.cal-ShowInfo-Perf {
    vertical-align: top;
    text-align: left;
}

.cal-ShowInfo-Perf img {
    width: 100px;
    height: auto;
    float: left;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 4px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    border: none;
    border-radius: 3px;
}

.cal-ShowInfo-Info {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    margin: 4px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: blue;
    background: linear-gradient(to right bottom, #001199, lightblue);
}

.cal-ShowInfo-Info:hover {
    background: blue;
    background: linear-gradient(to right, #001199, lightblue);
}

.cal-ShowInfo-TimeList {

}

.cal-ShowInfo-TimeList a {
    text-decoration: none;
}

.cal-ShowInfo-Time {
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    margin: 4px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
    font-size: 11px;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
}

.cal-ShowInfo-Letter {
    text-align: right;
    margin-left: 48px;
    font-size: 11px;
    color: white;
}

.cal-ShowInfo-LetterInfo {
    text-align: left;
    margin-left: 18px;
    padding-bottom: 8px;
    font-size: 10px;
    color: #222222;
}

.available {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: green;
    background: linear-gradient(to bottom right, green, lightgreen);
}

.fewleft {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: yellow;
    background: linear-gradient(to bottom right, red, yellow);
}

.soldout {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: red;
    background: linear-gradient(to bottom right, darkredred, red);
}

.available:hover {
    background: green;
    background: linear-gradient(to right, green, lightgreen);
}

//ProTickets - forestillingstyper på ID numre

// Denne sektion er til forsiden i image slider med tekst af forestillingstype

.index-49 {
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 12px;   
    font-weight: bold;
    text-shadow: 2px 2px #000000;
}

.index-50 {
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 12px;   
    font-weight: bold;
    text-shadow: 2px 2px #000000;
}

.index-57 {
    color: #FFFFFF;
    margin-bottom: 15px;   
    font-size: 12px;
    font-weight: bold;
    text-shadow: 2px 2px #000000;
}

// Denne sektion er til Showperfs til visning af forestillings typer.

.ShowPerfs-49 {
    
}

.ShowPerfs-50 {
    
}

.ShowPerfs-57 {
    
}

.StartReservation-WebImage {
    border-radius: 2px;
} 

.ShowShows-Info-Btn {
    height: 32px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: blue;
    background: linear-gradient(to right bottom, #001199, lightblue);
}

.ShowShows-Info-Btn:hover {
    background: blue;
    background: linear-gradient(to right, #001199, lightblue);
}

.ShowShows-Tickets-Btn {
    height: 32px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: green;
    background: linear-gradient(to bottom right, green, lightgreen);
}

.ShowShows-Tickets-Btn:hover {
    background: green;
    background: linear-gradient(to right, green, lightgreen);
}


/*CLAUS NYT 2024 DESIGN HEREFETER */

.proTicketBannerSlider .proTicketBannerSliderInner .ptCarouselSlider .item:before {
 background-color: rgb(17 17 17 / 50%);

  }

div.proTicketCarouselDuration > p:nth-child(2) { display: none;}

body{
    background-image: url('../images/custom/background.jpg')!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center top;
}

.proTicketCurrentMovies {padding-top: 10px !important;}

.inner-body{
   padding: 20px;
}

.proTicketSidebarHead {Padding: 0 20 0 20}

.ptCurrentMoviesSlider .owl-nav .owl-prev.disabled {display: none;}

.owl-nav > button.owl-next.disabled {
    opacity: 0.0;
    cursor: default;
}

.proTicketSideBar {
    background-image: url(../images/custom/menubaggrund.jpg);
}
.proTicketTeenageNinjaInner {margin-bottom: 20px;}

.border-light {
   // box-shadow: 0px 0px 10px 1px rgb(204 204 204 / 43%) !important;
   // border-radius: 20px !important;
   }

.showTextType {font-size: 0.8rem;}

.ptCurrentMoviesSliderTxt > a {color: white !important;}


 .proTicketVideoPopup .videoBanner .flVideo .circle.pulse {width: 42px !important;}
 .proTicketVideoPopup .videoBanner .flVideo .circle {  width: 40px; height: 40px; background: rgba(0,0,0,0.5) !important;}
 
 .proTicketNavigation:before {background: linear-gradient(to right, #cb720a, #c4690b, #bb5c0c, rgb(150 41 15)) !important;}
 .proTicketFooter {background: linear-gradient(to right, #cb720a, #c4690b, #bb5c0c, rgb(150 41 15)) !important;}
 
.proTicketFooterMenu > ul > li > a:hover  {
  color: #ffffff !important;
  text-decoration: underline !important;
  
}

.proTicketFooterMenu > ul > li > .nav-link:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

#seAlt-tab{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: -10;
}

.ptCurrentMoviesHead {margin-top: 20px !important;}
.proTicketCurrentMovies {padding-bottom: 20px !important;}

div.ptLatestNewsCardContent > h4 > a {color: #ffffff !important;}

div.ptLatestNewsCardContent > span { display: none;}

div.ptLatestNewsCardContent > p > a {color: #ffffff !important;}

#myTab {margin-left: !important; margin-right: !important;}
#seAlt-tab {padding-top: 8px;}
#seAlt-tab > a {color: #6ea8fe !important;}

.moerk-baggrund {background-color: rgba(0, 0, 0, 0.8)!important;}

.ptLatestNewsCard {
    box-shadow: 0px 0px 0px 0px #ffffff !important;
	border: 1px solid grey;
    border-radius: 0px !important;
    overflow: hidden;
}

.proTicketTeenageNinjaInner {
    box-shadow: 0px 0px 0px 0px #ffffff !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

.ptCalendarItemGroupInner, .ptSbCard, .modalPhistyperItem  {
    box-shadow: 0px 0px 0px 0px #ffffff !important;
	border: 1px solid grey;
    border-radius: 0px !important;
}

.proTicketSbCalendar {padding-top: 20px !important;}


.proTicketCalendar {
    box-shadow: 0px 0px 0px 0px #ffffff !important;
	border: 1px solid grey;
    border-radius: 0px !important;
	padding: 20px;
	margin: 0px 20px 0px 20px;
	background: none;
}

.proTicketTeenageNinja { padding: 10px 0px !important;}
.proTicketTeenageNinja, .proTicketBookSeatsCalendar { padding: 20px 0px !important;}
.cdCalendarItem {background-color: #16010B !important; order-radius: 8px !important;}


.proTicketTeenageNinjaInner { padding: 20px 0px !important; }

/*Fjerner spilletid og censur fra Koncertsider og arrangementsider*/
#ShowIcons_ShowTypeID_54  {display: none;}
#ShowIcons_ShowTypeID_84   {display: none;}

div.proTicketSidebarHead > div.proTicketSidebarLogo > a > img { display:none;}
#newsContent a {color:#0dcaf0;}

#mc_embed_signup .mc-field-group input { width:auto !important;}
#mc_embed_signup div.response{padding: 1em 1em 1em 1em !important;}