/* General HTML Styling */	

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 100%;
	font-size: 12pt;
}

h2 {
	font-size: 20px;
	text-align: center;
}
h4 {
	font-size: 14px;
	text-align: center;
}
h5.divheader {
	font-size: 14px;
	color: #EF6700;
	text-transform: uppercase;
}

/* Customize link styles. */
a.mine, a.mine:link, a.mine:visited {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* This stuff won't work because it messes up links from Cesium and Leaflet: */
	/*
	a:link {
		color: white;
		font-family: sans-serif;	
		font-size: 13px;
	}	
	a:visited {
		color: white;
		font-family: sans-serif;	
		font-size: 13px;
	}	
	*/	

p {
	color: white
}
	  
table {
	color: white;
	font-size: 12px;
}

table.AEDbuttons  {
	border-spacing: 4px;
}

table.AEDbuttons td {
	padding: 4px;
}

table.configTable td {
	padding: 2px;
}
  
th {
	background-color: #4d4d4d; 	/* #4CAF50; */
	color: #ff9933;				/* #ff8000;	white; */
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px black;
}

/* ---------------------------------------------- */

/* DIV Styles */
/* Container for left menu buttons */
.leftMenuContainer {
	/*padding: 4px;*/
	position: absolute;
	top: 130px;
	left: 0px;
	width: 30px;
	z-index: 4;		
}

/* Style for individual left menu buttons */
.leftMenuBtnDiv {
	background: rgba(42,42,42,0.9);
	padding: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 4px;
	width: 40px;
	max-height: 40px;	
}


/* Style for left menu details */
.leftMenuDetailsDiv {
	background: rgba(42,42,42,0.9);
	padding: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	top: 130px;
	left: 42px;
	width: 380px;
	max-height: 460px;
	overflow-y: auto;
	z-index: 4;	
	display: none;	
}

/* Background Cesium content */
#cesiumContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;        
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}	  
	  
/* Place our logos in the NW corner */	  
#logodiv {
	position: absolute;
	left: 2px;
	top: 2px;
	height: 37px;		
}

/* Top banner that periodically displays messages */
#taskdiv {
	position: absolute;		
	background: rgba(42,42,42,0.8);
	padding: 4px;
	border-radius: 4px;
	width: 60%;
	top: 55px;
	height: 50px;
	/* margin-left: auto;
	margin-right: auto;*/
	text-align: center;
	display: none;
	/* white-space: pre; */
}

/* More style info for paragraph within taskdiv */
innertask {
	color: white;
	background: rgba(42,42,42,0.8);
	padding: 4px;
	border-radius: 4px;
	text-align: center;		
	display: inline-block;
	/* white-space: pre-line;*/
}

/* Leaflet map */
#mapdiv {
	position: absolute;
	width: 100%; 	/* 75%; */
	height: 100%;	/* 95%; */
	left: 0px;
	top: 0px;		/* 40px; */
	border-radius: 0px;
	z-index: 0;
	/* resize: both; */
	overflow: hidden;
}


div.autoDivArea {
	height: 400px; 
	width: 360px; 
	overflow-y:scroll; 
	overflow-x:hidden;
	border-radius: 6px;
	background-color: rgba(42,42,42,0.1);
}
div.collapse {
	height: 80%; 
	width: 360px; 
	overflow-y:none; 
	overflow-x:none;
}


#cursor {
	background-color: gray;
	width: 165px;
	height:23px;
	border-radius: 4px;
	position:absolute;
	font-size: 8px;
	left: 4px;
	top: 2px;
}
#nodedetaildiv {
	border: none;
	background-color: rgba(42, 42, 42, 0.1);
	height: 40px;
	width: 320px;
	border-radius: 8px;
}
#colorplatediv {
	background-color: white;
	width: 55px;
	height: 55px;
	border-radius: 4px;
}
/* ---------------------------------------------- */



/* Buttons and Pull-down Menus */
.togglebuttonoff{
	background-color: #525354; 	/* #f44336;	Red */
	border: none;
	color: white;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	border-radius: 3px;
}

.button{
	background-color: #ef6700;	/*#f44336;	Red */
	border: none;
	color: white;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	border-radius: 3px;
}

button:disabled,
button[disabled]{
	background-color: #cccccc;
	color: #666666;
}

select option {
	margin: 40px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select {
	/*-webkit-appearance: button;*/
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	/*-webkit-user-select: none;*/
	/*background-image: url(../images/select-arrow.png), 
	-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	background-color: #525354;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
}	

input[type="file"] {
	display: none;
}

.custom-file-upload {
	background-color: #525354; 	/* #f44336;	Red */
	border: none;
	color: white;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	border-radius: 3px;
}


textarea.custom {
	background-color : #525354;
	color: white; 
	font-size: 13px;
	margin: 0;
	outline: none;	
};

text.custom {
	background-color : #525354;
	color: white; 
	font-size: 13px;
	margin: 0;
	outline: none;	
}

text.custom_short {
	width: 60px;
	background-color : #525354;
	color: white; 
	font-size: 13px;
	margin: 0;
	outline: none;	
}

text.custom_veryshort {
	width: 35px;
	background-color : #525354;
	color: white; 
	font-size: 13px;
	margin: 0;
	outline: none;	
}


input[type="text"] {
	background-color : #525354;
	color: white; 
	font-size: 13px;
	margin: 0;
	outline: none;
}	

/*
	input[type="number"], textarea {
		background-color : #525354;
		color: #fff; 
		font-size: 13px;
		margin: 0;
		outline: none;
	}	
*/      

/* Dropdown Button */
.dropbtn {
	background-color: #1e23af;
	color: white;
	padding: 14px;
	font-size: 10px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #1e23af;
}

button.copy {
	background-color: #008000;
	color: #FFFFFF;
	border: none;
	/*width: 55px;*/
	text-align: center;
	border-radius: 3px;
}

button.control {
	background-color: #008000;
	color: #FFFFFF;
	border: none;
	width: 55px;
	text-align: center;
	border-radius: 3px;
}
button.subcontrol {
	background-color: #008000;
	color: #FFFFFF;
	border: none;
	width: 65px;
	text-align: center;
	border-radius: 3px;
}
input.cursor {
	font-size: 8px; 
	background-color: rgba(42, 42, 42, 0); 
	border-style: none; 
	width: 50px;
}

/* ---------------------------------------------- */



.AnnotationPopup .leaflet-popup-content-wrapper {
	background: transparent;
	color: #000000;
	border: none;
	box-shadow: none;
}

.AnnotationPopup .leaflet-popup-content-wrapper a {
	background: transparent;
	color: #000000;
	border: none;
	box-shadow: none;
}

.AnnotationPopup .leaflet-popup-tip-container {
	background: transparent;
	border: none;
	box-shadow: none;
}

.AnnotationPopup .leaflet-popup-tip {
	background: transparent;
	border: none;
	box-shadow: none;
}

.AnnotationPopupEditing .leaflet-popup-content-wrapper {
	background: #FFFFFF;
	color: #000000;
	border: none;
	box-shadow: none;
}

.AnnotationPopupEditing .leaflet-popup-content-wrapper a {
	background: #FFFFFF;
	color: #000000;
	border: none;
	box-shadow: none;
}

.AnnotationPopupEditing .leaflet-popup-tip-container {
	background: #FFFFFF;
	border: none;
	box-shadow: none;
}

.AnnotationPopupEditing .leaflet-popup-tip {
	background: #FFFFFF;
	border: none;
	box-shadow: none;
}