/* chart */

.bubble-chart .container {
  width: 80%;
  max-width: 960px;
}

.data-chart {
  padding-top: 50px;
  font-family: "MuseoSans-500", Helvetica Neue, Arial, sans-serif;
}

.chart-wrapper:before,
.chart-wrapper:after {
  content: " ";
  display: table;
  line-height: 0;
}

.chart-wrapper:after {
  clear: both;
}

.chart-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

.page-header.solid .container {
	padding-bottom: 0em !important;
}

.chart-col-left {
  width: 600px;
  margin-right: 60px;
  margin-left: 60px;
  position: relative;
  float: left;
}

.chart-col-right {
  width: 240px;
  text-align: center;
  float: right;
}

.chart-container {
  position: relative;
  height: 360px;
}

.chart-axis-border {
  border: 1px solid #000;
  position: absolute;
  display: block;
}

.chart-y-axis-border {
  left: 0;
  top: 0;
  bottom: -3px;
}

.chart-x-axis-border {
  left: -3px;
  right: 0;
  bottom: 0;
}

.chart-inner {
  height: 360px;
  -webkit-transition: all 150ms ease-in-out;
     -moz-transition: all 150ms ease-in-out;
       -o-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
}

.chart-bubble {
  width: 16px;
  height: 16px;
  opacity: 0;
  z-index: 10;
  background-color: #000;
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  behavior: url(css/PIE.htc)\9;
}

.chart-bubble:before {
  content: '';
  position: absolute;
  border: transparent solid 2px;
  border-radius: 100%;
  background-clip: padding-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.chart-bubble:hover:before,
.chart-bubble:focus:before,
.chart-bubble:active:before {
  -webkit-animation-name: chart-bubble-ripple-out;
          animation-name: chart-bubble-ripple-out;
}

.chart-bubble:hover,
.chart-bubble:focus,
.chart-bubble:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.bubble-title {
  position: absolute;
  top: 65%;
  right: 110%;
  z-index: 10;
  white-space: nowrap;
  font-size: 12px;
  font-family: "MuseoSans-500", Helvetica Neue, Arial, sans-serif;
}

.kaspersky-lab-bubble {
  z-index: 100;
}

.bubble-title-small .bubble-title {
  font-size: 10px;
}

@-webkit-keyframes chart-bubble-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    border-color: #00b4ff;
  }
}

@keyframes chart-bubble-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    border-color: #00b4ff;
  }
}

.axis-title {
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
}

.horizontal-axis-title {
  margin-top: 40px;
  text-align: center;
}

.vertical-axis-title {
  left: -218px;
  position: absolute;
  top: 170px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  min-width: 300px;
  text-align: center;
}

.chart-h-ticks {
  position: relative;
}

.chart-y-ticks > span,
.chart-h-ticks > span {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  width: 50px;
}

.chart-h-ticks > span {
  display: block;
  position: absolute;
  bottom: -18px;
  text-align: center;
}

.chart-y-ticks > span {
  left: -57px;
  position: absolute;
}

.chart-line {
  background-color: #000;
  height: 2px;
  position: absolute;
}

.chart-y-line {
  margin-top: -0.5px;
  right: -7px;
  top: 50%;
  width: 4px;
}

.chart-h-line {
  height: 4px;
  left: 50%;
  margin-left: -2px;
  top: -6px;
  width: 2px;
}

.chart-controls {
  margin-bottom: 20px;
  margin-top: 80px;
}

.chart-year-options {
  margin: 10px 0 0;
  padding: 0;
  list-style: 0;
  text-align: center;
}

.chart-year-options > li {
  margin-left: 59px;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.chart-year-options > li:before {
  content: none;
}

.chart-year-options > li:first-child {
  margin-left: 0;
}

.chart-year-options > li > a {
  display: block;
  font-size: 12px;
  color: #000;
}

.chart-year-options > li > a:hover,
.chart-year-options > li > a:active,
.chart-year-options > li > a:focus {
  text-decoration: none;
  outline-color: transparent;
}

.chart-year-options > li.active > a {
  color: #00b4ff;
  border-bottom: 2px solid;
}

/* bubble updates */

.kaspersky-lab-bubble.chart-bubble {
  z-index: 500 !important;
}

.kaspersky-lab-bubble.chart-bubble .bubble-title {
  font-size: 20px;
  top: 25px;
  font-family: "MuseoSans-700", 'Helvetica Neue', Arial, sans-serif;
}

.bitdefender-bubble.chart-bubble {
  z-index: 100;
}

.symantec-bubble.chart-bubble {
  z-index: 101;
}

.g.data-bubble.chart-bubble {
  z-index: 110;
}

.bubble-title-right .bubble-title {
  left: 110%;
  right: auto;
}

/* chart left col data */

.bubble-chart .section-title {
  text-align: center;
  margin-bottom: 35px;
}

.chart-col-left {
  text-align: center;
}

.chart-statistics {
  text-align: center;
  margin-bottom: 40px;
}

.chart-statistic-block {
  margin-left: 60px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.chart-statistic-block:first-child {
  margin-left: 0;
}

.chart-col-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  font-family: "MuseoSans-700", 'Helvetica Neue', Arial, sans-serif;
}

.chart-data-value {
  font-family: "MuseoSans-700", 'Helvetica Neue', Arial, sans-serif;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.chart-data-label {
  display: block;
}

.chart-data-value,
.chart-data-percentage {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.chart-data-label {
  font-size: 18px;
  font-weight: normal;
}

.chart-data-percentage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* jquery slider styles */

.scroll-bar-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 448px;
}

.chart-control-ticks {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chart-control-ticks > li:before {
  content: none;
}

.chart-control-tick {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #008671;
  border-radius: 16px;
  background-clip: padding-box;
  top: -10px;
  cursor: pointer;
  behavior: url(css/PIE.htc)\9;
}

.chart-control-ticks > li:first-child > .chart-control-tick {
  left: -9px;
}

.chart-control-ticks > li + li > .chart-control-tick {
  left: 80px;
}

.chart-control-ticks > li + li + li > .chart-control-tick {
  left: 171px;
}

.chart-control-ticks > li + li + li + li > .chart-control-tick {
  left: 261px;
}
.chart-control-ticks > li + li + li + li + li > .chart-control-tick {
  left: 351px;
}
.chart-control-ticks > li + li + li + li + li + li > .chart-control-tick {
  left: 441px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  outline: 0;
  background-color: #008671;
  border-radius: 16px;
  background-clip: padding-box;
  -ms-touch-action: none;
      touch-action: none;
  behavior: url(css/PIE.htc)\9;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 2px;
  top: 6px;
  background-color: #108e7a;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.stats-block:before,
.stats-block:after {
  content: " ";
  display: table;
  line-height: 0;
}

.stats-block:after {
  clear: both;
}

.stats-block {
  bottom: 0;
  left: 30px;
  position: absolute;
  width: 100px;
}

.stats-block-wrapper {
  height: 150px;
  margin-bottom: 20px;
  position: relative;
}

.stats-bar {
  margin-left: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.stats-bar:first-child {
  margin-left: 0;
}

.stats-bar.last-bar .stats-bar-title {
  font-weight: 700;
}

.stats-bar-title {
  font-size: 14px;
  left: 50%;
  line-height: 1;
  margin: 0 0 0 -12px;
  position: absolute;
  top: -24px;
  width: 24px;
  color: #606060;
  text-align: center;
  font-weight: 300;
}

.stats-bar-year {
  font-size: 10px;
}

.progress {
  width: 20px;
  height: 0;
  position: relative;
  z-index: 10;
  display: inline-block;
  *display: inline;
  *zoom: 1;

}

.progress:hover {
  -webkit-box-shadow: 0 2px 8px -2px #999;
          box-shadow: 0 2px 8px -2px #999;
}

.progress .bar {
  height: 100%;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 1s ease;
     -moz-transition: width 1s ease;
       -o-transition: width 1s ease;
          transition: width 1s ease;
}

.bar-first {
  background-color: #E6E6E6;
}

.bar-mid {
  background-color: #E6E6E6;
}

.bar-last {
  background-color: #019E73;
}

.kl-stats-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.stat-bar-year-separator {
  background-color: #E5E5E5;
  bottom: 33px;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -80%;
  position: absolute;
  width: 160%;
}

@media screen and (max-width: 769px) {
  .chart-inner,
  .chart-col-left,
  .chart-h-ticks,
  .chart-container {
    margin-left: auto;
    margin-right: auto;
  }

  .bubble-chart .container {
    width: 320px;
  }
}

@media screen and (min-width: 600px) {
  .timeline-compact .timeline-content {
    display: block;
  }

  .timeline-compact .timeline-horizontal {
    right: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .bubble-chart .container {
    width: 540px;
  }
}

.timeline-content .slick-dots {
  margin-top: 20px;
  border-top: 0;
}

.timeline-compact a.pdf-link {
  position: absolute;
  bottom: -20px;
}

.timeline-block {
  position: relative;
  margin-bottom: 30px;
}