.modal-btn{
    float: right;
    display: block;
    font-size: 26px;
    border:0;
    color:#bce8f1;
}
.modal-btn:hover{
	color:#bce8f1;
	background: #ebf3ee;
}
.modal-btn:nth-child(2){
	border-radius: 0;
}
.modal-dialog{
	 width:92%;
}
.modal-header{
	width:100%;
	padding:0;
}
.modal-header .modal-title{
	padding:15px;
}
.modal-header:hover{
	cursor:move;
}
.modal-body,.modal-footer{
	min-height: 100px;
}
.row{
	width:98%;
}
.row > div{
	border:1px solid #bfabab;
	margin-left: -1px;
	height:550px;
}
.row > div > h3{
	text-align: center;
}
#setBtn{
	margin-left: 20px;
	margin-top: 20px;
}

ul{
	padding-left:20px;
}
li{
	list-style-type:none;
}
.tree-node:hover{
	cursor:pointer;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
	color:#000;
}
ul li i:first-child{
	margin:0 5px;
}
.tree-table tr td span{
	margin:5px 10px;
}
.tree-table:hover{
	cursor:pointer;
}
.tree-table{
	text-align: center;
	height:100%;
	border-color: #bdacac;
	font-size: 8px;
}
.t-select{
	background: #dee7ea;
}
.t-default{
	background: #b1d6e8;
	font-weight: bold;
}
.tree-table .t-leaf{
	padding:5px 0;
}
.tree-table .td-title{
	padding:3px 0;
	font-weight: bold;
}
#select_tree_table table{
	background: #dee7ea;
}

#tree_data{
	word-wrap:break-word;
}