body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
.stuck {
  position: fixed;
  top: 0;
}
.protobi .element col.value,
.protobi .element td.value,
.protobi .element th.value {
  width: 0;
  max-width: auto;
}
.protobi a {
  color: #00b7ff;
}
.protobi .wrapper {
  display: inline-block;
  vertical-align: top;
}
.protobi .element.baseline-bar-chart .content {
  max-height: 300px;
  overflow-y: auto;
}
.protobi .element {
  vertical-align: top;
  width: 360px;
}
.protobi .element .heading {
  width: 100%;
}
.protobi .element .heading .pill {
  margin: 0 2px;
  cursor: move;
}
.protobi .element .heading .description.hidden {
  display: none;
}
.protobi .element .heading:hover .description.hidden {
  display: block;
}
.protobi .element.pending {
  opacity: 0.5;
}
.protobi .element.dragover .heading {
  background-color: #fa0;
}
.protobi .element.dragover {
  background: #fff;
}
.protobi .element .filter-bar {
  margin-top: 20px;
}
.protobi .element .tracker.element {
  width: auto;
}
.protobi .element .tracker table {
  max-height: inherit;
}
.protobi .element.twocol-east {
  max-width: inherit;
  overflow-x: auto;
  display: inherit;
}
.protobi .element .content {
  width: 100%;
  padding: 0;
}
.protobi .element table {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  table-layout: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.protobi .element table col.value,
.protobi .element table td.value,
.protobi .element table th.value {
  max-width: auto !important;
  min-width: auto !important;
  width: auto;
}
.protobi .element table col.qty,
.protobi .element table td.qty,
.protobi .element table th.qty {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
.protobi .element table col.bars,
.protobi .element table td.bars,
.protobi .element table th.bars {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.protobi .element table tr {
  max-width: 100%;
}
.protobi .element table tr.hover {
  background-color: #eee;
}
.protobi .element table th.prior.eoy {
  background-color: #26a;
  color: #fff;
}
.protobi .element table th.prior.ytd {
  background-color: #39c;
  color: #fff;
}
.protobi .element table th.current {
  background-color: #9b6;
  color: #fff;
}
.protobi .element table th.projected {
  background-color: #cce;
}
.protobi .element table th.goal {
  background-color: #eef;
}
.protobi .element svg text {
  font-weight: normal;
  font-size: 12px;
  font-family: 'Helvetica Neue Light', 'Helvetica Neue', "Helvetica", "Verdana", "Arial", "sans-serif";
}
.protobi .element svg rect.fg {
  fill: #39c;
}
.protobi .element svg .title {
  font-weight: bold;
  font-size: 14px;
}
.protobi .element [data-siglabel]::before {
  content: attr(data-siglabel);
  font-size: 12px;
  font-weight: normal;
  padding: 0 4px;
}
.protobi .heading.select-element .title {
  background-color: #def;
}
.protobi .element.scenarios {
  width: 300px;
}
.protobi .element.scenarios .scenario {
  display: block;
  margin: 2px 10px;
}
.protobi .element.scenarios .scenario.selected {
  background: #fc0;
}
.protobi .element.crosstab {
  width: auto;
}
.protobi .element.crosstab .heading .pill {
  cursor: move;
}
.protobi .element.crosstab td.value {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  padding-left: 10px;
  white-space: nowrap;
}
.protobi .element.crosstab th.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  padding-left: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.protobi .element.crosstab th.value {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  padding-left: 10px;
  white-space: normal;
}
.protobi .element.crosstab th.qty,
.protobi .element.crosstab td.qty {
  text-align: right;
  max-width: 100px;
  min-width: 100px;
  width: 120px;
}
.protobi .element.crosstab th.qty {
  text-align: center;
}
.protobi .element.crosstab td.bars {
  width: 100px;
  min-width: 100px;
}
.protobi .element.crosstab .siglabel {
  font-weight: normal;
  text-align: center;
  font-size: 12px;
}
.protobi .element.crosstab tr.stat {
  background: #eee;
}
.protobi .element.crosstab .inner-table {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-right: 0;
}
.protobi .tracker td.labels {
  padding-left: 5px;
}
.protobi .tracker tr {
  background-color: #fff;
}
.protobi .tracker tr.clickable:hover {
  background-color: #eee;
}
.protobi .element.tuple-table td.value {
  width: inherit;
  min-width: 50px;
  max-width: inherit;
  padding-left: 10px;
}
.protobi .element.tuple-table td.qty,
.protobi .element.tuple-table .protobi .element.tuple-table th.qty {
  width: inherit;
  min-width: inherit;
  max-width: inherit;
}
.protobi .element.tuple-table td.selected.value {
  background-color: #fc0;
}
.protobi .element.tuple-table td:hover {
  background-color: #eee;
}
.protobi .heading .title {
  white-space: nowrap;
}
.protobi .heading .description {
  line-height: 20px;
  padding: 10px 0;
}
.protobi .collection {
  width: auto;
  white-space: normal;
}
.protobi .venn-area.hover {
  fill: #fff !important;
  stroke-width: 5px;
  stroke: #000;
}
.protobi .venn-area.hover text {
  fill: #fff !important;
  stroke-width: 0px;
  stroke: #000;
}
.protobi .pure-button.pure-button-primary {
  background-color: #8cf;
}
.protobi .pure-button.pure-button-disabled {
  background: #ddd !important;
}
.protobi .pure-button.pure-button-primary.pure-button-active {
  background-color: #26a;
  box-shadow: none;
}
.protobi .pure-button.protobi-green {
  background-color: #9b6;
  color: #fff;
}
.protobi .pure-button.protobi-gold {
  background-color: #fa0;
  color: #fff;
}
.protobi .pure-button.protobi-blue {
  background-color: #8cf;
  color: #fff;
}
.protobi.toolbar .button {
  margin: 2px;
  width: 60px;
}
.protobi .compact-table tr.selected {
  background-color: #fc0;
}
.protobi .compact-table tr.selected:hover {
  background-color: #fa0;
}
.protobi .fieldlist-item {
  position: relative;
  min-height: 30px;
}
.protobi .fieldlist {
  float: left;
  max-width: 320px;
  display: inline-block;
  padding: 0px;
}
.protobi .fieldlist .content {
  max-height: 420px;
  overflow-y: auto;
}
.protobi .fieldlist .fieldlist-item:hover {
  background-color: #eee;
}
.protobi .fieldlist .data-type {
  min-width: 100px;
}
.protobi .fieldlist .data-field {
  min-width: 100px;
}
.protobi .fieldlist .fieldlist-item.active {
  font-weight: bold;
  background-color: #cde;
}
.protobi .fieldlist .fieldlist-item.active:hover {
  background-color: #ddd;
}
.protobi .tab.header {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  z-index: 400;
  border-radius: 5px 5px 0 0;
  height: 28px;
  line-height: 24px;
  padding: 0px 10px;
  display: inline-block;
  cursor: pointer;
}
.protobi .tab.active {
  background-color: #fff;
  border-bottom: 5px solid #fff;
}
.protobi .tab:hover {
  background-color: inherit !important;
}
.protobi .column-chart svg .baseline {
  fill: none;
  stroke: #000;
  stroke-width: 0.5;
}
.protobi .column-chart svg .baseline-bg {
  fill: #fff;
}
.protobi .icon-field {
  color: #000;
  background-color: inherit;
  height: 30px;
}
.protobi .icon-field:hover {
  background-color: inherit;
}
.protobi .icon-edit {
  display: inline;
  width: 20px;
  height: 20px;
  padding-right: 4px;
  position: relative;
  vertical-align: bottom;
}
.protobi .icon-edit:after,
.protobi .icon-field:after {
  content: '\2630';
  font-size: 18px;
  font-weight: bold;
  color: #808080;
  line-height: 18px;
  vertical-align: top;
}
.protobi .icon-edit:hover:after,
.protobi .protobi .icon-field:hover:after,
.protobi a.icon-admin:hover {
  color: #fa0;
}
.borderlayout {
  width: 100%;
  margin-right: 40px;
}
.borderlayout .north {
  margin: 0;
}
.borderlayout .south {
  margin: 0;
}
.borderlayout .center {
  margin: 0;
  padding-bottom: 0em;
  white-space: normal;
  position: absolute;
  left: 340px;
  top: 0;
  right: 0;
  bottom: 0;
}
.borderlayout .center:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}
.borderlayout .west {
  margin: 0;
  width: 340px;
  white-space: normal;
}
.borderlayout .east {
  margin: 0;
  height: 22em;
  white-space: normal;
}
.panel {
  background-color: #fff;
  opacity: 1;
  position: relative;
}
.panel .panel-heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #1f8dd6;
  padding: 10px;
}
.panel .panel-title {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.panel .panel-body {
  padding: 10px;
}
.panel .panel-footer {
  position: absolute;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}
.panel.copy-dialog img {
  margin: 30px auto;
}
@media screen and (max-width: 800px) {
  .borderlayout .west {
    display: none;
  }
  .borderlayout .center {
    left: 0;
  }
}
@media (min-width: 800px) {
  .center .optional-wide-east {
    display: none !important;
  }
}
.nvd3 .nv-groups path.nv-line {
  stroke-width: 3px;
}
.pastel-white {
  background-color: #fff;
}
.pastel-blue {
  background-color: #83c5d1;
}
.pastel-acqua {
  background-color: #b3d9d6;
}
.pastel-grey {
  background-color: #798287;
}
.pastel-green {
  background-color: #c3dcbf;
}
.pastel-sage {
  background-color: #c7dad4;
}
