html,
body {
  height: 100%;
}
html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  width: 100%;
}

#viewDiv {
  height: 91vh;
}

#tableDiv {
	height: 0vh;
	width: 100%;
}

#main-header {
	background: #E1EFD3;
	color: white;
	height: 9vh;
	border-style: none none solid none;
	border-color: #69B023;
	border-width: 4px;
	box-sizing: border-box;
}

/* Style page content */
.main {
	/* display: flex;
	flex-direction: column;*/ 
	margin-left: 450px; /* Same as the width of the sidebar */
}

#chart_div {
	padding: 30px 40px 40px 30px;
}


#main-header a {
    color: #4d4d4d;
}

.logo {
	max-width: 10vh;
}

.steps {
	padding: 0px 0px 0px 15px;
}

/* Logo */
#logo-header {
	float: left;
	padding: 3vh 0 0 3vh;
	text-decoration: none;
}
	#logo-header:hover {
		color: #69B023;
	}
	
	#logo-header {
		display: block;
	}
	
	#site-name {
		display: block;
		font-weight: bold;
		font-size: 2.8vh;
		text-align: center;
		transform: translateY(-15%);
	}	

/* Navegación */
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 9vh;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
				font-size: 2vh;
				font-weight: bold;
			}
			
				nav ul li a:hover {
					background: #69B023;
				}

/* The sidebar menu */
.sidenav {
    height: 91vh; /* Full-height: remove this if you want "auto" height */
    width: 450px; /* Set the width of the sidebar */
    position: absolute;
    background-color: #ffffff; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px;
	border-style: none solid none none;
	border-color: #69B023;
	border-width: 4px;
	box-sizing: border-box;
	margin-bottom:60px;
  	}
  
  	/* The navigation menu links */
  	.sidenav a {
		padding: 6px 8px 6px 16px;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		color: #69B023;
		display: block;
  	}
  
	/* When you mouse over the navigation links, change their color */
		.sidenav a:hover {color: #69B023;}

	td, .sidenav {
		font-size: 13px;
		font-family: "Avenir Next";
	}
  
  /* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

.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;
}

.active {
	background: #0079c1;
	color: #e4e4e4;
}

#imageModel_id{
	padding-left: 50px;
}

#loading {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 60%;
	width: 100px;
}

#progress {
	width: 150px;
}

#addCases_id, #deleteCases_id, #deleteCasesAll_id, #addSources_id, #deleteSources_id, #deleteSourcesAll_id {
	transform: translateY(17%);
}

#legendDiv {
	box-shadow: unset !important;
}

#toolbarDiv {
	cursor: default;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.esri-widget--button {
	border: none !important;
}

.esri-widget--button.active,
      .esri-widget--button.active:hover,
      .esri-widget--button.active:focus {
        cursor: default;
        background-color: #999696;
}

.esri-widget--button.active path,
.esri-widget--button.active:hover path,
.esri-widget--button.active:focus path {
	fill: #E4E4E4;
}

.floatTool {
	width: 60%;
	display: inline;
	overflow: auto;
	white-space: nowrap;
	margin: 0px auto;
  }

.floatButton {
    position: left;
    top: 300px;
    left: 50px;
    z-index: 10;
	font-size: 20;
	font-weight: bolder;
}

.ecdcDiv1 {
	position: left;
	top: 300px;
	left: 70px;
	z-index: 10;
	font-size: 12;
	font-weight: bolder;
}
