@font-face {
  font-family: 'FortBook';
  src: url('../fonts/BLK_Fort-Book.woff') format('woff');
}
@font-face {
  font-family: 'FortBold';
  src: url('../fonts/BLK_Fort-Bold.woff') format('woff');
}
@font-face {
  font-family: 'FortExtraBold';
  src: url('../fonts/BLK_Fort-Extrabold.woff') format('woff');
}
@font-face {
  font-family: 'FortCond';
  src: url('../fonts/BLKFortCond-Light.woff') format('woff');
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Tab2 {
  max-height: 970px;
  background: #ffffff;
}
#Tab2 #Tab2Top {
  display: none;
  margin: 32px 0;
}
#Tab2 #Tab2Top > div {
  flex-grow: 1;
}
#Tab2 #Tab2Top > div:first-child {
  flex-basis: 50%;
}
#Tab2 #Tab2Top #Tab2Toggle label {
  border-radius: 0 !important;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 110px;
}
#Tab2 #Tab2ChartContainer {
  position: relative;
   width: calc(100% + 30px);
  height: 560px;
  left: -50px;
  top: -10px;
  overflow: visible;
  z-index: 1;
}
#Tab2 #Tab2ChartContainer #Tab2Chart {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#Tab2 #Tab2ChartContainer #Tab2Chart .highcharts-container {
  overflow: visible !important;
}
#Tab2 #Tab2ChartContainer #Tab2Chart .highcharts-container > svg {
  overflow: visible;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders {
  position: absolute;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 0px;
  pointer-events: all;
  outline: 1px dashed #fc9bb3;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider:before,
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider:after {
  position: absolute;
  content: 'a';
  color: transparent;
  background: rgba(252, 155, 179, 0.5);
  width: 17px;
  height: calc((100% + ( 8px  - 2px) * 2) / 2);
  left: -8px;
  cursor: pointer;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider:before {
  top: -6px;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider:after {
  bottom: -6px;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider#Tab1Slider1 {
  left: 0;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider#Tab1Slider1 > span {
  left: 0;
  text-align: left;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider > span {
  width: 120px;
  font-size: 11px;
  position: absolute;
  top: -20px;
  display: none;
}
#Tab2 #Tab2ChartContainer #Tab2Sliders .slider.ui-draggable-dragging > span {
  display: block;
}
#Tab2 #Tab2SelectedDate {
  display: none;
}
#Tab2 #Tab2Legend {
  margin-top: 40px;
  width: 100%;
  columns: 3;
  column-gap: 56px;
}
#Tab2 #Tab2Legend .legend-item {
  margin-bottom: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Tab2 #Tab2Legend .legend-item .legend {
  flex-grow: 0;
  flex-shrink: 0;
  vertical-align: center;
  position: relative;
  top: -1px;
}
#Tab2 #Tab2Legend .legend-item .legend-label {
  flex-grow: 1;
  display: flex;
  font-size: 14px;
  justify-content: space-around;
}
#Tab2 #Tab2Legend .legend-item .legend-label > div:first-child {
  flex-basis: 90%;
}
#Tab2 #Tab2Legend .legend-item .legend-label .tiptext {
  display: none;
}
#Tab2 #Tab2Totals {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  font-family: 'FortBold', sans-serif;
}
#Tab2 #Tab2Stats {
  display: none;
}
#Tab2 .highcharts-pluses {
  border: 2px solid black;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
#Tab2 .highcharts-pluses span {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 18px;
  text-align: center;
  display: block;
  background-color: white;
  font-family: 'FortExtraBlack', sans-serif !important;
}
.chart-tip {
  width: 220px !important;
  font-family: "FortBook", sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: white;
  border: 2px solid white;
  padding: 5px;
}
.chart-tip table thead td {
  padding-bottom: 10px;
  line-height: 12px;
  font-family: 'FortBold', sans-serif;
}
.chart-tip table tbody th,
.chart-tip table tbody td {
  padding: 3px;
  line-height: 14px;
  font-weight: normal;
}
.chart-tip table tbody th {
  width: 30px;
}
