/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }


/* .Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; right: 1px; cursor: pointer; } */

.Treant .collapse-switch {
    width: 100%;
    height: 10px;
    display: block;
    /* border: 1px solid black; */
    background: lightgrey;
    position: absolute;
    /* top: 1px; */
    right: 0px;
    left: 0px;
    cursor: pointer;
    bottom: 0px;
}

.Treant .collapsed .collapse-switch { background-color: darkorange; }
.Treant > .node img {	border: none; float: left; }

.Treant > .node {  }
.Treant > p { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: bold; font-size: 12px; }

.node-name { 
  font-weight: bold;
  margin: 0px;
}

.node-title { 
  /* font-weight: bold; */
  margin: 0px;
}

.nodeTreant {
    /* padding: 2px 16px; */
    padding-top: 10px;
    padding-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    /* border: 1px solid #000; */
    /* border-bottom: 1px solid #8a8a8a; */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 300px;
    font-family: Tahoma;
    font-size: 12px;
    transition: 0.3s;
}

.nodeTreant:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

.nodeExample1 img {
    margin-right:  10px;
}

.gray {
    background-color: #909090;
}

.light-gray {
    background-color: #D3D3C7;
}

.blue {
    background-color: #A2BDFD;
}