body, html, #mainContainer {
	background-color: #000;
	background-image: url(../images/Grid_Gray.gif);
	width: 100%;
	height: 100%;
	margin: 0;  padding: 0;
/*	overflow-y: scroll;*/
	overflow: hidden;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
canvas {
/*	background-image: url(../images/Grid_Gray.gif)*/
}

/*Hide extraneous zoomify controls*/
#map > div > div.ol-overlaycontainer-stopevent {
	visibility: hidden;
}

#imgContainer {
	display: block;
	position: relative;
	width: 1200px;
	height: 800px;
	padding: 0;
	margin: 0 auto;
/*	background-color: #000;*/
	overflow-y: scroll;
}
.tnImg {
	width: 250px;
	max-height: 275px;
	margin: 10px;
	margin-right: 15px;
	float:left;
	border-style: none;
	border-radius: 5px;
	-webkit-box-shadow: 6px 0px 23px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 6px 0px 23px 0px rgba(0,0,0,0.7);
	box-shadow: 6px 0px 23px 0px rgba(0,0,0,0.7);
}
.tnTitle {
	color: #888;
	width: 275px;
	position: relative;
	bottom: 10px;
	margin: 0px auto 20px auto;
	text-align: center;
	float: left;
	cursor: pointer;
}
#overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(0,0,0, 1);	*/
	background-image: url(../images/Grid_Gray.gif);

	z-index: 1000;
}

#closer {
	position: absolute;
	font-family: sans-serif;
	font-size: 20px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: rgba(100,100,100, .4);
	text-align: center;
	padding: 10px;
	top: 10px;
	right: 50px;
	color: #fff;
	z-index: 50;
	cursor: pointer;
	user-select: none;/*	color:limegreen;	*/
}
#closer:hover {
	color: red;
}

.noSlider {
	overflow-y: hidden;
}

.slider {
	overflow-y: scroll;
}
#title {
	position: relative;
	display: block;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	height: 50px;
	color: white;
}
/*
.headerBtns {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin: 5px;
				background-color: #888;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 2em;
	float: left;
}
*/
#fullScrnButton {
	font-size: 2.3em;
	line-height: 50px;
	user-select: none;
}
#map {
	cursor: grab;
}
.navBtns {
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin: 5px;
	background-color: #888;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 2em;/*      float: left;*/
}
/*
#zoomIn {
	left: 50px;
}
#zoomOut {
	left: 100px;
}
*/


/*vvvvvvvvvvvv Scroll Bar styles vvvvvvvvvvvv*/
/* https://css-tricks.com/custom-scrollbars-in-webkit/ */
::-webkit-scrollbar {
	width: 20px;   
	margin-right: 5px;
/*			background-color:#313131;*/
	background-color: rgba(51,102,204,.01);
}
::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: rgba(100,100,100,0.50);
	margin-right: 5px;
/*			background-color: #3366cb;*/

	/*  gives button look, remove for flat look*/
	/*-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,1);*/
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
/*			background-color: rgba(0,0,0,0.50);*/
	margin-right: 5px;
	background-color: rgba(0,0,0,.85);
	/* -webkit-box-shadow: inset 1px 1px 15px rgba(0,0,0,1);*/
}
/*^^^^^^^^^^^^ End Scroll Bar styles ^^^^^^^^^^^^^^^*/		
header {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: #fff;
	background-image: url(../images/Grid_Gray.gif);
	margin: 0;
}
a {
	text-decoration: none !important;
	color: #fff;
}

.navBtn {
    background-color: rgba(37,37,37, .5);
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    border-radius: 35px;

    color:#fff;
    z-index: 50;
    cursor: pointer;

    position: relative;
    font-family: "Arial", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif"; 
    font-weight: normal; 
    font-size: 2em; 
    height: 40px;
    width: 40px;
    float: left;
    user-select: none;
}

.navBar_top {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 70px;
    margin: 0px;
    padding: 10px;
/*			background-color: rgba(0,0,255, 0.5);*/
    top: 0;
    opacity: 1;
}

#back {
    float: left;
    margin: 0;
}

#backBtn, .backBtn{
    float: right;
    right: 10px;
}
#fullscrn:hover, #back:hover {
    color:red;	
    font-weight:bold;	
}
.openIcon, .closeIcon, .backIcon, .fullScrnIcon {
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 30px 30px;
}

.openIcon, .closeIcon {
	background-image: url("../../_appImages/fullscreen.svg");
	float: right;
	right: 130px;
}

.closeIcon {
    background-image: url("../../_appImages/fullscreen-in.svg");
}

.backIcon {
	background-image: url("../../_appImages/backTriangle.svg");	
	transform: rotate(90deg);	
}		

.zoomInOut {
    left: 0;
    line-height: 1em;
    float: left;
    right: 100px;
    top: 8px;
/*			float: right;*/
}
#zoomNav{
    display: block;
    position: absolute;
    width: 200px;
    left: 0;
    background-color: rgba(0,0,255, 0.5);
}

#zoomBackBtn, #closeZoom{
    line-height: 1.2em;
    top: 8px;
    right: 8px;
    user-select: none; 
    float: right !important;
}
/*
#infoBtn {
    font-family: serif;
    background-color: rgba(37,37,255, .5);
}
*/

.dropShadow {
    -webkit-box-shadow: 5px 5px 50px 4px rgba(37,37,37,1);
    -moz-box-shadow: 5px 5px 50px 4px rgba(37,37,37,1);
    box-shadow: 5px 5px 50px 4px rgba(37,37,37,1);
}
#loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10000;
}	
#loaderImg {
    position: relative;
    top: 400px;
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
}

.infoContainer {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 3000;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
    top: 75px;
/*			background-color: rgba(0,0,255, 0.5);*/
}
.cell {
    flex: 0 32%;
    margin-bottom: 2%; /* (100-32*3)/2 */
/*		  height: 100px;*/
/*			background-color: rgba(255,0,0, 0.5);*/
}
#infoBox {
    width: 100%;
    background-color: rgba(0,0,0, 0.70);
    padding: 20px;
    color: #fff;
    border-radius: 5px;
}
