#body .main {
	overflow: visible !important;
}
/**
 *     让这个节点展现成一个树的样子.
 */
.trees-container{
    border: none;
    margin: 0;
    padding: 0;
    margin-top:10px;
}

.trees-container *{
    *box-sizing:border-box;
    border: none;
    margin: 0;
    padding: 0;
}



/******************************************/
/******************************************/
.tree-panel{
    width:100%;
    position:relative;  
    left: 10px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; 
}

.project{
    position: relative;
    height: auto;
}


.children{
    margin-left: 10px;
    padding-left: 25px;
    border-left: 1px solid #DDD;
    position: relative;
}

.project > .children{
    height:0;
    overflow:hidden;
    display: none;
}

.project.open > .children{
    overflow:visible;
    display: block;
}


/***********************************************/

.project > .name{
    margin-left: -50px;
    padding: 0 0 0 75px;
    z-index:1;
    position: relative;
}

.project > .name > .node-caption{
    height: 25px;
    line-height: 25px;
    font-size:14px;
    width: 96%;
    white-space: pre;
    padding: 0 !important;
	word-spacing: 0px;
}

.project > .name.has-description > .node-description{
    white-space: pre-wrap;
    height:20px;
    min-height:20px;
    overflow: hidden;
    color: #666;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px !important;
}

.project > .name .bullet{
    display: inline-block;
    margin-left: 1px;
    height: 18px;
    width: 18px;
    color: #666;
    text-indent: 5px;
    font-family: Arial;
    line-height: 19px;
    
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 105;
    display: block;
    position:relative;
    
    border-radius: 50% !important;
    font-size: 18px;
    text-indent: 6px;
	line-height :18px;
}

.project.has-children > .name .bullet{
    background: #78C0E4;
}

.project.open > .name .bullet {
    background: none;
}

.project > .name .bullet:hover{
    cursor:pointer;
    background:#0088cc;
    color: white;
    z-index:108;
}

/****************************************************/
.project > .name > .controls{
    width: 100%; /*XXX*/
    position: absolute;
    left:50px;
    top:0;
}

/**********************************************/
#plus-minus-button .overlappingElement:hover{
    cursor: pointer;
}

.project.open  #plus-minus-button .expandPlus{
    display: none;
}

.project.open #plus-minus-button .expandMinus{
    display: inline;
}

/**************************************************/
.highlight {
    height: 100%;
    width: 100%;
    *left: -5px;
    *padding: 2px 5px 1px;
    position: absolute;
    top: 0px;
    z-index: 0;
    box-sizing: border-box;
}


.project > .name:hover + .highlight{
    background-color: rgba(241, 241, 241, 0.08);
}

/*******************************************************/



/*↓↓↓↓↓↓↓↓↓↓↓↓↓一些辅助的元素↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/******/
#plus-minus-button{
    position: absolute;
    top:4px;
    left:-13px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    font-family: Times;
    display: inline;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index : 1001;
}

#plus-minus-button .overlappingElement{
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px
}

#plus-minus-button .expandPlus{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 18px;
    font-family: Times;
    display: inline-block;
    color:#CD3700;
}

#plus-minus-button .expandMinus{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    top: -10px;
    display: none;
    color:#CD3700;
}



/*******/

/*↑↑↑↑↑↑↑↑↑↑↑↑一些辅助的元素↑↑↑↑↑↑↑↑↑↑↑↑*/


#body .main #content {
	overflow: visible;
}


.bullet-container{
	width:19px;
	height:19px;
	position:absolute;
	left: 50px;
	z-index: 100;
	top:4px;
}

.project > .name > .controls > a.moved {
	display: none;
}

.project > .name:hover > .controls > a.moved {
	display: inline;
}

/*
 * 
 * 可编辑
 * 
 */
.editor-model {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    display: inline;
    position:absolute;
    left:-100%;
    filter: alpha(opacity=0);
    z-index: 101;
    opacity: 0;
}

.editor-model.fixed{
    opacity: 1;
}

.editor-model > textarea {
    display: block;
    background: transparent;
    resize: none;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
}

.editor-model.nameEditor > textarea {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height: 25px;
    font-size: 14px !important;
    white-space: pre;
}

/*下面是编辑node-description的css*/

.desEditor{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px !important;
    display: block;
    background: transparent;
    resize: none;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 20px;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    word-wrap: pre-wrap;
    vertical-align: top;
    display: inline;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow:none !important;
	
}


/****************drop触发器****************************/
.dropTarget {
    display: block;
    width: 820px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: -60px;
    *background-color: rgb(250, 248, 248);
}


.move-handler{
   width:20px;
   height: 20px;
   float: right;
   background-image: url("move_icon_black.png");
   background-repeat:no-repeat;
   cursor: pointer;
   margin-top: 2px;
   margin-right: 5px;
 }
 
.controls .move-handler{
    float: right;
	margin-right: 50px;
}

#sortDrop {
    position: relative;
    margin: -1px 10px 0 20px;
    height: 1px;
    overflow: visible;
}

#sortDrop div {
    position: absolute;
    top: 2px;
    left: 0px;
    background-color: #aaa;
    height: 2px;
    width: 100%;
}

.project.moving #sortDrop div{
    background-color : transparent;
}

/*当拖动的时候, 背景色不去掉.*/
.project.moving .highlight{
    background-color: rgb(250, 250, 250);
}

#tools-left{
	position: absolute;
	background: #ddd;
	border: 1px solid #bbb;
	width: 58px;
	padding: 10px 0 5px 15px;
	margin-bottom: 10px;
	border-top-left-radius: 15px !important;
	-moz-border-radius-topleft: 15px !important;
	border-bottom-left-radius: 15px !important;
	-moz-border-radius-bottomleft: 15px !important;
	border-bottom-right-radius: 15px !important;
	-moz-border-radius-bottomright: 15px !important;
	color: #888888;
	z-index: 1000;
	left: -88px;
	top: 3px;
	display: block;
	text-align: center;
}

#tools-left .handle{
    position: absolute;
    top: -1px;
    left: 100%;
    width: 32px;
    height: 18px;
    background: #ddd;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom-right-radius: 15px  !important;
    -moz-border-radius-bottomright: 15px !important;
    border-top-right-radius: 15px !important;
    -moz-border-radius-topright: 15px !important;
    display: block;
    text-align: right;
}


#tools-left a{
    visibility:visible;
    opacity: 1;
    filter:alpha(opacity=0);
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
    margin-right: 10px;
    width: auto;
    height: auto;
    cursor: pointer;
    border-bottom:1px solid #666666;;
    text-decoration: none;
    z-index: 1;
    color:#666666;
    vertical-align: baseline;
}

/*??*/
#tools-left a:not(.active):hover {
    visibility:visible;
    *text-decoration: underline !important;;
    cursor: pointer;
     opacity: 1;
    filter:alpha(opacity=100);
    color:black;
}

#tools-left .handle div._bullet{
	display: inline-block;
	height: 18px;
	width: 18px;
	text-indent: 2px;
	font-size: 24px;
	font-family: Arial;
	line-height: 19px;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-khtml-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: pointer;
	background: #aaa;
	text-align: center;
	color: #666;
}

#body .main #side-bar>dl dd{
	margin-top : 0 !important;
}

.btn-group button{
	*margin-left: 1px !important;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

