/* Cal-HeatMap CSS */

.cal-heatmap-container {
	display: block;
}

.cal-heatmap-container .graph
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.cal-heatmap-container .graph-label
{
	fill: #999;
	font-size: 10px
}

.cal-heatmap-container .graph, .cal-heatmap-container .graph-legend rect {
	shape-rendering: crispedges
}

.cal-heatmap-container .graph-rect
{
	fill: #ededed
}

.cal-heatmap-container .graph-subdomain-group rect:hover
{
	stroke: #000;
	stroke-width: 1px
}

.cal-heatmap-container .subdomain-text {
	font-size: 8px;
	fill: #999;
	pointer-events: none
}

.cal-heatmap-container .hover_cursor:hover {
	cursor: pointer
}

.cal-heatmap-container .qi {
	background-color: #999;
	fill: #999
}

/*
Remove comment to apply this style to date with value equal to 0
.q0
{
	background-color: #fff;
	fill: #fff;
	stroke: #ededed
}
*/

.cal-heatmap-container .q1
{
	background-color: #dae289;
	fill: #dae289
}

.cal-heatmap-container .q2
{
	background-color: #cedb9c;
	fill: #9cc069
}

.cal-heatmap-container .q3
{
	background-color: #b5cf6b;
	fill: #669d45
}

.cal-heatmap-container .q4
{
	background-color: #637939;
	fill: #637939
}

.cal-heatmap-container .q5
{
	background-color: #3b6427;
	fill: #3b6427
}

.cal-heatmap-container rect.highlight
{
	stroke:#444;
	stroke-width:1
}

.cal-heatmap-container text.highlight
{
	fill: #444
}

.cal-heatmap-container rect.highlight-now
{
	stroke: red
}

.cal-heatmap-container text.highlight-now
{
	fill: red;
	font-weight: 800
}

.cal-heatmap-container .domain-background {
	fill: none;
	shape-rendering: crispedges
}

.ch-tooltip {
	padding: 10px;
	background: #222;
	color: #bbb;
	font-size: 12px;
	line-height: 1.4;
	width: 140px;
	position: absolute;
	z-index: 99999;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	display: none;
	box-sizing: border-box;
}

.ch-tooltip::after{
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	padding: 0;
	display: block;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #222;
}

.index-module__group___m8_pn #cal-heatmap-yaxislabels{
  position:absolute;
  top:24px;
  left:-34px;
  text-align:right
}

.index-module__group___m8_pn #cal-heatmap-yaxislabels>*{
  margin-top:41px;
  display:block
}

.index-module__group___m8_pn .graph-label{
  color:#999;
  fill:#999;
  font-size:14px;
  font-family:"Source Sans Pro"
}

.index-module__group___m8_pn text.graph-label{
  transform:translateY(16px)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect{
  fill:#fff
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7):not(.future){
  fill:#e0eaec !important
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q0{
  fill:#e0b7b7
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q0+.subdomain-text{
  font-weight:700;
  fill:rgba(0,0,0,.5)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q1{
  fill:#e0b7b7
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q1+.subdomain-text{
  font-weight:700;
  fill:rgba(0,0,0,.5)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q2{
  fill:#efe1c9
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q2+.subdomain-text{
  font-weight:700;
  fill:rgba(0,0,0,.5)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q3{
  fill:#fff1cc
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q3+.subdomain-text{
  font-weight:700;
  fill:rgba(0,0,0,.5)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q4{
  fill:#afded0
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q4+.subdomain-text{
  font-weight:700;
  fill:rgba(0,0,0,.5)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q5{
  fill:#63b79d
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q5+.subdomain-text{
  font-weight:700;
  fill:rgba(0,0,0,.5)
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q6{
  fill:#057d55
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q6+.subdomain-text{
  font-weight:700;
  fill:#daefe9
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q7{
  fill:#02442d
}

.index-module__group___m8_pn .cal-heatmap-container .graph-rect.q7+.subdomain-text{
  font-weight:700;
  fill:#fccc4d
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect{
  fill:#fff
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7):not(.future){
  fill:#e0eaec !important
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q1{
  fill:#e0b7b7
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q2{
  fill:#efe1c9
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q3{
  fill:#fff1cc
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q4{
  fill:#afded0
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q5{
  fill:#63b79d
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q6{
  fill:#057d55
}

.index-module__group___m8_pn .cal-heatmap-container .graph-legend rect.q7{
  fill:#02442d
}

.index-module__group___m8_pn .subdomain-text{
  font-size:12px;
  font-family:"Source Sans Pro"
}

.index-module__group___m8_pn .graph-domain.y_2019 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7){
  fill:url(#diagonalHatch) !important
}

.index-module__group___m8_pn .graph-domain.y_2020.m_0 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7),.index-module__group___m8_pn .graph-domain.y_2020.m_1 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7),.index-module__group___m8_pn .graph-domain.y_2020.m_2 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7),.index-module__group___m8_pn .graph-domain.y_2020.m_3 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7),.index-module__group___m8_pn .graph-domain.y_2020.m_4 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7),.index-module__group___m8_pn .graph-domain.y_2020.m_5 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7),.index-module__group___m8_pn .graph-domain.y_2020.m_6 .graph-rect:not(.q0):not(.q1):not(.q2):not(.q3):not(.q4):not(.q5):not(.q6):not(.q7){
  fill:url(#diagonalHatch) !important
}

.index-module__group___m8_pn .graph-domain .graph-rect.future{
  fill:url(#diagonalHatch) !important
}

/*# sourceMappingURL=user_stats-ec07afc2.css.map*/