.protobi.app {
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.protobi {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  font-size: 14px;
  color: #333;
/********************** TOOLBAR ******************************/
/********************** WIDGETS ******************************/
/********************** ELEMENT ******************************/
/*============= COMPACT ELEMENT ================*/
/********************** CROSSTAB ******************************/
/********************** FIELDLIST ******************************/
/********************** LAYOUT ******************************/
/********************** FILTER BARS ******************************/
}
.protobi .stale {
  opacity: 0.4;
}
.protobi .dragover {
  background-color: #b0c4de;
}
.protobi .dragwaiting {
  background-color: #bcd;
}
.protobi .drop-ready {
  background-color: #fc0;
}
.protobi .arrow-left {
  vertical-align: top;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #39c;
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}
.protobi .arrow-right {
  vertical-align: top;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #39c;
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}
.protobi .arrow-up {
  vertical-align: top;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #39c;
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}
.protobi .arrow-down {
  vertical-align: top;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}
.protobi .icon-menu {
  cursor: pointer;
}
.protobi .icon-field {
  height: 18px;
  width: 18px;
  cursor: pointer;
  background-color: #4682b4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.protobi .icon-field:hover {
  background-color: #8cf;
}
.protobi .icon-element {
  border-radius: 9px;
}
.protobi .icon-crosstab {
  vertical-align: middle;
  margin-right: 4px;
  width: 20px;
  height: 8px;
  background-color: #4682b4;
  position: relative;
  margin: 0 0 10px 0;
  display: inline-block;
}
.protobi .icon-crosstab:before {
  content: " ";
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 9px;
  width: 9px;
  background-color: #4682b4;
}
.protobi .icon-crosstab:after {
  content: " ";
  position: absolute;
  bottom: -11px;
  right: 0;
  height: 9px;
  width: 9px;
  background-color: #4682b4;
}
.protobi .toolbar {
  padding: 5px;
  white-space: nowrap;
  margin-top: 5px;
}
.protobi .protobi .pbtn {
  line-height: 20px;
  display: inline-block;
  min-width: 60px;
}
.protobi .menu-popup {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  max-width: 200px;
  font-size: 14px;
  font-weight: normal;
}
.protobi .menu-popup-left {
  min-width: 240px;
  max-width: 240px;
  max-height: 360px;
  overflow: auto;
}
.protobi .truncate {
  overflow-x: hidden;
  text-wrap: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.protobi .menu-popup-left {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.protobi .menu-popup li.selected {
  background-color: #def;
}
.protobi .menu-popup li a {
  position: relative;
}
.protobi .menu-popup li a .delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
}
.protobi .menu-popup li a:hover .delete {
  display: block;
}
.protobi .menu-popup li a:hover .delete:hover {
  background-color: #ddd;
}
.protobi .menu-popup td {
  position: relative;
}
.protobi .menu-popup tr:hover {
  background-color: #eee;
}
.protobi .menu-popup tr .delete {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
}
.protobi .menu-popup tr:hover .delete {
  display: block;
}
.protobi .menu-popup tr:hover .delete:hover {
  background-color: #ddd;
}
.protobi .constraints {
  padding: 10px;
}
.protobi .constraints li {
  white-space: wrap;
}
.protobi .constraints table {
  width: 100%;
  border-top: 1px solid #eee;
}
.protobi .constraints td {
  padding: 5px;
  white-space: normal;
  vertical-align: top;
}
.protobi .constraints tr {
  border-bottom: 1px solid #eee;
}
.protobi .pure-menu-selected {
  background-color: #def;
}
.protobi .pure-menu-selected:hover {
  background-color: #cde;
}
.protobi .element.block,
.protobi .crosstab.block {
  display: block;
}
.protobi .element.hidden {
  border: 5px solid #ff0;
  display: none !important;
}
.protobi .element,
.protobi .crosstab {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  position: relative;
  page-break-inside: avoid;
}
.protobi .element .heading.selected,
.protobi .crosstab .heading.selected {
  background-color: #def;
}
.protobi .element .heading,
.protobi .crosstab .heading {
  position: relative;
}
.protobi .element .heading .title,
.protobi .crosstab .heading .title {
  display: inline-block;
  font-weight: bold;
  border-bottom: 5px solid #d3d3d3;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.protobi .element .heading .pill,
.protobi .crosstab .heading .pill {
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 0 5px 0 5px;
  cursor: pointer;
}
.protobi .element .heading .description,
.protobi .crosstab .heading .description {
  max-width: 400px;
}
.protobi .element .heading:hover,
.protobi .crosstab .heading:hover {
  background-color: #eee;
}
.protobi .element .heading:hover .pill,
.protobi .crosstab .heading:hover .pill {
  background-color: #8cf;
}
.protobi .element .heading.selected,
.protobi .crosstab .heading.selected {
  background-color: #def;
}
.protobi .element .heading.selected:hover,
.protobi .crosstab .heading.selected:hover {
  background-color: #cde;
}
.protobi .element .heading .icon-edit,
.protobi .crosstab .heading .icon-edit {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  float: right;
  padding: 2px;
}
.protobi .element .heading .icon-edit svg,
.protobi .crosstab .heading .icon-edit svg {
  width: 20px;
  height: 20px;
}
.protobi .element .heading:hover .icon-edit,
.protobi .crosstab .heading:hover .icon-edit {
  visibility: visible;
}
.protobi .element .content,
.protobi .crosstab .content {
  padding: 10px;
}
.protobi .element.compact {
  display: block;
}
.protobi .element.compact .pill {
  height: 21px;
  line-height: 21px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 0 5px 0 5px;
  cursor: pointer;
/* for Firefox and IE */
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  width: 150px;
}
.protobi .element.compact .pill:hover {
  background-color: #8cf;
}
.protobi .image .heading:hover {
  background-color: #fff;
}
.protobi .image .filter-bar {
  display: none;
}
.protobi .element table {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-spacing: 0px;
  border-collapse: collapse;
  border: none;
  color: #555;
  margin-top: 20px;
  table-layout: fixed;
}
.protobi .element table th.sortable {
  cursor: pointer;
}
.protobi .element table th.sortable:hover {
  background-color: #eee;
}
.protobi .element table tr {
  line-height: 16px;
  height: 20px;
}
.protobi .element table col.value {
  width: 196px;
}
.protobi .element table col.freq {
  width: 80px;
}
.protobi .element table col.bars {
  width: 100px;
  min-width: 100px;
}
.protobi .element th.qty .col-title {
  max-height: 60px;
}
.protobi .element td {
  padding: 0;
}
.protobi .element tr.dist {
  line-height: 16px;
  overflow-y: hidden;
  cursor: pointer;
  white-space: nowrap;
}
.protobi .element tr.dist:hover {
  background-color: #eee;
}
.protobi .element col.value,
.protobi .element td.value,
.protobi .element th.value {
  width: 196px;
  min-width: 196px;
  max-width: 196px;
  overflow: hidden;
  text-wrap: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  vertical-align: middle;
}
.protobi .element col.qty,
.protobi .element td.qty,
.protobi .element th.qty {
  min-width: 80px;
  max-width: 80px;
  text-align: right;
  padding-right: 4px;
}
.protobi .element td.bars,
.protobi .element th.bars {
  min-width: 100px;
  max-width: 100px;
  position: relative;
  display: block;
}
.protobi .element .bar {
  height: 18px;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  background-color: #39c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.protobi .element .bar.both {
  background-color: #16a;
}
.protobi .element .bar.st {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-color: #555;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.protobi .element .bar.fg {
  background-color: #39c;
  display: inline-block;
}
.protobi .element .bar.bg {
  background-color: transparent;
  border-color: #555;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.protobi .element .bar.df {
  border: none;
  background-color: transparent;
  display: inline-block;
}
.protobi .element .selected .bar.fg {
  background-color: #fc0;
}
.protobi .element .selected .bar.both {
  background-color: #fa0;
}
.protobi .element .stat {
  font-style: italic;
}
.protobi .nobase .bar.both,
.protobi .nobase .bar .fg {
  background-color: #39c;
}
.protobi .nobase .bar.bg {
  max-width: 0;
}
.protobi .nobase .selected .bar.fg,
.protobi .nobase .selected .bar.both {
  background-color: #fc0;
}
.protobi .nobase .selected .bar.bg {
  max-width: 0px;
}
.protobi .boo td {
  background-color: #00f;
  color: #f00;
  border: 1px solid #008000;
}
.protobi .element.compact {
  padding: 0;
  margin: 0;
}
.protobi .element.compact table {
  padding: 0;
  margin: 0 10px 0 10px;
}
.protobi .element.compact table tbody {
  display: block;
}
.protobi .element.compact table .row-toggle.arrow-right {
  vertical-align: top;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #39c;
  display: inline-block;
  margin-right: 4px;
}
.protobi .element.compact table .row-toggle.arrow-down {
  vertical-align: top;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #39c;
  display: inline-block;
  margin-right: 4px;
}
.protobi .element.compact table thead td.qty {
  font-weight: bold;
}
.protobi .element.compact table tbody td.value {
  padding-left: 10px;
}
.protobi td.sig-pos {
  background-color: #cdf;
  color: #4682b4;
  font-weight: bold;
}
.protobi td.sig-neg {
  background-color: #eee;
  color: #aaa;
}
.protobi .crosstab table {
  padding-right: 10px;
}
.protobi .crosstab thead {
  border-bottom: 1px solid #ccc;
}
.protobi .crosstab tfoot {
  border-top: 1px solid #ccc;
}
.protobi .crosstab td,
.protobi .crosstab th {
  border-right: 1px solid #ccc;
}
.protobi .crosstab th {
  padding: 0;
  text-align: left;
}
.protobi .scrollable {
  padding: 5px;
  max-height: 95%;
  position: static;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.protobi .fieldlist-drop {
  height: 8px;
}
.protobi .fieldlist {
  padding: 10px;
  padding-bottom: 120px;
  width: 100%;
  overflow: hidden;
}
.protobi .fieldlist .icon {
  position: relative;
}
.protobi .fieldlist ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.protobi .fieldlist li {
  text-decoration: none;
  margin: 0;
  line-height: 32px;
}
.protobi .fieldlist li .icon {
  display: table-cell;
}
.protobi .fieldlist li .label {
  margin-left: 20px;
  width: 100%;
  height: 32px;
  text-wrap: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  display: table-cell;
  cursor: pointer;
}
.protobi .fieldlist li .label * {
  pointer-events: none;
}
.protobi .fieldlist li ul {
  padding-left: 20px;
}
.protobi .fieldlist li .label:hover {
  background-color: #eee;
}
.protobi .fieldlist .hidden.label {
  text-decoration: line-through;
  color: #aaa;
}
.protobi .fieldlist .selected.label {
  background-color: #def;
}
.protobi .fieldlist .selected.label:hover {
  background-color: #cde;
}
.protobi .fieldlist .selected.label.drop-ready {
  background-color: #fa0;
}
.protobi .fieldlist .filter {
  display: none;
}
.protobi .fieldlist.filtering .item-kids {
  visibility: visible !important;
}
.protobi .placed>li>.label>.key {
  font-weight: 700;
  color: #444;
}
.protobi .placed .title {
  font-weight: 300;
}
.protobi .spacer {
  height: 100px;
}
.protobi .layout {
  height: 100%;
}
.protobi .layout .canvas {
  height: 100%;
  position: relative;
}
.protobi .layout .canvas .content {
  position: relative;
}
.protobi .layout .drop-area {
  color: #ccc;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
}
.protobi .layout .tabs {
  display: block;
}
.protobi .layout .tab.header.title {
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  display: inline-block;
  cursor: pointer;
}
.protobi .layout .tab.header.title {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.protobi .layout .tab.header.title.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.protobi .layout .tab.add {
  min-width: 24px;
  text-align: center;
}
.protobi .layout .tab.header:hover {
  background-color: #eee;
}
.protobi .layout .tab.header.title.active:hover {
  background-color: #eee;
}
.protobi .layout .tab.header.drop-ready {
  background-color: #fc0;
}
.protobi .filter-bar {
  clear: both;
}
.protobi .filter-bar input {
  max-width: 98%;
}
.protobi .filter-bar-clear {
  display: inline-block;
  color: #a9a9a9;
  position: relative;
  top: -1px;
  left: -36px;
  border-radius: 10px;
  height: 24px;
  width: 28px;
  text-align: center;
  margin-right: -30px;
}
.protobi .filter-bar-clear:hover {
  background-color: #eee;
}
.properties .panel {
  min-width: 400px;
  max-width: 600px;
}
.properties pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}
.properties .string {
  color: #9bbb59;
}
.properties .number {
  color: #8e4585;
}
.properties .boolean {
  color: #26a;
}
.properties .null {
  color: #ff8c00;
}
.properties .key {
  color: #26a;
}
/*********** IMPORT *********************/
.import-zone {
  border: 1px solid #808080;
  margin: 5px;
  padding: 5px;
}
.import-zone-drop {
  border: 1px dashed #808080;
  padding: 5px;
  margin: 5px;
}
/**************** MODAL ********************/
/********* PURE BUTTON EXAMPLE **********/
.pure-button {
  -webkit-font-smoothing: auto;
}
.pure-button.pure-button-white {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 13px 6px 13px;
}
.pure-button.button-success {
  background-color: #1cb841; /* this is a green */
  color: #fff;
}
.pure-button.button-success.pure-button-disabled {
  background-color: #8edca0; /* this is a green */
  color: #fff;
}
.pure-button.button-error {
  background-color: #ca3c3c; /* this is a maroon */
}
.pure-button.button-warning {
  background-color: #df7514; /* this is an orange */
}
.pure-button.button-secondary {
  background-color: #42b8dd; /* this is a light blue */
}
.pure-menu {
  visibility: hidden;
}
.pure-menu-selected {
  background-color: #ddd;
}
.pure-button-primary {
  background-color: #39c;
}
.pure-button-primary.pure-button-active {
  background-color: #26a;
  font-color: #fff;
}
.pure-button-gold {
  background-color: #fc0;
}
.pure-button-gold:hover {
  background-color: #fa0;
}
.pure-button-primary:hover {
  background-color: #26a;
  font-color: #fff;
}
/*********** PANEL *********************/
.panel {
  background-color: #fff;
  opacity: 1;
  overflow-y: auto;
}
.panel-heading {
  background: #1f8dd6;
  padding: 10px;
}
.panel-title {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.panel-body {
  padding: 10px;
}
.panel-footer {
  padding: 5px;
}
#simplemodal-container {
  max-height: 90%;
}
/********** LIQUID TWO COLUMN LAYOUT ***************/
.twocol {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.twocol-center {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.twocol .twocol-east {
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.twocol .twocol-west {
  width: 240px;
  float: left;
  padding-bottom: 180px;
}
.twocol .twocol-west-handle {
  float: left;
  width: 10px;
  height: 100%;
  background-color: #ccc;
}
.twocol .twocol-west-handle:hover {
  background-color: #fc0;
}
.twocol .twocol-south {
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 14px;
  background-color: #fff;
  color: #888;
  z-index: 1001;
}
/***************  LIST AND DASHBOARD INDEPENDENTLY SCROLLABLE  *********************/
.twocol .twocol-center {
  height: 100%;
}
.twocol .twocol-west {
  height: 100%;
}
/******** IMPORT DIALOG ************/
.import {
  background-color: #fff;
}
.import .import-zone {
  border: 1px solid #808080;
  margin: 5px;
  padding: 5px;
}
.import .import-zone-select {
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 20px;
  border: 2px dashed #808080;
  color: #808080;
  height: 100px;
  width: 150px;
}
.import .import-zone-select:hover {
  background-color: #eee;
}
.import .import-zone-select.dragover {
  background-color: #b0c4de;
}
.import #import-file-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  float: left;
}
.import .progress {
  width: 100%;
}
.import .progress-bar {
  height: 24px;
  width: 0%;
  background-color: #ffa500;
}
.import .progress-pct {
  text-align: center;
  width: 100%;
}
.protobi .verbatim {
  max-height: 100%;
  height: 100%;
}
.protobi .verbatim .icon-edit {
  font-size: 18px;
  width: 24px;
  font-weight: bold;
  color: #d3d3d3;
  position: absolute;
  line-height: 34px;
  top: 0;
  left: 4px;
}
.protobi .verbatim .background {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #ccc;
  opacity: 0.9;
  display: block;
}
.protobi .verbatim .foreground {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  display: block;
}
.protobi .verbatim .container {
  margin-bottom: 100px;
  display: block;
  overflow-y: auto;
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  max-height: 80%;
  margin: 40px;
}
.protobi .verbatim .column {
  display: inline-block;
  padding-bottom: 100px;
}
.protobi .verbatim .verbatim-search-bar {
  padding: 5px;
  position: relative;
}
.protobi .verbatim .verbatim-search-bar input {
  width: 270px;
}
.protobi .verbatim .verbatim-search-bar button {
  margin-left: 5px;
}
.protobi .verbatim .verbatim-search-bar .popup {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 330px;
  min-width: 300px;
  text-align: left;
  border: 1px solid #bbb;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 1000;
}
.protobi .verbatim .verbatim-search-bar .popup td {
  padding: 2 px 5px;
  border-bottom: 1px solid #eee;
}
.protobi .verbatim .verbatim-search-bar .popup .code {
  font-family: "Courier New", Courier, monospace;
  color: #39c;
  font-weight: bold;
}
.protobi .verbatim .verbatim-codes-list {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  max-height: 440px;
  overflow-y: auto;
  padding-bottom: 100px;
}
.protobi .verbatim .verbatim-code {
  display: block;
  margin: 5px;
  border: 1px solid #808080;
  border-radius: 10px 10px 0 0;
}
.protobi .verbatim .verbatim-code-new {
  border-radius: 10px;
  height: 28px;
  line-height: 28px;
}
.protobi .verbatim .verbatim-code-header {
  background: #eee;
  line-height: 24px;
  padding: 5px 5px 5px 30px;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.protobi .verbatim .verbatim-code-contents {
  max-height: 400px;
  overflow-y: auto;
}
.protobi .verbatim .verbatim-code-entry {
  position: relative;
  line-height: 24px;
  border-top: 1px solid #808080;
  padding: 5px;
}
.protobi .verbatim .verbatim-code-entry.selected {
  background-color: #def;
}
.protobi .verbatim .verbatim-code-entry:hover {
  background-color: #eee;
}
.protobi .verbatim .verbatim-code-entry:hover .close {
  display: block;
}
.protobi .verbatim .verbatim-code-entry.selected:hover {
  background-color: #cde;
}
.protobi .verbatim .verbatim-code-header:hover {
  background-color: #def;
}
.protobi .verbatim .verbatim-code-header:hover .close {
  display: block;
}
.protobi .verbatim .verbatim-grid {
  max-height: 500px;
  max-width: 600px;
  overflow-y: auto;
}
.protobi .verbatim .verbatim-grid table {
  line-height: 24px;
  border-collapse: collapse;
}
.protobi .verbatim .verbatim-grid table td {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.protobi .verbatim .dragover {
  background-color: #fc0;
}
.protobi .verbatim .verbatim-code-header.dragover.copy,
.protobi .verbatim .verbatim-code-new.dragover.copy {
  background-color: #9b6;
}
.protobi .verbatim .freq {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  text-align: center;
  pointer-events: none;
}
.protobi .verbatim .close {
  width: 24px;
  height: 24px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: none;
  opacity: 1;
}
.protobi .verbatim .close:hover {
  background-color: #ccc;
}
.protobi .verbatim .verbatim-close {
  background-color: #800080;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 24px;
  display: inline-block;
  height: 30px;
  background-color: #eee;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  padding: 5px;
}
.protobi .verbatim .verbatim-close:hover {
  background-color: #ccc;
}
.protobi .verbatim .verbatim-hint {
  horizontal-align: right;
  height: 150px;
  width: 150px;
  background-color: #da3;
  color: #fff;
  border-radius: 75px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  position: relative;
}
/********* TOOLTIPS *************/
.hint--info:after {
  background-color: #4ae;
  color: #fff;
  text-shadow: 0 1px 0px #4ae;
}
.hint--info.hint--top:before {
  border-top-color: #4ae;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #4ae;
}
.hint--info.hint--left:before {
  border-left-color: #4ae;
}
.hint--info.hint--right:before {
  border-right-color: #4ae;
}
.hint--right:before {
  left: 90%;
  bottom: 40%;
}
.hint--right:after {
  left: 90%;
  top: -10%;
}
.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 4px #fff inset;
}
.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 4px #fff inset;
}
/*http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki*/
.protobi .element table::-webkit-scrollbar {
  -webkit-appearance: none;
}
.protobi .element table::-webkit-scrollbar:vertical {
  width: 11px;
}
.protobi .element table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff; /* should match background, cannot be transparent */
  background-color: rgba(0,0,0,0.5);
}
.protobi .element table::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
/* http://stackoverflow.com/questions/7059039/prevent-accidental-select-drag-highlight */
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media print {
  .twocol .twocol-west,
  .twocol .twocol-west-handle {
    display: none !important;
  }
  .twocol .twocol-east {
    height: auto;
  }
  .crosstab {
    font-size: 8px;
    line-height: 12px;
  }
  .crosstab table col.freq,
  .crosstab table col.qty,
  .crosstab table td.qty,
  .crosstab table th.qty {
    min-width: 40px !important;
    max-width: 40px !important;
    width: 40px !important;
    padding-right: 2px !important;
  }
  .crosstab col.value,
  .crosstab td.value .crosstab th.value {
    max-width: 60px !important;
    width: 60px !important;
  }
  .drop-area {
    display: none;
  }
  .protobi .crosstab table tr,
  .protobi .crosstab table tr.dist {
    height: 16px;
    line-height: 16px;
  }
}
