/* CSS Document */
body, html {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

body {
	display: table;
}

#amd-mobile-container {
	display: table;
	background: #eee;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  z-index: 999999999 !important;
	font-size: 0.8em;
	text-align: center;
}

#amd-mobile-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
	border: 0;
}

#amd-mobile-container .amd1 {
	display: table;
	width: 100%;
	border: 0;
}

#amd-mobile-container .amd1 span {
	white-space: nowrap;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background: transparent;
}


.amd-msplash-horiz #amd-mobile-container .amd1 {
	height: 20%;
}

.amd-msplash-horiz #amd-mobile-container .amd1 span {
	font-size: 1.5em;
}

.android2.amd-msplash-horiz #amd-mobile-container .amd1 span {
	padding: .75em 0;
}

.amd-msplash-vert #amd-mobile-container .amd1 {
	height: 10%;
}

.amd-msplash-vert #amd-mobile-container .amd1 span {
	font-size: 2em;
}

#amd-mobile-container .panel {
	width: 100%;
	display: table-cell;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
/*	-webkit-overflow-scrolling: touch;*/
	background: #eee;
}

.amd-msplash-horiz #amd-mobile-container .panel {
	height: 80%;
}

.amd-msplash-vert #amd-mobile-container .panel {
	height: 90%;
}

.android2.amd-msplash-horiz #amd-mobile-container .panel.list {
	height: auto;
}

#amd-mobile-container .bshade {
	background: #4f4f4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f4f4f 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #4f4f4f 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#amd-mobile-container .gshade {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(-45deg,  #ffffff 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

#amd-mobile-container .gshade:active {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d6d6d6 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d6d6d6), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #d6d6d6 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #d6d6d6 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #d6d6d6 0%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(-45deg,  #d6d6d6 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#amd-mobile-container .gvshade {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
#amd-mobile-container .gvshade:active {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d6d6 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(top,  #d6d6d6 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#amd-mobile-container .box {
	position: relative;
	display: table;
	float: left;
	border: 1px solid #999;
	text-decoration: none;
	outline: none;
}

#amd-mobile-container .box span {
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #494949;
  line-height: 1em !important;
	font-size: 1.5em !important;
}

#amd-mobile-container .box span img {
	height: 35%;
}

.amd-msplash-horiz #amd-mobile-container .box {
	width: 25%;
	height: 60%;
}

.amd-msplash-horiz #amd-mobile-container .box span {
	font-size: 1em !important;
}

.amd-msplash-horiz #amd-mobile-container .box span img {
	height: 25%;
}

.ios.amd-msplash-horiz #amd-mobile-container .box span img {
	height: 15%;
}

.amd-msplash-vert #amd-mobile-container .box {
	width: 50%;
	height: 40%;
}

#amd-mobile-container .line {
	text-align: left;
	width: 100%;
	color: #7d7d7d;
	display: table;
	border-bottom: 2px solid #999;
	text-decoration: none;
	overflow: auto;
	font-size: 1em !important;
  line-height: 1em !important;
}

#amd-mobile-container .line .icon {	
	display: table-cell;
	width: 30%;
}


#amd-mobile-container .line .icon img {
	display: block;
	font-size: 1em;
	margin: 1em;
	width: 60%;
	vertical-align: middle;
}

#amd-mobile-container .line .content {
	text-align: left;
	white-space: nowrap;
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	background: none;
	font-size: 1.5em !important;
  line-height: 1em !important;
	color: #7d7d7d;
}

#amd-mobile-container .line strong {
	color: black;
	font-size: 1em;
	font-weight: bold;
}

#amd-mobile-container .continue {
	width: 100%;
	display: table;
	border-top: 2px solid #000;
	text-decoration: none;
}

#amd-mobile-container .continue span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 2em;
	font-weight: bold;
	background: transparent;
}

.amd-msplash-horiz #amd-mobile-container .continue {
	height: 40%;
}

.amd-msplash-vert #amd-mobile-container .continue {
	height: 20%;
}

