﻿
	.custom-combobox {
		position: relative;
		display: inline-block;
	}
	.custom-combobox-toggle {
		position: absolute;
		top: 0;
		bottom: 0;
		margin-left: -1px;
		padding: 0;
	}
	.custom-combobox-input {
		margin: 0;
		padding: 5px 10px;
	}

.module-region.block-analyticalIndicators .data th.sort {
  cursor: pointer;
}
.module-region.block-analyticalIndicators .data th.sort.asc :last-child:after {
  content: " ▾";
  font-family: Arial, sans-serif;
}
.module-region.block-analyticalIndicators .data th.sort.desc :last-child:after {
  content: " ▴";
  font-family: Arial, sans-serif;
}
.module-region.block-analyticalIndicators .nobr {
    white-space: nowrap
}

.module-region.graph {
    font: 10px sans-serif;
}
.module-region.graph .axis path,
.module-region.graph .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.module-region.graph .x.axis path {
    /*display: none;*/
}
.module-region.graph .line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.module-region.graph .line.red {
    stroke: darkred;
}
.module-region.graph-legend div.red {
    background-color: darkred;
}
.module-region.graph .line.green {
    stroke: chartreuse;
}
.module-region.graph-legend div.green {
    background-color: chartreuse;
}
.module-region.graph .line.blue {
    stroke: blue;
}
.module-region.graph-legend div.blue {
    background-color: blue;
}