.Dashboard {
  position: absolute;
  display: block;
  top: 128px;
  right: 0px;
  bottom: 80px;
  left: auto;
  width: 15%;
  overflow: hidden;
}

.Dashboard > .Toolbar {
  margin-bottom: 0px;
  display: block;
}

.Dashboard > .Toolbar > .Actions {
  display: block;
  border: none;
  box-shadow: none;
}

.Dashboard > .Toolbar > .Actions > .Refresh {
  background-color: transparent;
  border: none;
  line-height: 2em;
  height: 2em;
  width: 2em;
  margin: 0px;
  background-position: center center;
}

.Dashboard .Contents {
  height: 100%;
  overflow-y: auto;
}

.Dashboard .Calendar {
  padding: 0;
}

.Dashboard .widget .CurrentDate {
  height: 2em;
  padding-left: 16px;
  padding-right: 16px;
  text-align: right;
}

.Dashboard .widget .CurrentDate span {
  line-height: 2em;
  margin-right: 4px;
}

.Dashboard .widget:not(.Calendar) {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}

.Dashboard .widget ul li {
  overflow: hidden;
  padding-bottom: 4px;
  padding-top: 4px;
}

.Dashboard ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.Dashboard .widget > ul > li {
  margin-bottom: 2px;
}

.Dashboard .widget  ul > li.Ok,
.Dashboard .widget ul > li.Warning,
.Dashboard .widget ul > li.Problem {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  overflow: hidden;
}

.Dashboard .widget  ul > li.Ok {
  background-image: url("UserInterface.Icon.GreenLight.svg");
}

.Dashboard .widget  ul > li.Warning {
  background-image: url("UserInterface.Icon.OrangeLight.svg");
}

.Dashboard .widget  ul > li.Problem {
  background-image: url("UserInterface.Icon.RedLight.svg");
}

.Dashboard .widget h1 {
  margin-bottom: 0;
  font-size: 3em;
}

.Dashboard .widget h2 {
  font-size: 1.5em;
  margin-top: 4px;
  margin-bottom: 4px;
}

.Dashboard .widget h3 {
  font-size: 1.25em;
  margin-top: 2px;
  margin-bottom: 2px;
  font-style: italic;
}

.Dashboard .widget .Task .Parent {
  padding: 2px;
  margin-bottom: 2px;;
}

.Task > .Parent > .Count {
  display: inline-block;
  height: 1.5em;
  width: auto;
  margin-right: 4px;
}

.Task > .Parent > a {
  display: inline;
}

    .Task .Children {
  display: none;
  font-size: 0.75em;
  padding-left: 10px;
}

.Dashboard .widget .Task.Expanded .Children {
  display: block;
}

.Dashboard .widget ul > li.Collapsible {
	cursor: pointer;
}

.Dashboard .widget ul > li.Collapsible.Collapsed ul {
	display: none;
}

.Dashboard .widget ul > li.Collapsible > div > div > sub {
	display: none;
}

.Dashboard .widget ul > li.Collapsible.Collapsed > div > div > sub {
	display: block;
}
