﻿.angular-ui-tree {

}

.angular-ui-tree-nodes {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
	padding-left: 20px;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0 0;
	min-height: 20px; 
	line-height: 20px;
}

.angular-ui-tree-hidden {
	display: none;
}

.angular-ui-tree-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f0f9ff;
	border: 2px dashed #bed2db;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.angular-ui-tree-empty {
	min-height: 30px;
	background: #f0f9ff;
	border: 2px dashed #bed2db;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.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;
  
	background: #f8faff;
	color: #7c9eb2;
}

.angular-ui-tree-drag {
	position: absolute;
	pointer-events: none;
	z-index: 999;
	opacity: .8;    
}

.angular-ui-tree-handle:hover {
	color: #438eb9;
	background: #f4f6f7;
	border-color: #dce2e8;
}

.tree-handle-icon {
	display: inline-block;
	top: 5px;
	left: 0;
	position: absolute;
	margin: 0;
	border-width: 1px 1px 0 0;
	text-align: center;
	padding: 0 !important;
	width: 46px;
	line-height: 46px;
	min-height: 46px;
	text-shadow: none !important;
	border: 1px solid #DEE4EA;
	background: rgba(0,0,0,0.1) !important;
	overflow: hidden;
	z-index: 1;
}

.tree-handle-icon.large {
	line-height: 87px;
	min-height: 87px;
}

.tree-handle-content {
	cursor: default;
	padding-left: 41px;
	width: 100%;
	min-height: 26px;
	line-height: 26px;
	padding: 10px 10px 10px 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dae2ea;
}

.angular-ui-tree-handle.selected {
	background-color: #4f99c6 !important;
	color: #fff;
}
.angular-ui-tree-handle.selected .tree-handle-icon {
	border-right: 1px solid #EEE;
	
}
