/*
 * navigationView.css
 */

.launchMonitor {
	position: absolute;
    left: 125px;
    top: 6px;
    border: none;
}

#container a{
	text-decoration: none;
}

#container a:hover{
	text-decoration: underline;
}

.jstree-default .jstree-node {
	min-height: 20px;
	line-height: 20px;
}

.jstree-default .jstree-wholerow {
	height: 20px;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked.jstree-wholerow-hovered { 
	background: #005d84;
}

.jstree-default .jstree-icon:empty {
	height:20px;
	line-height:20px;
}

div#container > ul > li.jstree-leaf > a {
	font-weight:bold;
	font-size:11px;
	color:black;
	height:11px;
	line-height:11px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
}

div#container > ul > li.jstree-leaf > a.jstree-disabled {
	font-size:13px;
	color:#777;
	font-weight:normal;
	height:13px;
	line-height:13px;
	padding-top:24px;
	padding-bottom:8px;
}

div#container > ul > li.jstree-leaf a.jstree-disabled:hover {
	cursor:default;
	text-decoration:none;
}

div#container > ul > li.jstree-open > a.jstree-anchor,
div#container > ul > li.jstree-closed > a.jstree-anchor {
	font-weight:bold;
	font-size:11px;
	height:11px;
	color:black;
	line-height:20px;
	padding-top:0;
	padding-bottom:8px;
}

div#container > ul > li.jstree-open > a.jstree-anchor:hover,
div#container > ul > li.jstree-closed > a.jstree-anchor:hover {
	text-decoration:none;
}

div#container > ul > li.jstree-open > ul > li > a.jstree-anchor,
div#container > ul > li.jstree-closed > ul > li > a.jstree-anchor {
	font-weight:normal;
	font-size:11px;
	height:11px;
	line-height:11px;
	padding-top:4px;
	padding-bottom:4px;
}

div#container > ul > li.jstree-open > ul > li > a.jstree-anchor:hover,
div#container > ul > li.jstree-closed > ul > li > a.jstree-anchor:hover {
	text-decoration:none;
}

.jstree-anchor {
	padding: 0 4px 0 0;
}

div#container > ul > li.jstree-open > ul > li > .jstree-icon:empty {
    width: 16px;
    height: 20px;
    line-height: 20px;
}			

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -6px;
}

div#container > ul > li > a.jstree-clicked,
div#container > ul > li > ul > li > a.jstree-clicked {
	color:white !important;
}

div#container li.jstree-leaf[aria-disabled=true] div.jstree-wholerow {
	cursor: default;
}

div.jstree-wholerow.jstree-wholerow-hovered {
	background: #eee;
	border-radius: 0 5px 5px 0;
}

div.jstree-wholerow-clicked {
	border-radius: 0 5px 5px 0;
}

/* override for classic nav */
div.classic .jstree-default .jstree-wholerow-clicked,
div.classic .jstree-default .jstree-wholerow-clicked.jstree-wholerow-hovered { 
	background: #aaaaaa;
}

div.classic div.jstree-wholerow.jstree-wholerow-hovered {
	background: none;
	border-radius: 0;
}

div.classic div#container > ul > li.jstree-open > ul > li > a.jstree-anchor:hover,
div.classic div#container > ul > li.jstree-closed > ul > li > a.jstree-anchor:hover {
	text-decoration:underline;
	color:#003399;
}

div.classic div.jstree-wholerow-clicked {
	border-radius: 0;
}

div.classic div#container > ul > li.jstree-open > ul > li > a.jstree-anchor, 
div.classic div#container > ul > li.jstree-closed > ul > li > a.jstree-anchor {
	padding-top:5px;
	padding-bottom:4px;
}

div.classic .jstree-node.jstree-leaf {
	max-height: 24px;
	margin-left:40px;
}

div.classic ul.jstree-children li:first-child {
	margin-top:4px;
}

div.classic .jstree-default .jstree-node {
	min-height: 24px;
	line-height: 24px;
}

div.classic .jstree-default .jstree-wholerow {
	height: 24px;
}

div.classic .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -4px;
}

div.classic div#container > ul > li.jstree-open > a.jstree-anchor, 
div.classic div#container > ul > li.jstree-closed > a.jstree-anchor {
	font-weight: normal;
}

div.classic div#container > ul > li.jstree-open > ul > li > .jstree-icon:empty {
    width: 16px;
    height: 24px;
    line-height: 24px;
}

div.classic div#container > ul > li > a.jstree-clicked, 
div.classic div#container > ul > li > ul > li > a.jstree-clicked {
	color: #000000 !important;
}

div.classic div#container > ul > li > a.jstree-clicked:hover, 
div.classic div#container > ul > li > ul > li > a.jstree-clicked:hover {
	color: #003399 !important;
}

/* svg icons */
.lhnSvgIcon {
	vertical-align: bottom;
	padding-top:3px;
	width: 20px;
	height: 20px;
	fill:#636466;
}

a.jstree-clicked .svgIcon {
	fill:#ffffff;
}

.quick_icons {
	padding:3px;
	cursor:pointer;
}

