ul.dynatree-container {
	font-size: 1em;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
}

.dynatree-container .label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
}

span.dynatree-node {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	padding: 5px;
}

.dynatree-has-children a.dynatree-title {
	flex: 1;
}

span.dynatree-expander {
	display: none;
}

.dynatree-modal-info {
	background-color: #44a2d1;
	display: block;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: white;
}

.dynatree-modal-info p:last-child {
	margin: 0;
}

span.dynatree-connector {
	display: none;
}

ul.dynatree-container li {
	background: none;
}

.dynatree-has-children .dynatree-title {
	font-weight: bold;
	display: block;
}

span.dynatree-active a, span.dynatree-active a:hover, ul.dynatree-container a:hover
	{
	background: none !important;
}

span.dynatree-node {
	transition: all 0.3s ease;
}

span.dynatree-active, span.dynatree-node:hover {
	background-color: #e3f6ff;
	cursor: pointer;
}

span.dynatree-icon {
	font-family: 'Font Awesome 6 Free';
	background: none;
	color: #338cff;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dynatree-has-children span.dynatree-icon {
	font-weight: 900;
	color: green;
}

span.dynatree-icon::before {
	content: "\f35a";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.dynatree-has-children span.dynatree-icon::before {
	content: "\2b";
}

.dynatree-expanded span.dynatree-icon {
	color: red;
}

.dynatree-expanded span.dynatree-icon::before {
	content: "\f068";
}

.dynatree-node .btn-valor {
	margin-left: 5px;
}

.dynatree-node .btn-valor i {
	margin-left: 5px;
}