.ivview3d{
width:100%;
height:100%;
display:block;
position: relative;
overflow: hidden;
user-select: none; 
-khtml-user-select: none; 
-ms-user-select: none; 
font-size: 12.73px;
line-height: 100%;
font-family:"Segoe UI",Tahoma, Arial, Helvetica;
color: #000;
font-weight: normal;
}
.ivplaybar, .ivxbar
{
   box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.05);
   background: rgba(255,255,255,.9);
   position: absolute;
}
.ivbutton,.ivtextbutton
{
    float:left;
    position: relative;
}
.ivbutton
{
    padding: 4px;
    height:24px;
}
.tooltiptext {
    visibility: hidden;
    white-space: nowrap;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 3px;
    
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    transition-delay: 0.2s;
  }
.ivtextbutton{
    height:32px;
    padding-left: 11px;
    padding-right: 11px;
}
.ivtextbutton span{
line-height: 32px; vertical-align: middle;
font-family:"Segoe UI",Tahoma, Arial, Helvetica, sans-serif;
font-size:12.73px;
color:black;
}
.ivtextbutton:hover span{
    color:white;
}
.ivbutton:hover,.ivtextbutton:hover
{
    background:#40ADF0;
}
.ivbutton:hover .tooltiptext,.ivtextbutton:hover .tooltiptext
{
    visibility: visible;
    opacity: 1;
}
.ivbutton:active,.ivtextbutton:active
{
    background: #3693CC;
}
.ivbutton svg {
    outline: 0!important;
    fill: black;
    fill-rule:evenodd;
    clip-rule:evenodd;
}
.ivbutton:activesvg {
    fill: white;
}
.ivbutton:hover svg {
    fill: white;
}
.ivsidebar
{
    position: absolute;
}
.ivrightbar
{
    position: absolute;
    top:0px;
    right:0px;
}
.ivrightbar .ivbutton{
    display: block;
    float:none;
    margin: 4px;
    background:rgb(255,255,255,0.5);
    border-radius: 16px;
}
.ivrightbar .tooltiptext{top: 0px;right: 40px;  }
.ivrightbar .ivbutton:hover{
    background:#40ADF0;
}
.ivrightbar .ivbutton:active{
    background:#3693CC;
}
.ivxbar
{
    padding: 10px;
    color:black;
    border-radius: 3px;
    border-left: 1px solid #e0e0e0 ;
}
.ivplaybar
{
    bottom: 10px;
    right: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    opacity:0;
    transition: opacity 0.2s ease;
}
.ivxbar hr
{
    margin:3px;
    height: 1px;
    background:rgb(160,160,160);
    border: 0px none;
}
.ivcheckbox
{
    font-family:"Segoe UI",Tahoma, Arial, Helvetica, sans-serif;
 font-size:12.73px;
    padding:3px;
    cursor: pointer;
    white-space: nowrap;
    height:16px;
}
.ivcheckbox:hover
{
    background:#40ADF0;
    color:white;
}
.ivcheckbox svg
{
    display:block;
    float:left;
}
.ivcheckbox:hover svg
{
    fill: white;
}
.ivcheckbox span
{
    line-height: 16px; vertical-align: middle;
    margin-left:6px;
    white-space: nowrap;
    display:inline-block;
}
.ivleftbar
{
    position: absolute;
    top: 0;
    left: -220px;
    background: rgba(255,255,255,.8);
    transition: background 0.2s ease,left 0.2s ease;
}
.ivleftbar:hover{background: rgba(255,255,255,0.95);}
.ivplaybar .ivbutton
{
    padding:0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.ivplaybar .tooltiptext{bottom: 40px;left: 0px;  }
.ivplaybar .vdivider{
    float:left;
    height:32px;
}
.ivplaybar canvas
{
float:left;
}
.ivtreeframe
{
    margin:4px;
    overflow-y:auto;
    overflow-x:hidden;
    float:left;
}
.ivtreeframe::-webkit-scrollbar{height: 6px;width: 6px;}
.ivtreeframe::-webkit-scrollbar-track {
  background-color: #d8d8d8;
}
.ivtreeframe::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border-radius: 3px;
}
.ivtreeframe::-webkit-scrollbar-thumb:hover {
  background-color:  #0090C6;
}
.vdivider
{
   float:right;
   width:3px;
   cursor: col-resize;
   background-color:rgba(255,255,255,.5);
   border-left: 1px dotted #d0d0d0 ;
   border-right: 1px dotted #d0d0d0;
}
.vdivider:hover
{
    background-color:  #0090C6;
}
.tree-view, .no-select
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tree-view
{
overflow:hidden;
line-height: 100%;
white-space:nowrap;
overflow-x:hidden;
color:black;
}
.tree-view .group{}
.tree-view .group-c{}
.tree-view .items{margin-left:12px;}
.tree-view .group-c .items{margin-left:12px;display:none;}
.tree-view .icon, .tree-view .open, .tree-view .node, .tree-view .vis, .tree-view  .hdn{
 background-image:url('treeicons.png');
 height:16px;
 width:16px;
}
.close,.tree-view .icon, .tree-view .open, .tree-view .node, .tree-view .vis, .tree-view  .hdn{
 display:block;
 float:left;
 margin-top:1px;
 margin-left:4px;
}
.tree-view .open , .tree-view .vis, .tree-view  .hdn{
    margin-left:0px;
}
.tree-view .icon{background-position:-128px,0px;}
.tree-view .open{background-position:-16px,0px;}
.tree-view .open:hover{background-position:-48px,0px;}
.tree-view .node{background-position:-160px,0px;}
.tree-view .vis{background-position:-80px,0px;}
.tree-view .hdn{background-position:-64px,0px;}
.tree-view .group-c .open{background-position:0px,0px;}
.tree-view .group-c .open:hover{background-position:-32px,0px;}
.tree-view .item,.tree-view .gitem
{
 display:block;
 cursor:pointer;
 height:18px;
}
.tree-view .normal,.tree-view .selected
{
 display:inline-block;
 cursor:pointer;
 height:18px;
}
.tree-view .normal:hover{
    background-color:#E5F3FB;
}
.tree-view .selected
{
    background-color:#007ACC;
}
.tree-view .item{
 margin-left:16px;
}
.tree-view .label, .tree-view .labelSerch{
 height: 18px;
 padding:0px;
 padding-left:4px;
 padding-right:8px;
 display:inline-block;
 font-family:"Segoe UI",Tahoma, Arial, Helvetica, sans-serif;
 font-size:12.73px;
 line-height:126%;
}
.tree-view .item:hover .label,.tree-view .gitem:hover .label{
 background-color:#E5F3FB;
}
.tree-view .selected .label, .tree-view .selected,  .tree-view .selected:hover .label{
 background-color:#007ACC !important;
 color:white;
}
.tree-view .labelSerch{
 background-color:#C27D1A !important;
}