.treegrid-indent {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.treegrid-expander {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.treegrid-expander-expanded {
	background-image: url(img/collapse.png);
}
.treegrid-expander-collapsed {
	background-image: url(img/expand.png);
}
.treegrid-expanded,
.treegrid-collapsed {
	cursor: pointer !important;
}
table tr.level-1.treegrid-expanded {
	font-weight: bold;
	color: #F00;
}
table tr.level-2.treegrid-expanded {
	font-weight: bold;
	color: #063;
}
table tr.level-3.treegrid-expanded {
	font-weight: bold;
	color: #6F6F6F;
}

table.tree tr td > .form-control{
	padding: 1px 5px;
	margin:0;
    height: auto;
    width: 100%;
    max-width: 130px;
}
