body {
  background-color:#EDEFEB;
  font-family: "Open Sans", verdana, arial, sans-serif;
}

h1 {
	font-size: 2em;
}

#btn_download {
	border: none;
}
#btn_opacity_controls {
	border: none;
}

.sidepanel {
	height: 100%;
	width: 220px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #4B9072;
	padding-top: 1%;
	padding-left: 10px;
	#padding-right: 10px;
  }

.mainpanel {
#	height: 100vh;
	width: calc(100% - 230px);
	margin-left: 230px;
#	padding-top: 0;
#	margin-top: 0;
#	background-color: #FF0000;
}

.mapdiv {
	padding-top: 10px;
}

.row{
  display: flex;
}

.box {
  border-radius: 20px;
  background-color: #F9F9F8;
  margin: 10px;
  padding: 25px;
  box-shadow: 2px 2px 2px lightgrey;
}

.popupbox {
  border-radius: 20px;
  background-color: #F9F9F8;
  box-shadow: 2px 2px 2px lightgrey;
  position: absolute;
  top: 0px;
  z-index: 9999;
  border: 1px solid #000000;
  width: 600px;
  height: 300px;
}

#popup_bar {
  width: 100%; 
  background-color: #4B9072;
  position: relative;
  top: 0;
  border-radius: 20px 20px 0 0;
  text-align: center;
  height: 30px;
  cursor: move
}

#btn_close {
  float: right;
  cursor: pointer;
  border: none;
  margin-right: 5px;
  background-color: #4B9072;
  border-radius: 0 20px 0 0;
}

#popup_figure {
  margin-left: 10px !important;
  margin-top: 25px !important;
}

#popup_title {
  cursor: move
}

.downloadbox {
  border-radius: 20px;
  background-color: #F9F9F8;
  box-shadow: 2px 2px 2px lightgrey;
  position: absolute;
  top: 0px;
  z-index: 9999;
  border: 1px solid #000000;
  width: 600px;
  height: 600px;
}

#download_bar {
  width: 100%; 
  background-color: #4B9072;
  position: relative;
  top: 0;
  border-radius: 20px 20px 0 0;
  text-align: center;
  height: 30px;
  cursor: move
}

#download_scroll_div {
  width: 96%;
  height: 490px;
  margin-left: 20px;
  overflow: auto;
}

#download_close {
  float: right;
  cursor: pointer;
  border: none;
  margin-right: 5px;
  background-color: #4B9072;
  border-radius: 0 20px 0 0;
}

#download_content {
  margin-left: 10px !important;
  margin-top: 25px !important;
}

#download_title {
  cursor: move
}

#start_download_button {
	margin-top: 20px;
	margin-left: 20px;
}

/* Scrollbars */
*::-webkit-scrollbar {
  width: 12px;               
}
*::-webkit-scrollbar-track {
  background: #EDEFEB;        
}
*::-webkit-scrollbar-thumb {
  background-color:#ebb36abf;    
  border-radius: 20px;      
  border: 3px solid #EDEFEB;  
}

.hidden {
	display: none;
}