/* Cal-HeatMap CSS */

#cal-heatmap{
	height:110px;
}

.cal-heatmap-container {
	display: block;
	margin: auto;
	margin-top: 3%;
}

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

}

.cal-heatmap-container .graph-label
{
	display: none;
}

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

.cal-heatmap-container .graph-rect
{
	fill: #DDE3E8;;

}

/*.cal-heatmap-container .graph-subdomain-group rect:hover*/
/*{*/
	/*stroke: rgb(255, 255, 255);*/

/*}*/

.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
}


.q0
{
	background-color: #A0AFBE;
	fill: #A0AFBE;
	/*stroke: #ededed*/
}


.cal-heatmap-container .q1
{
	background-color: #A9CFA7;
	fill: #A9CFA7;
	/*stroke: #BDECBB;*/
	/*stroke-width: 1px;*/
}

.cal-heatmap-container .q2
{
	background-color: #86C7A3;
	fill: #86C7A3;
	/*stroke: #86C7A3;*/
	/*stroke-width: 1.3px;*/
}


.cal-heatmap-container .q3
{
	background-color: #3EC099;
	fill: #3EC099;
	/*stroke: #3EC099;*/
	/*stroke-width: 2.6px;*/
}


.cal-heatmap-container .q4
{
	background-color: #37A294;
	fill: #37A294;
	/*stroke: #319789;*/
	/*stroke-width: 3px;*/
}



.cal-heatmap-container .q5
{
	background-color: #1E7D8A;
	fill: #1E7D8A;
	/*stroke:#1E7D8A;*/
	/*stroke-width: 4px;*/
}


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

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

.cal-heatmap-container rect.now
{
	stroke: black;
	stroke-width: 1px;
}

.cal-heatmap-container text.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;
}
