div#details {
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    border-radius: 5px;
    /*border: 1px solid #EEEEEE;*/
}

div#details > div {
	display: none;
}
div#details > div:first-child {
	display: block;
}
div#details.update > div.update, div#details.create > div.create {
	display: block;
    overflow: hidden;
}
div#details.update > div:first-child, div#details.create > div:first-child {
	display: none;
}

/*.tree .noportfolio > .title {*/
    /*background-color: rgba(7, 103, 123, 0.50);*/

/*}*/

.tree .noportfolio > .title:before{
    content: "\e101";
    font-family: 'Glyphicons Halflings';
    vertical-align: middle;
    line-height: 1;
    padding-right: 3px;
    font-weight: 400;
}

/*.tree .noportfolio.selected > .title {*/
    /*background-color: rgba(7, 103, 123, 1);*/
/*}*/