html, body
{
    height: 100%;
    margin:0;
    padding:0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: appFontsOne;
	background-color: #F2F2F2;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: appFontsOne;
  src: url(../fonts/IBMPlexMono-Regular.ttf);
}

@font-face {
  font-family: appFontsOneBold;
  src: url(../fonts/IBMPlexMono-Bold.ttf);
}


.lightText {
    color: #999999;
}

.fullscreenDiv {
    /*background-color: #e8e8e8;*/
	background-color: #F2F2F2;
    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;
}


.fullscreenDivContent {
    background-color: rgba(242, 242, 242, 0.9);
    width: 100%;
	min-height: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
	visibility:hidden;
	display: none;
}

.center {
    position: absolute;
    width: 300px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	
}

.darkText {
	color: #111111;
	font-weight: 700;
	opacity: 100%;
}

.logo {
	font-family: appFontsOneBold;
    font-size: 100px;
	line-height: 80px;
	font-weight: 700;
	color: #444444;
	cursor: pointer;
	/*text-shadow: 0px 0px 5px rgb(200,200,200);*/
	text-shadow: 0px 0px 5px rgb(200,200,200);
	background-color: rgba(242, 242, 242, 0.8);
}

.logoexplane {
	font-size: 16px;
	font-weight: 200;
	color: #AAAAAA;
	background-color: rgba(242, 242, 242, 0.8);
	margin: 20px 0px 0px 0px;
	cursor: pointer;
	opacity: 0%;
}


.an1Box {
	opacity: 0%;
	background-color: rgba(242, 242, 242, 0.8);
	border-radius: 2px;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 4px 0px;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;	
}


a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	color: #222222;
}

.aempha {
	/*background-color: rgba(242, 242, 242, 1);*/
	/*text-shadow: 0px 0px 1px #FFFFFF;*/
}

.switchTo {
	text-decoration: underline;
	color: #444444;
}
.switchTo:hover {
	color: #222222;
}



.visible {
	visibility: visible;
}

/*CONTENT*/
.centerContent {
    position: absolute;
    width: 800px;
    min-height: 100px;
    left: 50%;
    margin-left: -400px;
	text-align: left;
	padding: 20px 0px 0px 0px;
	
}

.spacer {
	min-height: 5px;
	margin: 30px 0px;
}

.coopColor {
	font-size: 11px;
	color:#666666;
}

.miniInfo {
	margin: 120px 0px 0px 0px;
	font-size: 11px;
	color:#666666;
}

/*FOOTER*/

.footer{
	width:100%;
	position: fixed;
	bottom:0px;
}

.footerC{
	position: fixed;
	bottom:0px;
	right:0px;
}

.footerRow {
	background-color: rgba(242, 242, 242, 0.8);
	margin: 0px !important;
}

.footer-text {
	font-size: 9px;
	color: #000000;
	text-align: right;
	padding: 0px 8px 5px 0px;
}

.fContSet{
	padding: 5px 20px 5px 20px;
}

.toMenu {
	font-weight: 700;
}

.fotterButton {
	opacity: 0;
	cursor: pointer;
}