
/*
.treeview span.icon {width: 22px !important;}
.expand-icon {border: 1px solid #999; width: 22px !important; padding: 2px; text-align: center; border-radius: 5px}
.node-selected .expand-icon {border: 1px solid #FFF;}
.expand-icon:hover {color: #0d6aad; border-color: #0d6aad}

#tree .badge {
	padding: 0;
}
.node-tree.search-result {
	background: #337ab7;
	color: #FFF;
}
.node-tree.search-result:hover {
	background: #286090 !important;
}

.search-result .expand-icon:hover {color: #FFF; border-color: #FFF}
*/


.subcat {
	display: none;
}
.root-tree .text-muted {
	background: #f3f3f3;
	color: #999;
}
.root-tree .text-muted .text-muted {
	color: #C79E9E;
}
.root-tree {
	color: #000;
}

.root-tree .fa-plus, .root-tree .fa-minus {
	cursor: pointer;
}

.subcat > .row {
	border-top: 1px solid #F5F5F5;
	-webkit-transition: all 0.1s ease; transition: all 0.1s ease;
}

.root-tree .row > div {
	padding-top: 2px;
	padding-bottom: 2px;
}
.root-tree .subcat{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.root-tree .row:hover {
	background: rgba(100,100,100,0.1);
}

.sort_edit {
	display: none;
}

.root-tree .fa {
	width: 19px;
	text-align: center;
}

.root-tree a.fa {
	cursor: pointer;
	text-decoration: none;
}

.row.th {
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #F5F5F5;
}

.sortable {
	display: block;
	padding: 10px;
	-webkit-border-radius: 5px; border-radius: 5px;
}
.sortable li {
	list-style: none;
}
.sortable .menuDiv {
	margin: 4px;
	cursor: move;
	background: #ECF1F9;
	padding: 5px 3px;
	-webkit-border-radius: 3px; border-radius: 3px;
	border: 1px solid #CCC;
	-webkit-transition: all 0.1s ease; transition: all 0.1s ease;
}
.sortable .menuDiv:hover {
	background: #B6D3F8;
}

.sortable ol, .sortable .ul{padding-left: 40px;}
.category-angle {
	position: relative;
}
.category-angle:nth-last-child(2)::before {
	content: "";
	border-left: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	height: 25px;
	width: 14px;
	margin-left: 11px;
	display: block;
	left: 0;
	top:-28px;
	position: absolute;
}

.text-muted td {
	background: #f3f3f3 none repeat scroll 0 0;
	color: #999;
}

.sortable_item input[type='number'] {
	width: 40px;
}

.modal-frame{
	height: 80%;
}
.modal-frame .modal-content{
	height: 100%;
}
.modal-frame .body{
	height: 100%;
}

.parameter_item_in_list{
	background: #D9EFF9; padding: 0 3px;
	display: inline-block;
	margin: 1px 3px;
}

.parameter_item_in_list::after{
	content: ", ";
}
.parameter_item_in_list:last-child::after{
	content: "";
}