#Dashboard a {
  text-decoration: none; }

#Dashboard * {
  color: #FFFFFF;
  box-sizing: border-box; }

#Dashboard span img {
  margin: 0; }

#Dashboard h2 {
  font-size: 13px;
  background-color: #77787b;
  color: #FFFFFF;
  margin: 0 0 8px 0;
  line-height: 28px;
  text-indent: 8px; }
  #Dashboard h2::before {
    display: inline-block;
    position: relative;
    top: 2px;
    content: "\f0e4";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 160%;
    line-height: 1; }

#Dashboard #CompanyDownloadLink, #Dashboard #GroupDownloadLink {
  position: absolute;
  top: 0;
  line-height: 28px;
  width: 274px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 16px;
  background-color: #535353; }
  #Dashboard #CompanyDownloadLink i.fa, #Dashboard #GroupDownloadLink i.fa {
    display: inline-block;
    position: relative;
    top: 4px;
    font-size: 160%; }

#Dashboard #CompanyDownloadLink:hover, #Dashboard #GroupDownloadLink:hover {
  background-color: #66afda; }

#Dashboard #CompanyDownloadLink {
  right: 282px; }

#Dashboard #GroupDownloadLink {
  right: 0; }

#Dashboard #CompanyDownloadLink img, #Dashboard #GroupDownloadLink img {
  margin: 0;
  display: inline;
  position: absolute;
  left: 10px;
  top: 2px; }

#Dashboard #CompanyDownloadList, #GroupDownloadList {
  position: absolute;
  width: 274px;
  background-color: #c7c8ca;
  z-index: 10;
  padding: 0 20px 15px 20px;
  line-height: 15px;
  text-transform: none; }

#CompanyDownloadList {
  top: 28px;
  right: 282px; }

#GroupDownloadList {
  top: 102px;
  right: 202px;
  z-index: 20; }

#Dashboard #GroupDownloadList {
  top: 28px;
  right: 0; }

#Dashboard #CompanyDownloadList p.Title, #GroupDownloadList p.Title {
  font-size: 11px;
  color: #787A7D;
  margin: 8px 0 2px 0; }

#Dashboard #CompanyDownloadList span.Section, #GroupDownloadList span.Section {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px; }

#Dashboard #CompanyDownloadList a.Chart, #GroupDownloadList a.Chart {
  font-size: 11px;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal; }

.dashboard-sections {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px; }
  .dashboard-sections div.Section {
    max-width: 133px;
    margin-right: 8px; }
    .dashboard-sections div.Section > div.dashboard-section-header {
      cursor: default; }
      .dashboard-sections div.Section > div.dashboard-section-header i.fa {
        font-size: 450%;
        display: block;
        position: absolute;
        left: 39px;
        top: 50px; }
    .dashboard-sections div.Section > div {
      background-color: #a8a9ac;
      cursor: pointer;
      padding: 12px 16px;
      border-bottom: 8px solid white;
      width: 133px;
      height: 133px;
      font-size: 110%;
      line-height: 1; }
    .dashboard-sections div.Section.Environment, .dashboard-sections div.Section.Environment > div {
      background-color: #009649; }
    .dashboard-sections div.Section.Energy, .dashboard-sections div.Section.Energy > div {
      background-color: #55b641; }
    .dashboard-sections div.Section.Waste, .dashboard-sections div.Section.Waste > div {
      background-color: #00b3be; }
    .dashboard-sections div.Section.Water, .dashboard-sections div.Section.Water > div {
      background-color: #0690cf; }
    .dashboard-sections div.Section.Transport, .dashboard-sections div.Section.Transport > div {
      background-color: #324da1; }
    .dashboard-sections div.Section.Manufacturing, .dashboard-sections div.Section.Manufacturing > div {
      background-color: #69539c; }
    .dashboard-sections div.Section.People, .dashboard-sections div.Section.People > div {
      background-color: #ac4a9c; }
    .dashboard-sections div.Section .Topic {
      margin-bottom: 14px; }
    .dashboard-sections div.Section .Thumbnail {
      font-size: 450%;
      text-align: center; }
    .dashboard-sections div.Section .Result {
      position: relative;
      display: block;
      font-size: 375%;
      font-weight: bold; }
    .dashboard-sections div.Section .Description {
      font-size: 85%; }
    .dashboard-sections div.Section .tile-unit {
      font-size: 50%; }

/*# sourceMappingURL=dashboard.css.map */
