﻿#banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 128px;
  z-index: 2000;
  pointer-events: none;
}
#banner.test {
  background: url('images/banner-test.png') no-repeat top right;
}
#banner.dev {
  background: url('images/banner-dev.png') no-repeat top right;
}
#shell {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#shell > .sidebar {
  float: left;
  height: 100%;
  position: relative;
  width: 100px;
  padding-top: 45px;
  white-space: nowrap;
}
#shell > #main {
  position: relative;
  float: none;
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 45px;
  padding-bottom: 20px;
}
#wrapper {
  position: relative;
}
#wrapper #main {
  position: absolute;
  left: 100px;
  -moz-transition: 0.2s ease-out left;
  -webkit-transition: 0.2s ease-out left;
  -o-transition: 0.2s ease-out left;
  transition: 0.2s ease-out left;
}
#wrapper #main.expanded {
  left: 0;
}
/* Log */
#shell > #drawer {
  position: fixed;
  z-index: 980;
  background-color: #f7f7f9;
  bottom: 0;
  height: 20px;
  width: 100%;
}
#drawer > #activity-panel {
  position: absolute;
  z-index: 985;
  background-color: #eee;
  margin: 0;
  padding: 0;
  bottom: 20px;
  right: 0;
  width: 75%;
  max-height: 280px;
  overflow-y: auto;
}
/* Top Navigation */
nav#topnav {
  color: #ffffff;
  background-color: #007acc;
  left: 0;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  z-index: 990;
  height: 45px;
  -moz-transition: 0.2s ease-out all;
  -webkit-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
nav#topnav.expanded {
  height: 85px;
}
nav#topnav .logo {
  background: #007acc;
  display: inline-block;
  text-transform: uppercase;
  height: 45px;
}
nav#topnav .expander {
  border-left: 1px solid #cccccc;
  padding: 5px 10px;
}
nav#topnav .logo > a {
  color: #ffffff;
  display: block;
  padding: 5px 15px 5px 5px;
}
nav#topnav a {
  color: #ffffff;
  text-decoration: none;
}
nav#topnav .avatar a:hover {
  background-color: #f7f7f9;
}
nav#topnav .avatar span {
  padding-right: 10px;
}
/* Navigation Elements (left hand side) */
nav#mainnav,
nav#subnav {
  width: 100px;
  overflow-y: auto;
  height: 100%;
}
nav#mainnav ul,
nav#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#mainnav {
  background-color: #f7f7f9;
  z-index: 888;
}
nav#subnav {
  left: 100px;
  z-index: 887;
}
nav#subnav > ul a,
nav#mainnav > ul a {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #eeeef2;
  height: 100px;
  width: 100px;
  overflow: hidden;
}
nav#subnav a,
nav#mainnav a {
  color: #516372;
  -moz-transition: 0.3s ease-out background-color;
  -webkit-transition: 0.3s ease-out background-color;
  -o-transition: 0.3s ease-out background-color;
  transition: 0.3s ease-out background-color;
}
nav#subnav li.active a,
nav#mainnav li.active a {
  background-color: #ffffff;
  color: #516372;
}
nav#subnav a:hover,
nav#mainnav a:hover {
  background-color: #ffffff;
}
nav#subnav > ul > li > a > i,
nav#mainnav > ul > li > a > i {
  position: absolute;
  left: 30px;
  top: 25px;
  color: #007acc;
  line-height: 1;
  font-size: 28px;
}
nav#subnav > ul > li > a > i {
  color: #007acc;
}
nav#subnav > ul > li > a > span,
nav#mainnav > ul > li > a > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  font-size: inherit;
  text-align: center;
  white-space: normal;
}
nav#mainnav > aside {
  position: absolute;
  bottom: 100px;
}
#navfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 888;
  font-size: 23px;
}
#navfooter a {
  padding: 10px;
}
.navLowerCase {
  text-transform: lowercase;
}
/* Side Panel */
aside#side-panel {
  color: #516372;
  background-color: #eeeef2;
  right: -270px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 990;
  width: 300px;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
aside#side-panel hr {
  border-top-color: #b4b4c6;
}
aside#side-panel.expanded {
  right: 0;
}
aside#side-panel > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#side-panel > .panel-content,
aside#side-panel > footer {
  padding: 8px 20px 8px 30px;
}
#side-panel > .panel-handle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  padding: 17px 3px 0 8px;
}
/* Log */
#log ul {
  margin-bottom: 0;
}
#log li {
  border: 1px solid #eeeef2;
  line-height: 50px;
  color: #516372;
}
#log .log-summary {
  margin-left: 25px;
}
#log .log-actions {
  margin-right: 25px;
}
#log .log-actions a {
  text-decoration: none;
  color: #516372;
}
/* Metrics */
#usagedisplay {
  background-color: inherit;
  width: 100%;
  padding: 10px;
  color: #516372;
}
#usageInfo {
  position: relative;
  top: 85px;
  padding-left: 15px;
}
.line {
  fill: none;
  stroke: #33adff;
  stroke-width: 1.5px;
}
/* Activity Panel */
#activity-panel-event-list {
  background-color: #eee;
}
.event-icon {
  display: inline-block;
  text-align: center;
  width: 60px;
}
.event-text {
  display: inline-block;
  padding: 20px 20px 20px 0;
}
.event-container {
  border-top: 1px solid white;
  color: white;
  height: 61px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.event-container.ng-enter.ng-enter-active,
.event-container.ng-leave {
  opacity: 1;
  height: 61px;
}
.event-container.ng-leave.ng-leave-active,
.event-container.ng-enter {
  opacity: 0;
  height: 0px;
}
.fade-show {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 1;
}
.fade-show.ng-hide-add.ng-hide-add-active,
.fade-show.ng-hide-remove {
  opacity: 0;
  display: inline-block !important;
}
.fade-show.ng-hide-remove.ng-hide-remove-active,
.fade-show.ng-hide-add {
  opacity: 1;
  display: inline-block !important;
}
#activity-panel-event-list .event.log-event {
  background-color: #aaa;
}
#activity-panel-event-list .event.progress-event {
  background-color: #999;
}
#page-container > #subnav {
  position: fixed;
  left: 100px;
  background-color: #ffffff;
  z-index: 800;
  border-right: 1px solid #eeeef2;
}
.thumblink {
  display: inline-block;
  height: 160px;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #516372;
  position: relative;
}
.thumblink > a {
  text-decoration: none;
  color: #516372;
  -moz-transition: 0.2s ease-out background-color;
  -webkit-transition: 0.2s ease-out background-color;
  -o-transition: 0.2s ease-out background-color;
  transition: 0.2s ease-out background-color;
  display: block;
}
.thumblink > a:hover {
  color: #516372;
  background-color: #f5f5f5;
}
.thumblink > a > figure {
  padding: 5px;
}
.thumblink > a > figure > .fa {
  font-size: 5em;
}
.thumblink > a > figure > figcaption {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
}
/*# sourceMappingURL=shell.css.map */