*{
	font-family:'Open Sans', sans-serif;
}

html, body{
	width:  100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background:#000;
}

#primary-canvas, #secondary-canvas{
        border: 0px solid black;
        background: black;
	display:block;
	float:left;
}

#secondary-canvas{
	width:50%;
	float:right;
	z-index:-1;
}

.canvas-text{
	color:#fff;
	text-shadow: 1px 1px 0px #000;
}

.ui-loader{
	display:none !important;
}

button{
	border-radius:0px;
	border:0px;
}

th{
	cursor:pointer;
	background:silver;
	height:2.1em;
	font-size:1vw;
	text-align:center;
}

td{
	text-align:center;
	cursor:pointer;
	color:white;
	font-size:1vw;
}

a{
	text-decoration:none !important;
}

#ssec-logo{
	width:3.4vw;
	opacity:0.5;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1;
}

#jl-webgl-curr-item-ui{
	position:fixed;
	top :0;
	left:0;
	z-index:1;
}

#loading-screen, #landing-screen{
        width:100%;
        height:100%;
        position:fixed;
        top:0%;
        left:0%;
	background:white;
	background-repeat:no-repeat;
	background-image: url('../img/loading/default_sm.jpg');
	background-size: cover !important;
        color:white;
        z-index:15;
	display:none;

        text-align:center;
}

.blue-screen{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 88, 188, 0.65);
	z-index:-1;
}

#loading-screen span{
	text-align:center;
}

#fullscreen-toggle{
	position:fixed;
	right :10px;
	bottom: 9px;
	font-size:18px;
        cursor:pointer;
	z-index:1;
}

.jl-idle-hide *,
.no-highlight,
#loading-screen *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.loading-spinner{
	position:fixed;
	bottom:50px;
	left:0;
	text-align:center;
	font-size:20px;
	left:0;
	right:0;
	margin:auto;
	width:100px;
}

.loading-title{
	position:fixed;
	top:45%;
	left:0;
	width:100%;
	margin-left:25%;
	font-size:4vw;
}

@media only screen and (max-width : 767px) {
	.loading-spinner{
		bottom:30px;
	}
}

@media only screen and (min-width : 992px) {
	#loading-screen{
		background-image: url('../img/loading/default.jpg');
	}
}

@media only screen and (max-width : 991px) {
	#ssec-logo{
		display:none;
	}
}

@media only screen and (max-width : 1199px) {
	#small-map-display{
		display:none;
	}
}

@media only screen and (max-width : 1368px) {
	#loading-screen, #landing-screen{
		overflow-y:auto;
	}
}
