﻿
.tile-ico {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 4vw;
    left: -2vw;
    margin-top: -2vw;
    height: 4vw;
    border-radius: 1.7vw;
    background-color: #f88939;
}
    .tile-ico img {
        max-width: 60%;
        max-height: 60%;
    }
.zoom .tile-ico {
    left: 1vw;
}
#cont-chart-1 {
    position: absolute;
    top: 0.5vw;
    left: 2vw;
    right: 66.66%;
    margin-right: 0.75vw;
    bottom: 0.5vw;
    background-color: white;
}

#chart-1-title {
}

#chart-1 {
    position: absolute;
    top: 7.5%;
    left: 1vw;
    right: 1vw;
    bottom: 1.5vw;
    font-size: 100%;
}
#cont-chart-1.zoom #chart-1 {
    left: 7vw;
}



#cont-chart-2 {
    position: absolute;
    top: 0.5vw;
    left: 33.33%;
    right: 20%;
    margin-left: 2.25vw;
    margin-right: 0.75vw;
    bottom: 50%;
    margin-bottom: 0.75vw;
    background-color: white;
}

#chart-2-title {
}

#chart-2 {
    position: absolute;
    top: 15%;
    left: 1vw;
    right: 1vw;
    bottom: 1.5vw;
    font-size: 100%;
}
#cont-chart-2.zoom #chart-2 {
    left: 7vw;
}



#cont-chart-3 {
    position: absolute;
    top: 0.5vw;
    left: 80%;
    right: 0.5vw;
    margin-left: 0.75vw;
    bottom: 50%;
    margin-bottom: 0.75vw;
    background-color: white;
}

#chart-3-title {
}

#chart-3 {
    position: absolute;
    bottom: 2vw;
    left: 1vw;
    right: 1vw;
    top: 15%;
    font-size: 90%;
}
    #chart_3 .item {
        height: 20%;
        line-height: 90%;
        font-size: 90%;
        margin-top: 0.3vw;
    }





#cont-chart-4 {
    position: absolute;
    top: 50%;
    left: 33.33%;
    right: 33.33%;
    margin-left: 2.25vw;
    margin-right: 0.75vw;
    bottom: 0.5vw;
    margin-top: 0.75vw;
    background-color: white;
}

#chart-4-title {
}

#chart-4 {
    position: absolute;
    bottom: 2.5vw;
    left: 3vw;
    right: 1vw;
    top: 15%;
    font-size: 90%;
}
#cont-chart-4.zoom #chart-4 {
    left: 7vw;
}

#chart_4 .item {
    height: 20%;
    line-height: 90%;
    font-size: 90%;
    margin-top: 0.3vw;
}







#cont-chart-5 {
    position: absolute;
    top: 50%;
    left: 66.66%;
    right: 0.5vw;
    margin-left: 2.25vw;
    bottom: 0.5vw;
    margin-top: 0.75vw;
    background-color: white;
}

#chart-5-title {
}

#chart-5 {
    position: absolute;
    top: 15%;
    left: 1vw;
    right: 1vw;
    bottom: 1.5vw;
    font-size: 100%;
}
#cont-chart-5.zoom #chart-5 {
    left: 7vw;
}