body {
    overflow:hidden;
    margin: 0px;
}

.panel
{
  position:absolute;
  left:-400px;
   top:0px;
   font-family: "Segoe UI",Arial, sans;
  font-size: 12.73px;
  transition: all 0.2s ease;
  background:rgba(255,255,255,0.7);
  box-shadow: 8px 0px 20px 2px rgba(0,0,0,0.04);
}

.main{
 font-family: "Segoe UI",Arial, sans;
   font-size:20px;
   margin-top:20px;
   margin-left:20px;
   opacity:0.5;
   line-height:100%;
   cursor:pointer;
}

.panel h1{
   padding:0px;
   margin:0px;
   padding-right:20px;
   font-family: "Segoe UI Light","Segoe UI",Arial, sans;
   text-align:right;
   font-size:12px;   
   color:#444;
}

.panel hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.panel .content
{
 position:absolute;
 overflow-y:auto;
 overflow-x:hidden;
 bottom:0px;
 transition: all 0.2s ease;
}

.main img{
 position:absolute;
 padding-top:4px;
 display:inline-block;  
 transition: all 0.2s ease;
}
.main .text{
 position:absolute;
 display:inline-block;  
 width:200px;
 transition: all 0.2s ease;
}

.main:hover{
   opacity:1.0;
}

.panel ul
{
list-style: none;
padding: 0;
margin: 0 3em 0 0;
}

.panel li
{
   opacity:0.8;
   width:210px;
   padding:3px 0px 3px 20px;
   cursor:pointer;
}

.panel li:hover
{
   background:#fff;
   opacity:1.0;
}

.dprogress {
 width:100px;
 height:100px;
 position: absolute;
 top:100px;
 left:100px;
 display:none;
}
.cprogress circle {
  stroke-dashoffset: 0;
  stroke: #666;
  stroke-width: 1em;
}
.cprogress #bar {
  stroke: #000;
  stroke-width: 4px;
}

.tprogress
{
  position:absolute;
  text-align:center; 
  vertical-align:middle; 
  width:100px;
  height:100px;
  top:0px;
}

.tprogress .textProgress
{
  /*vertical-align:middle; */
  display:inline-block;  
  font-family:"Segoe UI",Tahoma, Arial, Helvetica;
  font-size:26px;
  color:#000;
 line-height:100px; 
}
.playButton{
	font-family: 'Segoe UI SemiBold','Segoe UI', Arial, sans-serif;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px 15px 5px 15px;
	font-size:13.64px;
	background: #00AEEE;
	color: #FFF;
	border: 0px none;
	outline: 0px none;
	cursor: pointer;
	right:10px;margin-top:10px;position:absolute;
}
.playButton:hover {background: #0090C6;text-decoration: none;color: white;}



.tree-view .group
{

}
.tree-view .group-c
{
}
.tree-view .items{
	margin-left:12px;
}

.tree-view .selected{
}

.tree-view .group-c .items{
	margin-left:12px;
	display:none;
}


.tree-view .icon, .tree-view .open, .tree-view .node, .vis, .hdn{
	background-image:url('treeicons.png');
	height: 16px;
	width: 16px;
	display:block;
	float:left;

}

.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;
	white-space: nowrap;
}

.tree-view .item{
	margin-left:16px;
}
.tree-view .label{
	height: 18px;
	padding-left:4px;
	padding-right:4px;
	display:inline-block;
	padding-top:0px;
	font-family: "Segoe UI",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12.73px;
	white-space: nowrap;
}


.tree-view .item:hover .label,.tree-view .gitem:hover .label{
 background-color:#E5F3FB;
}

.tree-view .selected .label,.tree-view .selected:hover .label{
 background-color:#007ACC;
 color:white;
}
