﻿/***************************************************************************
Author(s)             : Frédéric Chauvière                 Date : 2018/04/20
Description           : Chart Action Style sheet
****************************************************************************/

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.chart-legend{
    overflow:auto;
    font-size: 12px;
    color: rgb(70,70,70);
}

.chart-legend ul {
    padding-left: 0
}
.chart-legend li{
  cursor:pointer;
  list-style-type: none;
}
.gray li {
      cursor:default;
}

.strike{
     text-decoration: line-through !important;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

