@import "fonts.css";
@import "textFormat.css";
@import "footerstickalt.css";

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    color: #fafafa;
    background: url(../images/background.png);
}
.bodyEmbed
{
    background: #fafafa;
}

.ticketLightboxOverlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
    z-index: 1000;
}

.ticketLightboxWrapper
{
    top: 25%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1005;
}

.ticketLightboxContent
{
    margin: 0 auto;
    width: 450px;
    -height: 290px;
    padding: 0 0 50px 0;
    background-color: white;
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: black;
}
.ticketLightboxContent .close
{
    float: right;
    margin: 10px 10px 30px 10px;
    clear: both;
}
.ticketLightboxContent .close span
{
    display: block;
    width: 11px;
    height: 11px;
    background: url( '../images/close.png' ) no-repeat top left;
    cursor: pointer;
}
.ticketLightboxContent .option
{
    text-align: center;
    margin-bottom: 15px;
}
.ticketLightboxContent .option a
{
    margin: 0 auto;
    display: block;
    width: 238px;
    height: 30px;
}
.ticketLightboxContent .option a span
{
    display: none;
}
.ticketLightboxContent .option a:hover .idle
{
    display: none;
}
.ticketLightboxContent .option a:hover .hover
{
    display: block;
}
.ticketLightboxContent .option a .idle
{
    display: block;
}
.ticketLightboxContent .option.title
{
    color: #767a84;
    font-size: 16px;
    font-weight: bold;
}
.ticketLightboxContent .option a.button
{
    font-size: 16px;
    line-height: 30px;
}
.ticketLightboxContent .option a.button.secondary
{
    color:#363636;
    border-color: #C6C4C4;
    background: linear-gradient(#E2E2E2, #C7C8C7);
    text-shadow: none;
    letter-spacing: 0px;
}
.ticketLightboxContent .option a.button.secondary:hover
{
    border-color: #C5C3C3;
    background: linear-gradient(#C1C2C1, #D2D3D2);
}


.mainContainer,
.footerContainer
{
    width:990px;
    margin-left: auto;
    margin-right: auto;
}

.mainContainer
{
    background: #fafafa;
    color: #44404c;
}
.mainContainerEmbed
{
    background: none;
    margin: 0;
    width: auto;
}

/* Header */

.headerBox
{
    position: relative;
}

.headerBox .imageBox
{
    border-bottom: 4px solid black;
}

.headerBox #logoEkase
{
    position: absolute;
    top: 65px;
    left: 50px;
}

.headerBox .headerTools
{
    background: url(../images/black.png);
    height: 36px;
    width: 970px;
    padding: 11px 0 0 20px;
    position: absolute;
    font-size: 10px;
}

.headerBox .headerTools .languageMenuBox a,
.headerBox .headerTools ul.currencyList li a,
.headerBox .headerTools .userBox a
{
    text-decoration: none;
    font-weight: bold;
    color: #b3b3b3;
    /*background: red;*/
    /*font-variant: normal;*/
    /*right: 0px;*/
    /*top: 233px;*/
}
.headerBox .headerTools .languageMenuBox li.active a,
.headerBox .headerTools ul.currencyList li.active a
{
    color: #FFF;
}

.headerBox .headerTools .languageMenuBox ul li
{
    float: left;
    padding: 0 8px;
    background-image: url(../images/whiteArrow.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.headerBox .headerTools .currencyTitle
{
    color: #b3b3b3;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
}

.headerBox .headerTools ul.currencyList li
{
    float: left;
    color: #FFF;
    padding: 3px 5px 0 5px;
    margin-right: 5px;
    width: 20px;
    height: 19px;
}
.headerBox .headerTools ul.currencyList li a
{
    font-size: 10px;
    line-height: 10px;
    display: block;
}
.headerBox .headerTools ul.currencyList li.active
{
    background: url(../images/currencyActive.png) no-repeat;
}
.headerBox .headerTools .seperator
{
    border-left: 1px solid #767A84;
    float: left;
    height: 18px;
    margin-right: 16px;
    width: 2px;
}
.headerBox .headerTools .userBox
{
    width: 460px;
    position: absolute;
    top: 3px;
    right: 30px;
}
.headerBox .headerTools .loggedIn
{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    margin-left: 100px;
    position: absolute;
    top: 0;
}
.headerBox .headerTools .login
{
    /*height: 34px;*/
    padding: 0 0 0 90px;
    font-size: 10px;
    position: absolute;
    top: 0;
}
.headerBox .headerTools .login span
{
    display: block;
    float: left;
    margin-top: 8px;
}

.headerBox .headerTools .userBox .login .shoppingCartBox
{
    left: 200px;
    cursor: pointer;
}

.headerBox .slogan
{
    position: absolute;
    top: 160px;
    right: 45px
}

.headerBox .headerTools .userBox a
{
    /*padding-left: 10px;*/
}

.shoppingCartBox
{
    background: url(../images/cartIcon.png) no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    border-left: 1px solid #767A84;
    border-right: 1px solid #767A84;
    margin: 0 16px;
    padding: 0 16px;
    position: absolute;
    top: 8px;
    left: 178px;
    cursor: pointer;
}

.headerBox .headerTools .userBox .register
{
    background: url(../images/whiteArrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 18px;
    padding-left: 8px;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: 295px;
    width: 130px;
}
.shoppingCartBox .cartAmount
{
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/cartAmount.png);
    background-repeat: no-repeat;
    line-height: 15px;
    font-size: 8px;
    color: #000;
    text-align: center;
    margin-top: -8px;
    margin-left: 8px;
}
.shoppingCartBox .cartAmount a
{
    color: black;
}

.headerBox .headerTools .userBox .myAccount
{
    left: 255px;
    position: absolute;
    top: 8px;
    width: 140px;
}

.userBox .myAccount .eKasePluss
{
    margin-right: 10px;
    background: #42B532;
    padding: 2px;
    font-size: 12px;
    color: white;
}


.userBox .myAccount .eKasePluss::after 
{
    content: '';
    position: absolute;
    top: 3.5px;
    left: 40px;
    width: 12px;
    height: 12px;
    background-color: #42B532;
    transform: rotate(45deg);
    z-index: -1
}


.headerBox .headerTools .userBox .logout
{
    background: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    margin-left: 328px;
}
.headerBox .headerTools .userBox .logout a
{
    white-space:nowrap;
}

.headerBox .headerTools .userBox .user
{
    position: absolute;
    top: 10px;
    /* margin-left: 68px; */
    margin-left: 23px;
    width: 140px;
}






.choiceMenuPositioner
{
    position: absolute;
    z-index: 550;
    height: 1px;
    color: #222222;
}
.choiceMenuPositioner.currencyBubble
{
    top:40px;
}

.choiceMenuContainer
{
    width: 187px;
    background: #6fcf37;
    box-shadow: 0px 3px 5px #222;
    overflow: auto;
    position: relative;
}
.choiceMenuContainer.roundedCorners
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.choiceMenuContainer .close
{
    margin: 5px 8px;
    float: right;
    cursor: pointer;
}
.choiceMenuContainer .infoText
{
    background: url( '../images/ok-check.png' ) no-repeat 0% 40%;
    margin: 10px 0 10px 17px;
    padding-left: 37px;
    padding-right: 10px;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
}
.choiceMenuContainer .messageText
{
    margin: 20px 0 20px 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
.choiceMenuContainer .dottedLine
{
    height: 1px;
    margin: 0 3px;
    background: url( '../images/line-horizontal-dotted-black.png' ) repeat-x top left;
    clear: both;
}
.choiceMenuContainer .productView
{
    padding: 10px 15px;
    overflow: auto;
}
.choiceMenuContainer .productView .lightBoxImage
{
    float: left;
    margin-right: 12px;
    min-height: 60px;
}
.choiceMenuContainer .productView .lightBoxImage img
{
    border: 2px solid #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.choiceMenuContainer .productView h2
{
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 10px;
    margin: 0px;
    border: none;
    background: none;
    height: auto;
}
.choiceMenuContainer .productView h2  span
{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.choiceMenuContainer .productView .price
{
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding-top: 5px;
}
.choiceMenuButtonContainer
{
    text-align: right;
    padding: 10px;
}
.choiceMenuContainer .choiceMenuButtonContainer a.goToCart
{
    color: #222222;
    font-size: 12px;
    padding-right: 20px;
    background: url('../images/rarr-black.png') no-repeat center right;

}
.choiceMenuContainer .cartInformation
{
    font-size: 12px;
    padding: 5px 15px;
}
.choiceMenuContainerTopAnchor
{
    position: relative;
    background: url(../images/bubble-anchor-top.png) no-repeat top left;
    display: block;
    font-size: 1px;
    cursor: pointer;
    width: 15px;
    height: 7px;
    text-indent: -9999px;
    left: 150px;
    z-index: 600;
}






.mainMenuBox
{
    background: url(../images/menuBackground.png);
    padding-left: 13px;
    position: relative;
}

.mainMenuBox ul li
{
    float: left;
    margin-left: 8px;
}
.mainMenuBox a
{
    display: block;
    height: 47px;
    overflow: visible;
    text-align: center;
    width: 145px;
}
.mainMenuBox .menu .menuItem
{
    margin-right: -20px;
}
.mainMenuBox .menu .homelink a
{
    width: 70px;
    background: url( '../images/home.png' ) no-repeat center 45%;
    text-decoration: none;
}
.mainMenuBox .menu .homelink.active,
.mainMenuBox .menu .homelink:hover
{
    background: url(../images/menuItemActive-small.png);
}

.mainMenuBox .active,
.mainMenuBox li:hover
{
    background: url(../images/menuItemActive.png);
}

.mainMenuBox li .regular
{
    display: none;
}
.mainMenuBox li.active .regular,
.mainMenuBox li:hover .regular
{
    display: block;
}
.mainMenuBox li.active .inactive,
.mainMenuBox li:hover .inactive
{
    display: none;
}
.mainMenuBox .bigMenuWrap{
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: -1px;
    display: none;
    /*width: 100%;*/
    z-index: 99999;
    background: #1c3432;
    border-top: 4px solid #000;
}
.mainMenuBox .bigMenuWrap:after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 9px;
    background: url('/images/bigmenu-shadow.png') repeat-x scroll left top;
}
.mainMenuBox .bigMenuWrap .bigMenuInner{
    /*width: 990px;*/
    margin-left: auto;
    margin-right: auto;
}
.mainMenuBox .bigMenuWrap a{
    width: auto;
    height: auto;
}
.mainMenuBox .bigMenuItemWrap{
    width: 170px;
    height: 145px;
    float: left;
    border-left: 1px solid #142524;
}
.mainMenuBox .bigMenuItemWrap:hover{
    background: #0e1818;
}
.mainMenuBox .bigMenuItemWrap:first-child{
    border: none;
}
.mainMenuBox .bigMenuItemWrap:last-child{
    border-right: 1px solid #142524;
}
.mainMenuBox .bigMenuItemWrap .centerOuter{
    width: 170px;
    height: 145px;
    display: table-cell;
    vertical-align: middle;
}
.mainMenuBox .bigMenuItemWrap .centerInner{
    margin-left: auto;
    margin-right: auto;
}
.mainMenuBox .bigMenuItemWrap a
{
    text-decoration: none;
}
.mainMenuBox .bigMenuItemWrap .name,
.mainMenuBox .bigMenuItemWrap a:hover .name
{
    font-family: 'stag';
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 1px;
    text-shadow: #000000 0px -1px 0;
}
.mainMenuBox .bigMenuWrap a img.icon{
    margin-bottom: 20px;
}

.menu-item-text,
.menu-item-text:hover
{
    font-family: 'stag';
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 48px;
    vertical-align: middle;
    letter-spacing: 1px;
    text-shadow: #000000 0px -1px 0;
    text-decoration: none;
}


.cartContainer
{
    padding: 5px;
    width: 240px;
    top: 60px;
    right: 10px;
    position: absolute;
    background: grey;
    text-align: right;
}
.cartContainer a, .userBox a
{
    color: white;
}

label.inside
{
    display: none;
}

.searchBox
{
    margin-top: 12px;
    margin-right: 32px;
    float: right;
    text-align: right;
}
.searchBox input
{
    background: url(../images/searchBoxBackground.png) repeat-x;
    border: none;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    width: 130px;
    padding: 0 6px 0 6px;
}

.searchBox button[type=submit],
.searchBox button[type=submit]:hover
{
    background: url(../images/searchBoxSubmit.png);
    width: 17px;
    height: 24px;
    border: none;
    text-indent: -9999px;
    margin-left: 10px;
    cursor: pointer;
    padding: 0;
}



.contentBox
{
    clear: both;
    padding-bottom: 100px;
}

.contentClear
{
    padding-bottom: 110px;
}

.footerContainer
{
    height: 109px;
    border-top: 1px solid #e1e0e2;
    background: #44404c;
}

.footerContainer .footer
{
    height: 89px;
    background: #f5f5f5;
    color: #767a84;
    border-top: 1px solid #ffffff;

    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;

    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}
.footerContainer .footer .notes
{
    margin-top: 33px;
    margin-left: 48px;
}

.footerContainer .footer .notes *
{
    display: inline;
}

.footerContainer .footer .menu
{
    margin-left: 15px;
}


.footerContainer .footer .menu li a
{
    margin-left: 3px;
    margin-right: 3px;
}

.footer .logos
{
    position: absolute;
    right: 47px;
    top: 26px;
    text-align: right;
}

.footer .logos li
{
    float: right;
    margin-left: 17px;
}


/* skip links */

.skipLinks
{
    position: absolute;
    top: -300px;
    width: 80%;
    left: 40px;
    z-index: 20;
    overflow: visible;
}

.skipLinks a
{
    position: absolute;
    top: 0;
    z-index: 30;
}

.skipLinks a:active,
.skipLinks a:focus
{
    top: 305px;
    height: 1.6em;
}

/* Error messages  */
.error, .errorMessage,
.success, .successMessage
{
    margin: 15px 0;
    padding: 15px;
    border: 1px solid;
    color: #333333;
}
.error, .errorMessage
{
    border-color: #d8000c;
    background: #ffbaba;
}
.success, .successMessage
{
    border-color: #99cc00;
    background: #ccff66;
}
/* generic form style */
form.dataForm .fieldContainer {
    overflow: hidden;
}
form.dataForm .fieldContainer label {
    clear: both;
    display: block;
    font-weight: bold;
    margin: 8px 0 5px;
}

form.dataForm .inputContainer {
    float: left;
    /* background: url('../images/form-input-bg.gif') no-repeat 0% 50%;*/
    /* padding: 0 0 0 5px;*/
    /* margin: 0 12px 0 0;*/
}
form.dataForm .inputContainer .input {
    /* float: left; */
    /* background: url('../images/form-input-bg.gif') no-repeat 100% 50%;*/
    /* padding: 9px 5px 10px 0;*/
}
form.dataForm .inputContainer .input input {
    /* background: transparent;*/
    /* border: none;*/
    /* -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/
    /* padding: 0;*/
    /* margin: 0;*/
    /* font-size: 16px;*/
    width: 195px;
    float: left;
}
form.dataForm .inputContainer .select select {
    width: 195px;
}

form.dataForm .inputContainer .input select {
    /* background: transparent;*/
    /* border: none;*/
    /* padding: 0;*/
    /* margin: 0;*/
    /* font-size: 14px;*/
}
form.dataForm .inputContainer .input em {
    float: left;
    color: red;
    margin-left: 2px;
}
form.dataForm .fieldContainer button {
    width: 100%;
}
form.dataForm .radioList {
    margin: 0;
    padding: 0;
    list-style: none;
}
form.dataForm .radioList li {
    padding: 0 0 0 32px;
    position: relative;
    line-height: 32px;
}
form.dataForm .radioList li input {
    position: absolute;
    left: 0px;
    top: 5px;
}
form.dataForm .fieldset {
    margin: 0 0 32px;
}


form.dataForm fieldset
{
    border: 0px;
    width: 210px;
    margin: 0 auto;
}


form.dataForm fieldset .checkboxContainer input[type=checkbox]
{
    float: left;
    margin: 15px 5px 12px 0px;
}

form.dataForm fieldset .checkboxContainer label
{
    /* float: left; */
    clear: none !important;
}
.temp
{
    position: absolute;
    z-index: 9999;
    margin-top: 40px;
}

.buyButton .hover,
.buyButton:hover .regular
{
    display: none;
}
.buyButton:hover .hover
{
    display: inline;
}
.buyButton:hover div.hover
{
    display: block;
}


.errorBox
{
    font-size: 130%;

    display: inline-block;
    background:  red;
    color:  white;
    padding: 3px 8px;
    font-size: 90%;
    line-height: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.error404Container
{
    width: 980px;
    margin: 0 auto;
    padding-top: 140px;
}
.error404Container .messageWrapper
{
    width: 980px;
    height: 240px;
    background: transparent url('../images/background-404.png') no-repeat center center;
}

.error404Container .messageWrapper .innerWrapper
{
    padding-top: 65px;
    padding-left: 220px;
    font-size: 14px;
}
.error404Container .messageWrapper h1
{
    margin-top: 0px;
}
.error404Container .messageWrapper .failedUrl
{

}
.error404Container .messageWrapper .rootUrl
{
    text-transform: uppercase;
}
.error404Container .messageWrapper .rootUrl a
{
    color: #439c12;
    text-decoration: none;
    background: transparent url( '../images/arr-right.png' ) no-repeat right center;
    padding-right: 20px;
}
.error404Container .messageWrapper .rootUrl a:hover
{
    text-decoration: none;
}

/* embed view */
body.bodyEmbed .contentBox
{
    padding-bottom: 0;
}
body.bodyEmbed .headerImage
{
    height: 140px;
    background-repeat: no-repeat;
    background-position: left center;
}
body.bodyEmbed .headerImage .logo
{
    display: block;
    position: relative;
    top: 20px;
    left: 50px;
}
body.bodyEmbed .contentClear
{
    display: none;
}




#calculator
{
    display: inline-block;
    border-left: 1px solid #767a84;
    margin-left: 12px;
    padding-left: 20px;
    z-index: 10;
    position: relative;
    height: 18px;
    overflow: visible;
}
#calculator .inputBox
{
    background-color: #dbdbdb;
    border-radius: 3px;
    padding: 5px 6px 5px 5px;
    box-shadow: inset 1px 1px 2px #555;
    position: relative;
    top: -5px;
}
.safari #calculator .inputBox
{
    top: 0;
}
#calculator .inputBox input
{
    padding: 0;
    margin: 0;
    border: 0;
    width: 40px;
    text-align: right;
    background-color: transparent;
}
#calculator .inputBox input:focus
{
    outline:none;
}
#calculator .equal
{
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    background: url('/images/calculator-equal.png') no-repeat center center;
    *position: relative;
    *top: -5px;
}
#calculator .hint
{
    margin-left: 12px;
    *width: 18px;
    *height: 19px;
    *zoom: 1;
}
#calculator .hintTrigger
{
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    width: 18px;
    height: 17px;
    cursor: pointer;
    background: url('/images/calculator-hint-idle.png') no-repeat center center;
    *height: 19px;
    *display: block;
    *float: left;
}
#calculator .hintTrigger:hover
{
    background: url('/images/calculator-hint-active.png') no-repeat center center;
}



/* hints.css */
.hint
{
    display: inline-block;
}
.hint.onClick
{
    cursor: pointer;
}
.hint .hintMessageWrapper
{
    display: none;
    position: absolute;
    width: 250px;
    background: transparent url( '../images/hint-bottom.png' ) no-repeat center bottom;
    z-index: 1000;
}
.hint.visible .hintMessageWrapper
{
    display: block;
}
.hint .hintMessageWrapper .hintMessage
{
    display: block;
    position: relative;
    padding: 14px 18px 16px 18px;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.36em;
    color: white;
    background: #479b22;
    z-index: 3000;
}
.hint .hintAnchor
{
    position: absolute;
    top:-8px;
    left: 0px;
    height: 8px;
    width: 100%;
    background: transparent url( '/images/hint-anchor.png' ) no-repeat center top;
    display: block;
    z-index: 1001;
}

.pb-points {
    vertical-align: middle;
}

.pb-points span.points {
    padding-right: 26px;
    font-weight: bold !important;
    color: #434343;
    display: inline-block;
    background: url(../images/icons/pointsback.png) no-repeat transparent right center;
    height: 22px;
    vertical-align: middle;
    line-height: 22px;
    font-size: 14px !important;
}

.pb-points span.points + a {
    margin-left: 6px;
}

.pb-points a {
    color: #4774a4;
    font-weight: normal !important;
    font-size: 13px;
}

.pb-points a:hover {
    color: #5692d0;
}

.pb-list{
    margin: 8px 0;
}

.pb-list .pb-points {
    font-size: 0.85em !important;
}

.pb-list .pb-points span.points + a {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    line-height: 1.1;
    width: 50px;
}

.sectorChoiceContainer .pb-points,
.concertDates .pb-points,
.buyWrapper .pb-points,
.songlist .pb-points {
    display: block;
    font-size: 0.9em;
}

.sectorChoiceContainer .pb-points span.points,
.concertDates .pb-points span.points,
.buyWrapper .pb-points span.points,
.songlist .pb-points span.points {
    background-size: auto 75%;
    padding-right: 22px;
    font-weight: normal !important;
}

.sectorChoiceContainer .pb-points a,
.concertDates .pb-points a,
.buyWrapper .pb-points a,
.songlist .pb-points a {
    display: none;
}

.buyWrapper .pb-points {
    margin-bottom: 5px;
}

.buyWrapper .pb-points span.points {
    color: white;
    text-shadow: none;
}


button,
.button,
input[type=button],
input[type=submit]
{
    font-family: 'stag';
    font-weight: normal;
    border: 1px solid #35800C;
    border-radius: 3px;
    background-color: #51B815;
    color: white;
    text-shadow: #38880A 0px -1px 0;
    line-height: 13px;
    font-size: 11px;
    padding: 3px 10px 2px 10px;
    letter-spacing: 1px;
    background: linear-gradient(#50B314, #398A0E);
    text-decoration: none;
    display: inline-block;
}

button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover
{
    text-decoration: none;
    background: linear-gradient(#33800B, #39890C);
}

button .arrow-right,
.button .arrow-right,
input[type=button] .arrow-right,
input[type=submit] .arrow-right
{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
}

button.xl,
.button.xl,
input[type=button].xl,
input[type=submit].xl
{
    font-size: 13px;
    padding: 8px 15px 7px 15px;
}

.section-heading
{
    font-family: 'stag';
    font-weight: bold;
    color: #434047;
    letter-spacing: 1px;
}

h1.section-heading
{
    font-style: italic;
    font-size: 28px;
    line-height: 30px;
}
h2.section-heading
{
    font-size: 22px;
    font-style: italic;
}
h3.section-heading,
h3.section-heading a
{
    font-style: italic;
    font-size: 21px;
    color: #434047;
    margin-bottom: 10px;
}

h3.section-heading a,
h3.section-heading a:hover
{
    text-decoration: none;
}

.error-404-title
{
    font-family: 'stag';
    font-weight: bold;
    font-size: 50px;
    color: #ffffff;
    max-width: 620px;
    padding-left: 3px;
    text-shadow: #000 -2px -2px 0;
    letter-spacing: 2px;
    line-height: 50px;
}

/*.divTable begin*/
.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: none;
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
/*.divTable end*/
.yes1{ 
    background-image: url('../images/icons/yes1.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.no1{
    background-image: url(../images/icons/no1.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.flashmesageOk{
    background-color: #dff0d8; 
    color: #3c763d; 
    border-top: 3px solid #d6e9c6; 
    border-bottom: 3px solid #d6e9c6; 
    padding-left: 5px; 
    font-weight: bold;
}
.flashmesageError{
    background-color: #e6c0c0; 
    color: #c00; 
    border-top: 3px solid #DE7A7B; 
    border-bottom: 3px solid #DE7A7B; 
    padding-left: 5px;
    font-weight: bold;
}
.flashmesagewWarning{
   background-color: #efe7b8;
   color: #c00;
   border-top: 3px solid #f0dc7e; 
   border-bottom: 3px solid #f0dc7e;
   padding-left: 5px; 
   font-weight: bold;
}
.boxOk {
    background-color: #9AF101
}
.boxError {
    background-color: #e6c0c0
}
.boxWarning {
    background-color: #efe7b8
}

.cookieMessage {
    width: 990px;
    margin-left: auto;
    margin-right: auto;    
}

.cookieMessageText {
    padding: 11px 20px;
    font-size: 15px;
    color: white;
    background-color: black;
    border: 1px solid darkgray;
}

/*
responsive

*/
@media screen and (max-width: 400px) {
    .ticketLightboxContent {
        width: auto;
    }
}


@media screen and (max-height: 400px) {
    .ticketLightboxContent {
        top: 10%;
    }
}


