@charset "utf-8"; 
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");


.chart {
    min-height: 818px;
    position: relative;
}
.chart .loading-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    background: #fff;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    transition: all .2s linear;
    visibility: visible;
    opacity: 1;
}
.chart .loading-content.hide {
    visibility: hidden;
    opacity: 0;
}
#tableChart *:before {
    display: none;
}
#tableChart .tbPrices {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    border-bottom: 5px solid #f5f5f5;
    font-family: "Open Sans Condensed", sans-serif;
}
#tableChart .tbPrices li {
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
}
#tableChart .tbPrices .tbPrices__title {
    padding: 10px;
    font-size: 18px;
    background: #42677c;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-family: "Source Sans Pro", Arial, Helvetica, Sans-serif;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
#tableChart .tbPrices .tbPrices__column {
    font-size: 15px;
    font-weight: 100;
    color: #666;
    border-top: 1px dashed #eee;
    border-right: 1px dashed #eee;
    height: 102px;
}
#tableChart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-bottom: 1px dashed #eeeeee;
}
#tableChart .tbPrices .tbPrices__price {
    padding: 10px;
    border-left: 1px dashed #eeeeee;
    background-color: #fafafa;
    height: 102px;
}
#tableChart .tbPrices .tbPrices__column .label {
    text-transform: uppercase;
    height: 50px;
    display: inline-block;
    margin: 0 5px 0 15px;
    line-height: 50px;
}
#tableChart .tbPrices .tbPrices__column .value {
    font-size: 18px;
    font-weight: bold;
}
#tableChart .tbPrices .tbPrices__column .line,
#tableChart .tbPrices .tbPrices__column .tbPrices__column.first {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #eee;
}
#tableChart .tbPrices .preco {
    width: 100%;
    border-left: none;
    vertical-align: top;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -2px;
    color: #666;
    display: block;
}
#tableChart .tbPrices .preco span.variation {
    font-size: 26px;
    font-weight: normal;
    color: orange;
    letter-spacing: -1px;
}
#tableChart .tbPrices .maxima {
    color:#2bda2b;
}
#tableChart .tbPrices .minima {
    color:#cc0000;
}
#tableChart .tbPrices .abertura {
    color:#f1b70f;
}
#tableChart .tbPrices .dateReference {
    float: right;
    font-size: 12px;
    margin-top: 6px;
    text-transform: capitalize;
}
#tableChart .containerIndexes {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#tableChart .containerIndexes label {
    margin-right: 10px;
}
.table-footer {
    margin-bottom: 15px;
}
.table-footer::after {
    clear: both;
    content: '';
    display: block;
}
.table-footer .footer {
    font-size: 10px;
    float: right;
    text-align: right;
    color: #848587;
}

#texto .table-footer .footer a {
    color: #428bca;
    text-decoration: none;
}

.btn-change-chart-type {
    color: #ffffff;
    background-color: #42677c;
    border-color: #20455a;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*formatação de cores e fonte do gráfico*/
.highcharts-axis-labels tspan {
    fill: #666666;
    font-size: 12px;
}
.highcharts-axis-labels text {
    fill: #666666!important;
    font-size: 12px!important;
}

/* responsivo da tabela com os valores */
@media (max-width: 1023px) {
    #tableChart .tbPrices .tbPrices__price {
        width: 30%;
        height: 204px;
    }
    #tableChart .tbPrices .tbPrices__column {
        width: 70%;
        height: 51px;
    }
    #tableChart .tbPrices .tbPrices__column .tbPrices__column-box {
        float: left;
        width: 50%;
    }
    #tableChart .tbPrices .tbPrices__column .tbPrices__column-box.first {
        border-right: 1px dashed #eeeeee;
        border-bottom: 0;
    }
}
@media (max-width: 639px) {
    #tableChart .tbPrices .tbPrices__price {
        width: 100%;
        height: 102px;
    }
    #tableChart .tbPrices .tbPrices__column {
        width: 100%;
        border-left: 1px dashed #eeeeee;
        text-align: center;
    }
    #tableChart .tbPrices .tbPrices__column .label {
        margin-left: 0;
    }
}
@media (max-width: 439px) {
    #tableChart .tbPrices .tbPrices__column {
        width: 100%;
        height: 102px;
    }
    #tableChart .tbPrices .tbPrices__column:nth-child(even) {
        border-left: 1px dashed #eee;
    }
    #tableChart .tbPrices .tbPrices__column .tbPrices__column-box {
        width: 100%;
    }
    #tableChart .tbPrices .tbPrices__column .tbPrices__column-box.first {
        border-right: 0;
        border-bottom: 1px dashed #eeeeee;
    }
}