#fx-el-navtree {
	padding: 15px 15px 15px 30px;
	right: 0;
	position: absolute;
	background: #495157;
	color: #a4afb7;
	width: auto;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#fx-el-navtree .inner {
	min-height: 40vh;
	max-height: 100vh;
	overflow-y: auto;
	border-top: 1px solid #a4afb7;
	margin: 10px 0 0 0;
}
#fx-el-navtree.closed {
	padding: 15px;
	position: absolute;
	background: #495157;
	color: #a4afb7;
	width: 0;
	padding-left: 0;
	padding-right: 0;
}
#fx-el-navtree .fx-editor-trigger {
	overflow: hidden;
	margin-bottom: 5px;
}
#fx-el-navtree .fx-element-label {
	display: block;
	float: left;
	line-height: 23px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.elementor-column-percents-tooltip {
	line-height: 23px;
}
#fx-el-navtree .elementor-element-edit-mode {
    position: absolute;
    width: 150px !important;
    top: 0;
	right: 0 !important;
	left: auto !important;
}
.fx-editor-trigger a, .fx-editor-trigger > .fx-element-label {
	padding: 0 150px 0 0;
}
#fx-el-navtree .bullet-list-round .elementor-editor-element-settings li {
	float: left;
	padding: 5px;
	cursor: pointer;
	margin: 0;
}	
#fx-el-navtree > ul > li {
	padding: 0;
}
#fx-el-navtree .elementor-editor-element-settings li:hover {
	color: white;
}
#fx-el-navtree .fx-editor-trigger:hover > .fx-element-label {
	color: #fff;
}
#fx-el-navtree .fx-editor-trigger a:hover {
	color: #fff;
}
#fx-el-navtree .fx-tree-columns {
	padding: 0 0 0 15px;
}
#fx-el-navtree .fx-tree-widgets {
	padding: 0 0 0 30px;
}
#fx-el-navtree .eicon-chevron-right,
#fx-el-navtree .eicon-chevron-left {
	position: absolute;
	left: -20px;
	top: 100px;
	transform: translate(0, -50%);
	background: #495157;
	padding: 23px 4px;
	z-index: 1;
	cursor: pointer;
}
#fx-el-navtree .eicon-chevron-right.active,
#fx-el-navtree .eicon-chevron-left.active {
	z-index: 3;
}
#fx-el-navtree .elementor-editor-element-settings,
#fx-el-navtree .elementor-column-percents-tooltip {
	float: left;
}
#fx-el-navtree .fx-tree-columns,
#fx-el-navtree .fx-tree-widgets {
	display: none;
}
#fx-el-navtree .fx-tree-columns.reveal,
#fx-el-navtree .fx-tree-widgets.reveal {
	display: block;
}
.fx-tree-sections > .fx-editor-trigger .fx-element-label::before, 
.fx-tree-columns > .fx-editor-trigger .fx-element-label::before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 8px;
	margin: 0 4px 0 0;
}
.fx-tree-sections > .fx-editor-trigger .fx-element-label.open::before,
.fx-tree-columns > .fx-editor-trigger .fx-element-label.open::before {
	content: "\f078";
	font-family: FontAwesome;
}
#fx-el-navtree ul {
	list-style: none;
}
#fx-el-navtree .bullet-list-round {
	padding: 0;
	margin: 0;
	line-height: 1.28571em;
	clear: both;
}
#fx-el-navtree .pool li {
  margin-top: 6px;
  margin-bottom: 6px;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-left: 20px; 		  
}
#fx-el-navtree .bullet-list-round li {
  margin-top: 6px;
  margin-bottom: 6px;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-left: 20px;
  position: relative;
}
#fx-el-navtree li.day.folder {
		  
}
#fx-el-navtree .refresh i {
	cursor: pointer;
}
#fx-el-navtree .refresh {
	font-size: 18px;
	padding: 0 0 0 18px;
}