/* Custom Kendo TreeView CSS for AtHoc
 * -------------------------- */

#divTreeviewBucket div.row {
	background-image: transparent;
}
 
 
 
 .k-widget {
	 display:contents;
 }
 
 li.list-group-item div {
	 white-space: nowrap;
 }
 
 .k-treeview span.k-in {
	cursor: default;
	margin: -8px 0 01px .2em;
	padding: 0px .3333em 1px .25em;
	line-height: 1.333em;
	display: inline-block;
 }
 
 .k-treeview .k-item {
	display: block;
	border-width: 0;
	margin: 05px 0 0 0;
	padding: 0 0 0 16px;
}

.kItemLink {
	width: auto;
	position: relative;
	float: right;
	display: "inline-block";
	color:#080808;
}

.kItemText {
	width: auto;
	position: relative;
	float: left;
	display: "inline-block";
}

.k-treeview li.k-item {
	/*background-image: linear-gradient(#fafafa, #dadada, #fafafa);
	border: 1px solid #fbdd94;
	border-radius: 5px;*/
	line-height: auto !important;
}

span.child {
	width: auto !important;
	white-space: normal !important;
	display: inline-block !important;
	word-wrap: break-word !important;
	position: relative !important;
	word-break: break-all !important;
	max-width:380px !important;
}

#groupSelectorContent div.cond-panel div.hierarchy-pill {
	white-space: normal !important;
	display: inline-block !important;
	word-wrap: break-word !important;
	position: relative !important;
	word-break: break-all !important;
	max-width: 380px !important;
	border-top: 1px solid #c6c6c6;
}

.k-treeview li.k-item div:hover {
	cursor: pointer;
	/*background-image: linear-gradient( #bcb4b0, lightgrey, #bcb4b0);*/
	/*border-radius: 5px;*/
}

.k-treeview li.k-item div *:hover {
	background-color:transparent;
}

.k-treeview .k-in.k-state-hover,
.k-treeview .k-in.k-state-focused,
.k-treeview .k-in.k-state-selected {
    color: #464646;
    border-color: transparent;
    background-color: #735594;
}

.k-state-focused.k-state-selected {
	cursor:pointer;
	box-shadow:none;
}

.k-treeview .k-i-collapse, .k-treeview .k-i-expand, .k-treeview .k-i-minus, .k-treeview .k-i-plus {
	margin-top: -0.5em;
	margin-left: -16px;
	cursor: pointer;
}



.demo-header {
	text-align: center;
	color: firebrick;
}

.demo-section {
	position:relative;
    margin-top: -16px;
	margin-left:auto;
	margin-right:auto;
	max-width: 660px;
	padding:5px;
	box-sizing: border-box;
}