.treegrid-expander {
	vertical-align: middle;
}
.treegrid-expander-expanded:focus {
    outline: 2px solid black;
}
.treegrid-expander-collapsed:focus {
    outline: 2px solid black;
}
.treegrid-expander-expanded,
.treegrid-expander-collapsed {
	cursor: pointer;
}
tr.loading>td>.treegrid-container>.treegrid-expander::after {
	background: url('../images/loader.gif') center center no-repeat;
	border: 0;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}
.treegrid-move-indicator {
	border: 5px solid transparent;
	border-left-color: #000;
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	margin-top: -5px;
	margin-left: -6px;
}
.treegrid-container.dragging {
	margin-left: 0 !important;
	position: absolute;
}
