body {
    padding-top: 0;
    font-size: 93.75%; /* entspricht 15px */
    font-family: Arial, Verdana, sans-serif;
    background: #ffffff;
    margin: 0;
}

img, object, video, embed {

    max-width: 100%;
}

a img {
    border: 0;
}

a {

    text-decoration: none;
    border: 0;
    color: #000000;
    font-weight: bold;

}

[data-cookiemon-privacybutton] {
    position:absolute;
    top: 5px;
    right:5px;
}

textarea, input {
    font-family: Arial, Verdana, sans-serif;
}

a:hover {

    color: #E61E1E;
}

#page {
    /*width: 100%;*/
    max-width: 1164px;
    margin: 0 auto;
}

#headerIMG {

    float: left;
}

#selectLanguage:hover {
    cursor: pointer;
}

.gameName {

    margin: 0;
    direction: ltr;
}

#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 14.667em;
    margin-left: -6.667em;
    height: 14.667em;
    margin-top: -8.333em;
    z-index: 10;
    outline: 9999px solid rgba(0,0,0,0.3);
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.currentNav {
    color: red !important;
    font-weight: bold;
}

.otherNav {
    opacity: 0.75;
    color: white;
}

.buttonstyle, input[type=submit] {

    display: table;
    margin: 0 auto;
    padding: 0.5em 2.5em;
    border-radius: 1em;
    border: 0.067em solid #AAAAAA;
    width: auto;

}

.buttonstyle, #search-button, input[type=submit] {
    background-color: #768700;
    background-image: -moz-linear-gradient(top, #768700, #C1D536);
    background-image: -ms-linear-gradient(top, #768700, #C1D536);
    background-image: -o-linear-gradient(top, #768700, #C1D536);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#768700), to(#C1D536));
    background-image: -webkit-linear-gradient(top, #768700, #C1D536);
    background-image: linear-gradient(top, #768700, #C1D536);
    font-size: 1em;
    color: #FFFFFF;
    font-weight: bold;

}

.buttonstyle:hover, #search-button:hover, input[type=submit]:hover, .copyResult.zeroclipboard-is-hover {
    background: #C1D536;
    background-image: -moz-linear-gradient(top, #C1D536, #768700);
    background-image: -ms-linear-gradient(top, #C1D536, #768700);
    background-image: -o-linear-gradient(top, #C1D536, #768700);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#C1D536), to(#768700));
    background-image: -webkit-linear-gradient(top, #C1D536, #768700);
    background-image: linear-gradient(top, #C1D536, #768700);
    cursor: pointer;

}

#searchButton {

    width: 77.130%;
    margin: 0 auto;
    display: table;
    background: #2D454F;
    background-image: -moz-linear-gradient(top, #2D454F, #17262B);
    background-image: -ms-linear-gradient(top, #2D454F, #17262B);
    background-image: -o-linear-gradient(top, #2D454F, #17262B);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#2D454F), to(#17262B));
    background-image: -webkit-linear-gradient(top, #2D454F, #17262B);
    background-image: linear-gradient(top, #2D454F, #17262B);
    color: white;
    text-align: center;
    border: 0.067em solid #2D454F;
    padding: 1em;
}

/* Hilfesklasse für Spielbilder, rund Ecken */
.roundborder {
    border-radius: 1em;
}

/* Reports */
.gameReportsText, .gameInfoHeading, .gameInfoText {

    min-width: 28em;
    width: 40%;
    margin: auto;
    padding: 5px 15px;
}

.gameInfoDateTime, .gameReportDateTime {

    width: 6.667em;
    height: 5em;
    float: left;
    background-color: white;
    margin: 0.2667em 1.333em 0 0;
    border-radius: 1.5em;
    color: #555555;
}

.gameInfoDateTime, .gameReportsText {

    background: #cc1b1c;
    background: -webkit-linear-gradient(left, rgb(130, 0, 0) 0%, rgb(180, 0, 1) 60%, rgb(196, 0, 1) 100%);
    background: -o-linear-gradient(left, rgb(130, 0, 0) 0%, rgb(180, 0, 1) 60%, rgb(196, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgb(130, 0, 0) 0%, rgb(180, 0, 1) 60%, rgb(196, 0, 1) 100%);
    background: -moz-linear-gradient(left, rgb(130, 0, 0) 0%, rgb(180, 0, 1) 60%, rgb(196, 0, 1) 100%);
    background: linear-gradient(to right, rgb(130, 0, 0) 0%, rgb(180, 0, 1) 60%, rgb(196, 0, 1) 100%);
    color: white;
}

.gameReportsText, .gameInfoText {

    padding: 1em;
    line-height: 1.25em;
    min-height: 5em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
}

.gameReportsText {

    height: auto;
    border: 0.067em solid #cc1b1c;
    border-top: none;
    font-weight: bold;
}

.gameInfoHeading {

    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

.gameInfoHeading {

    background: #2D454F;
    background-image: -moz-linear-gradient(top, #2D454F, #17262B);
    background-image: -ms-linear-gradient(top, #2D454F, #17262B);
    background-image: -o-linear-gradient(top, #2D454F, #17262B);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#2D454F), to(#17262B));
    background-image: -webkit-linear-gradient(top, #2D454F, #17262B);
    background-image: linear-gradient(top, #2D454F, #17262B);
    color: white;
    text-align: center;
    border: 0.067em solid #2D454F;
    padding: 1em;
}

.gameInfoHeading h3 {
    margin: 0;
    padding: 0;
}

.gameInfoText {

    background-color: white;
    color: #222222;
    border: 0.067em solid #222222;
    border-top: none;
}

.roundGamePic {
    border-radius: 8px;
}

/* Errorpage CSS größtenteils von portal übernommen */
#errorpage_bg {
    background: rgba(0, 0, 0, 0) url("https://upportal.wavecdn.net/img/404_bg.png") no-repeat scroll 0 0;
    height: 365px;
    left: 50%;
    margin-left: -374px;
    position: relative;
    top: 50px;
    width: 747px;
}

#errorpage_gfx {
    background: rgba(0, 0, 0, 0) url("https://upportal.wavecdn.net/img/404_gfx.png") no-repeat scroll 0 0;
    height: 500px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 750px;
}

#errorpage_textbox1 {
    left: 235px;
    position: absolute;
    top: 0;
}

#errorpage_textbox2 {
    left: 235px;
    position: absolute;
    top: 130px;
    font-size: 110%;
}


#errorbutton_div {
    left: 264px;
    position: absolute;
    top: 230px;
}

a.errorbutton:link, a.errorbutton:visited {
    background: rgba(0, 0, 0, 0) url("https://upportal.wavecdn.net/img/404_button.png") repeat scroll 0 0;
}
a.errorbutton {
    color: #484848;
    display: block;
    font-size: 25px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    text-decoration: none;
    width: 224px;
}

#appFeedback {
    display: inline-block;
    margin-left: 10px;
    height: 11em;
}

#appFeedback textarea#feedback {
    width: 70%;
    height: 11em;
    resize: vertical;
}

#feedback_hint {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    color: #FFFFFF;
    padding: 0.5em;
    z-index: 999;
    position: relative;
    max-width: 17em;
    width: 13.5em;
    min-width: 10em;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
    left: 0.75em;
}

#feedback_hint::before {
    content: "\25c0";
    color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 1em;
    left: -0.5em;
    z-index: 999;
}

*:focus {
    outline: none;
}

.formstyle {
    width: 55.63%;
    margin: 0 auto;
}

.formstyle h2 {
    margin: 0;
    display: inline;
}

.formstyle label {
    width: 50%;
}

.formstyle label, .shortLabel {
    min-width: 7.3333em;
    margin-top: 0.2em;
    display:inline-block;
    padding: 0.2em;
    font-weight: bold;
    word-wrap: break-word;
}

.formstyle input[type="checkbox"] + label {
    display: inline;
}


.formstyle input[type=text], .formstyle input[type=email], .formstyle input[type=number] {
    height: 1.3333em;
    width: 14.6667em;
    padding: 0.333em 0.5333em;

    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}

.formstyle select {
    padding: 0.333em 0.5333em;
    width: 17.2em;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.formstyle textarea {
    padding: 0.5333em;
    width: 20em;
    height: 6em;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.formstyle input[type=text], .formstyle input[type=email], .formstyle input[type=number], .formstyle textarea, .formstyle select {
    border: 0.0667em solid #aaa;
    box-shadow: 0 0 0.2em #ccc, 0 0.6667em 1em #eee inset;
    border-radius: 0.1333em;
    padding-right: 2em;
}

.requiredElem {
    background: #fff url(../bundles/upjerssupportmain/images/red_asterisk.png) no-repeat 98% center;
}

.invalidElem {
    background: #fff url(../bundles/upjerssupportmain/images/xbutton1.png) no-repeat 96% center;
    box-shadow: 0 0 5px #d45252 !important;
    border-color: #b03535;
}

select.invalidElem {
    background: #fff url(../bundles/upjerssupportmain/images/xbutton1.png) no-repeat 94% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}

.validElem {
    background: #fff url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.form_hint {
    background: #d45252;
    border-radius: 10px;
    color: white;
    padding: 0.5em;
    z-index: 999;
    font-size: 0.9em;
    margin-top: 1em;
    position: relative;
}

.form_hint::before {
    content: "\25b2";
    color: #d45252;
    position: absolute;
    top: -0.75em;
}

/* TicketAnswer Formular */

#ticketAnswerForm {
    width: 100%;
}

#ticketAnswerForm fieldset {
    width: 90%;
    margin: 0 auto;
}

#ticketAnswerForm legend {
    text-align: center;
}


#header {

    background: #FFFFFF url(../bundles/upjerssupportmain/images/header_scanlines_tileable.png) 0 99% repeat-x;
    border-radius: 0 0 0.833em 0.833em; /* = 12px */
    padding: 1.233em; /* = 18px */
    border: 0.067em solid #aaaaaa; /* = 1px */
    color: #222222;
    -moz-box-shadow: 2px 2px 5px #a6a6a6;
    -webkit-box-shadow: 2px 2px 5px #a6a6a6;
    box-shadow: 2px 2px 5px #a6a6a6;
    overflow: auto;
}

/* Startseite Gamesliste */

.gameIcons {

    /*float: left;*/
    display: inline-grid;
    width: 10em;
    margin: 0.3em;
    height: 9.75em;
}

.gameIcons img {
    width: 9em;
    height: 6.333em;
}

.gamesList { /* ul */

    list-style-type: none;
    padding: 0;
    /*margin-left: 3.667em; /* = 55px */
    text-align: center;
}

/* Gamesliste Ende */
/* Seitencontainer - Panel */

.panel {
    border: 1px solid #aaaaaa;
    color: #222222;
    background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));*/
    background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: linear-gradient(top, #ffffff, #e3e3e3);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e3e3e3');
    -moz-box-shadow: 2px 2px 5px #a6a6a6;
    -webkit-box-shadow: 2px 2px 5px #a6a6a6;
    box-shadow: 2px 2px 5px #a6a6a6;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;

}

.panelHeading {
    background: #cccccc url(../bundles/upjerssupportmain/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    margin: 0;
    border-bottom: 1px solid #AAAAAA;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    border-top-right-radius: 17px;
    -moz-border-radius-topleft: 17px;
    -webkit-border-top-left-radius: 17px;
    border-top-left-radius: 17px;
    color: #222222;
    font-weight: bold;
    padding: 0.25em;
}

.panelHeading div {
    padding: 0.25em 0.5em;
}

.panelContent {
    display: block;
    padding: 1em;
    background: none;
    border: 1px solid #aaaaaa;
    color: #222222;
    background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));*/
    background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: linear-gradient(top, #ffffff, #e3e3e3);
    -webkit-border-bottom-left-radius: 17px;
    border-bottom-left-radius: 17px;
    -moz-border-radius-bottomright: 17px;
    -webkit-border-bottom-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

/* Seitencontainer - Panel Ende */
/* Sprachenauswahl Liste */

#countryList {

    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.countryIcons {

    float: left;
    width: 7.333em;
    height: 5em;
    margin-left: 2em;
    margin-bottom: 3em;
}

.countryName {
    margin: 0;
    text-align: center;
}

/* Sprachenauswahl Ende */

#gamePic p {
    font-weight: bold;
    text-align: center;
}

#gamePic {
    max-width: 9em;
    min-width: 9em;
    margin-right: 0.3em;
    width: 12%;
}

#userInfo {
    min-width: 9em;
    width: 15em;
    max-width: 15em;
    margin-top: 2%;
    margin-left: 2%;
}

#gamePic, #userInfo, #buttons {
    display: inline-block;
}

#gamePic, #userInfo {
    vertical-align: top;
}

#selectLanguage  {
    background: url(../bundles/upjerssupportmain/images/Language_Button.png) no-repeat;
    width: 4.6667em;
    height: 3.2em;
    float: right;
    text-align: center;
    padding-top: 0.5em;
}

#selectLanguage:hover  {
    background: url(../bundles/upjerssupportmain/images/Language_Button_hover.png) no-repeat;
}

#selectLanguage p {
    margin: 0;
    font-weight: bold;
}

.report_date_bg {
    background: url(https://upportal.wavecdn.net/img/news_date_bg.jpg) no-repeat;
    margin: 0 1.3333em 0 0;
    border: solid 0.06667em #666666;
    width: 4.4em;
    height: 4.2667em;
    display: inline-block;
}

.report_day {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    font-size: 1.75em;
}

.report_month {
    color: #FFFFFF;
    line-height: 1.6em;
    text-align: center;
    border-top: solid 0.06667em #FFFFFF;
}

.report_content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 7em);
}

.report_name {
    font-weight: bold;
    margin-bottom: 1em;
}

#accountRelated, #notAccountRelated {
    padding: 2em 5.5em;
}

.yesButton, .noButton, #accountRelated, #notAccountRelated {
    border-radius: 1em;
    width: auto;
    cursor: pointer;
    font-weight: bold;
}

.yesButton, .noButton {
    padding: 0.5em 2em;
}

.yesButton, #accountRelated {
    background: #C1D536;
    background-image: -moz-linear-gradient(top, #eaf592, #91976c);
    background-image: -ms-linear-gradient(top, #eaf592, #91976c);
    background-image: -o-linear-gradient(top, #eaf592, #91976c);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#eaf592), to(#91976c));*/
    background-image: -webkit-linear-gradient(top, #eaf592, #91976c);
    background-image: linear-gradient(top, #eaf592, #91976c);
}

.yesButton:hover, #accountRelated:hover {
    background: #91976c;
    background-image: -moz-linear-gradient(top, #91976c, #eaf592);
    background-image: -ms-linear-gradient(top, #91976c, #eaf592);
    background-image: -o-linear-gradient(top, #91976c, #eaf592);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#91976c), to(#eaf592));*/
    background-image: -webkit-linear-gradient(top, #91976c, #eaf592);
    background-image: linear-gradient(top, #91976c, #eaf592);
}

.yesButtonChecked, .yesButtonChecked:hover {
    background: #C1D536;
    background: #C1D536 url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%;
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -webkit-linear-gradient(top, #eaf592, #91976c);
    /*background: url(../images/ybutton1.png) no-repeat 0 50%, -webkit-gradient(linear, center top, center bottom, from(#eaf592), to(#91976c));*/
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -moz-linear-gradient(top, #eaf592, #91976c);
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -ms-linear-gradient(top, #eaf592, #91976c);
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -o-linear-gradient(top, #eaf592, #91976c);
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, linear-gradient(top, #eaf592, #91976c);
}

.noButton, #notAccountRelated {
    background: #f59292;
    background-image: -moz-linear-gradient(top, #f59292, #9c6d6c);
    background-image: -ms-linear-gradient(top, #f59292, #9c6d6c);
    background-image: -o-linear-gradient(top, #f59292, #9c6d6c);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#f59292), to(#9c6d6c));*/
    background-image: -webkit-linear-gradient(top, #f59292, #9c6d6c);
    background-image: linear-gradient(top, #f59292, #9c6d6c);
}

.noButton:hover, #notAccountRelated:hover {
    background: #9c6d6c;
    background-image: -moz-linear-gradient(top, #9c6d6c, #f59292);
    background-image: -ms-linear-gradient(top, #9c6d6c, #f59292);
    background-image: -o-linear-gradient(top, #9c6d6c, #f59292);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#9c6d6c), to(#f59292));*/
    background-image: -webkit-linear-gradient(top, #9c6d6c, #f59292);
    background-image: linear-gradient(top, #9c6d6c, #f59292);
}

.noButtonChecked, .noButtonChecked:hover {
    background: #f59292;
    background: #f59292 url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%;
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%,-webkit-linear-gradient(top, #f59292, #9c6d6c);
    /*background: url(../images/ybutton1.png) no-repeat 0 50%,-webkit-gradient(linear, center top, center bottom, from(#f59292), to(#9c6d6c));*/
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -moz-linear-gradient(top, #f59292, #9c6d6c);
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -ms-linear-gradient(top, #f59292, #9c6d6c);
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, -o-linear-gradient(top, #f59292, #9c6d6c);
    background: url(../bundles/upjerssupportmain/images/ybutton1.png) no-repeat 0 50%, linear-gradient(top, #f59292, #9c6d6c);
}

.ButtonDisabled {
    background: #BFBFBF;
    background-image: -moz-linear-gradient(top, #BFBFBF, #EAEAEA);
    background-image: -ms-linear-gradient(top, #BFBFBF, #EAEAEA);
    background-image: -o-linear-gradient(top, #BFBFBF, #EAEAEA);
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#BFBFBF), to(#EAEAEA));*/
    background-image: -webkit-linear-gradient(top, #BFBFBF, #EAEAEA);
    background-image: linear-gradient(top, #BFBFBF, #EAEAEA);
}

#searchFAQ, #ticketAnswer {
    font-size: 1em;
    height: 11em;
    margin: 0 auto;
    display: block;
    padding: 1em;
    border: 0.067em solid #616161;
    resize: vertical;
}

#ticketAnswer {
    height: 12.5em;
}

#searchFAQ {
    width: 98%;
}

#ticketAnswer {
    width: 90%;
}

#FAQFormContent {
    min-width: 10em;
    max-width: 48em;
    display: inline-block;
    margin-right: 1em;
}

#addFieldForm {
    min-width: 30em;
    max-width: 48em;
    display: inline-block;
    margin-right: 1%;
}

#ticketAnswerContent {
    max-width: 48em;
    display: inline-block;
    margin-right: 1%;
}

#addFieldForm {
    width: 60%;
}

#ticketAnswerContent {
    width: 80%;
}

/* Ticketform */

.elemSpacer {
    padding-bottom: 1em;
}

.elemSpacer div {
    max-width: 17em;
    width: 15.5em;
    min-width: 10em;
    vertical-align: top;
}

/* Bilder FAQ Bewertung */
.votepics {

    height: 2.667em;
    width: 2.667em;
    cursor: pointer;
}

/* Ticket - Paymentbereich */
.payart_button {
    height: 65px;
    width: 65px;
    cursor: pointer;
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 5px 15px 5px 5px;
    float:left;
    position:relative;
    background-size: cover;
}

.payart_button:hover {
    border: 3px solid #00a300;
    border-radius: 12px;
}

#payart_bttn {
    height: 65px;
    width: 75px;
    display: inline-block;
}

.checked {
    border: 2px solid #008b00;
    border-radius: 12px;
}

.payart_button.checked:hover {
    border: 3px solid #00a300;
    border-radius: 12px;
}

#paymentClickScroller {
    width: 100%;
    height: 65px;
}

#payart_options_container {
    overflow: hidden;
    width: calc(100% - 82px);
    float: left;
}

#payart_options_list {
    min-width: 5000px;
    float: left;
    position: relative;
    /*left: 0;*/
}

#payart_right {
    float: left;
    width: 41px;
    height: 53px;
    background: url(../bundles/upjerssupportmain/images/sliderbuttons.png) right top no-repeat;
    cursor: pointer;
    top: 20px;
    position: relative;
}

#payart_right:hover {
    background-position: -128px 0;
}

.payart_right_touched {
    float: left;
    width: 41px;
    height: 53px;
    background: url(../bundles/upjerssupportmain/images/sliderbuttons.png) -125px 0 no-repeat;
    cursor: pointer;
    top: 20px;
    position: relative;
}

#payart_left {
    float: left;
    width: 41px;
    height: 53px;
    background: url(../bundles/upjerssupportmain/images/sliderbuttons.png) 0 0 no-repeat;
    cursor: pointer;
    top: 20px;
    position: relative;
}

#payart_left:hover {
    background-position: -53px 0;
}

.payart_left_touched {
    float: left;
    width: 41px;
    height: 53px;
    background: url(../bundles/upjerssupportmain/images/sliderbuttons.png) -53px 0 no-repeat;
    cursor: pointer;
    top: 20px;
    position: relative;
}

#leftFormWrapper, #rightFormWrapper {
    display: inline-block;
    vertical-align: top;
}

#leftFormWrapper {
    position: relative;
}

#rightFormWrapper {
    width: 60%;
    position: relative;
}

#paymentForm {
    /*width: 60%;*/
    display: list-item;
    list-style-type: none;
}

#paymentForm textarea {
    height: 10em;
    width: 14.6666em;
    margin-left: 0.25em;/*
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit *
    -moz-box-sizing: border-box;    /* Firefox, other Gecko !!!
    box-sizing: content-box;         /* Opera/IE 8+ */
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

#thxMessage {
    display: inline-block;
    width: 75%;
}

#thxMessage h3 {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#ticketContent {
    display: block;
    background-color: #FFFFFF;
    border-radius: 1em;
    min-height: 5em;
    padding: 0.25em 1em;
}

.flash_error, .flash_notice {
    width: 20em;
    text-shadow: 1px 1px black;
    color: #FFFFFF;
    padding: 8px 35px 8px 65px;
    box-shadow: 4px 3px 15px rgba(0,0,0,0.9);
    border: 0;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    z-index: 1000;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    position: fixed;
    top: 50%;
    left: calc(50% - 15em);
    text-align: center;
    /*display: none;*/
    font-weight: bold;
}

.flash_error {
    background-color: black;
    background-color: rgba(224, 33, 33, 0.9);
}

.flash_notice {
    background-color: black;
    background-color: rgba(30, 30, 30, 0.9);
}

.flash_close_button {
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.tooltip {
    background-color: black;
    background-color: rgba(30, 30, 30, 0.9);
    text-shadow: 1px 1px black;
    color: #eee;
    padding: 8px 35px;
    box-shadow: 4px 3px 15px rgba(0,0,0,0.9);
    border: 0;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    z-index: 1000;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    text-align: center;
}

#upjersBunny {
    display: inline-block;
    width: 32%;
}

@media (max-width: 725px) {
    #accountRelated, #notAccountRelated {
        padding: 1.5em 3.5em;
    }
}

#resultsContainer {
    display: none;
}

.copyResult:hover {
    color: #FFFFFF;
}

#testResults {
    font-size: 1.15em;
    line-height: 20px;
    padding: 10px;
    background: rgb(0, 0, 0);
    color: rgba(255,255,255,0.85);
}

#collapseReports {
    display: inline-block;
    float: right;
    bottom: 5px;
    position: relative;
    cursor: pointer;
}

/* Ticketantwort */
.speech-wrapper {
    padding: 10px 30px;
}

.speech-wrapper .bubble {
    width: 90%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #000;
    position: relative;
    margin: 0 0 25px;
}

.speech-wrapper .bubble.alt {
    margin: 0 0 20px 60px;
    background: rgba(156, 210, 156, 0.18);
}

.speech-wrapper .bubble .txt {
    padding: 8px 55px 8px 14px;
}

.speech-wrapper .bubble .txt .name {
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 4px;
    color: #3498db;
}

.speech-wrapper .bubble .txt .name span {
    font-weight: normal;
    color: #b3b3b3;
}

.speech-wrapper .bubble .txt .name.alt {
    color: #2ecc71;
}

.speech-wrapper .bubble .txt .message {
    font-size: 12px;
    margin: 0;
    color: #2b2b2b;
}

.speech-wrapper .bubble .txt .timestamp {
    font-size: 11px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-transform: uppercase;
    color: #999;
}

.speech-wrapper .bubble a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#chatbotUppyHooray {
    position: absolute;
    right: 25px;
    height: 120px;
    bottom: -2px;
}

.chatbotMessengerImage {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 999px) {
    #chatbotUppyHooray {
        display: none;
    }
}

.botInstallDescription {
    width: 66%;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 690px) {
    .botInstallDescription {
        width: 100%;
        text-align: left;
        margin: 0;
    }
}

#GameFAQSearch {
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    height: 36px;
}

#gameListContainer {
    width: 81%;
    display: inline-block;
}

@media (max-width: 915px) {
    #gameListContainer {
        width: 75%;
    }
}

#upjersPlayground {
    display: inline-block;
    vertical-align: top;
    margin-top: 67px;
}

#navigation {
    width: 100%;
    height: 43px;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 33.33%;
    width: calc(100% / 3);
}

#navigation ul li {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-weight: bold;
}

#navigation li.visited, li.unvisited {
    border: 4px solid #3A5F8B;
    padding: 0.4em;
    background-color: #D7E4BD;
    float: left;
    width: 30%;
    text-align: center;
}

#navigation li.visited {
    background-color: #D7E4BD;
}

#navigation li.unvisited {
    color: #D9D9D9;
}

#navigation ul li a {
    color: #ffffff !important;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.navLeftA, .navLeftBGreen, .navCenterGreen, .navRightGreen, .navRightGreenLast {
    cursor: pointer;
}

#navigation ul:hover .navLeftA {
    background: url(../bundles/upjerssupportmain/images/Progress_green_left_a_hover.png) no-repeat;
}

.navLeftA {
    background: url(../bundles/upjerssupportmain/images/Progress_green_left_a.png) no-repeat;
    width: 11px;
    height: 43px;
}

.navLeftB {
    background: url(../bundles/upjerssupportmain/images/Progress_grey_left_a.png) no-repeat;
    width: 11px;
    height: 43px;
}

#navigation ul:hover .navLeftBGreen {
    background: url(../bundles/upjerssupportmain/images/Progress_green_left_b_hover.png) no-repeat;
}

.navLeftBGreen {
    background: url(../bundles/upjerssupportmain/images/Progress_green_left_b.png) no-repeat;
    width: 14px;
    height: 43px;
}

.navLeftBGrey {
    background: url(../bundles/upjerssupportmain/images/Progress_grey_left_b.png) no-repeat;
    width: 14px;
    height: 43px;
}

#navigation ul:hover .navCenterGreen {
    background: url(../bundles/upjerssupportmain/images/Progress_green_center_hover.png) repeat-x;
}

.navCenterGreen {
    background: url(../bundles/upjerssupportmain/images/Progress_green_center.png) repeat-x;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 1.5em;
}

.navCenterGrey {
    background: url(../bundles/upjerssupportmain/images/Progress_grey_center.png) repeat-x;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 1.5em;
}

#navigation ul:hover .navRightGreen {
    background: url(../bundles/upjerssupportmain/images/Progress_green_right_b_hover.png) no-repeat;
}

.navRightGreen {
    background: url(../bundles/upjerssupportmain/images/Progress_green_right_b.png) no-repeat;
    width: 13px;
    height: 43px;
}

#navigation ul:hover .navRightGreenLast {
    background: url(../bundles/upjerssupportmain/images/Progress_green_right_a_hover.png) no-repeat;
}

.navRightGreenLast {
    background: url(../bundles/upjerssupportmain/images/Progress_green_right_a.png) no-repeat;
    width: 11px;
    height: 43px;
}

.navRightGrey {
    background: url(../bundles/upjerssupportmain/images/Progress_grey_right_b.png) no-repeat;
    width: 13px;
    height: 43px;
}

.navRightGreyLast {
    background: url(../bundles/upjerssupportmain/images/Progress_grey_right_a.png) no-repeat;
    width: 11px;
    height: 43px;
}

#navigation > ul:first-child li:first-child + li {
    width: calc(100% - 24px);
    min-width: 6em;
}

#navigation > ul:first-child + ul li:first-child + li {
    width: calc(100% - 27px);
    min-width: 6em;
}

#navigation > ul:first-child + ul + ul li:first-child + li { /* nasty IE workaround für nth-child() */
    width: calc(100% - 25px);
    min-width: 6em;
}

@media (max-width: 1077px) and (min-width: 820px) {
    .navCenterGreen:lang(ru), .navCenterGrey:lang(ru) {
        font-size: 1.1em;
    }
}

@media (max-width: 819px) and (min-width: 700px) {
    .navCenterGreen:lang(ru), .navCenterGrey:lang(ru) {
        font-size: 0.9em;
    }
}

@media (max-width: 699px) and (min-width: 585px) {
    .navCenterGreen:lang(ru), .navCenterGrey:lang(ru) {
        font-size: 0.75em;
    }
}

@media (max-width: 584px) {
    .navCenterGreen:lang(ru), .navCenterGrey:lang(ru) {
        font-size: 0.75em;
        line-height: normal;
        padding: 5px 0 0 0;
    }
}

@media (max-width: 965px) and (min-width: 740px) {
    .navCenterGreen:lang(fr), .navCenterGrey:lang(fr) {
        font-size: 1.25em;
    }
}

@media (max-width: 965px) and (min-width: 740px) {
    .navCenterGreen:lang(tr), .navCenterGrey:lang(tr), .navCenterGreen:lang(sv), .navCenterGrey:lang(sv), .navCenterGreen:lang(es), .navCenterGrey:lang(es),
    .navCenterGreen:lang(ro), .navCenterGrey:lang(ro), .navCenterGreen:lang(pl), .navCenterGrey:lang(pl), .navCenterGreen:lang(no), .navCenterGrey:lang(no),
    .navCenterGreen:lang(it), .navCenterGrey:lang(it), .navCenterGreen:lang(hu), .navCenterGrey:lang(hu), .navCenterGreen:lang(pt), .navCenterGrey:lang(pt),
    .navCenterGreen:lang(fr), .navCenterGrey:lang(fr), .navCenterGreen:lang(el), .navCenterGrey:lang(el) {
        font-size: 1.1em;
    }
}

@media (max-width: 739px) and (min-width: 535px) {
    .navCenterGreen:lang(tr), .navCenterGrey:lang(tr), .navCenterGreen:lang(sv), .navCenterGrey:lang(sv), .navCenterGreen:lang(es), .navCenterGrey:lang(es),
    .navCenterGreen:lang(ro), .navCenterGrey:lang(ro), .navCenterGreen:lang(pl), .navCenterGrey:lang(pl), .navCenterGreen:lang(no), .navCenterGrey:lang(no),
    .navCenterGreen:lang(it), .navCenterGrey:lang(it), .navCenterGreen:lang(hu), .navCenterGrey:lang(hu), .navCenterGreen:lang(pt), .navCenterGrey:lang(pt),
    .navCenterGreen:lang(fr), .navCenterGrey:lang(fr), .navCenterGreen:lang(el), .navCenterGrey:lang(el) {
        font-size: 0.8em;
    }
}

@media (max-width: 539px) {
    .navCenterGreen:lang(no), .navCenterGrey:lang(no) {
        font-size: 0.8em;
        line-height: normal;
        padding: 5px 0 0 0;
        word-wrap: break-word;
    }
}

@media (max-width: 535px) {
    .navCenterGreen:lang(tr), .navCenterGrey:lang(tr), .navCenterGreen:lang(sv), .navCenterGrey:lang(sv), .navCenterGreen:lang(es), .navCenterGrey:lang(es),
    .navCenterGreen:lang(ro), .navCenterGrey:lang(ro), .navCenterGreen:lang(pl), .navCenterGrey:lang(pl), .navCenterGreen:lang(it), .navCenterGrey:lang(it),
    .navCenterGreen:lang(hu), .navCenterGrey:lang(hu), .navCenterGreen:lang(pt), .navCenterGrey:lang(pt), .navCenterGreen:lang(fr), .navCenterGrey:lang(fr),
    .navCenterGreen:lang(el), .navCenterGrey:lang(el) {
        font-size: 0.8em;
        line-height: normal;
        padding: 5px 0 0 0;
    }
}

@media(max-width: 330px) {
    .navCenterGreen:lang(fr), .navCenterGrey:lang(fr) {
        font-size: 0.7em;
    }
}

@media (max-width: 865px) and (min-width: 580px) {
    .navCenterGreen:lang(nl), .navCenterGrey:lang(nl),
    .navCenterGreen:lang(da), .navCenterGrey:lang(da) {
        font-size: 1.25em;
    }
}

@media (max-width: 679px) and (min-width: 565px) {
    .navCenterGreen:lang(da), .navCenterGrey:lang(da) {
        font-size: 1em;
    }
}

@media (max-width: 654px) {
    .navCenterGreen:lang(da), .navCenterGrey:lang(da) {
        font-size: 0.8em;
        line-height: normal;
        padding: 5px 0 0 0;
    }
}

@media (max-width: 580px) and (min-width: 400px) {
    .navCenterGreen:lang(nl), .navCenterGrey:lang(nl) {
        font-size: 1em;
    }
}

@media (max-width: 755px) {
    .navCenterGreen:lang(de), .navCenterGrey:lang(de), .navCenterGreen:lang(hr), .navCenterGrey:lang(hr), .navCenterGreen:lang(bg), .navCenterGrey:lang(bg),
    .navCenterGreen:lang(cs), .navCenterGrey:lang(cs) {
        font-size: 1em;
    }
}

@media (max-width: 536px) {
    .navCenterGreen:lang(bg), .navCenterGrey:lang(bg), .navCenterGreen:lang(cs), .navCenterGrey:lang(cs) {
        font-size: 0.8em;
        line-height: normal;
        padding: 5px 0 0 0;
    }
}

@media (max-width: 500px) and (min-width: 460px) {
    .navCenterGreen:lang(de), .navCenterGrey:lang(de), .navCenterGreen:lang(hr), .navCenterGrey:lang(hr) {
        font-size: 0.9em;
    }
}

@media (max-width: 459px) and (min-width: 401px) {
    .navCenterGreen:lang(de), .navCenterGrey:lang(de), .navCenterGreen:lang(hr), .navCenterGrey:lang(hr) {
        font-size: 0.75em;
    }
}

@media (max-width: 400px) and (min-width: 351px) {
    .navCenterGreen:lang(de), .navCenterGrey:lang(de), .navCenterGreen:lang(hr), .navCenterGrey:lang(hr) {
        font-size: 0.70em;
    }
}

@media (max-width: 350px) {
    .navCenterGreen:lang(de), .navCenterGrey:lang(de), .navCenterGreen:lang(hr), .navCenterGrey:lang(hr) {
        font-size: 0.60em;
    }
}

@media (max-width: 504px) {
    .navCenterGreen:lang(fa), .navCenterGrey:lang(fa) {
        font-size: 0.80em;
    }
}

@media (max-width: 739px) and (min-width: 519px) {
    .navCenterGreen:lang(en), .navCenterGrey:lang(en) {
        font-size: 1em;
    }
}

@media (max-width: 519px) {
    .navCenterGreen:lang(en), .navCenterGrey:lang(en) {
        font-size: 0.7em;
        line-height: normal;
        padding: 5px 0 0 0;
    }
}

@media (max-width: 699px) and (min-width: 582px) {
    .navCenterGreen:lang(nl), .navCenterGrey:lang(nl) {
        font-size: 1em;
    }
}

@media (max-width: 581px) {
    .navCenterGreen:lang(nl), .navCenterGrey:lang(nl) {
        font-size: 0.8em;
        line-height: normal;
        padding: 5px 0 0 0;
    }
}