﻿#body #db {
  height: 100%;
}

#dash {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 1024px;
}
#dash .t {
  color: #777;
}
#dash .widget {
  padding: 30px 0px 0px 30px;
}
#dash .widget:last-child {
  padding-right: 30px;
}
#dash .sh {
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: #d2d2d2 0px 0px 15px;
  margin: 0;
}
#dash #submissions {
  display: flex;
}
#dash #submissions .dsp {
  flex: 0 1 33.3333%;
}
#dash #submissions .dsp .sh:hover {
  border: 1px solid #48caca;
}
#dash #submissions .dsp > div {
  display: flex;
}
#dash #submissions .dsp > div a {
  display: flex;
  flex: 1 1 auto;
  padding: 20px;
  outline: none;
  text-decoration: none;
}
#dash #submissions .dsp .d {
  flex: 1 1 auto;
}
#dash #submissions .dsp .d .m {
  font-size: 55px;
  line-height: 55px;
  color: #48caca;
  height: 55px;
}
#dash #submissions .dsp .ico {
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dash #submissions .dsp .ico > div {
  background: #ebf3ff;
  box-shadow: #dae1ec 0 0 24px inset;
  border-radius: 50px;
  font-size: 30px;
  padding: 20px;
  color: #828282;
}
#dash #submitters {
  display: flex;
}
#dash #submitters .ui.dropdown {
  padding: 3px;
  border: 1px solid #fff;
}
#dash #submitters .ui.dropdown:hover {
  border-color: #ddd;
  border-radius: 5px;
}
#dash #submitters .ui.dropdown .icon {
  margin-left: 3px;
}
#dash #submitters .ui.dropdown .menu .item {
  color: #8c8c8c;
}
#dash #submitters .tten {
  flex: 0 1 66.666%;
}
#dash #submitters .tten .sh {
  padding: 10px 20px 20px 20px;
  height: 210px;
}
#dash #submitters .tten ul {
  list-style: none;
}
#dash #submitters .tten ul .t .nu {
  padding: 3px;
}
#dash #submitters .tten ul .t .su {
  padding: 3px;
}
#dash #submitters .tten ul li {
  display: flex;
  margin-bottom: 5px;
}
#dash #submitters .tten ul li .nu {
  flex: 0 0 30px;
  text-align: center;
}
#dash #submitters .tten ul li .su {
  flex: 0 1 250px;
}
#dash #submitters .tten ul li .pr {
  flex: 1 1 auto;
}
#dash #submitters .tten ul li .pr .bar {
  position: relative;
  background-color: #ddd;
  height: 100%;
}
#dash #submitters .tten ul li .pr .bar .fill {
  position: relative;
  background-color: #48caca;
  min-width: 22px;
  box-shadow: #c4c4c4 2px 1px 5px;
}
#dash #submitters .tten ul li .pr .bar .cnt {
  text-align: right;
  color: #fff;
  padding-right: 5px;
}
#dash #submitters .jobs {
  flex: 1 1 auto;
}
#dash #submitters .jobs .sh {
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 210px;
}
#dash #submitters .jobs .sh .t {
  color: #777;
}
#dash #submitters .jobs .sh .cnts {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
#dash #submitters .jobs .sh .cnts .cnt {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  text-align: center;
}
#dash #submitters .jobs .sh .cnts .cnt .num {
  height: 85px;
  font-size: 55px;
}
#dash #submitters .jobs .sh .cnts .cnt.tot {
  color: #4856ca;
}
#dash #submitters .jobs .sh .cnts .cnt.comp {
  color: #48caca;
}
#dash #submitters .jobs .sh .cnts .cnt.late {
  color: #ca4848;
}
#dash #submitters .jobs.late {
  flex: 0 1 10%;
}
#dash #charts {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 380px;
  padding-bottom: 20px;
}
#dash #charts .widget {
  height: 100%;
}
#dash #subChart {
  padding: 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
#dash #subChart #legend_clear {
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 56px;
  font-size: 0.8em;
}
#dash #subChart .chart {
  flex: 1 1 auto;
  display: flex;
  overflow: hidden;
  position: relative;
}
#dash #subChart .chart .chart-wrapper {
  flex: 1 1 auto;
}
#dash #subChart .chart #legend_container {
  flex: 0 0 320px;
  overflow: auto;
  height: 100%;
  margin-left: 20px;
  position: relative;
}
#dash #subChart .chart #legend_container ul li {
  float: left;
  overflow: hidden;
  display: flex;
  width: 100%;
}
#dash #subChart .chart #legend_container ul li .legend-icon {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 10px;
}
#dash #subChart .chart #legend_container ul li .legend-text {
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 auto;
}
#dash #subChart .cons {
  position: relative;
  display: flex;
  justify-content: center;
  color: #777;
}
#dash #subChart .cons .right {
  position: absolute;
  right: 0;
}
#dash #subChart .cons .t {
  position: absolute;
  left: 10px;
}
#dash #subChart .cons .icon {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0px 5px;
  cursor: pointer;
}
#dash #subChart .cons .icon:hover {
  border-color: #ddd;
  color: #484848;
}
#dash #subChart .cons .forms {
  padding: 5px 10px;
  border: 1px solid #fff;
  cursor: pointer;
}
#dash #subChart .cons .forms:hover {
  border-color: #ddd;
}
