.graph-separator {
  width: 100%;
  height: 40px; }

.graph-grid-container {
  font-family: "Preon", sans-serif;
  font-size: 0; }
  .graph-grid-container h3.main-title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 0;
    padding-top: 15px;
    height: 70px;
    position: relative; }
    .graph-grid-container h3.main-title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      left: 0px;
      background-color: #CCC;
      bottom: 0px; }
  .graph-grid-container .separator {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #CCC; }
  .graph-grid-container .graph-grid {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top; }
  .graph-grid-container.vertical {
    padding-top: 40px; }
    .graph-grid-container.vertical:nth-child(odd) {
      background: #f3f3f3; }
      .graph-grid-container.vertical:nth-child(odd) .graph-grid .vertical-graph .graph .canvas-container .canvas .data .area:first-child .percentage {
        background: white !important; }
    .graph-grid-container.vertical .graph-grid {
      padding: 0 12px;
      width: 33%; }

.graph-container {
  font-family: "Preon", sans-serif; }
  .graph-container.balls-graph .graph {
    width: 100%; }
    .graph-container.balls-graph .graph .canvas-container {
      height: 590px;
      position: relative; }
      .graph-container.balls-graph .graph .canvas-container .canvas {
        height: calc(100% - 80px);
        width: calc(100% - 80px);
        position: absolute;
        top: 40px;
        left: 40px;
        overflow: hidden; }
        .graph-container.balls-graph .graph .canvas-container .canvas .data {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 1px;
          width: 1px;
          transition: all 0.3s ease; }
          .graph-container.balls-graph .graph .canvas-container .canvas .data:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 1px;
            width: 10000px;
            content: '';
            background: #e5e5e5;
            transform: translateX(-50%);
            z-index: 0; }
          .graph-container.balls-graph .graph .canvas-container .canvas .data:before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 10000px;
            width: 1px;
            content: '';
            background: #e5e5e5;
            transform: translateY(-50%);
            z-index: 0; }
          .graph-container.balls-graph .graph .canvas-container .canvas .data .point {
            position: absolute;
            height: 64px;
            width: 64px;
            transform: translateX(-50%) translateY(-50%);
            top: 0;
            left: 0;
            display: table;
            background: url("../../../assets/img/svg/graph/ballsgraph/pointbg.svg") no-repeat center/100%;
            z-index: 1;
            cursor: pointer;
            opacity: 0;
            transition: opacity 0.3s ease; }
            .graph-container.balls-graph .graph .canvas-container .canvas .data .point .production {
              position: absolute;
              height: 100%;
              width: 100%;
              background: url("../../../assets/img/svg/graph/ballsgraph/production.svg") no-repeat center/100%; }
            .graph-container.balls-graph .graph .canvas-container .canvas .data .point .distribution {
              position: absolute;
              height: 100%;
              width: 100%;
              background: url("../../../assets/img/svg/graph/ballsgraph/distribution.svg") no-repeat center/100%; }
            .graph-container.balls-graph .graph .canvas-container .canvas .data .point .commercialization {
              position: absolute;
              height: 100%;
              width: 100%;
              background: url("../../../assets/img/svg/graph/ballsgraph/commercialization.svg") no-repeat center/100%; }
            .graph-container.balls-graph .graph .canvas-container .canvas .data .point .outside {
              position: absolute;
              height: 100%;
              width: 100%;
              background: url("../../../assets/img/svg/graph/ballsgraph/outside.svg") no-repeat center/100%; }
            .graph-container.balls-graph .graph .canvas-container .canvas .data .point span {
              display: table-cell;
              text-align: center;
              vertical-align: middle;
              color: white; }
        .graph-container.balls-graph .graph .canvas-container .canvas .point-label {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: #eeeeee;
          width: 230px;
          font-size: 13px;
          border-radius: 5px;
          z-index: 100;
          padding: 8px 12px;
          text-align: center;
          color: #333333;
          display: none; }
      .graph-container.balls-graph .graph .canvas-container .y-axis {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 590px;
        transform: rotate(-90deg);
        transform-origin: 20px 20px;
        padding-left: 40px;
        padding-right: 40px;
        display: table; }
        .graph-container.balls-graph .graph .canvas-container .y-axis .text {
          border-bottom: 1px solid #e5e5e5; }
      .graph-container.balls-graph .graph .canvas-container .x-axis {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        display: table; }
        .graph-container.balls-graph .graph .canvas-container .x-axis .text {
          border-top: 1px solid #e5e5e5; }
      .graph-container.balls-graph .graph .canvas-container .y-axis .text,
      .graph-container.balls-graph .graph .canvas-container .x-axis .text {
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
        .graph-container.balls-graph .graph .canvas-container .y-axis .text span,
        .graph-container.balls-graph .graph .canvas-container .x-axis .text span {
          color: #999999;
          font-size: 14px; }
          .graph-container.balls-graph .graph .canvas-container .y-axis .text span:first-child,
          .graph-container.balls-graph .graph .canvas-container .x-axis .text span:first-child {
            position: absolute;
            left: 50px; }
          .graph-container.balls-graph .graph .canvas-container .y-axis .text span:last-child,
          .graph-container.balls-graph .graph .canvas-container .x-axis .text span:last-child {
            position: absolute;
            right: 50px; }
    .graph-container.balls-graph .graph .subtitles-container {
      padding: 0 20px; }
      .graph-container.balls-graph .graph .subtitles-container .group {
        border-top: 1px solid #e5e5e5;
        padding: 15px 30px;
        position: relative;
        font-size: 0; }
        .graph-container.balls-graph .graph .subtitles-container .group h3 {
          display: inline-block;
          width: calc(100% / 4);
          font-size: 14px;
          vertical-align: middle;
          padding-right: 20px;
          color: #333333; }
        .graph-container.balls-graph .graph .subtitles-container .group span {
          display: inline-block;
          width: calc(100% / 4);
          font-size: 14px;
          vertical-align: middle;
          padding-left: 50px;
          padding-right: 10px;
          color: #999999;
          margin: 15px 0;
          line-height: 40px;
          min-height: 40px; }
          .graph-container.balls-graph .graph .subtitles-container .group span.production {
            background: url("../../../assets/img/svg/graph/ballsgraph/production-subtitle.svg") no-repeat left center/40px; }
          .graph-container.balls-graph .graph .subtitles-container .group span.distribution {
            background: url("../../../assets/img/svg/graph/ballsgraph/distribution-subtitle.svg") no-repeat left center/40px; }
          .graph-container.balls-graph .graph .subtitles-container .group span.commercialization {
            background: url("../../../assets/img/svg/graph/ballsgraph/commercialization-subtitle.svg") no-repeat left center/40px; }
          .graph-container.balls-graph .graph .subtitles-container .group span.outside {
            background: url("../../../assets/img/svg/graph/ballsgraph/outside-subtitle.svg") no-repeat left center/40px; }
  .graph-container.bars-graph-combine .graph {
    width: 100%; }
    .graph-container.bars-graph-combine .graph .canvas-container {
      position: relative; }
      .graph-container.bars-graph-combine .graph .canvas-container .canvas {
        width: calc(100% - 80px);
        height: auto; }
        .graph-container.bars-graph-combine .graph .canvas-container .canvas .data {
          margin: 0;
          padding: 0; }
          .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar {
            height: 40px;
            margin-bottom: 10px;
            position: relative; }
            .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar:last-child {
              margin-bottom: 0; }
            .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .year {
              line-height: 40px;
              position: absolute;
              left: 0;
              top: 0;
              width: 110px;
              text-align: center;
              color: #333333;
              background: #cccccc;
              border-bottom-left-radius: 5px;
              border-top-left-radius: 5px;
              font-size: 14px;
              opacity: 0;
              transition: opacity 0.5s ease; }
            .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container {
              height: 100%;
              width: calc(100%);
              padding-left: 110px;
              font-size: 0; }
              .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI {
                display: inline-block;
                height: 100%;
                width: 0;
                background: #eeeeee;
                position: relative;
                vertical-align: top;
                text-align: right;
                transition: all 0.3s ease;
                border-top: 1px solid #eeeeee;
                border-bottom: 1px solid #eeeeee;
                overflow: hidden; }
                .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI span {
                  line-height: 40px;
                  color: #232323;
                  font-size: 14px;
                  padding: 0 10px 0 0; }
                .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI.expansion {
                  background: white;
                  text-align: left; }
                  .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI.expansion span {
                    padding: 0 0 0 40px;
                    background: url("../../../assets/img/svg/graph/barsgraphcombine/waves.svg") no-repeat 10px center/17px; }
                  .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI.expansion:after {
                    content: '';
                    display: block;
                    height: 100%;
                    width: 20px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    -webkit-box-shadow: inset -53px -1px 15px -41px #fffcff;
                    -moz-box-shadow: inset -53px -1px 15px -41px #fffcff;
                    box-shadow: inset -53px -1px 15px -41px #fffcff; }
                .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI.last-value {
                  border-bottom-right-radius: 5px;
                  border-top-right-radius: 5px; }
              .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueII {
                display: inline-block;
                height: 100%;
                width: 0;
                background: #e81b23;
                position: relative;
                vertical-align: top;
                border-bottom-right-radius: 5px;
                border-top-right-radius: 5px;
                text-align: right;
                transition: all 0.3s ease;
                overflow: hidden; }
                .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueII span {
                  line-height: 40px;
                  color: white;
                  font-size: 14px;
                  padding: 0 10px 0 0; }
      .graph-container.bars-graph-combine .graph .canvas-container .y-axis {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 80px;
        opacity: 0;
        transition: all 0.3s ease; }
        .graph-container.bars-graph-combine .graph .canvas-container .y-axis:after {
          content: '';
          display: block;
          background: #eeeeee;
          height: 10px;
          width: 10px;
          position: absolute;
          left: 50%;
          margin-left: -5px;
          bottom: 15px;
          border-radius: 50%; }
        .graph-container.bars-graph-combine .graph .canvas-container .y-axis:before {
          content: '';
          display: block;
          background: #eeeeee;
          height: 10px;
          width: 10px;
          position: absolute;
          left: 50%;
          margin-left: -5px;
          top: 15px;
          border-radius: 50%; }
        .graph-container.bars-graph-combine .graph .canvas-container .y-axis hr {
          position: absolute;
          width: 1px;
          height: calc(100% - 45px);
          top: 15px;
          left: 50%;
          background: #eeeeee;
          border: none; }
        .graph-container.bars-graph-combine .graph .canvas-container .y-axis .text {
          height: 100%; }
          .graph-container.bars-graph-combine .graph .canvas-container .y-axis .text span {
            top: 50%;
            transform: translateY(-50%);
            display: block;
            position: relative;
            text-align: center;
            font-size: 16px;
            color: #232323;
            padding: 20px 0;
            background: white; }
    .graph-container.bars-graph-combine .graph .subtitles-container {
      padding: 0; }
      .graph-container.bars-graph-combine .graph .subtitles-container .group {
        border-top: 1px solid #e5e5e5;
        margin-top: 30px;
        padding: 15px 0;
        position: relative;
        font-size: 0; }
        .graph-container.bars-graph-combine .graph .subtitles-container .group h3 {
          font-size: 20px;
          color: #333333;
          text-align: center;
          margin: 0; }
        .graph-container.bars-graph-combine .graph .subtitles-container .group span {
          font-size: 14px;
          color: #333333;
          text-align: center;
          margin-top: 5px;
          display: block; }
  .graph-container.bars-graph .graph {
    width: 100%; }
    .graph-container.bars-graph .graph .canvas-container {
      position: relative;
      margin-bottom: 10px; }
      .graph-container.bars-graph .graph .canvas-container .canvas {
        width: calc(100%);
        height: auto; }
        .graph-container.bars-graph .graph .canvas-container .canvas .data {
          margin: 0;
          padding: 0; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data.bigger-name .bar .name {
            width: 210px; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data.bigger-name .bar .values-container {
            padding-left: 210px; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data.all-red .bar .name {
            background: #ed1c24; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data.all-red .bar .name span {
              color: white; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data.all-red .bar .values-container .valueI {
            background: #fcddde;
            border-top: 1px solid #fcddde;
            border-bottom: 1px solid #fcddde; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data.all-red .bar .values-container .valueI span {
              color: #ed1c24; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data.all-grey .bar:first-child .name {
            background: #ccc; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data.all-grey .bar:first-child .name span {
              color: #333; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data.all-grey .bar:first-child .values-container .valueI {
            background: #eee;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data.all-grey .bar:first-child .values-container .valueI span {
              color: #333; }
          .graph-container.bars-graph .graph .canvas-container .canvas .data .bar {
            height: 40px;
            margin-bottom: 10px;
            position: relative; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data .bar:last-child {
              margin-bottom: 0; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data .bar:first-child .name {
              background: #ed1c24; }
              .graph-container.bars-graph .graph .canvas-container .canvas .data .bar:first-child .name span {
                color: white; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data .bar:first-child .values-container .valueI {
              background: #fcddde;
              border-top: 1px solid #fcddde;
              border-bottom: 1px solid #fcddde; }
              .graph-container.bars-graph .graph .canvas-container .canvas .data .bar:first-child .values-container .valueI span {
                color: #ed1c24; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .name {
              opacity: 0;
              transition: opacity 0.5s ease;
              background: #cccccc;
              border-bottom-left-radius: 5px;
              border-top-left-radius: 5px;
              width: 110px;
              left: 0;
              top: 0;
              position: absolute;
              height: 100%;
              text-align: center;
              display: table; }
              .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .name span {
                color: #333333;
                display: table-cell;
                font-size: 14px;
                vertical-align: middle;
                line-height: 16px; }
            .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .values-container {
              height: 100%;
              width: calc(100%);
              padding-left: 110px;
              font-size: 0; }
              .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .values-container .valueI {
                display: inline-block;
                height: 100%;
                width: 0;
                background: #eeeeee;
                position: relative;
                vertical-align: top;
                text-align: right;
                transition: all 0.3s ease;
                border-top: 1px solid #eeeeee;
                border-bottom: 1px solid #eeeeee;
                border-bottom-right-radius: 5px;
                border-top-right-radius: 5px; }
                .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .values-container .valueI span {
                  line-height: 40px;
                  color: #232323;
                  font-size: 14px;
                  padding: 0 10px 0 7px; }
    .graph-container.bars-graph .graph .subtitles-container {
      padding: 0; }
      .graph-container.bars-graph .graph .subtitles-container .group {
        padding: 20px 0;
        position: relative;
        font-size: 0; }
        .graph-container.bars-graph .graph .subtitles-container .group.double-line {
          height: 70px; }
          .graph-container.bars-graph .graph .subtitles-container .group.double-line h3 {
            font-size: 13px;
            position: absolute;
            bottom: 10px; }
          .graph-container.bars-graph .graph .subtitles-container .group.double-line h2.title-graphs {
            font-size: 15px;
            color: #333333;
            text-align: left;
            margin: 0; }
        .graph-container.bars-graph .graph .subtitles-container .group.centered {
          text-align: center; }
          .graph-container.bars-graph .graph .subtitles-container .group.centered h3 {
            font-size: 20px;
            text-align: center; }
        .graph-container.bars-graph .graph .subtitles-container .group h3 {
          font-size: 14px;
          color: #333333;
          text-align: left;
          margin: 0; }
  .graph-container.bars-graph-basic .graph {
    width: 100%; }
    .graph-container.bars-graph-basic .graph .canvas-container {
      position: relative; }
      .graph-container.bars-graph-basic .graph .canvas-container .canvas {
        width: calc(100%);
        height: auto;
        padding-bottom: 35px; }
        .graph-container.bars-graph-basic .graph .canvas-container .canvas .data {
          margin: 0;
          padding: 0; }
          .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar {
            margin-top: 25px;
            position: relative; }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar:last-child .values-container .valueI {
              background: #fcddde;
              border-top: 1px solid #fcddde;
              border-bottom: 1px solid #fcddde; }
              .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar:last-child .values-container .valueI span {
                color: #ed1c24; }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar:last-child .values-container .valueII {
              background: #ed1c24;
              border-top: 1px solid #ed1c24;
              border-bottom: 1px solid #ed1c24; }
              .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar:last-child .values-container .valueII span {
                color: white; }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .name {
              color: #333333;
              font-family: "Preon", sans-serif;
              font-weight: 700;
              font-size: 14px;
              opacity: 0;
              transition: opacity 0.5s ease; }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container {
              height: 100%;
              width: calc(100%);
              font-size: 0; }
              .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI {
                height: 40px;
                width: 0;
                background: #eeeeee;
                position: relative;
                text-align: center;
                transition: all 0.3s ease;
                border-top: 1px solid #eeeeee;
                border-bottom: 1px solid #eeeeee;
                border-radius: 5px;
                margin-top: 10px; }
                .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI > span {
                  line-height: 40px;
                  color: #232323;
                  font-size: 14px;
                  padding: 0;
                  display: block; }
                .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI:hover .bar-label {
                  display: block !important; }
                .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI .bar-label {
                  display: block;
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  min-height: 38px;
                  background: white;
                  max-width: 230px;
                  font-size: 12px;
                  border-radius: 2px;
                  border: 1px solid #666;
                  z-index: 100;
                  padding: 8px 12px;
                  text-align: center;
                  color: #333333;
                  display: none;
                  opacity: 0; }
                  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI .bar-label span {
                    vertical-align: middle;
                    color: #606060; }
                  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI .bar-label.right {
                      /*&:before {
                                                content: '';
                                                display: block;
                                                position: absolute;
                                                left: -5px;
                                                top: calc(50% - 5px);
                                                width: 10px;
                                                height: 10px;
                                                background:red;
                                                border-radius:50%;

                                            }*/ }
                    .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI .bar-label.right:after {
                      content: '';
                      display: block;
                      position: absolute;
                      left: -5px;
                      top: calc(50% - 5px);
                      width: 0;
                      height: 0;
                      border-style: solid;
                      border-width: 5px 5px 5px 0;
                      border-color: transparent #666 transparent transparent; }
                  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI .bar-label.left:after {
                    content: '';
                    display: block;
                    position: absolute;
                    right: -5px;
                    top: calc(50% - 5px);
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 5px 0 5px 5px;
                    border-color: transparent transparent transparent #666; }
              .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII {
                height: 40px;
                width: 0;
                background: #cccccc;
                position: relative;
                text-align: center;
                transition: all 0.3s ease;
                border-top: 1px solid #cccccc;
                border-bottom: 1px solid #cccccc;
                border-radius: 5px;
                margin-top: 10px; }
                .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII > span {
                  line-height: 40px;
                  color: #232323;
                  font-size: 14px;
                  padding: 0; }
                .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII:hover .bar-label {
                  display: block !important; }
                .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII .bar-label {
                  display: block;
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  min-height: 38px;
                  background: white;
                  max-width: 230px;
                  font-size: 12px;
                  border-radius: 2px;
                  border: 1px solid #666;
                  z-index: 100;
                  padding: 8px 12px;
                  text-align: center;
                  color: #333333;
                  display: none;
                  opacity: 0; }
                  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII .bar-label span {
                    vertical-align: middle;
                    color: #606060; }
                  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII .bar-label.right {
                      /*&:before {
                                                content: '';
                                                display: block;
                                                position: absolute;
                                                left: -5px;
                                                top: calc(50% - 5px);
                                                width: 10px;
                                                height: 10px;
                                                background:red;
                                                border-radius:50%;

                                            }*/ }
                    .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII .bar-label.right:after {
                      content: '';
                      display: block;
                      position: absolute;
                      left: -5px;
                      top: calc(50% - 5px);
                      width: 0;
                      height: 0;
                      border-style: solid;
                      border-width: 5px 5px 5px 0;
                      border-color: transparent #666 transparent transparent; }
                  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII .bar-label.left:after {
                    content: '';
                    display: block;
                    position: absolute;
                    right: -5px;
                    top: calc(50% - 5px);
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 5px 0 5px 5px;
                    border-color: transparent transparent transparent #666; }
        .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid {
          font-size: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%; }
          .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid.low-scale .line:nth-child(even) {
            opacity: 0; }
          .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid .line {
            width: calc(100% / 9 - 1px);
            display: inline-block;
            height: 100%;
            position: relative; }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid .line:before {
              height: calc(100% - 25px);
              width: 1px;
              left: 0;
              top: 0;
              content: '';
              position: absolute;
              display: block;
              background: #e5e5e5; }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid .line span {
              font-size: 12px;
              bottom: 0;
              position: absolute;
              color: #606060;
              left: 0;
              transform: translateX(-50%); }
            .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid .line:first-child span {
              transform: translateX(0%); }
    .graph-container.bars-graph-basic .graph .x-axis {
      position: relative;
      width: 100%;
      margin-top: 5px; }
      .graph-container.bars-graph-basic .graph .x-axis .subtitles {
        text-align: right;
        padding: 0 10px; }
        .graph-container.bars-graph-basic .graph .x-axis .subtitles span {
          line-height: 20px;
          font-size: 12px;
          color: #606060;
          margin-left: 20px;
          padding-right: 30px; }
          .graph-container.bars-graph-basic .graph .x-axis .subtitles span.offer {
            background: url("../../../assets/img/svg/graph/barsgraphbasic/offer.png") no-repeat right center/20px; }
          .graph-container.bars-graph-basic .graph .x-axis .subtitles span.search {
            background: url("../../../assets/img/svg/graph/barsgraphbasic/search.png") no-repeat right center/20px; }
      .graph-container.bars-graph-basic .graph .x-axis .text {
        text-align: center;
        position: relative;
        margin-top: 10px;
        text-align: center;
          /*&:before {
                content: '';
                height: 10px;
                width: 1px;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                background: #cccfd1;
            }

            &:after {
                content: '';
                height: 10px;
                width: 1px;
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                background: #cccfd1;
            }*/ }
        .graph-container.bars-graph-basic .graph .x-axis .text span {
          color: #606060;
          font-size: 12px; }
    .graph-container.bars-graph-basic .graph .subtitles-container {
      padding: 0; }
      .graph-container.bars-graph-basic .graph .subtitles-container .group {
        padding: 10px 0;
        position: relative;
        font-size: 0; }
        .graph-container.bars-graph-basic .graph .subtitles-container .group h3 {
          font-size: 20px;
          color: #333333;
          text-align: left;
          margin: 0;
          text-align: center; }
      .graph-container.bars-graph-basic .graph .subtitles-container .subtitles {
        text-align: right;
        padding: 0 10px;
        margin-top: 10px; }
        .graph-container.bars-graph-basic .graph .subtitles-container .subtitles span {
          line-height: 20px;
          font-size: 12px;
          color: #606060;
          margin-left: 20px;
          padding-right: 30px; }
          .graph-container.bars-graph-basic .graph .subtitles-container .subtitles span.offer {
            background: url("../../../assets/img/svg/graph/barsgraphbasic/offer.png") no-repeat right center/20px; }
          .graph-container.bars-graph-basic .graph .subtitles-container .subtitles span.search {
            background: url("../../../assets/img/svg/graph/barsgraphbasic/search.png") no-repeat right center/20px; }
  .graph-container.vertical-graph .graph {
    width: 100%; }
    .graph-container.vertical-graph .graph .canvas-container {
      position: relative; }
      .graph-container.vertical-graph .graph .canvas-container .canvas {
        width: 100%;
        height: calc(300px); }
        .graph-container.vertical-graph .graph .canvas-container .canvas .data {
          margin: 0;
          padding: 0;
          height: 100%; }
          .graph-container.vertical-graph .graph .canvas-container .canvas .data .area {
            font-size: 0;
            width: 100%;
            height: 0;
            position: relative;
            transition: all 0.3s ease;
            overflow: hidden; }
            .graph-container.vertical-graph .graph .canvas-container .canvas .data .area .percentage {
              width: 38%;
              height: 100%;
              display: inline-block;
              background: white;
              vertical-align: top; }
              .graph-container.vertical-graph .graph .canvas-container .canvas .data .area .percentage span {
                font-size: 14px;
                font-family: "Preon", sans-serif;
                font-weight: 700;
                color: #333333;
                width: 100%;
                text-align: center;
                display: block;
                position: relative;
                top: 50%;
                transform: translateY(-50%); }
            .graph-container.vertical-graph .graph .canvas-container .canvas .data .area .label {
              font-family: "Preon", sans-serif;
              height: 100%;
              width: 62%;
              display: inline-block;
              white-space: unset; }
              .graph-container.vertical-graph .graph .canvas-container .canvas .data .area .label span {
                font-size: 14px;
                color: #606060;
                padding-left: 10px;
                width: 100%;
                text-align: left;
                display: block;
                position: relative;
                top: 50%;
                transform: translateY(-50%); }
            .graph-container.vertical-graph .graph .canvas-container .canvas .data .area:first-child .percentage {
              border-top-left-radius: 5px;
              border-top-right-radius: 5px; }
            .graph-container.vertical-graph .graph .canvas-container .canvas .data .area:last-child .percentage {
              border-bottom-left-radius: 5px;
              border-bottom-right-radius: 5px; }
    .graph-container.vertical-graph .graph .subtitles-container {
      position: relative;
      padding: 0; }
      .graph-container.vertical-graph .graph .subtitles-container .group {
        border-top: 1px solid #cccfd1;
        margin-top: 20px;
        padding: 15px 0;
        position: relative;
        font-size: 0; }
        .graph-container.vertical-graph .graph .subtitles-container .group h3 {
          margin: 0;
          padding: 0;
          font-size: 15px;
          color: #333333;
          text-align: center;
          width: 100%; }
    .graph-container.vertical-graph .graph.red .canvas-container .canvas .data .area .percentage span {
      color: #ed1c24; }
    .graph-container.vertical-graph .graph.red .canvas-container .canvas .data .area:last-child .percentage {
      background: #ed1c24 !important; }
      .graph-container.vertical-graph .graph.red .canvas-container .canvas .data .area:last-child .percentage span {
        color: white !important; }
    .graph-container.vertical-graph .graph.red .subtitles-container:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: -17px;
      transform: translateY(-50%);
      background: url("../../../assets/img/svg/graph/verticalgraph/arrowleft.svg") no-repeat center/10px;
      height: 15px;
      width: 10px; }
    .graph-container.vertical-graph .graph.red .subtitles-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: -17px;
      transform: translateY(-50%);
      background: url("../../../assets/img/svg/graph/verticalgraph/arrowright.svg") no-repeat center/10px;
      height: 15px;
      width: 10px; }
    .graph-container.vertical-graph .graph.red .subtitles-container .group h3 {
      color: #ed1c24; }

@media screen and (max-width: 768px) {
  .graph-grid-container {
    padding: 0 10px; }
    .graph-grid-container .graph-grid {
      padding: 0; }
      .graph-grid-container .graph-grid.grid-1-3 {
        width: 100%; }
    .graph-grid-container.vertical {
      padding-top: 0;
      padding-bottom: 30px; }

  .graph-container.balls-graph .graph .subtitles-container .group h3 {
    width: 100%; }
  .graph-container.balls-graph .graph .subtitles-container .group span {
    width: calc(100% / 3); }
  .graph-container.vertical-graph .graph .subtitles-container .group {
    border-top: 0 solid #cccfd1;
    margin-top: 20px;
    margin-bottom: 20px; }
  .graph-container.vertical-graph .graph.red {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px; }
    .graph-container.vertical-graph .graph.red .subtitles-container:before {
      display: none; }
    .graph-container.vertical-graph .graph.red .subtitles-container:after {
      display: none; }
    .graph-container.vertical-graph .graph.red:before {
      content: '';
      display: block;
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: url("../../../assets/img/svg/graph/verticalgraph/arrowleft.svg") no-repeat center/10px;
      height: 15px;
      width: 10px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .graph-container.vertical-graph .graph.red:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -35px;
      right: 50%;
      transform: translateX(-50%);
      background: url("../../../assets/img/svg/graph/verticalgraph/arrowright.svg") no-repeat center/10px;
      height: 15px;
      width: 10px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }
@media screen and (max-width: 600px) {
  .graph-grid-container .graph-grid.grid-1-2 {
    width: 100%; }

  .graph-container.balls-graph .graph .canvas-container {
    height: 450px; }
    .graph-container.balls-graph .graph .canvas-container .canvas .point-label {
      font-size: 12px;
      transform: translateY(0); }
    .graph-container.balls-graph .graph .canvas-container .y-axis {
      width: 450px; }
  .graph-container.balls-graph .graph .subtitles-container .group span {
    width: calc(100% / 2); } }
@media screen and (max-width: 480px) {
  .graph-grid-container h3.main-title {
    height: 90px;
    padding: 18px 40px;
    font-size: 18px; }

  .graph-container.balls-graph .graph .canvas-container .y-axis .text span,
  .graph-container.balls-graph .graph .canvas-container .x-axis .text span {
    font-size: 12px; }
    .graph-container.balls-graph .graph .canvas-container .y-axis .text span:first-child,
    .graph-container.balls-graph .graph .canvas-container .x-axis .text span:first-child {
      left: 50px; }
    .graph-container.balls-graph .graph .canvas-container .y-axis .text span:last-child,
    .graph-container.balls-graph .graph .canvas-container .x-axis .text span:last-child {
      right: 50px; }
  .graph-container.balls-graph .graph .subtitles-container .group {
    padding: 15px 0; }
    .graph-container.balls-graph .graph .subtitles-container .group h3 {
      font-size: 12px; }
    .graph-container.balls-graph .graph .subtitles-container .group span {
      width: calc(100%);
      font-size: 12px; }
  .graph-container.bars-graph-combine .graph .canvas-container .canvas {
    width: calc(100% - 50px); }
    .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .year {
      font-size: 12px;
      width: 60px; }
    .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container {
      padding-left: 60px; }
      .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI span {
        font-size: 12px; }
      .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueI.expansion span {
        font-size: 12px;
        background: url("../../../assets/img/svg/graph/barsgraphcombine/waves.svg") no-repeat 10px center/15px;
        padding: 0 0 0 35px;
        white-space: nowrap; }
      .graph-container.bars-graph-combine .graph .canvas-container .canvas .data .bar .values-container .valueII span {
        padding: 0 5px 0 0;
        font-size: 12px; }
  .graph-container.bars-graph-combine .graph .canvas-container .y-axis {
    width: 50px; }
    .graph-container.bars-graph-combine .graph .canvas-container .y-axis .text span {
      font-size: 12px; }
  .graph-container.bars-graph-combine .graph .subtitles-container .group h3 {
    font-size: 18px; }
  .graph-container.bars-graph-combine .graph .subtitles-container .group span {
    font-size: 12px; }
  .graph-container.bars-graph .graph .canvas-container .canvas .data.bigger-name .bar .name {
    width: 120px; }
  .graph-container.bars-graph .graph .canvas-container .canvas .data.bigger-name .bar .values-container {
    padding-left: 120px; }
  .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .name {
    width: 100px; }
    .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .name span {
      font-size: 12px; }
  .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .values-container {
    padding-left: 100px; }
    .graph-container.bars-graph .graph .canvas-container .canvas .data .bar .values-container .valueI span {
      font-size: 12px; }
  .graph-container.bars-graph .graph .subtitles-container .group.centered h3 {
    max-width: 250px;
    margin: 0 auto;
    font-size: 16px; }
  .graph-container.bars-graph .graph .subtitles-container .group h3 {
    font-size: 12px; }
  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .name {
    font-size: 12px; }
  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI span {
    font-size: 12px; }
  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueI .bar-label span {
    font-size: 10px; }
  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII span {
    font-size: 12px; }
  .graph-container.bars-graph-basic .graph .canvas-container .canvas .data .bar .values-container .valueII .bar-label span {
    font-size: 10px; }
  .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid {
    font-size: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
    .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid .line {
      width: calc(100% / 9);
      display: inline-block;
      height: 100%;
      position: relative; }
      .graph-container.bars-graph-basic .graph .canvas-container .canvas .grid .line:nth-child(even) {
        opacity: 0; }
  .graph-container.bars-graph-basic .graph .canvas-container .x-axis .subtitles span {
    line-height: 18px;
    font-size: 10px; }
    .graph-container.bars-graph-basic .graph .canvas-container .x-axis .subtitles span.offer {
      background: url("../../../assets/img/svg/graph/barsgraphbasic/offer.png") no-repeat right center/18px; }
    .graph-container.bars-graph-basic .graph .canvas-container .x-axis .subtitles span.search {
      background: url("../../../assets/img/svg/graph/barsgraphbasic/search.png") no-repeat right center/18px; }
  .graph-container.bars-graph-basic .graph .canvas-container .x-axis .text span {
    font-size: 10px; }
  .graph-container.bars-graph-basic .graph .subtitles-container .group h3 {
    font-size: 14px; }
  .graph-container.vertical-graph .graph .canvas-container .canvas .data .area .percentage span {
    font-size: 12px; }
  .graph-container.vertical-graph .graph .canvas-container .canvas .data .area .label span {
    font-size: 12px; } }
/*stacked graph*/
div[id^="stacked-graph"] {
  min-width: 310px;
  max-width: 730px;
  margin: 0; }

.stacked-graph-y-title {
  font: 14px preon;
  color: #ed1c24;
  border: 1px solid #b7b7b7;
  padding: 10px 0;
  text-align: center;
  margin: 10px 0 10px 3%;
  max-width: calc(730px - 3%); }

/* progress bar*/
/* Styling the determinate progress element */
.progress-bar-wrapper progress[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #ed1c24;
  position: relative;
  margin: 0 0 1.5em; }

.progress-bar-wrapper progress[value]::-webkit-progress-bar {
  background-color: #f2f2f2;
  border-radius: 3px; }

.progress-bar-wrapper progress[value]::-webkit-progress-value {
  position: relative;
  background-color: #ed1c24;
  border-radius: 3px; }

.progress-bar-wrapper progress::-moz-progress-bar {
  background-color: #ed1c24;
  border-radius: 3px; }

.progress-bar-wrapper div[data-progress] {
  position: relative; }

.progress-bar-wrapper div[data-progress]::after {
  content: attr(data-progress) "%";
  position: absolute;
  left: 45%;
  top: 12px;
  color: #fff;
  font: 14px 'preon'; }
