html, body,  #viewDiv {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	font-family: sans-serif;
}
h3.esri-legend__service-label {
	//display: none;	
}
#imagequeryResults {
	display: none;
	position: absolute;
	bottom:1px;
	left: 0px;
	padding: 10px;
	max-height: 120px;
	overflow: hidden;
	width: 100%;
	background: white;
}
#imagesContainer{
	max-height: 108px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}
.map-image img {
	height: 100px;
	margin: 5px;
	cursor: pointer;
	transition: 0.3s all;
}
.map-image img:hover {
	box-shadow: 0px 0px 5px black;
	border-style: solid;
	border-width: 5px;
	border-color: #e2e465;
	
	
}
.map-image {
	display: inline-block;
}
.esri-feature__attachments.esri-feature__content-element h2,
.esri-feature__attachments.esri-feature__content-element .esri-attachments__item:nth-child(2),
.esri-feature__attachments.esri-feature__content-element label {
	display: none;
}

.esri-feature__attachments.esri-feature__content-element img {
	max-height: 250px;
}
#refresh-view {	
	position: absolute;
}
#optionsDiv {
	background-color: white;
	color: black;
	padding: 6px;
	max-width: 400px;
}

/* Draw active slide with a nice border around the thumbnail */

#slidesDiv .slide.active img {
	box-shadow: 0px 0px 12px black;
	border-style: solid;
	border-width: thin;
	border-color: black;
}
@media only screen (max-width: 543px) {
  #slidesDiv {
	width: 100%;	
	box-shadow: 0px 0px 0px black;
  }  
}


.button {
	background: white;
	padding: 9px;
	border: 1px solid #005e95;
	margin: 5px;
	color: #005e95;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -100px;
}
.button:hover {
	background: #005e95;
	color: white;
	cursor: pointer;
}
#topbar {
	background: #fff;
	padding: 10px;
}
.action-button {
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #d3d3d3;
	color: #6e6e6e;
	height: 32px;
	width: 32px;
	text-align: center;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.action-button:hover,
.action-button:focus {
	background: #0079c1;
	color: #e4e4e4;
}
.action-button.birdeye img {
	width: 14px;
	
}
#panorama {	
	position: fixed;
	bottom: 5px;
	left: 1px;
	display:none;
	padding: 10px;	
	box-shadow: 1px 0px 5px 1px #888888;
	z-index: 2;		
	left: 0px;
	width: 280px;	
	height: 240px;	
	background: white;	
}
#mygiaMap {
	display:none;
}
#panorama iframe {
	height: 100% !important;
}	
.esri-ui-bottom-left {
    bottom: -15px;
    left: -15px;
}
@media only screen and (max-width: 1100px) {
  
}
#info-links {
	position: absolute;
    left: 50%;
    top: 10px;
    width: 180px;
    display: none;
    margin-left: -90px;	
	background: white;
	padding: 6px;
	box-shadow: 0 1px 5px green;
	
}
#info-links img {
	width: 100%;
	transition: all 1s; 
}
#welcome-about {
	background: white;		
	position: absolute;
	width: 90%;
	left: 5%;
	top: 5%;
	height: 90%;
	z-index: 99;	
	padding: 20px;
	background-color: rgb(225, 220, 226);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
	.deactivated {
		pointer-events: none;	
		background: #eee;
		color: #ccc;
	}
@media only screen and (min-width: 1451px) and (max-width: 2200px) {
  #panorama {
	width: 350px;	
	height: 320px;
  }
  
}

.active {
	background: #0079c1;
	color: #e4e4e4;
}

.esri-area-measurement-3d, .esri-direct-line-measurement-3d {
	display: none;	
}

 .panel-side {
	width: 200px;
	display: block;
	color: #323232;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	z-index: 2;
	font-size: 12px;
	text-align: left;
	height: 80%;
}

.panel-side h2 {	
	font-weight: 600;
	padding: 10px 20px;
    margin: 10px 5px;
    font-size: 17px;
    font-weight: 600;    
    box-shadow: 3px -2px 5px green
}

  

.panel-result {
	box-shadow: 1px 2px 5px black;
	cursor: pointer;
	margin: 5px 10px;
	padding: 6px 10px 4px 20px;
	color: white;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: 600;
	min-height: 30px;
}

.panel-result img {
	margin: -2px 10px 5px 0px;
    width: 24px;
    float: left;
    display: block;
    clear: both;
	
}	
.esri-ui-top-right .esri-expand__content {
	overflow-y: scroll;
}
#GEOMORPHOLOGICAL .panel-result {
	background: #41ab5d;
}
#PETROLOGICAL .panel-result {
	background: #fd8d3c;
}
#TECTONIC .panel-result {
	background: #fc4e2a;
}
#HYDROGEOLOGICAL .panel-result {
	background: #4eb3d3;
}
#FOSSILIFEROUS .panel-result {
	background: #7f7dba;
}
#GEOCULTURAL .panel-result {
	background: #bf812d;
}

.panel-result:hover {
	box-shadow: 0px 0px 2px black;
	background-color: rgba(220, 220, 220, 0.6) !important;
	color: black !important;
}
.panel-result:focus, .panel-result:selected {
	box-shadow: 0px 0px 0px black;
	background-color: rgba(200, 20, 120, 0.6) !important;
}