.form-control {
    font-size: .7rem;
}

/* 
#divNormalize {
    position: relative;
    top: -20px;
    right: 50px;
    display: none;
} */

#trendContainer {
    position: relative;
}

#divNormalize {
    position: absolute;
    bottom: 21px;
    left: 50px;
    display: none;
    width: 100px;
}

#chartPieContainer {
    position: relative;
}

#buttonReset {
    position: absolute;
    bottom: 10px;
}

#tmiList tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

#titleChartGroup {
    margin-bottom: 10px;
}

/* 
.element-pad {
    padding-top: 8px;
    margin-left: 16px;
    margin-right: 0px;
} */

th {
    font-size: 0.9em;
}

td {
    font-size: 0.9em;
}

.gdp-icon {
    color: orange;
}

.gs-icon {
    color: red;
}

.afp-icon {
    color: blue;
}

#map-container {
    display: none;
}