@charset "utf-8";
/* CSS Document */

		.avz-icon {
			fill: white;
		
			
			
		}
		.avz-button-close{
			width: 30px;
			margin-right: 5px;
		}
		
		.avz-icon:hover {
			
			fill: indianred;
			cursor: pointer;
		}
		
		.avz-icon{
		
		}
		
	#map_container { 
	 
		height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-left: -15px;
		}

	html { 
		height: 100% 
		}
		
	#leftMenu{
			margin: 0px;
			width: 100%;
			height: 100%;
			background:gray;
			border-right: solid 5px #4A2F1E;
		}
		
		
		.Active {
			
			background:white;
			height: 100%;
			width:100%;
			padding: 10px;
			font-weight: bolder;
			font-size: large;
			
		}
		
		.layer {
			
			background:white;
			height: 100%;
			width:18%;
			padding: 10px;
			font-weight: bolder;
			font-size: 1vw;
			text-align: center;
			
		}
		.NotActive {
			cursor: pointer;
			background-color:lightgray;
			color: black!important;
			
		}
		
		.layer:hover {
			cursor: pointer;
			background:lightgray;
			
			
		}
		
		.TooSee {
			visibility:visible;
		}
		.NotTooSee {
			visibility: hidden;

		}
		
		
		#map_container h1{
			

		}
		.avz-webtag-title {

		}
		
		.CallOutContent {
			
			text-align: center;
			color: black;
		}
		.CallOutContent p {
			
			font-weight: bold;
		}
		.CallOutContent a {
			
			font-weight: bold;
		}
		.CallOutContent a:hover {
			
			color: indianred;
		}
		
		
		.CallOutHeader {
			
			background: #4A2F1E;
			text-align: center;
			font-weight: bold;
			
		}
		
		.CallOutHeader h1 {
		
			font-family: "Times New Roman";
			font-weight: bold;
			font-size: large;
			color:white;
			padding: 10px;
			margin-left:5px;
			
		}
		
		.GoogleView {
			
			padding:5px;
			background-color: ghostwhite;
			border: solid 1px #4A2F1E;
			height:35px;
		}
		
		#map_container > div.openseadragon-container > div:nth-child(2) > div > div  {
			
			display: none!important;
		}
		
		.CB {
			margin-left: 5px;
			
		}