.angular-ui-tree {
}

.angular-ui-tree-placeholder {
	position:relative;
    border: 3px dashed #bbb;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    text-align:center;
}

.angular-ui-tree-placeholder:before{
	content:'并且';
	color:#E94B3B;
	positon:absolute;
	font-size: 14px;
    line-height: 33px;
    font-weight: bold;
}

.angular-ui-tree-nodes {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 20px;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-placeholder{
	min-height: 100px;
}

.angular-ui-tree-hidden {
    display: none;
}

.angular-ui-tree-handle {
    cursor: move;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8;
    max-width:100px;
    overflow:hidden;
}
.tree-node{
	padding:6px;
	margin:1px 0;
}
.ui-tree-disabled{
	background-color:#f6f6f6;
	cursor:default;
}
.ui-tree-close{
	position:absolute;
	right:2px;
}

.dropable{
 	padding:20px 0;
    border:2px solid transparent;
    text-align: left;
    text-indent: 1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
 }
 .dropable .fa{
 	display:none;
 	margin-left:5px;
 	text-indent: 0;
 	cursor:pointer;
 }
 .dropable .selectedTag{
 	position:relative;
 }
 .dropable .selectedTag:hover .fa{
 	display:inline-block;
 }
 .dropable .selectedTag:after{
 	content:'or';
 	position: absolute;
    bottom: -1em;
    right:1em;
 }
 .dropable .lastTag.selectedTag:after{
 	display:none;
 }
 .dropwarp{
 	padding-bottom:10px;
 }
 
 .dropwarp .angular-ui-tree-placeholder{
 	border-width:1px;
 }
 .dropwarp .angular-ui-tree-placeholder:last-child{
 	display:none;
 }
 .dropwarp .angular-ui-tree-placeholder:before{
 	content:'或者';
 }
  .dropwarp .tree-node{
 	padding:0;
 }
 .dropwarp:after{
 	content:'and';
 	position: absolute;
    bottom: -.5em;
    color:#767676;
 }
.dropwarp.lastTag:after{
	display:none;
}
