#treeview {margin:20px 0;}
#treeview li {
	margin:6px 0;
	list-style-type:none;
	cursor: pointer;
	line-height: 23px;
}
#treeview li a {text-decoration: none;}
#treeview li small {color:#333;}

#treeview .folder {margin-left:0}
#treeview .folder > ul {display: none;}
#treeview .folder > b {
	display: inline-block;
	margin: 0 3px -2px -20px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #2c97de;
	background-image: url('/view/images/css/plus_c.png');
	background-repeat: no-repeat;
	background-position: center;
}
#treeview .folder.open > b {
    background-image: url('/view/images/css/minus_c.png');
}

#treeview li span:first-child {
	display: inline-block;
	margin: 0 6px -2px -20px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: solid 1px #aab5ba;
	background: #fff;
	background-position-x: 0%;
	background-position-y: 0%;
}
#treeview li span:last-child {color: #B2B2B2;font-weight:normal;}
#treeview li.selected {font-weight: bold;}
#treeview li.selected > span:first-child {
	background: radial-gradient(circle, #2c97de 42%, #fff 47%, #fff 100%);
}


/*	кнопки */
#approveBtn,
#rejectBtn,
#nextBtn {
	min-width: 120px;
}

/*	плашки */
.reason-tag {width: 150px;}
.reason-tag.active {opacity: 0.3;}


#itemModerationTable mark {font-size: 30px;}

