﻿/*#kt_header {
    background-color: pink !important;
}*/

/*.oee-chart-workorder {
    background-color: antiquewhite !important;
}*/

.highcharts-yaxis-grid .highcharts-grid-line,
.highcharts-pivot {
    display: none;
}

.highcharts-credits {
    display: none;
}

#container {
    height: 100%;
    width: 100%;
    padding: 10px;
}

.highcharts-data-label > .highcharts-label-box,
.highcharts-data-label > text {
    display: none !important;
}

.oee-chart-label {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2px;
    margin-top: -23px;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.oee-chart-value {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #3f4254;
    min-width: 50px;
}

.oee-chart-value-label {
    font-size: 12px;
    font-weight: 800;
    color: #888888;
    line-height: 12px;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
    opacity: 1 !important;
}

#oee-sum .highcharts-container {
    aspect-ratio: 1/1 !important;
    height: auto !important;
    max-height: 305px;
}

#oee-sum[data-chart-type="oee-sum-biplast"] .highcharts-container {
    max-height: 200px;
}

.oee-chart .highcharts-container {
    aspect-ratio: 1/1 !important;
    height: auto !important;
    max-height: 80px;
}


#oee-sum .oee-chart-label {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2px;
    margin-top: -45px;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

#oee-sum[data-chart-type="oee-sum-biplast"] .oee-chart-label {
    margin-top: -32px;
    gap: 33px;
}

#oee-sum .oee-chart-value {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    color: #111111;
    min-width: 80px;
}

#oee-sum[data-chart-type="oee-sum-biplast"] .oee-chart-value {
    font-size: 48px;
    line-height: 48px;
    min-width: 120px;
}

#oee-sum .oee-chart-value-label {
    font-size: 24px;
    font-weight: 800;
    color: #888888;
    line-height: 24px;
}

#oee-sum[data-chart-type="oee-sum-biplast"] .oee-chart-value-label {
    font-size: 25px;
    line-height: 25px;
}

/* Biplast tv css */
.oee-chart-last-shifts__tv {
    padding-top: 0px !important;
    overflow: visible !important;
}

    .oee-chart-last-shifts__tv .highcharts-container {
        max-height: 100px;
        margin-top: -12px;
    }

    .oee-chart-last-shifts__tv .oee-chart-label {
        gap: 11px;
    }

    .oee-chart-last-shifts__tv .oee-chart-value {
        font-size: 24px;
        line-height: 24px;
        min-width: 120px;
        color: #000;
    }

    .oee-chart-last-shifts__tv .oee-chart-value-label {
        font-size: 14px;
        line-height: 14px;
    }

/* Timeline oee css*/
.timeline-oee .oee-chart-label {
    margin-top: -17px;
}
.timeline-oee .oee-chart-label .oee-chart-value {
    font-size: 16px;
    line-height: 14px;
    color: #000;
}

    .timeline-oee .oee-chart-label .oee-chart-label {
        gap: 0px;
        font-size: 12px;
        line-height: 10px;
    }

.chart-wrapper{
    min-width: 100px;
}

/*remove:*/
/*.charts {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.oee-chart-container {
    padding: 10px 10px 0px 10px;*/
/* background-color: pink; */
/*}*/
