.angular-ui-tree-handle {
	border-right: 2px solid #d4d4d4;
	color: #484848;
	padding: 11px 15px;
}

.angular-ui-tree-handle:hover {
	color: #438eb9;
	background: #f4f6f7;
}

.angular-ui-tree-placeholder {
	background: #f0f9ff;
	border: 2px dashed #bed2db;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.group-title {
	background-color: #f5f5f5 !important;
	color: #484848 !important;
}

.tree-node {
	border: solid 2px #d4d4d4;
	margin: 5px 0;
}

.tree-node-content {
	line-height: 1.5em;
	padding: 10px !important;
}

.modal-header h3 {
	margin: 0;
}

.modal-footer {
	margin-top: 0;
}