#pie {
    width: 360px;
    height: 360px;
    font-size: 11px;
}

#chartTanah {
    width: 400px;
    height: 400px;
    font-size: 11px;

}



#chartGedung {
    width: 400px;
    height: 400px;
    font-size: 11px;

}
#line {
    width: 100%;
    height: 340px;
    font-size: 12px;
}

#chartPT {
    width: 100%;
    height: 500px;
    font-size: 12px;
}

#chartdiv {
    width: 100%;
    height: 400px;
    margin : 20px;
}

#chartPCM {
    width: 100%;
    height: 400px;
    margin : 20px;
}

#legend {
    width: auto;
    height: auto;
    margin-left: 10px;
    float: left;
}

#legend .legend-item {
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#legend .legend-item .legend-value {
    font-size: 10px;
    font-weight: normal;
    margin-left: 22px;
}

#legend .legend-item .legend-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#legend .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}

#chartSiswa {
    width: 200px;
    height: 200px;
    font-size: 11px;
}

#legendSiswa {
    width: auto;
    height: auto;
    margin-left: 10px;
    float: left;
}

#legendSiswa .legend-item {
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#legendSiswa .legend-item .legend-value {
    font-size: 10px;
    font-weight: normal;
    margin-left: 22px;
}

#legendSiswa .legend-item .legend-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#legendSiswa .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}

#legendTanah {
    width: auto;
    height: auto;
    margin-left: 10px;
    float: left;
    display : grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#legendTanah .legend-item {
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#legendTanah .legend-item .legend-value {
    font-size: 10px;
    font-weight: normal;
    margin-left: 22px;
}

#legendTanah .legend-item .legend-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#legendTanah .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}

#legendGedung {
    width: auto;
    height: auto;
    margin-left: 10px;
    float: left;
    display : grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#legendGedung .legend-item {
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#legendGedung .legend-item .legend-value {
    font-size: 10px;
    font-weight: normal;
    margin-left: 22px;
}

#legendGedung .legend-item .legend-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#legendGedung .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}