
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #494949;
}

B {
	font-weight: bold;
}

IMG {
	border: 0;
}

BODY {
	background-color: #CCCCCC;
	overflow-x: hidden;
}

H1 {
	font-family: Arial;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #F07D00;
}

H2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F07D00;
	margin-bottom: 10px;
}

INPUT[type=text] {
	border: 1px solid #F07D00;
}

INPUT[type=password] {
	border: 1px solid #F07D00;
}

INPUT[type=submit], BUTTON.mainDesign, a.mainButtonDesign {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	
	border: 2px solid #474747;
	border-radius: 4px;
	background: linear-gradient(0deg, rgb(91, 91, 91) 0%, rgb(71, 71, 71) 20%, rgb(71, 71, 71) 80%, rgb(183, 183, 183) 100%);
	color: #FFF;
	cursor: pointer;
	box-shadow: inset 0px 0px 0px 1px #FFF;
	padding-block: 2px;
}

a.mainButtonDesign {
	text-decoration: none;
}

a.mainButtonDesign.bigButtonDesign {
	line-height: 3em;
	font-size: 2em;
	padding-inline: 2em;
}

INPUT[type="submit"]:hover, BUTTON.mainDesign:hover, a.mainButtonDesign:hover {
	border-color: #F07D00;
}

INPUT[type=button] {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;

	border: 2px solid #474747;
	border-radius: 4px;
	background: linear-gradient(0deg, rgb(91, 91, 91) 0%, rgb(71, 71, 71) 20%, rgb(71, 71, 71) 80%, rgb(183, 183, 183) 100%);
	color: #FFF;
	cursor: pointer;
	box-shadow: inset 0px 0px 0px 1px #FFF;
	padding-block: 2px;
}

INPUT[type="button"]:hover {
	border-color: #F07D00;
}

#bottomCloseButton button {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;

	border: 2px solid #474747;
	border-radius: 4px;
	background: linear-gradient(0deg, rgb(91, 91, 91) 0%, rgb(71, 71, 71) 20%, rgb(71, 71, 71) 80%, rgb(183, 183, 183) 100%);
	color: #FFF;
	cursor: pointer;
	box-shadow: inset 0px 0px 0px 1px #FFF;
	padding-block: 2px;
}

#bottomCloseButton button:hover {
	border-color: #F07D00;
}

INPUT.medium {
	font-size: 12px;
	font-weight: bold;
}

SELECT {
	border: 1px solid #F07D00;
}

#super-header {
	position: absolute;
	width: 100%;
	top: 5px;
	left: 35px;
}

#super-header .supHeaderEntry {
	padding: 0 5px;
}

#super-header .supHeaderEntry a {
	font-size: 10px;
}

#moneyplay-content {
	width: 930px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('https://moneyplay.sunnygames.de/images/background.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	overflow-y: auto;
}

#logged-in {
	font-weight: bold;
	text-align: right;
	width: 220px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}

#sunnygames-logo {
	background-image: url('https://moneyplay.sunnygames.de/images/logo-sunnygames.jpg');
	width: 170px;
	height: 53px;
	float: left;
	margin-left: 35px;
}

#navigation {
	list-style-type: none;
}

#moneyplay-main-content {
	padding-top: 30px;
}

#navigation li {
	width: 80px;
	height: 53px;
	float: left;
	margin-left: 10px;
}

#content {
	margin-top: 27px;
	margin-left: 35px;
	margin-right: 35px;
	float: left;
	width: 840px;
	height: 388px;
	position: relative;
}

#deposit-content, #withdraw-content {
	margin-left: 35px;
	margin-right: 35px;
	width: 840px;
	position: relative;
	height: 335px;
}

#deposit-content {
/*	margin-top: 15px; */
	margin-top: 5px;
}

#deposit-content.paypalPaymentWall {
	height: 470px;
	overflow: hidden;
}

#deposit-content p, #withdraw-content p {
	margin-bottom: 10px;
}

#deposit-info-area {
	top: 100px;
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
}

#deposit-content input[type=text], #withdraw-content input[type=text] {
	border: 1px solid #F07D00;
	margin-bottom: 15px;
}

#info-area {
	top: 100px;
	display: none;
	clear: both;
}

#progress {
	width: 930px;
	height: 42px;
	margin-top: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.deposit-progress-step1 {
	background-image: url('https://moneyplay.sunnygames.de/images/1-zeitleiste-betrag_eingeben.jpg');
}
.deposit-progress-step2 {
	background-image: url('https://moneyplay.sunnygames.de/images/2-zeitleiste-bezahlverfahren.jpg');
}

.deposit-progress-step3 {
	background-image: url('https://moneyplay.sunnygames.de/images/3-zeitleiste-zahlung_bestaetigen.jpg');
}

.deposit-progress-step4 {
	background-image: url('https://moneyplay.sunnygames.de/images/4-zeitleiste-vorgang_abschliessen.jpg');
}

#geotrust-logo-deposit {
	width: 115px;
	height: 55px;
/*	border: 1px solid #B7B7B7; */
	position: absolute;
	left: 732px;
	float: right;
}

#geotrust-logo {
	width: 115px;
	height: 55px;
/*	border: 1px solid #B7B7B7; */
	float: right;
	position: absolute;
	left: 732px;
}

#button-login {
	width: 74px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-login.png');
}

#button-logout {
	width: 74px;
	height: 32px;
	float: right;
	margin-top: 10px;
	background-image: url('https://moneyplay.sunnygames.de/images/button-logout.png');
}

#button-prev {
	width: 101px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-zurueck.png');
}

#button-prev img {
	width: 101px;
	height: 32px;
}

#button-next {
	width: 101px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-weiter.png');
    background-position: 0 32px;
}

#button-next:hover {
    background-position: 0 64px;
}

#button-next img {
	width: 101px;
	height: 32px;
}

#button-new-account {
	width: 142px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-konto_hinzufuegen.png');
}

#button-new-account:hover {
	background-position: top;
}

#button-new-account img {
	width: 142px;
	height: 32px;
}

#button-back {
	width: 101px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-zurueck.png');
}

#button-back:hover {
	background-position: top;
}

#button-back img {
	width: 101px;
	height: 32px;
}

#button-cancel {
	width: 101px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-abbrechen.png');
}

#button-cancel:hover {
	background-position: top;
}

#button-cancel img {
	width: 101px;
	height: 32px;
}

#button-cancel-big {
	width: 80px;
	height: 53px;
	float: right;
	margin-right: 120px;
	background-image: url('https://moneyplay.sunnygames.de/images/moneyplay-abbrechen.png');
}

#button-cancel-big:hover {
	background-position: bottom;
}

#button-cancel-big img {
	width: 80px;
	height: 53px;
}

#button-continue {
	width: 159px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-bezahlung.png');
}

#button-continue:hover {
	background-position: top;
}

#button-continue img {
	width: 159px;
	height: 32px;
}

#button-back-to-overview {
	width: 158px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-zurueck-uebersicht.png');
}

#button-back-to-overview:hover {
	background-position: top;
}

#button-back-to-overview img {
	width: 158px;
	height: 32px;
}

#button-next-step {
	width: 131px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-naechster-schritt.png');
}

#button-next-step:hover {
	background-position: top;
}

#button-next-step img {
	width: 131px;
	height: 32px;
}

#button-level2-save {
	width: 195px;
	height: 32px;
	float: left;
	background-image: url('https://moneyplay.sunnygames.de/images/button-speichern-weiter.png');
}

#button-level2-save:hover {
	background-position: top;
}

#button-level2-save img {
	width: 195px;
	height: 32px;
}

#login-area {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

#register-level-2, #personal-data-edit {
	display: table;
	margin-top: 10px;
}

#subNavigation {
	position: fixed;
	
/*	bottom: 0px; */
	top: 640px;
	text-align: center;
	width: 840px;
	word-spacing: 20px;
	height: 40px;
	font-size: 20px;
}

#subNavigation a {
	word-spacing: initial;
}

div.button-disabled {
	background-position: center top;
}

div.button-enabled {
	background-position: center bottom;
}

div.button-enabled:hover {
	background-position: center -32px;
}

div.info-area-class {
	height: 180px;
	width: 170px;
	background-color: #B7B7B7;
	font-size: 11px;
	position: relative;
	float: right;
	padding: 10px;
}

div.info-area-class h3 {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 8px;
}

div.errorHelper {
	height: 180px;
	width: 170px;
	background-color: #B7B7B7;
	position: relative;
	float: right;
	padding: 10px;
	border: 2px solid #e00;
	display: none;
}

div.errorHelper, div.errorHelper nobr {
	font-size: 11px;
}

div.errorHelper h3 {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 8px;
}

div.nav-item:hover {
	width: 80px;
	height: 53px;
	background-position: bottom;
}

a.nav-item {
	width: 80px;
	height: 53px;
}

a.nav-item img {
	width: 80px;
	height: 53px;
}

div.nav-item {
	float: left;
	width: 80px;
	height: 53px;
	background-position: top;
	margin-left: 5px;
	margin-right: 5px;
}

div.active-nav-item {
	float: left;
	width: 80px;
	height: 53px;
	background-position: bottom;
	margin-left: 5px;
	margin-right: 5px;
}

div.table {
	display: table;
}

div.tr {
	display: table-row;
}

div.tr-error {
	display: table-row;
	background-color: #EE0000;
}

div.th {
	display: table-cell;
	padding-left: 4px;
	padding-right: 4px;
	border-width: 1px;
	border-color: #FFF;
	border-style: solid;
	font-weight: bold;
	text-align: center;
	background-color: #F07D00;
}

div.td {
	display: table-cell;
	border-color: #FFF;
	border-style: solid;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #E7E7E7;
}

div.td-alt {
	display: table-cell;
	border-color: #FFF;
	border-style: solid;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFF;
}

div.td-no-bg {
	display: table-cell;
	border: 0;
	padding-right: 4px;
}

div.td-error {
	display: table-cell;
	border: 0;
	padding-right: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

td.td-error {
	background-color: #EE0000;
    color: #FFFFFF;
    font-weight: normal;
}

td.td-error a {
    color: #FFFFFF;
    font-weight: normal;
}

div.right {
	text-align: right;
}

div.center {
	margin-left: auto;
	margin-right: auto;
}

div.bold {
	font-weight: bold;
}

div.p14 {
	font-size: 14px;
}

div.info-tab {
	display: none;
	height: 180px;
	overflow-y: auto;
}

div.error {
	color: #EE0000;
	font-weight: bold;
	border: 1px solid #E00;
}

img.button-dummy {
	height: 32px;
	width: 76px;
}

p.intro {
	font-weight: bold;
}

div.select_account_item {
	margin-bottom: 10px;
	clear: both;
	height: 70px;
}

div.select_account_radio {
	float: left;
	margin-right: 10px;
  height: 70px;
}

div.select_account_items_container {
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.select_account_items_container.errored {
	height: 367px;
}

div.select_account_desc {
/*	float: left; */
	height: 60px;
}

div.select_account_desc table {
	width: 100%;
}

div.select_account_desc table tr td:nth-of-type(2) {
	text-align: right;
}

div.select_withdrawn_account_desc {
	float: left;
	height: 65px;
}

div.select_overview_account_desc {
	float: left;
	height: 80px;
	margin-right: 15px;
	line-height: 20px;
}

div.errorBox {
	background-color: #CCCCCC;
	border: 2px solid #E00;
	font-weight: bold;
	color: #E00;
	padding: 2px;
	width: 600px;
	text-align: justify;
	margin-bottom: 10px;
}

div.errorBox h4 {
	color: #E00;
	font-size: 16px;
	font-weight: bold;
}

div.errorBox a {
	font-weight: bold;
}

div.errorBox nobr {
	font-weight: bold;
	color: #E00;
}

div.successBox {
	background-color: #EEEEEE;
	border: 2px solid #11EE11;
	font-weight: bold;
	color: #494949;
	padding: 2px;
	width: 500px;
	margin-bottom: 10px;
	width: 500px;
	border: 2px solid rgb(17, 238, 17);
	background-color: rgb(238, 238, 238);
}

div.successBox.fit {
	width: fit-content;
}

.bordered {
	border: 1px solid #B7B7B7;
}

input.content-button {
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000000;
	padding: 2px;
}

input.content-button:hover {
	border-color: #F07D00;
}

span.progress-header {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #F07D00;
	margin-bottom: 10px;
	line-height: 53px;
}

.overview_accounts h3, h3.prominent {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #494949;
	margin-bottom: 5px;
	clear: both;
}

h3.subheader {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #494949;
	margin-bottom: 5px;
	clear: both;
}

table.overview_accounts {
	width: 680px;
}

table.overview_accounts td {
	padding-bottom: 10px;
	line-height: 20px;
	width: 340px;
	padding-right: 10px;
	padding-bottom: 20px;
}

table.select_overview_account_desc td {
	padding-bottom: 0;
	line-height: 16px;
}

div.notification {
	width: 623px;
}

div.notification-text {
	width: 400px;
	float: left;
}

div.notification-text p {
	font-size: 18px;
}

div.notification h3 {
	font-weight: bold;
	font-size: 22px;
	color: #EE0000;
}

div.notification-action {
	width: 130px;
	padding-left: 15px;
	float: left;
}

ul.sublist {
	padding-left: 15px;
}

span.flr {
	float: right;
}

span.errorSpan {
  color: #e00;
  font-weight: bold;
  padding-left: 10px;
}

div.w550, table.w550 {
	width: 550px;
}

div.w350, table.w350 {
	width: 350px;
}

table#deposit_select_payment_table {
	width: 100%;
}

table#deposit_select_payment_table tr:nth-of-type(2n) {
/*	background-color: rgba(255,255,255,0.05); */
/*	background-color: rgba(255, 215, 137, 0.25); */
}

table#deposit_select_payment_table tr td {
	padding: 5px 0;
}

table#deposit_select_payment_table tr td:first-of-type {
	width: 400px;
}

table#deposit_select_payment_table label {
	display: flex;
	flex-direction: row;
	height: 34px;
	margin-right: 5px;
	margin-left: 20px;
}

table#deposit_select_payment_table label input {
	height: 34px;
	margin-right: 5px;
	margin-left: 20px;
}

#headerInfo {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255, 215, 137, 0.5);
	border: 0 solid #CCCCCC;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-weight: bold;
	font-size: 14px;
}

tr.payment_disabled {
	
}

.payment_disabled_logo {
	padding-left: 38px;
	filter: grayscale(1.0);
}

.payment_disabled_desc {
	font-weight: bold;
	color: #EE0000;
}

#select_account_form {
  position: relative;
}

#switchAccountDiv {
	position: absolute;
	padding: 10px;
	background-color: rgba(255, 215, 137, 0.8);
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	width: 380px;
	height: 250px;
	right: 50px;
	display: none;
	z-index: 2000;
	top: 50px;
	overflow-y: auto;
	overflow-x: hidden;
}

#switchAccountAbdecker {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: grayscale(1) blur(3px);
  z-index: 1000;
}

#switchAccountDiv h2 {
	color: #000;
}

.switchAccountCancel {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
}

.approve_payment_table {
	width: 50%;
	margin-bottom: 15px;
}

.approve_payment_table td {
	padding: 2px 0;
	font-size: 14px;
}

.approve_payment_table tr td:nth-of-type(1), .approve_payment_table tr td.bold {
	font-weight: bold;
}

.actionButton, .actionButtonBig, .actionButtonSmall {
  background: #bababa;
  background-image: -webkit-linear-gradient(top, #bababa, #121212);
  background-image: -moz-linear-gradient(top, #bababa, #121212);
  background-image: -ms-linear-gradient(top, #bababa, #121212);
  background-image: -o-linear-gradient(top, #bababa, #121212);
  background-image: linear-gradient(to bottom, #bababa, #121212);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  border: solid #5D5D5D 2px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.actionButton {
  font-size: 14px;
  padding: 8px;
}

.actionButtonBig {
  font-size: 20px;
  padding: 10px;
}

.actionButtonSmall {
  font-size: 12px;
  padding: 5px;
}

.actionButton:hover, .actionButtonBig:hover, .actionButtonSmall:hover {
  background: #121212;
  background-image: -webkit-linear-gradient(top, #121212, #bababa);
  background-image: -moz-linear-gradient(top, #121212, #bababa);
  background-image: -ms-linear-gradient(top, #121212, #bababa);
  background-image: -o-linear-gradient(top, #121212, #bababa);
  background-image: linear-gradient(to bottom, #121212, #bababa);
  text-decoration: none;
  border-color: #F2922A;
}

.effectButton {
	border: 3px solid #494949;
	border-radius: 8px;
	background: linear-gradient(0deg, rgba(73,73,73,1) 0%, rgba(73,73,73,1) 60%, rgba(188,188,188,1) 100%);
	color: #FFFFFF;
	box-shadow: inset 0px 0px 0px 2px #FFFFFF;
	padding: 5px 10px;
	cursor: pointer;
}

.effectButton:hover {
	border-color: #F07D00;
}

#bottomCloseButton {
	position: fixed;
	top: 600px;
	height: 40px;
	display: flex;
	width: 840px;
	justify-content: center;
}

#deposit-content.paypalPaymentWall #bottomCloseButton {
	top: 650px;
}

#klarnaContainer {
	margin-top: 10px;
	width: 100%;
	border: 2px solid rgba(0,0,0,0.4);
	border-radius: 10px;
	overflow: auto;
}

.errorText {
	color: #e00;
	font-weight: bold;
}

.w600px {
	width: 600px;
}

.w100percent {
	width: 100%;
}

table.boldHeaders th {
	font-weight: bold;
}

table.leftHeaders th {
	text-align: left;
}

table.boldHeaders th h3 {
	font-weight: bold;
	font-size: 14px;
}

#klarnaPayNow {
	width: 100%;
	height: 3em;
	font-weight: 2em;
}

#loadingContainer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: top;
	background-color: rgba(0,0,0,0.5);
}

#loadingContent {
	width: 930px;
	height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#loadingImageContainer {
	width: 100px;
	height: 100px;
	position: relative;
}

#loadingImage {
	position: absolute;
	top: -50px;
	left: -50px;
}

#loadingDisplayText {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 1px 0px #FFF;
}

div.personal-data-show-field {
	border: 1px solid rgba(0,0,0,0.2);
	padding-inline: .5em;
}

#ppplus {
	margin-top: -25px;
}

.payment-button-label-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	min-width: 0px;
	cursor: pointer;
	border-radius: 10px;
	height: 35px;
	gap: 5px;
}

.payment-button-label-container.disabled {
	cursor: default;
}

.payment-button-label-container-text {
	color: #FFFFFF;
}

.payment-button {
}

.payment-button.sue {
	background-color: #E4E09B;
}

.payment-button.sue:hover {
	filter: brightness(1.1);
}

.payment-button.elv {
	background-color: #0EACED;
}

.payment-button.elv:hover {
	filter: brightness(1.1);
}

.payment-button.elv.disabled {
	background-color: #CCCCCC;
	filter: grayscale(1.0);
}

.payment-button.elv.disabled:hover {
	background-color: #CCCCCC;
	filter: grayscale(1.0);
}


.payment-button.klarna {
	background-color: #887CA9;
}

.payment-button.klarna:hover {
	filter: brightness(1.1);
}
.payment-button.card {
	background-color: #2C2E2F;
	color: #FFFFFF;
}
.payment-button.card:hover {
	filter: brightness(1.2);
}

.payment-button img {
	height: 30px;
}

#deposit_select_payment_tablebody tr td:last-child {
	padding-left: 1em;
}

.centerContainer {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
}

.colContainer {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.colContainer div {
  width: auto;
}

#paypal-advanced-card-container {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px 0 inset;
  border-radius: 10px;
  width: fit-content;
  min-width: 400px;
  padding: 1em;
}

#paypal-advanced-card-container h3 {
  text-align: center;
  color: #333333;
}

#paypal-advanced-card-container-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

#paypal-advanced-additional-container {
  display: none;
}

#paypal-advanced-card-billing-container input {
  border: 0.0625rem solid #909697;
  border-radius: 0.25rem;
  box-sizing: border-box;
  background: #ffffff;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0.25rem;
  margin: 0.375rem;
  width: 100%;
}

#paypal-advanced-card-billing-container input ::placeholder {
  color: #687173;
  opacity: 1;
}