.left {
	width: 20%;
	float: left;
	
}

.right {
	width: 80%;
	float: right;
}

.clear {
	clear: both;
	height: 15px;
	width: 100%;
}

.ui-corner-all, input[type="button"], input[type="file"] {
	border-radius: 0px !important;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 0px !important;
	margin: 0px !important;
}

.ui-menu-item-wrapper {
	background-color: rgb(53, 53, 53);
	color: white;
}

.ui-menu-item-wrapper.ui-state-active {
	background-color: rgb(133, 133, 133) !important;
	border: 0px;
	color: black;
}

:root{	
	--color-0: 			rgb(33, 33, 33);
	--bg-color-2:		rgb(53, 53, 53);
	--font-color:		rgb(255, 255, 255);
	--font-color-2:		#ffffff;
}

.accordion > h3 {
	border: 0px solid black;
	text-shadow: none;
}

#potree_sidebar_container a {
	color: rgb(255, 255, 255);
}

.jstree-default .jstree-hovered {
	background-color: rgb(53, 53, 53) !important;
	color: white !important;
}

.jstree-clicked {
	background-color: rgb(53, 53, 53) !important;
	color: white !important;
}

#potree_sidebar_container {
	left:0px;
	z-index: 9;
}

#potree_render_area {
	left: 300px !important;
}

.potree_menu_toggle {
	display:none;
}

.ui-button{
	border: 0px solid black !important;
	margin-left: 4px !important;
	margin-right: 4px !important;
	border-radius: 5px !important;
	background-color: rgb(53, 53, 53) !important;
	color: white !important;
}

.ui-button:hover {
	background-color: rgb(133, 133, 133) !important;
	color: black !important;
}

.button-icon:hover{
	filter: drop-shadow(0px 0px 4px #008854) !important;
}

.jstree-default .jstree-clicked {
	background-color: rgb(53, 53, 53) !important;
	color: black !important;
}

#scene_object_properties .scene_content .pv-menu-list{
	display:block;
}

#options_transformation{
	display:none;
}

.label-transform{
	width: 100%; 
	padding: 0.4em 0.1em; 
	margin: 0px; 
	border-radius: 0px 4px 4px 0px; 
	border-top: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	border-left: none; 
	border-image: initial;
}

* {
	line-height: 120%;
}

fieldset {
	padding-bottom: 2% !important;
	padding-top: 2% !important;
}

#logo {
	background-color: #008854;
}