/* CSS Document */

h3{
	font-size:21px;
}

.subheadding {
	font-weight: 400;
    line-height: 1;
	font-size: 20px;
	color:#757575;
}

#indicators {
	border-top:1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	background-color:#EDF4FC;
	font-style:italic;
	line-height:1em;
	padding:8px 0;
	margin-bottom:20px;
	display:block;

}

#tablehead {
	border-top:1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	background-color:#EDF4FC;
	font-style:italic;

}

#key {
	float:right;
	padding:8px;
	margin-left:30px;
	margin-right:5px;
	width:145px;
}
#key ul {
	margin-left:20px;
	width:125px;
}
#key ul li {
	display:block;
	font-weight:bold;
	list-style-type:none !important;
	background-image:none !important;
	text-align:center;
    border-radius: 8px;
	padding:4px;
	margin:1px;
}
.measure {
	display:inline-block;
	width: 120px;
	text-align:center;
    border-radius: 8px;
}
.yellowbox {
	background-color: hsla(47, 99%, 60%, .7);
	font-weight:bold;
	font-size:1.1em;
	padding:5px;
	margin-top:0px !important;
}
.yellowbox::after {
	content: " (stable)";
	visibility:hidden;
	font-size:1px;
}

.redbox {
	background-color:  hsla(5, 83%, 53%, .7);
	font-weight:bold;
	font-size:1.1em;
	border: dashed black 2px;
	padding:5px;
	margin-top:0px !important;
}
.redbox::after {
	content: " (worse)";
	visibility:hidden;
	font-size:1px;
}

.greenbox {
	background-color: hsla(94, 46%, 49%, .7);
	font-weight:bold;
	font-size:1.1em;
	border: solid black 2px;
	padding:5px;
	margin-top:0px !important;
}
.greenbox::after {
	content: " (improving)";
	visibility:hidden;
	font-size:1px;
}

#indicator {
	border-bottom: 1px dotted #c1e0f0;
	margin-top:4px;
	padding-top:5px;
	margin-bottom:6px;
	padding-bottom:6px;
	font-size:.9em;
}
#indicator ul li {
	display:block;
	clear:both;
}
.nav-tabs li {
	display:inline !important;
	clear:none !important;
}
.nav-tabs > li > a:hover {
	color:#0064A4;
}

ul li .indicator-title {
	width: 430px;
}

ul li ul li .indicator-title {
	width: 415px;
}
	
.indicator-title p {
	margin-top:12px;
	color: #6a6a6a;
}

.indicator-title {
	width: 445px;
	font-size:15px;
	font-style:italic;
	display:inline-block;
	vertical-align:top;
	margin-top:-5px;
}
#indicators .indicator-title {
	margin-top: 0px !important;
}

.indicator-title a{
	color:#0064A4;
}
.indicator-description {
	display:inline-block;
	width: 445px;
	vertical-align: top;
	margin-top:12px;
	font-weight:bold;
}
.measureDate {
	display:inline-block;
	width: 65px;
	text-align:center;
	vertical-align: top;
}


button {
	margin-bottom:8px;
	padding:0 5px;
}
.tab-content {
	padding-top: 20px;
	padding-bottom:20px;
}
button.btn-collapse.collapsed
{
	display:none;
}
button.btn-collapse:before
{
	display:inline-block;
    width:65px;	
	padding:0px !important;
}
table {
	margin-bottom: 15px;
}
table > tbody > tr:nth-of-type(odd) {
        background-color:#f9f9f9
}
th, td {
	text-align: center;
	padding: 10px
}

.xaxis {
	display:block;

	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}
.yaxis {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	transform-origin: left top 0;
	font-size:1.2em;
	font-weight:bold;
}
.chartTitle {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
#chartFrame {
	 border: solid thin #ADADAD;
	 padding:5px 0px 5px 10px;
	 margin-bottom:15px;
	 width:105%;
}
legend {
	margin-bottom:10px;
}
 ul.line-legend, ul.bar-legend {
  list-style: none;
}
 ul.line-legend li, ul.bar-legend li{
  display: inline;
  padding-left: 30px;
  background-image:none !important;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 12px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
 ul.line-legend li span, ul.bar-legend li span{
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px;
}
 ul.line-legend li span.line-legend-text, ul.bar-legend li span.bar-legend-text{
  position: relative;
  width: 200px;
}


