body, html, #mainContainer {
	background-color: #000;
	background-image: url("../appImages/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";*/
	    font-family: Arial, Helvetica, sans-serif;
}
canvas {
/*	background-image: url(../images/Grid_Gray.gif)*/
}

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

#main_title {
	font-size: 1.5em;
}

#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("../appImages/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: 1000px;
	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";*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background-image: url("../appImages/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, .menuIcon {
    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");	*/
	background-image: url("../../_appImages/backTriangle.svg");	
	transform: rotate(90deg);	
}		

.menuIcon {
	background-image: url("../../_appImages/menu-blocks.svg");	
}		

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

.btnRight{
    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);
}
.shadow {
	text-shadow: 5px 5px 7px rgba(0, 0, 0, .3);
}

#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;
}
/*                                       Added for OpenSeadragon Zoom Library with POI*/
	#viewer {
		width: 100%;
		height: 950px;
/*		margin-top: 100px;*/
	}
	/* Style for the marker */
	body {
		background-color: #000;
		overflow-y: hidden;
	}
    .hide {
		visibility: hidden;
    }	
    .show {
		visibility: visible;
    }	
	.poi-marker {
		background-image: url("../appimages/RedYellowDot.svg");
		background-color: rgba(0,0,0,0.00);
		width: 50px;
		height: 50px;

		border: 2px solid white;
		border-radius: 50%;
		cursor: none;
/*		box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	}
    #hidePoi {
        background-image: url("../appImages/RedYellowDot.svg");	
		background-size: contain;
		width: 25px;
		background-repeat: no-repeat;
		background-position: center;
		
    }	
	.poiLabel {
		padding: 10px;
		color: #fff;
		border: 1px none;
		width: 250px !important;
		height: auto!important;
		background: rgba(0,0,0,.5);
		border-radius: 10%;
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	}
	#clientCoords, #screenCoords, #viewportCoords {
		height: 15px;
		width: 250px;
		color: #fff;
	}
	#infoOver {
		width: 100%;
		height: 100%;
		background-color: rgba(163,177,232,0.30);
	}
	
	/* Container for the select */
	.zoom-select-wrapper {
	  position: absolute;
	  left: 10px;
		top: 10px;
	  display: inline-block;
	  width: 300px;
/*	  color: white;*/
	}

	/* The actual select element */
	.zoom-select {
	  appearance: none; /* Removes default browser arrow */
	  -webkit-appearance: none;
	  width: 100%;
	  padding: 10px 15px;
	  background-color: #fff;
	  border: 2px solid #333;
	  border-radius: 4px;
	  cursor: pointer;
	  font-family: inherit;
	  font-size: 14px;
	}

	/* Adding a custom arrow using a pseudo-element */
	.zoom-select-wrapper::after {
	  content: '▼';
	  font-size: 12px;
	  position: absolute;
	  right: 15px;
	  top: 50%;
	  transform: translateY(-50%);
	  pointer-events: none; /* Allows clicks to pass through to the select */
	}

	/* Style on hover/focus */
	.zoom-select:focus {
	  outline: none;
	  border-color: #007bff;
	}
    .openseadragon-canvas	{
        border: none;
    }