﻿/* CSS Document */

body {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #555;
	letter-spacing: -0.05em;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	letter-spacing: 0;
}

table {
	table-layout: fixed;
}

body > .container.PageContainer {
  border-top: 1px solid #DDD;
	box-shadow: 0px -40px 40px 5px rgba(0, 0, 0, 0.02);
	padding-bottom: 80px;
}

iframe.hidden {
	display: none;
}

.Ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Clear {
	clear: both;
}

@media print
{
	.NoPrint,
	.NoPrint *,
	.btn {
		display: none !important;
	}

	a[href]:after {
		content: none !important;
	}

	ul.nav-tabs li:not(.active) {
		display: none !important;
	}
	ul.nav-tabs,
	ul.nav-tabs * {
		border: none !important;
	}
	ul.nav-tabs li.active a {
		font-size: 22px;
		font-weight: bold;
		padding: 0px !important;
	}

	.PageContainer {
		border: none !important;
	}

}

* {
	-webkit-print-color-adjust: exact;
}


/* Well */

.well {
	padding: 10px;
}
.well ul.ItemList:last-child li:last-child {
	padding-bottom: 0px;
}


/* Nav bar */

.navbar-height-spacer {
	height: 40px;
}

.navbar.navbar-inverse .nav a:hover,
.navbar.navbar-inverse .nav .dropdown.open a.dropdown-toggle {
	background-color: #444 !important;
}

.navbar .nav a.icon i {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.navbar .nav a.icon:hover i,
.navbar .nav .dropdown.open a.icon i {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar .nav .icon.hasBadge i {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.navbar .nav > li.icon > a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.navbar .nav > li.icon {
	position: relative;
}
.navbar .nav > li.icon .badge {
	display: block;
	position: absolute;
	top: 5px;
	right: 4px;
	z-index: 1;

	padding: 0 1px;
	background-color: #f03d25;

	border: 1px solid #d83722;
	border-bottom: 1px solid #c0311e;
	border-top: 1px solid #e23923;

	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);

	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.28;
	color: #fff;


}

.navbar .nav li.loader img {
	padding: 10px 10px 10px;
}

/* Nav bar bootstrap overrides */
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
	display: none;
}
.navbar .dropdown-menu {
	border-radius: 0 !important;
	margin: -1px 0 0 !important;
	padding: 3px 0 !important;

}
.navbar .dropdown-menu .divider {
	margin: 4px 1px;
}

/* Forms */

.container-form {

	padding: 20px 0px 1px 0px;

	background: #f9f9f9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #f9f9f9 0%, #f9f9f9 34%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(34%,#f9f9f9), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f9f9f9 0%,#f9f9f9 34%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f9f9f9 0%,#f9f9f9 34%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f9f9f9 0%,#f9f9f9 34%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to right,  #f9f9f9 0%,#f9f9f9 34%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-8 */

}

select option:disabled {
	color: #CCC;
}


/* Breadcrumb */

.breadcrumb {
	background-color: transparent;
	padding: 8px 0px;
	margin: 0 20px 10px;
	border-radius: 0px;
}



/* Jumbotron */

.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);

	font-family: 'Roboto', sans-serif;

	background: #060d28; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MGQyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MjE1MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #060d28 0%, #721515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#060d28), color-stop(100%,#721515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #060d28 0%,#721515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #060d28 0%,#721515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #060d28 0%,#721515 100%); /* IE10+ */
	background: linear-gradient(to right,  #060d28 0%,#721515 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060d28', endColorstr='#721515',GradientType=1 ); /* IE6-8 */

  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
	color: inherit;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}



/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: url(/_Lib/Packages/Dashboard/img/Header/Header.BG.png) repeat center center;*/
  opacity: .4;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {

  .jumbotron:after {
    background-size: 150px 150px;
  }

}



/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}







/* Sidebar */
div.SideBar {
}

div.SideBar > div {
	border-left: 1px solid #F4F4F4;

	background: rgb(246,246,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(246,246,246,1) 0%, rgba(250,250,250,1) 6%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,246,246,1)), color-stop(6%,rgba(250,250,250,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 6%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 6%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 6%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(246,246,246,1) 0%,rgba(250,250,250,1) 6%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

}
div.SideBar div.Padding {
	padding: 4px 0px 20px 20px;
	min-height: 300px;
}


/* Item lists */
.ItemListGroup {
	margin: 10px 0px 20px 0px;
}
.ItemListGroup h1 {
	display: block;
	font-size: 130%;
	line-height: 100%;
	font-weight: normal;
	color: #777;
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}
ul.ItemList {
	margin: 0px;
	list-style: none;
}
ul.ItemList li {
	padding: 0px 0px 10px 10px;
	line-height: 120%;
	background-image: url(/_Lib/Packages/Dashboard/Img/SideBar/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.45em;
}
ul.ItemList li p {
	margin: 0px;
	color: #AAA;
}
.SideBar ul.ItemList li a {
	color: #007ac5;
}
.SideBar ul.ItemList li p {
	font-size: 85%;
}


/* Background fading */

.BGFade {
	position: relative;
	height: 100%;
}
.BGFade > * {
	position: relative;
	z-index: 1;
}
.BGFadeTop {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/_Lib/Packages/Dashboard/Img/BgFade/BGFadeTop.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.BGFadeBottom {
	z-index: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/_Lib/Packages/Dashboard/Img/BgFade/BGFadeBottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.BGFadeLeft {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/_Lib/Packages/Dashboard/Img/BgFade/BGFadeLeft.png);
	background-repeat: repeat-y;
	background-position: top left;
}
.BGFadeRight {
	z-index: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/_Lib/Packages/Dashboard/Img/BgFade/BGFadeRight.png);
	background-repeat: repeat-y;
	background-position: top right;
}



/* Login */

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
		 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
					box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}


/* ItemTable */

table.itemTable {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 40px;
}
table.itemTable td,
table.itemTable th {
	box-sizing: border-box;
}
table.itemTable td {
	padding: 2px 5px 2px 5px;
}
table.itemTable th {
	width: 20%;
	text-align: left;
	vertical-align: top;
	padding: 2px 20px 2px 20px;
	font-weight: normal;
	color: #999;
	border-bottom: 1px dotted #E8E8E8;
}

table.itemTable.Edit th {
	padding-top: 7px;
}
table.itemTable.Edit td .Display {
	padding-top: 7px;
}



table.itemTable select,
table.itemTable textarea,
table.itemTable input,
table.itemTable .uneditable-input {
	margin-bottom: 0px;
}
table.itemTable textarea {
	min-height: 70px !important;
}
table.itemTable input.DatePicker {
	min-width: 90px;
}

table.itemTable select.IsInvalid.IsModified,
table.itemTable select.IsInvalid.AttemptSubmit,
table.itemTable textarea.IsInvalid.IsModified,
table.itemTable textarea.IsInvalid.AttemptSubmit,
table.itemTable input.IsInvalid.IsModified,
table.itemTable input.IsInvalid.AttemptSubmit {
	border-color: #F88;
	background-color: #FEE;
}



/* News item */
.NewsItem {

}


/* Timeago */
abbr.timeago {
	cursor: default;
	border: none;
	color: #AAA;
}


/* Files */

.FileBlock {
	line-height: normal;
	min-height: 32px;
}
.FileBlock .FileIcon {
	width: 23px;
	min-height: 14px;
	height: 100%;
	background-image: url(/_Lib/Ico/Gui/Document_32.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	padding: 18px 1px 0px 0px;
	margin: 0px 8px 0px 0px;
	color: #35A;
	float: left;
}
.FileBlock .FileText {
	padding-left: 32px;
}
.FileBlock .Spacer {
	height: 3px;
}
.FileBlock .FileName,
.FileBlock .FileSize {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.FileBlock .FileLabel {
	color: #444;
	font-weight: bold;
}
.FileBlock .FileDescription {
	font-size: 12px;
	color: #AAA;
}
.FileBlock .FileName {
	font-size: 12px;
	color: #444;
}
.FileBlock .FileSize {
	color: #888;
	font-size: 12px;
}
.FileBlock .FileDate {
	color: #888;
	font-size: 11px;
}
.FileBlock.Link:hover {
	cursor: pointer;
}
.FileBlock.Link:hover .FileName {
	text-decoration: underline;
}




/* Google charts table */

table.google-visualization-table-table
	td {
		padding: 0px 2px 0px 2px;
		font-size: 12px;
		line-height: 1.5em;
		color: #888;

	}
table.google-visualization-table-table
	tr td:first-child {
		width: 200px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
table.google-visualization-table-table
	tr.headerRow td.headerCell {
		font-weight: bold;
		color: #333;
		border-bottom: 1px solid #CCC;
		text-align: right;
	}
table.google-visualization-table-table
	tr.headerRow td.headerCell:first-child {
		text-align: left;
	}
table.google-visualization-table-table
	td .ColorIcon {
		float: left;
		width: 8px;
		height: 8px;
		margin: 3px 5px 0px 0px;
	}




/* Charts legend */

.Legend {
	float: right;
	clear: both;
	font-size: 11px;
	margin-right: 5px;
}
.Legend ul,
.Legend li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Legend li {
	display: block;
	float: left;
	margin-left: 15px;
}
.Legend .LegendIcon {
	float: left;
	width: 14px;
	margin-right: 5px;
	border: 0px solid;
}
.Legend .Label {
	float: left;
}
.Legend .LegendIcon.LegendIcon_Bar {
	margin-top: 0.45em;
	border-top-width: 10px;
}
.Legend .LegendIcon.LegendIcon_Line {
	margin-top: 0.65em;
	border-top-width: 6px;
}
.Legend .LegendIcon.LegendIcon_DottedLine {
	border-style: dotted;
	margin-top: 0.75em;
	border-top-width: 4px;
}



/* Calendar grid */
.CalendarGrid {
	font-size: 11px;
}
.CalendarGrid.Mini {
	font-size: 9px;
}
.CalendarGrid h3 {
	font-size: 170%;
	margin-bottom: 0.3em;
}
.CalendarGrid * {
	box-sizing: border-box;
	line-height: 1.7em;
}

.CalendarGrid table.MonthGrid {
	width: 210px;
}
.CalendarGrid.Mini table.MonthGrid {
	width: 164px;
}

.CalendarGrid table.MonthGrid thead td {
	text-align: center;
	font-size: 120%;
	color: #888;
}

.CalendarGrid table.MonthGrid tbody th {
	text-align: left;
}
.CalendarGrid table.MonthGrid tbody td {
	text-align: center;
	padding: 0px 3px 0px 3px;
	font-size: 110%;
}
.CalendarGrid table.MonthGrid tbody td.Day {
	background-color: #EEE;
	color: #777;
	border: 2px solid white;
}
.CalendarGrid table.MonthGrid tbody td.Weekend {
	background-color: #F8F8F8;
	color: #BBB;
}
.CalendarGrid table.MonthGrid tbody td.Today {
	background-color: #3E9BD4;
	color: white;
	font-weight: bold;
}



/* Report table */

table.ReportTable {
	font-size: 12px;
	line-height: 1.7em;
	color: #555;
	/*width: 100%;*/
}
table.ReportTable thead td > div {
	color: #444;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}

table.ReportTable td > div.Label,
table.ReportTable td > div.Value {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 1px 4px 1px 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.ReportTable td > div.Value {
	text-align: right;
}


table.ReportTable thead td {
	border-bottom: 1px solid black;
}
table.ReportTable tbody tr.Totals td,
table.ReportTable tbody tr.Totals.Incomplete td {
	color: #333;
	background-color: #F4F4F4;
	font-style: normal;
}
table.ReportTable tbody tr.Totals td .Label,
table.ReportTable tbody tr.Totals.Incomplete td .Label {
	color: inherit;
}
table.ReportTable tbody tr.Totals td .Value,
table.ReportTable tbody tr.Totals.Incomplete td .Value {
	opacity: 1;
}
table.ReportTable tbody tr.Incomplete td {
	font-style: italic;
	color: #75728C;
	background-color: #EBEBF3;

}
table.ReportTable tbody tr.Incomplete td .Label {
	color: #75728C;
}
table.ReportTable tbody tr.Incomplete td .Value {
	opacity: 1;
}

table.ReportTable td.ColSection {
	border-left: 1px solid #CCC;
}

table.ReportTable tbody tr:not(.Incomplete) div.Value.Good {
	color: #15BB00;
	background-color: rgba(148, 234, 148, 0.05);
}
table.ReportTable tbody tr:not(.Incomplete) div.Value.Good.High {
	color: #15BB00;
	background-color: rgba(148, 234, 148, 0.15);
}
table.ReportTable tbody tr:not(.Incomplete) div.Value.Good.Extreme {
	color: #15BB00;
	background-color: rgba(148, 234, 148, 0.25);
}
table.ReportTable tbody tr:not(.Incomplete) div.Value.Bad {
	color: #D2A60B;
	background-color: rgba(247, 177, 177, 0.05);
}
table.ReportTable tbody tr:not(.Incomplete) div.Value.Bad.High {
	color: #E6230A;
	background-color: rgba(247, 177, 177, 0.15);
}
table.ReportTable tbody tr:not(.Incomplete) div.Value.Bad.Extreme {
	color: #E6230A;
	background-color: rgba(247, 177, 177, 0.25);
}