/* optional Container STYLES */
/*.chart { height: 600px; margin: 5px; width: 900px; }*/
.Treant > .node { padding: 3px; border: 1px solid #484848; border-radius: 3px; }
.Treant > .node img { width: 100%; height: 100%; }

.Treant .collapse-switch { width: 100%; height: 100%; border: none; }
.Treant .node.collapsed { background-color: #DEF82D; }
.Treant .node.collapsed .collapse-switch { background: none; }

.node-data, .node-desc {
    /*text-decoration: underline;*/
    font-weight: bold;
}

.node p{
    margin: 0;
    padding: 0;
}

.nodeExample1 {
    width: 100px;
    /*height: 100%;*/
    background-color: #04ECC7;
    font-family: Helvetica;
    color: black;
    font-size: 12px;
    /*line-height: 1.2;*/
    padding: 10px 0 !important;
    border: none !important;
    border-radius: 12px !important;
    text-align: center;
}

.Calculado {
    background-color: #00003E;
    color: white;
}

.Nivel1 {
    /*background-color: #04ECC7;*/
    background-color: #00003E;
    font-size: 11px;
    font-weight: bold;
    width: 150px;
    color: white;
}

.Nivel2 {
    background-color: #04ECC7;
    font-size: 11.5px;
    font-weight: bold;
    width: 150px;
    color: black;
}

    .Nivel2.Calculado, .Nivel2.Aire {
        background-color: #00003E;
        color: white;
    }

.Nivel3 {
    background-color: #04ECC7;
    color: black;
}

    .Nivel3.Calculado {
        background-color: #00003E;
        color: white;
    }

.Nivel1.collapsed{
	background-color: #87B9CE !important;
	color: black;
}
.Nivel2.collapsed{
	background-color: #F8C98E !important;
	color: black;
}
.Nivel3.collapsed{
	background-color: #80D2D8 !important;
	color: black;
}
