.dashboard .segments {
  font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: 100;
  font-size: 25px;
  padding: 0 15px 30px;
  line-height: 1;
}
.dashboard .segments > div {
  padding-right: 5px;
  padding-left: 5px;
}
.dashboard .segment {
  background-color: #efefef;
  color: white;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.dashboard .segment-lg {
  padding: 46px 46px 45px;
}
.dashboard .segment-sm {
  color: #666;
  padding: 15px;
  font-weight: 300;
  font-size: .9em;
}
.dashboard .segment.super-user { border-radius: 8px 0 0 8px; }
.dashboard .segment.almost-super-user { border-radius: 0 8px 0 0; }
.dashboard .segment.inactive-user { border-radius: 0 0 8px 0; }

.dashboard .segment .count {
  display: block;
  font-size: 2em;
  font-weight: 200;
}
.dashboard .segment.segment-lg .count {
  font-size: 4em;
}

.dashboard .inactive-user { background-color: white; color: #999;}
.dashboard .active-user { background-color: #E5F4FD; color: #333;}
.dashboard .almost-super-user { background-color: #45B1FF; }
.dashboard .super-user { background-color: #1995EF; }
.dashboard .super-user-fringe { background-color: #1376BD; }

.dashboard .label-user-segment {
  font-weight: 300;
  font-size: 100%;
}
.dashboard .segment img {
  float: left;
  max-height: 3em;
}
.dashboard .segment img.big {
  max-height: 150px;
}
@media (max-width: 480px) {
  .dashboard .segments {
    font-size: 12px;
  }
  .dashboard .segment {
    padding: 15px;
  }
}

.dashboard .score-A { background-color: orange; }
.dashboard .score-B { background-color: green; }
.dashboard .score-C { background-color: lightblue; }
.dashboard .score-D { background-color: lightgrey; }


.session-summary li > span {
  display: block;
}
.session-summary li {
  margin-bottom: 10px;
  font-size: 12px;
}
.session-summary .device-info {
  color: #999;
  font-size: .9em;
  margin-left: 5px;
}

.define-superuser .header {
  font-size: 1.3em;
  color: #333;
  margin: 0 0 10px;
}
.define-superuser i {
  display: block;
  font-size: 2em;
  margin-bottom: 10px;
  color: #0092f2;
}
.define-superuser p {
  font-size: .9em;
  color: #aaa;
}

.dashboard .visit-row {
  border-right: 1px solid #DADCDE;
}

.dashboard dt {
  color: #999;
}
h1 .status-icon img {
  height: 35px;
}


.usage-grid {
  overflow: hidden;
  min-width: 700px;
  border-right: 1px solid #DADCDE;
}

.usage-grid .day {
  float: left;
  text-align: right;
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 1px solid transparent;
  background: #F5F7F8;
  padding: 0;
  line-height: 20px;
}
.usage-grid .day:hover {
  border-color: #343F4B;
}

.usage-grid .day.empty {
  content: ' ';
  background: none;
}
.usage-grid .day.label {
  background: transparent;
  color: #666;
  margin-left: 5px;
  border: none;
}
.usage-grid .day.first {
  clear: left;
}
.usage-grid .day.today {
  border: 1px dashed #2A88A8;
}

.usage-grid .day.light {
  background: #DDE8ED;
}
.usage-grid .day.medium {
  background: #4BAED0;
}
.usage-grid .day.heavy {
  background: #2A88A8;
}
