html, body
{
    height: 100%;
    margin:0;
    padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #F2F2F2;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.lightText {
    color: #999999;
}

.fullscreenDiv {
    /*background-color: #e8e8e8;*/
	background-color: #333333;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
	background-image: url("../images/bg-v1.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.fullscreenLoader {
    /*background-color: #e8e8e8;*/
	opacity:60%;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
	visibility:hidden;
}


.center {
    position: absolute;
    min-width: 200px;
    min-height: 100px;
    top: 50%;
    left: 50%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	
}

.darkText {
	color: #111111;
	font-weight: 700;
	opacity: 100%;
}


a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	color: #222222;
}

.aempha {
	/*background-color: rgba(242, 242, 242, 1);*/
	/*text-shadow: 0px 0px 1px #FFFFFF;*/
}


.visible {
	visibility: visible;
}

.main-frame {
	border: 1px solid #222222;
	width: 500px;
	height: 600px;
	background-image: url("../images/bg-v1.png");
	background-position: 0% 60%; 
	background-repeat: no-repeat;
	background-size: 180px;
}

.clear {
	clear: both;
}

.clearfix {
  overflow: auto;
}

/*APP*/

.appHeader {
	position: absolute;
	text-align: center;
	width: 100%;
	color: #222222;
	font-size: 12px;
	font-weight:800;
	padding: 20px 0px;
	top: 0px;
}

.ratio_buttons {
	text-align: center;
	padding: 0px;
	margin: 50px 0px 0px 0px;
	display: inline-block;
}


.r-button {
	float: left;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	min-width: 100px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 20px;
	cursor: pointer;
	font-weight:800;
}

.r-button:hover {
	color: #333333;
	background-color: #FFFFFF;
}

.r-active {
	color: #333333;
	background-color: #FFFFFF;
}


.right-container {
	width: 60%;
	float: right;
	margin: 0% 0% 0% 0%;
	
}

.right-container-button {
	width: 60%;
	float: right;
	text-align:left;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
}


.right-cont-space {
	margin-top: 40px;
}

.display-container1 {
	text-align: left;
	padding: 15px 0px 0px 10px;
	font-size: 20px;
	font-weight:600;
	background-color: #4d4d4d;
}

.display-container2 {
	text-align: left;
	padding: 10px 0px 0px 10px;
	margin: -30px 0px 0px 0px;
	font-size: 70px;
	font-weight:600;
	background-color: #4d4d4d;
}


.appFooter {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
}

/*FOOTER*/

.footerC{
	position: fixed;
	bottom:0px;
	right:0px;
}

.footer-text {
	font-size: 9px;
	color: #222222;
	text-align: right;
	padding: 0px 8px 5px 0px;
}