
/* Table */
#data-table {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: 540px;
}
#data-table caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#data-table thead {
	background: #f0f0f0;
}
#data-table th,
#data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.chart table {display:none;}

/* Toggle */
.toggles {
	background: #ebebeb;
	color: #545454;
	height: 20px;
	padding: 15px;
}
.toggles p {
	margin: 0;
}
.toggles a {
	background: #222;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-decoration: none;
}
.toggles a:hover {
	background: #666;
}
#reset-graph-button {
	float:right;
}

/* Graph */
/* Containers */
#wrapper {
    padding-left:50px;
	/*height: 420px;
	left: 50%;
	margin: -210px 0 0 -270px;
	position: absolute;
	top: 50%;
	width: 540px;*/
}
#figure {
	/*height: 380px;*/
	position: relative;
}
#figure ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#figure .legend {
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.graph {
	height: 283px;
	position: relative;
}
div[class^='chart-'] {
	padding: 50px;
	background-color: #f3f3f3;
	margin:10px;
}
/* Legend */
.legend {
	border-radius: 4px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 200;
}
.legend li {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 10px 30px;
	width: 200px;
}
.legend span.icon {
	background-position: 50% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;
}

/* X-Axis */
.x-axis {
	bottom: -10px;
	color: #555;
	position: absolute;
	text-align: center;
	width: 100%;
}
.x-axis li {
	float: left;
	margin: 0 15px;
	padding: 5px 0;
	width: 76px;
}

/* Y-Axis */
.y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 100%;
}
.y-axis li {
	border-top: 1px solid #ccc;
	display: block;
	height: 62px;
	width: 100%;
}
.y-axis li span {
    display: block;
    margin: -20px 0 0 -50px;
    padding: 0 10px;
    width: 40px;
    font-size: 12px;
}

/* Graph Bars */
.bars {
	height: 253px;
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom:34px;
}
.bar-group {
	float: left;
	height: 100%;
	margin: 0 15px;
	position: relative;
	width: 76px;
}
.bar {
	border-radius: 3px 3px 0 0;
	bottom: 0;
	cursor: pointer;
	height: 0;
	position: absolute;
	text-align: center;
	width: 24px;
}
.bar.fig0 {
	left: 0;
}
.bar.fig1 {
	left: 26px;
}
.bar.fig2 {
	left: 52px;
}
.bar span {
	background: #fefefe;
	border-radius: 3px;
	left: -8px;
	display: none;
	margin: 0;
	position: relative;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
	width: 40px;
	z-index: 20;

	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
}
.bar span {
    width: 50px;
    font-size: 12px;
}

.bar:hover span {
	display: block;
	margin-top: -25px;
}
.dynamicContent{min-height:720px;}

.dashhead{margin:30px;}

.center{text-align:center;}
.number{font-size:40px; font-weight:900; color:#FFF;}
.top-header{border-bottom:1px dotted #004785; padding-bottom:20px;}
.gauge-data {
    border: 1px solid #004785;
    background: #004785;
    color: #fff;
}

canvas {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #d4d4d4;
	background: #f5f2f2;
}

 table {
	 border-collapse: collapse;
	 width: 100%;
 }
th, td {
	border: 1px solid #dddddd;
	text-align: center;
	padding: 8px;
}
th {
	background-color: #f2f2f2;
}

td:first-child {
	text-align: left;
}

tbody tr:nth-child(2){
	background: #f5f58b;
}

/* Apply right border to specific <td> elements */
td:nth-child(1),
td:nth-child(2),
td:nth-child(6)
{
	border-right: 2px solid black;
}

td:nth-child(6),td:nth-child(10), tr:nth-child(1)>td
{
	background-color: #f2f2f2;
}

tr:nth-child(2) > td:nth-child(6),
tr:nth-child(2) > td:nth-child(10) {
	background: #f5f58b;
}


td:nth-child(4),td:nth-child(7){
	text-align:center
}



#dataTable {
	border-left: 2px solid black; /* Add left border */
	border-right: 2px solid black; /* Add right border */
	border-bottom: 2px solid black; /* Add right border */
}

th.blackheader, tr.blackheader td {
	background: #000!important;
	color: #fff!important;
	text-align: center;
}

.tableHeaderText{
	color: #fff;
	font-size:23px!important;
}

.color-red{
	color:red;
}

.color-green{
color:green;
}

