﻿body {
}
.ido_hide {
    display:none;
}
#TreeView a { white-space:normal !important; height: auto; padding:1px 2px; } 
#TreeView li > ins { vertical-align:top; }
#TreeView .jstree-hovered, #demo4 .jstree-clicked { border:0; }
#TreeView.jstree-default.jstree-focused {
    background: none ;
    background-color:#FFFFFF;
}
#TreeView.jstree a {
    color:#494342;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 1px 2px;
    text-decoration: none;
    white-space: nowrap;
    
      display: inline-block;
    font-family: 'Arimo',sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: hand; cursor: pointer;
}
#TreeView.jstree li {
    padding-top: 12px;
}
#TreeView.jstree li ul li {
    padding-top: 5px;
}
#TreeView.jstree ul li ul a {
   color: #494342;
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight:normal;
}

#TreeView.jstree ul li a.jstree-hovered { color: #0599DC;}

#TreeView.jstree ul li ul a.jstree-clicked , #TreeView.jstree ul li ul a.jstree-hovered{
   color: #0599DC;
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight:bold;
}
#TreeView .jstree-default ,#TreeView .jstree-clicked ,#TreeView .jstree-hovered{
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    padding: 0 2px 0 1px;
}
