
.phi4-tree-container
{
	cursor: pointer;
}

.phi4-tree-header
{
	display: flex;
	background-color: #f0f0f0;
	height: 25px;
	width: 100%;
}
.phi4-tree-body
{
	width: 100%;
	height: calc(100% - 28px);
	overflow: auto;
}


.phi4-tree-grippy
{
	width: 4px;
	height: 20px;
	cursor: col-resize;
	z-index: 1000;
}
.phi4-tree-cell-spacer
{
	width: 4px;
	height: 20px;
	z-index: 1000;
}

.phi4-tree-grippy-line
{
	width: 1px;
	height: 20px;
	background-color: #999999;
	margin-left: auto;
	margin-right:auto;
}


.phi4-tree-header-label
{
	font-family: arial;
	color: #666666;
	font-size: 12px;
	margin-top: auto;
	margin-bottom: auto;

	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.phi4-tree-row
{
	display: flex;
	height: 24px;
	width: 100%;
}
.phi4-tree-row:nth-child(odd)
{
	background-color: #ffffff;
}
.phi4-tree-row:nth-child(even)
{
	background-color: #eeeeee;	
}
.phi4-tree-icon
{
	flex: 0 0 auto;
	font-size: 16px;
	margin-right: 5px;
	width: 20px;	
}

.phi4-tree-cell
{
	display: flex;
	font-family: arial;
	color: #666666;
	font-size: 12px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 5px; 		
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	position: relative;
}

.phi4-tree-open
{
	flex: 0 0 auto;
	font-size: 16px;
	margin-right: 5px;
	width: 20px;
	cursor: pointer;
}

.phi4-tree-indent
{
	flex: 0 0 auto;
	font-size: 16px;	
}
.phi4-tree-row-selected
{
	background-color:rgba(0,121,237,.1) !important;	
	outline: 1px solid rgba(0,121,237,.3);		
}

#phi4-tree-text-field
{
	font-family: arial;
	color: #666666;
	font-size: 12px;
	padding-left: 5px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.phi4-tree-cell-content
{
	flex: 1 1 auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	user-select: none;

	-webkit-touch-callout: 	none; /* iOS Safari */	
  -webkit-user-select: 		none; /* Safari */
  -khtml-user-select: 		none; /* Konqueror HTML */
  -moz-user-select: 			none; /* Firefox */
  -ms-user-select: 				none; /* Internet Explorer/Edge */
  user-select: 						none; /* Non-prefixed version, currently	*/
	position: 							relative;
}




.phi4-tree-cell-content-edit
{

}

.phi4-tree-checkbox
{
	font-size: 16px;
	margin-left: 3px;
}

.phi4-tree-row-padding
{
	flex: 1 0 auto;
	position: relative;
}

.phi4-tree-sort-direction
{
	width: 15px;
	height: 20px;
	font-size: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.phi4-tree-column-visibility-button
{
	width: 			20px;
	height: 		20px;
	font-size: 	15px;
	cursor: 		pointer;
	color:			#666666;
	position: 	absolute;
	top: 				3px;
	right: 			3px;	
}

.phi4-tree-column-visibility-popup
{
	background-color: #f0f0f0;
	border: 					1px solid #666666;
	position: 				absolute;
	display: 					flex;
	flex-direction: 	column;
	font-family: arial;
	color: #666666;
	font-size: 12px;
	padding: 4px;
}

.phi4-tree-column-visibility-item
{
	flex: 1 0 auto;
	color: #666666;
	font-size: 12px;
	height: 20px;
	display: flex;
	justify-content: flex-start;
}

.phi4-tree-column-visibility-item:hover
{
	background-color:rgba(0,121,237,.1);	
	outline: 1px solid rgba(0,121,237,.3);		
}

.phi4-tree-column-visibility-check
{
	color: #666666;
	font-size: 12px;
	height: 20px;
	width: 20px;
	font-size: 15px;
}


#phi4-tree-drag-row-element
{
	min-width: 10px;
	min-height: 10px;
	position: absolute;
	background-color:rgba(0,121,237,.1);	
	border: 1px solid rgba(0,121,237,.3);	
	z-index:4000;		
}

#phi4-tree-drag-no
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 20px;
	height: 20px;
	font-size: 20px;		
	color: red;
	z-index: 4002;
}

#phi4-tree-drag-sibling
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #666666;
	z-index: 4001;	
}


#phi4-tree-drag-child
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 20px;
	height: 20px;
	font-size: 20px;	
	color: #666666;
	z-index: 4001;	
}
	