/* #201 #532 #735 #846 */
/* #012 #023 #134 #235 #07f */
/* #000 #333 #999 #ccc #eee #fff */
html,
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  overflow: auto;
}
body {
  margin: 0;
  color: #333;
  background-color: #fff;
  /*overflow: hidden;*/
}
a,
a:hover {
  color: #134;
}
h1,
h2,
h3,
h4 {
  padding: 10px 0;
  margin: 0;
}
::selection {
  background: #235;
  color: #fff;
  text-shadow: none;
}
.menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 170px;
  height: 100%;
  z-index: 20000;
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset -1px 10px 20px #012;
  background-color: #134;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#012), to(#134));
  /* Konqueror */
  background-image: -moz-linear-gradient(#012, #134);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#012, #134);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #012), color-stop(100%, #134));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#012, #134);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#012, #134);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #012 0%, #134 100%);
  /* IE10+ */
  background-image: linear-gradient(#012, #134);
  /* the standard */
}
.menu-main,
.menu-sub {
  position: absolute;
  top: 0;
  width: 170px;
  min-height: 100%;
}
.menu-main {
  right: 0;
}
.menu-sub {
  right: -170px;
}
.menu-handle {
  position: absolute;
  top: 0;
  margin-left: 100%;
  width: 48px;
  height: 64px;
  line-height: 64px;
  background-color: #07f;
  color: #fff;
  border-left: 1px solid #fff;
  /*text-shadow: 1px 1px 0 #000;*/
  /*box-shadow: inset 0 -5px 20px -5px #333;*/
}
.menu-top,
.menu-bottom {
  width: 100%;
}
.menu-bottom {
  position: absolute;
  bottom: 0;
  height: 128px;
}
.menu-item {
  display: table;
  color: #ccc;
  font-size: 14px;
  width: 100%;
  height: 64px;
  line-height: 16px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
}
.menu-wrapper,
.menu-main,
.menu-sub,
.menu-item,
.content-wrapper {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-item .fa-fw,
.menu-item .menu-label {
  display: table-cell;
  vertical-align: middle;
}
.menu-item .menu-label {
  padding-right: 15px;
}
.menu-item .fa-fw {
  width: 64px;
}
.menu-item.logo-item,
.menu-item.back-item {
  color: #fff;
  background-color: #07f;
  font-weight: bold;
  text-shadow: none;
}
.menu-item .logo {
  width: 64px;
  height: 64px;
}
.menu-item:hover {
  color: #fff;
  background-color: #235;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  padding-left: 2px;
  padding-right: -2px;
}
.menu-item.logo-item:hover {
  background-color: #18f;
}
.menu-item.back-item:hover {
  padding-left: -2px;
  padding-right: 2px;
}
.menu-hidden .menu-wrapper {
  width: 0;
}
.menu-showsub .menu-main {
  right: 170px;
}
.menu-showsub .menu-sub {
  right: 0;
}
.menu-hidden .content-wrapper {
  margin: 0;
}
.content-wrapper {
  background-color: #fff;
  margin: 0 0 0 170px;
  height: 100%;
  padding-bottom: 64px;
}
.content-title {
  box-sizing: border-box;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  padding: 0 16px 0 64px;
  margin: 0;
  background-color: #eee;
  z-index: 10001;
  box-shadow: inset 0 -5px 10px #ccc;
}
.content-data {
  height: 100%;
  padding-top: 15px;
  margin-bottom: -79px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.visualBlock {
  background-color: #ebebeb;
  border-bottom: 5px solid #023;
  color: #000;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.4);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  -moz-transition: -moz-box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  margin-bottom: 30px;
}
.visualBlock:hover {
  -webkit-box-shadow: 5px 5px 18px 0 rgba(50, 50, 50, 0.39);
  -moz-box-shadow: 5px 5px 18px 0 rgba(50, 50, 50, 0.39);
  box-shadow: 5px 5px 18px 0 rgba(50, 50, 50, 0.39);
}
.project {
  display: block;
  height: 160px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}
.shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 10, 10, 0.8) url(../img/loader.gif) 50% 50% no-repeat;
  display: none;
  z-index: 9999999;
}
.loading {
  background: #fff9f9 url(../img/load.gif) 50% 50% no-repeat;
  height: 271px;
}
#chart1 {
  height: 270px;
}
#chart2 {
  height: 421px;
}
.totals {
  color: #999;
  height: 90px;
  line-height: 30px;
  text-align: center;
}
.totals span {
  color: #f60;
  display: block;
  font-size: 20pt;
  font-weight: bold;
}
.dash-table th {
  text-align: center;
}
.dash-table > tbody > tr > th,
.dash-table > tbody > tr > td {
  padding-bottom: 2px;
}
.dash-data-title {
  font-size: 1.5em;
  line-height: 1;
}
.dash-data-ctr {
  color: #999;
  letter-spacing: -0.1em;
}
.dash-table .fa-pause {
  color: #eee;
}
.dash-table .fa-check {
  color: #090;
}
.dash-table .fa-exclamation-circle {
  color: #c00;
}
.dash-data-more {
  font-weight: 400;
  font-size: 0.8em;
}
.searchform {
  float: right;
  height: 64px;
}
.searchform .filter {
  background-color: transparent;
  outline: none;
  border: 0;
  width: 90px;
  height: 56px;
  border-bottom: 1px solid #999;
}
.searchform .filter:focus {
  width: 160px;
}
.add-widget {
  position: relative;
}
.add-widget-event {
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding: 5px 10px;
}
.add-widget-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #134;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 5px 0;
  color: #fff;
  width: 250px;
  display: none;
  z-index: 999;
}
.add-widget:hover .add-widget-menu {
  display: block;
}
.add-widget-item {
  margin: 2px 10px;
  font-size: 0.8em;
  padding: 3px;
  cursor: pointer;
}
.add-widget-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
#report-config {
  position: absolute;
  box-sizing: border-box;
  top: 64px;
  right: 0;
  width: 300px;
  height: 80%;
  overflow: auto;
  padding: 10px 10px 100px 10px;
  background: #eee;
  border-left: 4px solid #235;
  display: none;
}
#report-config th {
  max-width: 200px;
}
#fall-form .form-input {
  width: 320px;
  border: 2px solid #eee;
  border-radius: 2px;
  background-color: transparent;
  padding: 2px 4px;
}
#fall-form .action-button {
  text-align: center;
  background-color: #235;
  cursor: pointer;
}
#fall-form option {
  background-color: #235;
}
.small-cells td,
.small-cells th {
  font-size: 0.9em;
}
/* mobile */
@media (max-width: 768px) {
  .menu-item {
    height: 48px;
  }
  .menu-main {
    padding-bottom: 96px;
  }
  .menu-bottom {
    height: 96px;
  }
  .back-item,
  .logo-item {
    height: 64px;
  }
  .content-wrapper {
    overflow: auto;
    width: 100%;
    /*height: 100%;*/
  }
  .content-title {
    font-size: 18px;
    overflow: hidden;
  }
  .content-data {
    height: auto;
    margin-bottom: 0;
    padding: 8px;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .totals span {
    font-size: 14pt;
    font-weight: bold;
  }
  .dash-data-title {
    max-width: 100px;
    max-height: 64px;
    overflow: hidden;
  }
  .dash-data-dates {
    display: none;
  }
}
.node-ok {
  color: #060;
}
.node-warn {
  color: #990;
}
.node-err {
  color: #c00;
  font-weight: bold;
}
