.mycontainer {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 90px 120px auto;
	grid-template-areas:
		"header"
		"select"
		"main";
	height: 100%;
	width: 100%;
	position: fixed;
}

.header {
	grid-area: header;
	background-color: #0A4A45;
}

.sidebar {
	grid-area: sidebar;
	color: #f6931C;
	background-color: #0A4A45;
}

.select {
	grid-area: select;
	display: flex;
}

.main {
	grid-area: main;
	overflow: auto;
}

body {
  background-color:#EDEFEB;
  font-family: "Open Sans", verdana, arial, sans-serif;
}

#mainlogo {
	height: 70px;
	margin-left: 10px;
	margin-top: 10px;
}

#mainheader {
	font-size: 1.5em;
	margin-left: 10px;
}

#title_map {
	font-size: medium;
}

#desc_map {
	font-size: 9px;
}

#vector_opacity_label {
	font-size: small;
}

#background_opacity_label {
	font-size: small;
}

#slider_vector_opacity_td {
	padding-left: 40px;
}

#slider_background_opacity_td {
	padding-left: 40px;
}

#map_control_div {
	width: 85%;
}

#map_data_level_div {
	width: 15%;
}

#map_area_div {
	width: 0%;
	display: none;
}

#slider_time_div {
	margin-left: 15%;
	position: relative;
	top: -38px;
}

#sliders_div {
	position: absolute;
	z-index: 10;
}

#mapbox {
	border-radius: 20px;
	background-color: #F9F9F8;
	margin: 10px;
	box-shadow: 2px 2px 2px lightgrey;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	height: calc(100% - 20px);
}

#map {
	height: calc(100% - 60px);
}

#header_label {
	margin-left: 40px;
	color: #f6931C;
	cursor: pointer;
}

.feedback {
	margin-left: 50px;
	color: #f6931C;
	background-color: #0A4A45;
	border: 0;
}

#btn_download {
	border: none;
	margin-left: 10px;
}
#btn_opacity_controls {
	border: none;
	margin-left: 10px;
}

#btn_vector_show {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-left: 5px;
}
#btn_vector_hide {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-left: 5px;
}

#btn_background_show {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-left: 5px;
}
#btn_background_hide {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
	margin-left: 5px;
}

#level_1_div {
	width: 30%;
}
#level_1_label {
	margin: 10px;
}

#level_2_div {
	width: 30%;
}
#level_2_label {
	margin: 10px;
}

#background_div {
	width: 30%;
}
#background_label {
	margin: 10px;
}

.row{
  display: flex;
}

.smallbox {
  border-radius: 20px;
  background-color: #F9F9F8;
  margin: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 2px 2px 2px lightgrey;
}

.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: 93%;
  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;
}