#treeIcon{
	position:fixed;
	left:0px;
	width:33px;
	top: 30px;
	height: 31px;
	z-index: -1;
	text-align: center;
	background-image:url('images/node-tree-icon.png');
	border: 1px #5d0133 solid;
	cursor: pointer;
	display: none;
}

#backToRootNav{
	position:fixed;
	top: 30px;
	height: 31px;
	left: 34px;
	right: 0px;
	z-index: -1;
	overflow:hidden;
	border: #5d0133 1px;
	display: block;
	font: 13px arial, verdana, sans-serif;
	border: 1px #5d0133 solid;
	cursor: context-menu;
	display: none;
}

#backToRootLinks{
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#backToRootLinks span {
	padding-left: 7px;
	padding-right: 7px;
	color: #ff0000;
    font-weight: lighter;
}

#backToRootLinks a {
	color: #0000EE;	
	text-decoration: none;
}

.noPointerEvents {
	pointer-events: none;
}

#mapListDiv {
	width:10%;
	position:fixed;
	top:62px;
	bottom:32px;
	overflow:hidden;
	white-space: nowrap;
	border: 1px #5d0133 solid;
	box-sizing: border-box;
	z-index:-1;
	overflow-y:auto;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.mapList_popup {
	position:fixed;
	width:auto !important;
	top:62px;
	bottom:32px;
	white-space: nowrap;
	background-color: #f1f1f1 !important;
	border: 0px !important;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
	z-index:2 !important;
	overflow-y:auto;
}

.treetooltip {	
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    min-width: 100px;
    min-height: 20px;
    padding: 1px 2px;
    top:62px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
}

#resizerDiv {
	width:5px;
	padding: 0px;
	position:fixed;
	left:10%;
	top:62px;
	bottom:34px;
	box-sizing: border-box;
	background-color:#C1C1C1;
	opacity:0.7;
	cursor:ew-resize;
	z-index:1;
}

#resizerDiv:hover {
	background-color: #4e4d4cba;
}

/* *::selection { */
    /* background:transparent; */
/* } */

/* *::-moz-selection { */
    /* background:transparent; */
/* } */

/* *::-webkit-selection { */
    /* background:transparent; */
/* } */

#mapListDiv > ul {
	font: 14px arial, verdana, sans-serif
}
