//
// Treeview
// --------------------------------------------------

span.dynatree-active a{
	color:$color-master-dark !important; 
	background-color: transparent !important;
}

span.dynatree-selected a{
	color: $color-success-dark;
}

ul.dynatree-container{
	background-color: transparent;
	a:hover{
		color: $color-master;
		opacity: 0.7;
		background-color: transparent;
	}
}

ul.dynatree-container a{
	color: $color-master;
}