/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.chart { height: 159px; width: 332px; margin: 5px; margin: 5px auto; border: 3px solid #DDD; border-radius: 3px; }
.node { color: white;  background-color: #1C95BF; border: 1px solid #004962; border-radius: 5px; padding: 10px; box-shadow: 3px 3px 1px rgba(0,0,0,.3);}
.node.selecionado { color: white;  background-color: #004962; border: 1px solid #1C95BF; border-radius: 5px; padding: 10px; box-shadow: 3px 3px 1px rgba(0,0,0,.3);}
.node p { font-size: 15px; height: 15px; padding: 3px; margin: 0; }
.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: 10px; height: 10px; display: block; border: 1px solid white; border-radius: 50%; position: absolute; top: 3px; right: 4px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: white; }
.Treant > .node img {	border: none; float: left; }
