/* Left tree style */
.div_tree_item{
  display:block;    
}

.div_tree_item .div_main_b{
  /*float:left;*/
  display:block;
  /*width:253px;*/
  border-left:1px transparent solid;
  border-top:1px transparent solid;
  border-bottom:1px transparent solid;
}


.div_tree_item .div_main_b.selected{
  border-left:1px #dcdcdc solid;
  border-top:1px #dcdcdc solid;
  border-bottom:1px #dcdcdc solid;
}

.div_tree_item .div_main{
  /*float:left;*/
  display:block;
  /*width:251px;*/
  border-left:1px transparent solid;
  border-top:1px transparent solid;
  border-bottom:1px transparent solid;  
  padding:8px 0px;
}


.div_tree_item .div_main_b.selected .div_main{
  border-left:1px #fcfcfc solid;
  border-top:1px #fcfcfc solid;
  border-bottom:1px #fcfcfc solid;
  background-color: #f2f2f2;
}

.div_tree_item .div_main.hovered{
  border-left:1px #fcfcfc solid;
  border-top:1px #fcfcfc solid;
  border-bottom:1px #fcfcfc solid;
  background-color: #f2f2f2;     
}

.div_tree_item .div_target{
  display:block;
  border-top:1px #dcdcdc solid;
  border-bottom:1px #dcdcdc solid;
  /*width:252px;*/
  display:none;
}

.div_tree_item .div_open_close{
  float:left;
  width:18px;
  height:18px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left:3px;
  margin-right:5px;
  visibility:hidden;
  cursor:pointer;  
}

.div_tree_item .div_open_close.visible{
  visibility:visible;
}

.div_tree_item .div_label{
  /*float:left;*/
  /*width:225px;*/
  display:block;
  margin-left:5px;
  text-decoration: none;
  line-height:18px;
  font-size:13px;
}

.div_tree_item.show .div_label{
  margin-left:48px;   
}

.div_tree_item.show .div_target .div_label{
  margin-left:60px;
}

.div_tree_item.show .div_target .div_target .div_label{
  margin-left:72px;
}

.div_tree_item .div_label span{
  color:#999999;
}

.div_tree_item .div_main_b.selected .div_label{
  color:#414141;
  cursor: default;
}

.div_tree_item .div_label:hover{
  text-decoration: underline;
}

.div_tree_item .div_main_b.selected .div_label:hover{
  text-decoration: none;  
}

/* 1. SubTree */
.div_tree_item .div_tree_item{
  /*width:252px;*/
}
.div_tree_item .div_target{
  background-color: #e2e2e2;
  margin-bottom:13px;
}
  

.div_tree_item .div_tree_item .div_main{
  padding:3px 0px;
}

.div_tree_item .div_tree_item .div_label{
  font-size:12px;
  /*width:210px;*/
}


.div_tree_item .div_tree_item.show .div_label{
  /*width:194px;*/
}

.div_tree_item .div_tree_item.show .div_tree_icon{
  margin-top:0px;
}

.div_tree_item .div_tree_item .div_open_close{
  margin-left:15px;
}

.div_tree_item .div_tree_item .div_target{
  border-top:1px #d3d3d3 solid;
  border-bottom:1px #d7d7d7 solid;
}        

/* 2. SubTree */
.div_tree_item .div_tree_item .div_tree_item{
  /*width:252px;*/
}

.div_tree_item .div_tree_item .div_target{
  background-color: #dedede;
  margin-bottom:13px;
}

.div_tree_item .div_tree_item .div_tree_item .div_label{
  font-size:11px;
  /*width:200px;*/
}

.div_tree_item .div_tree_item.show .div_label{
  /*width:184px;*/
}

.div_tree_item .div_tree_item.show .div_tree_icon{
  margin-top:1px;
}


.div_tree_item .div_tree_item .div_tree_item .div_open_close{
  margin-left:25px;
}

.div_tree_icon{
  float:left;
  width:16px;
  height:16px;
  background-repeat: no-repeat;
  background-position: cente center;
  margin-top:1px;
  margin-right:6px;
}

.div_tree_icon.typ_0{
  background-image: url('../images/ico_l_text.png');
}

.div_tree_icon.typ_1{
  background-image: url('../images/ico_l_open.png');
}

.div_tree_icon.typ_2{
  background-image: url('../images/ico_l_test.png');
}



/*
 Upravení stromu pro teacher forced
*/

#div_parent_c_tree .div_tree_item .div_open_close{
  display:none;
}

#div_parent_c_tree .div_tree_item .div_tree_icon{
  margin-left:10px;
}



#div_parent_c_tree .div_tree_item .div_main{
  width:100%;
  border-left:1px transparent solid;
  border-top:1px transparent solid;
  border-bottom:1px transparent solid;
  border-bottom:1px transparent solid;
  -moz-border-radius: 2px;
  border-radius: 2px;    
}

#div_parent_c_tree .div_tree_item .div_main_b.selected .div_main{
  border-left:1px #fcfcfc solid;
  border-top:1px #fcfcfc solid;
  border-bottom:1px #fcfcfc solid;
  border-right:1px #fcfcfc solid;
  background-color: #f2f2f2;
  width:100%;
}

#div_parent_c_tree .div_tree_item .div_main.hovered{
  border-left:1px #282828 solid;
  border-top:1px #282828 solid;
  border-bottom:1px #282828 solid;
  border-right:1px #282828 solid;
  background-color: #424242;     
  width:100%;
  color:white;
}

#div_parent_c_tree .div_tree_item .div_label:hover{
  color:white;
}



.assignToRight .div_tree_item .div_main_b{
  border-left:none;
  border-right:1px transparent solid;
}

.assignToRight .div_tree_item .div_main_b.selected{
  border-left:none;
  border-right:1px #dcdcdc solid;
}

.assignToRight .div_tree_item .div_main{
  border-left:none;
  border-right:1px transparent solid;
}

.assignToRight .div_main_b.selected .div_main{
  border-left:none;
  border-right:1px #fcfcfc solid;
}
 
.assignToRight .div_tree_item .div_main.hovered{
  border-left:none;
  border-right:1px #fcfcfc solid;
}

.assignToRight .div_target{
  margin-left:1px;
}