﻿
.tile-ico {
    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;
    z-index: 2;
}

    .tile-ico img {
        max-width: 60%;
        max-height: 60%;
    }
.zoom .tile-ico {
    left: 1vw;
}
#cont-chart-1 {
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
    right: 66.66%;
    margin-right: 0.75vw;
    bottom: 0.5vw;
    background-color: white;
    background-image: url(../../FirstNations/Graphics/internet-bg.svg?111125-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#chart-1-title {
    color: #ffffff;
}

#chart-1 {
    position: absolute;
    top: 7.5%;
    left: 1vw;
    right: 1vw;
    bottom: 1.5vw;
    font-size: 100%;
}




#cont-chart-2 {
    position: absolute;
    top: 0.5vw;
    left: 33.33%;
    right: 33.33%;
    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: 3vw;
    right: 1vw;
    bottom: 2.5vw;
    font-size: 100%;
}
#cont-chart-2.zoom #chart-2 {
    left: 7vw;
}
#chart_2 .item {
    height: 20%;
    line-height: 90%;
    font-size: 90%;
    margin-top: 0.3vw;
}




#cont-chart-3 {
    position: absolute;
    top: 0.5vw;
    left: 66.66%;
    right: 0.5vw;
    margin-left: 2.25vw;
    bottom: 50%;
    margin-bottom: 0.75vw;
    background-color: white;
}

#chart-3-title {
}

#chart-3 {
    position: absolute;
    bottom: 2.5vw;
    left: 3vw;
    right: 1vw;
    top: 15%;
    font-size: 90%;
}
#cont-chart-3.zoom #chart-3 {
    left: 7vw;
}
#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: 1.5vw;
    left: 3vw;
    right: 1vw;
    top: 15%;
    font-size: 90%;
}
#cont-chart-4.zoom #chart-4 {
    left: 5vw;
}







#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: 0.4vh;
    font-size: 100%;
}