﻿@charset "utf-8";
/* CSS Document */

ul.bulleted li {
	list-style: disc;
}
.hidden {
	display: none;
}
#agree-to-delete {
	margin-bottom: 2em;
}
div.ui-btn:has(#btnDeleteAccount) {
	margin-top: 1.5em;
	background-color: #db0000;
	border-color: #db0000;
}
div.ui-btn:has(#btnDeleteAccount):after {
	background-color: rgb(155 4 4) /*{icon-disc}*/
}
.screenshot-holder {
	 position: relative;
    margin: 1em 1em 2em;
    width: 80%;
	 height: 0;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
}
.screenshot-holder.myaccount-tab {
	padding-top: 102%;
}
.esp .screenshot-holder.myaccount-menu,
.ind .screenshot-holder.myaccount-menu,
.por .screenshot-holder.myaccount-menu,
.vie .screenshot-holder.myaccount-menu,
.tha .screenshot-holder.myaccount-menu {
	padding-top: 137%;
}
.screenshot-holder.myaccount-menu {
	padding-top: 130%;
}
.screenshot-holder img {
	 position: absolute;
	 width: 100%;
}
.screenshot-holder.myaccount-tab img {
	top: 0;
}
.esp .screenshot-holder.myaccount-menu img,
.ind .screenshot-holder.myaccount-menu img,
.por .screenshot-holder.myaccount-menu img,
.vie .screenshot-holder.myaccount-menu img {
	bottom: -3.5%;
}
.tha .screenshot-holder.myaccount-menu img {
	bottom: -5.5%;
}
.screenshot-holder.myaccount-menu img {
	 bottom: -8%;
}
div.box {
	position: absolute;
	border: 6px solid red;
	-webkit-box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.5), 2px 2px 6px 0 rgba(0,0,0,0.5);
	box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.5), 2px 2px 6px 0 rgba(0,0,0,0.5);
}
.myaccount-tab div.box {
	right: 0;
	top: 16%;
	height: 0;
	width: 16%;
	padding-top: 16%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.esp .myaccount-menu div.box,
.ind .myaccount-menu div.box,
.por .myaccount-menu div.box {
	bottom: 0;
}
.vie .myaccount-menu div.box {
	bottom: 2%;
}
.tha .myaccount-menu div.box {
	margin-left: -22%;
	width: 39%;
	padding-bottom: 39%;
}
.myaccount-menu div.box {
	left: 50%;
	margin-left: -21%;
	bottom: 1%;
	height: 0;
	width: 38%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 38%;
}
.errorMsg span.accountDeletionErrorCode {
	display: inline;
	width: auto;
	float: none;
	padding-left: 0;
}