#sidebar_header {
	background: #fff;
	font-family: 'Roboto', sans-serif;
}

#potree_map {
	top: 30px !important;
	left: 55px !important;
}

#potree_map_header {
	height: 0px !important;
}
	
#potree_toolbar{
	position: absolute; 
	z-index: 10000; 
	left: 30%; 
	bottom: 5px;
	background: black;
	color: white;
	padding: 0.3em 0.8em;
	font-family: "system-ui";
	border-radius: 0.3em;
	display: flex;
}

.potree_toolbar_label{
	text-align: center;
	font-size: smaller;
	opacity: 0.9;
}

.potree_toolbar_separator{
	background: white;
	padding: 0px;
	margin: 5px 10px;
	width: 1px;
}

#sdm_pick_panel {
	font-family: 'Roboto', sans-serif !important;
}

/* BUTTON */
.sdm_btn {
	outline: 0;
	border: none;
	cursor: pointer;
	font-weight: 400;
	border-radius: 4px;
	font-size: 12px;
	padding: 5px;
}
.sdm_btn_primary {
	background-color: #3688ff;
	color: white;
	border: none;
	cursor: pointer;
}
.sdm_btn_primary:hover {
	background-color: #3688ff;
}
.sdm_btn_blue {
	background-color: #3688ff;
	color: white;
}
.sdm_btn_blue:hover {
	background-color: #3688ff;
}
.sdm_btn_grey {
	border:1px solid #000;
	color: #000;
}
.sdm_btn_grey:hover {
	background-color: #666;
}

.input {
  max-width: 190px;
  height: 44px;
  border-radius: .5rem;
  padding: 0 1rem;
  border: 2px solid #3688ff;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
}

.label {
  display: block;
  margin-bottom: .3rem;
  font-size: .9rem;
  font-weight: bold;
  color: #05060f99;
  transition: color .3s cubic-bezier(.25,.01,.25,1) 0s;
}

.input:hover, .input:focus, .input-group:hover .input {
  outline: none;
  border-color: #3688ff;
}

.input-group:hover .label, .input:focus {
  color: #3688ffc2;
}