#line-chart-here,
#dept-chart-here,
#org-line-chart-here {
    padding: 0.4em !important;
    margin-bottom: 1em !important;
    border-radius: 0.5em !important;
    border: 0.1em solid rgba(214, 219, 60, 0.3) !important;
    background: rgba(0, 0, 0, 0.35) !important;
}
#line-chart-here tspan,
#dept-chart-here tspan,
#org-line-chart-here tspan {
    font-family: Monaco, Calibri, Sans Serif !important;
    font-size: 8pt !important;
    fill: #aaa !important;
}
#line-chart-here-legend,
#dept-chart-here-legend,
#org-line-chart-here-legend {
    margin: 0.6em !important;
    line-height: 140% !important;
}
span.label.disabled {
    opacity: 0.5 !important;
    background-color: #555 !important;
}
span.label {
    cursor: pointer !important;
}

#line-chart-here-legend,
#dept-chart-here-legend,
#org-line-chart-here-legend span{
    text-transform: capitalize !important;
}

/* Original osTicket styling (left it here incase something breaks and I need to reference it */
/* #line-chart-here {
    padding: 0.4em;
    margin-bottom: 1em;
    border-radius: 0.3em;
    border: 0.2em solid #ccc;
    background: rgb(246,248,249); 
    background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1)));
    background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); 
    background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); 
    background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
    background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); 
}
#line-chart-here tspan {
    font-family: Monaco, Calibri, Sans Serif;
    font-size: 8pt;
}
#line-chart-legend {
    margin: 0.6em;
    line-height: 140%;
} */