html, body {
  background-color: #000;
  font-family: Consolas, Menlo, Monaco, monospace;
  letter-spacing: 0.5px;
  height: 100%;
}

.load {
  background: url(/img/ajax-loading.gif) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
}

.spinner {
  z-index: 9999;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -20px;
  width: 100px;
  height: 40px;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@-o-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -moz-transform: scaleY(1.0);
    -o-transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner > div {
  background-color: #f0f0f0;
  height: 100%;
  display: inline-block;
  width: 8px;

  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
  -moz-animation: stretchdelay 1.1s infinite ease-in-out;
  -o-animation: stretchdelay 1.1s infinite ease-in-out;
  animation: stretchdelay 1.1s infinite ease-in-out;
}

.spinner > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.spinner > div:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.spinner > div:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.spinner > div:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.spinner > div:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.polar_usage {
  margin: 0 auto;
}

.polar_usage text {
  text-anchor: middle;
  font-size: 10px;
  fill: #fff;
}

.repo {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 3px;
  margin-left: -50px;
}

.repo a {
  color: #646983;
}

.repo a:hover {
  color: #fff;
}

.system_info {
  width: 200px;
  margin: 0 auto;
  display: none;
}

.system_info dl * {
  width: 95px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

.system_info dl dt {
  padding-right: 5px;
  text-align: right;
  color: #fff;
}

.system_info dl dd {
  text-align: left;
  padding-left: 5px;
  color: #ccc;
}

.procs-hint-container {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 50px;
  background: #3b4163;
  border-radius: 50px 50px 0 0;
  box-shadow: 0 -2px 3px #272e44;
  -moz-box-shadow: 0 -2px 3px #272e44;
  -o-box-shadow: 0 -2px 3px #272e44;
}

.procs-hint-container div {
  width: 100%;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #8e99bb;
  text-shadow: 1px 1px 1px #000;
}

.procs-hint-container div span {
  color: #c1ccec;
}

.procs, .slimScrollDiv {
  width: 600px;
  margin: 0 auto;
}

.procs .proc-div {
  height: 1px;
  margin: 5px 0;
  width: 100%;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3b4163),
  color-stop(0.3, rgb(255, 255, 255)),
  color-stop(0.9, #3b4163));
  background: -moz-linear-gradient(left, #3b4163, rgb(255, 255, 255), #3b4163);
  background: -o-linear-gradient(left, #3b4163, rgb(255, 255, 255), #3b4163);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b4163, endColorstr=#fff, GradientType=1);
}

.procs .proc {
  width: 100%;
  height: 50px;
  position: relative;
}

.procs .proc-stop .proc-info {
  opacity: 0.8;
}

.procs .proc .proc-col {
  display: table-cell;
}

.procs .proc .proc-status {
  text-align: center;
  width: 50px;
  height: 50px;
}

.procs .proc .proc-status i {
  font-size: 16px;
  top: 15px;
  color: #5fe210;
}

.procs .proc-empty .proc-status i {
  color: #fddf68
}

.procs .proc-stop .proc-status i {
  color: #e98080;
}

.procs .proc .proc-info {
  width: 480px;
}

.procs .proc .proc-info h4 {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.procs .proc .proc-info h4 span {
  color: #73cce5;
  cursor: pointer;
}

.procs .proc .proc-info small {
  color: #ccc;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.procs .proc .proc-info small small {
  color: #f0f0f0;
}

.procs .proc .proc-info small span {
  color: #fff;
  font-size: 10px;
}

.procs .proc .proc-ops {
  width: 70px;
  position: relative;
  top: 15px;
  text-align: right;
}

.procs .proc .proc-ops ul,
.procs .proc .proc-ops ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

.procs .proc .proc-ops ul,
.procs .proc .proc-ops .load {
  position: absolute;
  top: 0;
}

.procs .proc .proc-ops ul li {
  float: left;
  padding: 0 2px;
}

.procs .proc .proc-ops ul li i {
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
}

.procs .proc .proc-ops ul li i:hover {
  opacity: 0.8;
}

.procs .proc .proc-ops ul li i:active {
  opacity: 1;
}

.proc-popup {
  color: #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#popup {
  height: 330px;
  width: 100%;
  position: relative;
}

#popup .load {
  background-image: url(/img/ajax-loading-invert.gif);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

#popup pre {
  background: transparent;
  border: 0;
  border-radius: 0;
}

#popup .nav {
  padding-left: 10px;
}

#popup .nav > li > a {
  padding: 5px 15px;
}

#popup .nav > li:hover > a {
  border-bottom: solid 1px #fff;
}

#popup .nav-tabs > li {
  margin-bottom: -2px;
  margin-right: 5px;
}

#log {
  padding: 5px;
}

#log span {
  font-size: 12px;
}

#log > span {
  padding: 2px;
  display: block;
}