﻿
/* Tooltips */
#graphique_fluage .tooltip
{
    position: relative;
    display: inline-block;
}

    #graphique_fluage .tooltip .tooltiptext
    {
        visibility: hidden;
        opacity: 0.8;
        width: 120px;
        margin-left: -60px;
        font-size: 13px;
        background-color: #585858;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 110%;
        left: 50%;
        transition: visibility 0s;
    }

    #graphique_fluage .tooltip.top
    {
        bottom: 110%;
        left: 50%;
    }

    #graphique_fluage .tooltip.right
    {
        top: -5px;
        left: 105%;
    }

    #graphique_fluage .tooltip:hover .tooltiptext
    {
        visibility: visible;
        transition-delay: 0.5s;
    }

/* Headers */
#graphique_fluage .component-overflow-visible
{
    min-width: 1px;
    min-height: 1px;
}

#graphique_fluage .axis-label text
{
    font-size: 40px !important;
    text-transform: unset !important;
    color: transparent !important;
    fill: transparent !important;
}

#graphique_fluage .chart_label
{
    left: 108px !important;
    width: calc(100% - 108px) !important;
}

/* Autres */
.guide-line
{
    stroke: #552382 !important;
}

.guide-line-layer.installation
{
    stroke-dasharray: 3 !important;
}

    .guide-line-layer.installation .guide-line
    {
        stroke: #FF7043 !important;
        stroke-width: 1.5 !important;
    }

.limit svg line
{
    stroke: red !important;
    stroke-width: 2px !important;
}

.component-group
{
    border: solid gray;
    border-width: 0px 0px 2px 0px;
}

.y-axis
{
    border: solid gray;
    border-width: 0px 0px 2px 0px;
}
