body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	position: relative;
	background-color: #0c0d29;
}
header {
	height: 50px;
}
header svg {
	display: none;
	max-width: 125px;
	margin: auto;
}

@media only screen and (max-height: 749px) {
	section {
		height: 600px;
	}
	.loginScene section {
		height: 601px;
	}
	.loginScene #canvasBg {
		height: 503px;
		margin-top: 55px;
	}
	.mainScene section {
		height: 600px;	
	}
	.mainScene #canvasBg {
		height: 545px;
	}
	.webgl-content {
		height: 598px !important;
	}
	.mainScene #canvasBgHeader {
		height: 55px;
	}
	.webgl-content .progress {
		top: 50%;
		margin-top: 33px;
	}
}

@media only screen and (min-height: 750px) {
	section {
		height: 700px;
	}
	.loginScene section {
		height: 701px;
	}
	.loginScene #canvasBg {
		height: 586px;
		margin-top: 65px;
	}
	.mainScene section {
		height: 700px;	
	}
	.mainScene #canvasBg {
		height: 636px;
	}
	.webgl-content {
		height: 698px !important;
	}
	.mainScene #canvasBgHeader {
		height: 64px;
	}
	.webgl-content .progress {
		top: 50%;
		margin-top: 8px;
	}
}

@media only screen and (min-height: 900px) {
	section {
		height: 800px;
	}
	.loginScene section {
		height: 801px;
	}
	.loginScene #canvasBg {
		height: 670px;
		margin-top: 74px;
	}
	.mainScene section {
		height: 800px;	
	}
	.mainScene #canvasBg {
		height: 727px;
	}
	.webgl-content {
		height: 798px !important;
	}
	.mainScene #canvasBgHeader {
		height: 73px;
	}
	.webgl-content .progress {
		top: 40%;
		margin-top: 23px;
	}
}

section {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
section h1,
section h2,
section img {
	color: white;
	position: absolute;
	z-index: 11;
	display: none;
	left: 0;
	right: 0;
}
section h1 {
	font-size: 31px;
	font-weight: 300;
	top: 240px;
}
section h2 {
	font-size: 16px;
	font-weight: 100;
	top: 310px;
}
section img {
	max-width: 100px;
	margin: auto;
	top: 400px;
}
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
	text-align: center;
	background-color: #0c0d29;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}
.webgl-content {
position: relative;
	z-index: 10;
}
#canvasBg {
	position: absolute;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0;
	left: 0;
	z-index: 1;
}
#canvasBgHeader {
	opacity: 0;
	position: absolute;
	z-index: 2;
	height: 0%;
	width: 100%;
}
#bgOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
#loadingOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9;
	display: none;
	background-color: #0C0D29;
}
#transitionOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9;
	display: none;
}

.initScene {
	background: #1c295e;
}

body .initScene {
	background: #1c295e;
}

.initScene #canvasBg {
	background: #0c0d29;
	background: -moz-linear-gradient(top, #0c0d29 0%, #1c295e 100%);
	background: -webkit-linear-gradient(top, #0c0d29 0%, #1c295e 100%);
	background: linear-gradient(to bottom, #0c0d29 0%, #1c295e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0d29', endColorstr='#1c295e', GradientType=0 );
}
.initScene:not(.blueOverlay) section h1,
.initScene:not(.blueOverlay) section h2,
.initScene:not(.blueOverlay) section img,
.initScene:not(.blueOverlay) .progress {
	display: block;
}

.initScene header {
	background-color: white;
}
.initScene header svg {
	position: absolute;
	display: block;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.initScene footer {
	display: block;
}

.transitionOverlay footer {
	display: none;
}

.initScene .webgl-content,
.initScene .webgl-content #thalesEyeContainer,
.initScene .webgl-content #thalesEyeContainer canvas {
	background-color: transparent !important;
}

.loadingScene,
.loadingScene #canvasBg {
	background-color: #0C0D29;
}

.loginScene #canvasBg {
	margin-bottom: 42px;
}

.mainScene #canvasBg {
	margin-bottom: 54px;
}
.mainScene #canvasBgHeader {
	opacity: 1;
}

#thalesEyeContainer {
	height: 100%;	
	width: 100%;
}

.blackOverlay #bgOverlay {
	display: block;
}

.blueOverlay {
	background: #0c0d29;
}

.blueOverlay #loadingOverlay {
	display: block;
}

.transitionOverlay #transitionOverlay {
	display: block;
}

#fullScreenHelper {
	display: none;
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 0;
	color: rgba(12, 13, 41, 0.5);
	margin: auto;
	width: 300px;
	font-size: 12px;
	padding: 5px;
}
#fullScreenHelper button {
	border-radius: 3px;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid rgba(12, 13, 41, 0.5);
	padding: 5px 10px 2px 10px;
	color: rgba(12, 13, 41, 0.75);
}
#fullScreenHelper button .glyphicon {
	margin-right: 10px;
}
.loginScene #fullScreenHelper,
.mainScene #fullScreenHelper {
	display: block;
}

.webgl-content * {
	border: 0; margin: 0; padding: 0
}
.webgl-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	aspect-ratio: 1.6;
}
.webgl-content .progress {
	display: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 4px;
	width: 273px;
}
.webgl-content .progress .empty {
	background: url('../img/progressEmpty.Light.png') no-repeat right / cover;
	float: right;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.webgl-content .progress .full {
	background: url('../img/progressFull.Light.png') no-repeat left / cover;
	float: left;
	width: 0%;
	height: 100%;
	display: inline-block;
}
.webgl-content .progress.Dark .empty {
	background-image: url('../img/progressEmpty.Dark.png');
}
.webgl-content .progress.Dark .full {
	background-image: url('../img/progressFull.Dark.png');
}

/**
* Paste Dialog
**/
#CopyPasteDialog
{
	position: fixed;
	display:none;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0;
	padding:0;
	background: rgba(0,0,0,0.5);
	
	z-index: 1000;
}
#CopyPasteDialog.opened
{
	display: block;
}
#CopyPasteDialog > div
{
	position: absolute;
	display:block;
	margin:auto;
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px;
	
	width: 400px;
	height: 400px;
}
#CopyPasteDialog > div > div
{
	position: relative;
	display:block;
	width: 400px;
	height: 200px;
	padding:20px;
	
	background: #FFF;
	
}
#CopyPasteDialogTitle 
{
    display: block;
    height: 50px;
    text-align: left;
	padding: 1px 0 0 35px;
	background: url("../img/copy-paste-icon.png") left top no-repeat;
	
    font-weight: bold;
    font-size: 16px;
	color: #000;
}
#CopyPasteDialogesc 
{
    display: block;
    height: 25px;
    padding: 0 0 30px 0;
	
	font-size: 16px;
	color: #323232;
}
#CopyPasteDialogInput
{
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	background:#FFF;
}
#CopyPasteDialogButtons
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	height: 36px;
	padding: 0 20px;
	
	text-align: right;
}
#CopyPasteDialogPendingApply
{
	display: none;
}
#CopyPasteDialogButtons > Button
{
	display: inline-block;
	height: 36px;
	padding: 0 15px;
	background-color: #215FA7;
	border: none;
	outline: none;
	
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
}
