.clickable {
  cursor: pointer;
}

#chartLegendContainer{	
	z-index:11;
	width:50px;
	position:absolute;
	right:2%;
	top:-50%;
}

.line-chart-legend{
	font-size:14px;
	list-style:none;
	/* width: fit-content; */
	width: auto;
}

.line-chart-legend li{
	line-height: 24px;
}

.line-chart-legend li, .line-chart-legend li span{
	position:relative;
	white-space:nowrap;
	cursor:pointer;
	text-align:left;
}

.no-chartline-legend-strike{
    border:2px solid #000;
    display:block;
    top: 40%;
	transform: translateY(-50%);
	position:absolute !important;
	z-index: 1;
    width: 100%;
}

.legend-line{
  height:20px;
  width:20px;
  border-radius:100%;
}

.legend-item-key{
	line-height:50px;
	color:rgba(255, 255, 255, 1.0);
	background:rgba(4, 74, 163, 0.6);
	border-radius:4px;
	padding: 5px;
}

.legend-item {
  display:inline-block;
}

.legend-label{
	left: 5px;
    top: -5px;
}

.inactive-key{
	opacity:0.3;
}

.inactive-click{
	background:transparent;
	cursor:default;
	opacity:0.1;
}

.inactive-line{
	stroke-opacity: 0.3;
	fill-opacity:0.3;
}

.active-line{
	stroke-width: 14px;
}


.selectedRow{
	background-color: #000 !important; 
}

/* div .line-legend:not(:first-child){
	margin-top: 5px;
} */

/* .legend-desktop {
  color: #000000;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1px;
  min-width: 70px;
  display: inline-block;
  padding: 5px;
  font-size: .6rem;
  text-align: left;
} */

.legend-inner {
  padding-top: 2px;
  color: #000000;
  background-color: #ffffff;
}

.legend-outer-desktop {
  cursor: pointer;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.legend-outer-mobile {
  cursor: pointer;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 15%;
}

.legend-mobile {
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 1px;
  padding: 10px;
  min-width: 70px;
}

.legend-block:hover {
  cursor: pointer;
}

.legend-item-not-focused {
  opacity: .5;
}

/* Default
 * No @media query for XS is necessary
 */
.legendcontainer-desktop {
  position: absolute;
  right: 16px;
  top: 20%;  
  text-align: right;
  z-index: 99;
}

.legendcontainer-mobile {
  font-size: 1em;
  color: #fff;
  margin-top: 5px;
}

.unuseable {
  cursor: default;
  color: grey;
}

.useable {
  cursor: pointer;
}

.legend-text {
  font-size: 1em;
}

.fa-custom {
  font-size: 1.5em;
}

/* Small. Above 34em (544px) */
/* @media screen and (min-width: 34em) {
  .legendcontainer {
    font-size: .9em;
  }

} */

/* Medium. Above 48em (768px) */
/* @media screen and (min-width: 48em) {
  .fa-custom {
    font-size: 1.5em;
  }

  .legendcontainer {
    font-size: 1em;
  }

  .legend-text {
    font-size: 1.2em;
  }

} */

/* Large. Above 62em (992px) */
/* @media screen and (min-width: 62em) {
  .fa-custom {
    font-size: 2em;
  }

  .legendcontainer {
    font-size: 1em;
  }

  .legend-text {
    font-size: 1.5em;
  }

} */

/* Extra large. Above 75em (1200px) */
/* @media screen and (min-width: 75em) {
  .fa-custom {
    font-size: 2em;
  }

  .legend-desktop {
    font-size: 1em;
  }

  .legend-text {
    font-size: 1.5em;
  }

} */
