.css_three .miolo {
	/*border: 1px solid #abd1f1;*/
}

.css_three .miolo > div {
	padding: 8px;
}

.css_three .miolo .body li {
	list-style-type: disc;
	margin-left: 16px;
}

.css_three .children > ul > li{
	position: relative;
	list-style: none;
	/*display: table;*/
}

.css_three .children > ul {
	margin-left: 25px;
}

.css_three li .miolo {
	padding: 10px 0 0 0;
}
	
.css_three .children > ul > li:before {
	content: " ";
	position: absolute;
	border: 6px solid #abd1f1;
	border-width: 0 0 2px 2px;
	width: 13px;
	height: 30px;
	left: -13px;
	top: 0;
}

.css_three .children > ul > li:after {
	content: " ";
	position: absolute;
	border: 6px solid #abd1f1;
	border-width: 0 0 0px 2px;
	width: 13px;
	height: 100%;
	left: -13px;
	top: 0;
}

.css_three .children > ul > li:last-child::after{
	border: none;
}

.css_three .title{
	background-color: #69ade7 !important;
	border: solid #abd1f1;
	border-width: 1px 1px 0;	
	color: #FFF !important;

	padding: 8px;
	font-weight: bold;
	line-height: 1.42857143;
	vertical-align: top;
}

.css_three .title.disabled{
	  background-color: #abd1f1 !important
}

.css_three .children .title{
	cursor: pointer;
	position: relative;
}

.css_three .children > ul > li > .miolo > .title:after{
	position: absolute;
	right: 15px;
	top: 8px;
	content: "+";
}

.css_three .children > ul > li.open > .miolo > .title:after{
	content: "-";
}


.css_three .children > ul > li div.body{
	/*display: none;*/
	max-height: 0;
	transition: all 1s cubic-bezier(0.79,0,0.25,1);
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: solid #abd1f1;
	border-width: 0 1px 1px 1px;
}

/*ul li:hover  div.body,*/
.css_three .children > ul > li.open > .miolo > div.body{
	padding: 15px 0;
	display: block;
	max-height: 1500px;
}


/* looked */


.css_three li.locked > .miolo > .title{
	cursor: default;
}

.css_three li.locked > .miolo > .title:after{
	display: none;
}

/* no-title */

.css_three li.no-title > .miolo > .title{
	display: none;
}

.css_three .children li.no-title > .miolo > div.body{
	border-width: 1px;
}
