body { 
    margin-right:-20px;
}
#tree-container{
    text-align: center;
    border: 1px solid #bbb;
    margin:25px 0px 10px 5px;
}



.overlay{
    background-color:#fff;
    width:100% !important;
}

/* Botons acció*/

#botonsAccio .btn-primary{
    margin:0 auto;
    background-color: #888888!important;
    border:0px solid #fff;
    margin:5px 0px 5px 0px;
    font-size:12px;
    color:white !important;
}

#botonsAccio .btn-primary:hover{
    opacity:0.8 ;
    color:white !important;
}

/* Profile */

#profile-container{
    border: 1px solid #bbb;
    width:auto;
    height:800px;
    margin:25px 5px 10px 5px;

}

#profile-container .panel-heading{
    background-color: #C6C6C6;
    border-bottom: 1px solid #bbb;
    padding: 10px 10px;
}

#profile-container .panel-title{
    font-size: 20px;
}

#profile-container #investigadorRoot{
    background-color: #F5F5F5;
    margin: -15px;
    padding:15px 20px 25px;
    border-bottom: 1px solid #ddd;
    overflow:hidden ;
}

#profile-container #investigadorRoot ul{
    list-style: none;
    padding: 0px; 
}

#profile-container #investigadorRoot ul li{
    font-size: 13px;
}

#profile-containerul #investigadorRoot li h4{
    font-size: 13px;
}

#profile-container #investigadorRoot .btn-primary{
    margin:0 auto;
    background-color: #888888!important;
    border:0px solid #fff;
    margin:5px 0px 5px 0px;
    font-size:12px;
    color:white !important;
}

#profile-container #investigadorRoot .btn-primary:hover{
    opacity:0.8 ;
    color:white !important;
}


#profile-container #selectedNode{
    margin-top: 50px;
}

#profile-container  #selectedNode .panel-heading{ 
    background-color: #DDDDDD;
}

#profile-container  #selectedNode .panel-title{ 
    font-size: 17px;
}

#profile-container  #selectedNode .panel-body{ 
    background-color: #fff;
}

#profile-container #selectedNode ul{
    list-style: none;
    padding: 0px; 
}

#profile-container #selectedNode ul li{
    font-size: 13px;
}

#profile-containerul #selectedNode li h4{
    font-size: 13px;
}

#profile-container #selectedNode .btn-primary{
    margin:0 auto;
    background-color: #888888!important;
    border:0px solid #fff;
    margin:5px 0px 5px 0px;
    font-size:12px;
    color:white !important;

}

#profile-container #selectedNode .btn-primary:hover{
    opacity:0.8 ;
    color:white !important;

}


.node {
    cursor: pointer;
}


.node circle {
    fill:#fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

/*  .parent circle {
    fill:#fff;
    stroke: yellow !important;
    stroke-width: 5px !important;
  }*/

.node text {
    font-size:20px; 
    font-family:sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.templink {
    fill: none;
    stroke: red;
    stroke-width: 3px;
}

.container-fluid {
    height: 900px;
}

.row {
    position: absolute;
    width: 94%;
    margin: 0% 3%;
    left: 0px;
}

.oculto{
    display: none;

}

.panel-body p{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.0;
}


.selectedSquare {
    opacity : 0.2;
    fill: red;
}

.textoOculto {
    display: none;
}