#barefoot-debugger {
  color: black;
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 50%;
  background-color: #E5E1DC;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 16px 0px 0px 0px;
  font-size: 11px;
}
#barefoot-debugger .button {
  display: inline-block;
  background-color: #737450;
  color: white;
  padding: 0.25em 0.5em;
  margin: 0em 0.5em;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
}
#barefoot-debugger .search {
  font-size: inherit;
  padding: 0.15em;
}
#barefoot-debugger .scroller {
  overflow: scroll;
  width: 100%;
  height: 100%;
}
#barefoot-debugger.active {
  padding-top: 2em;
  padding-left: 3.5em;
  height: auto;
  top: 0px;
  left: 50%;
  width: auto;
}
#barefoot-debugger.active .item {
  display: block;
}
#barefoot-debugger.active .logo {
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  border-bottom-right-radius: 15px;
}
#barefoot-debugger * {
  box-sizing: border-box;
}
#barefoot-debugger .logo {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-image: url('/__cAssets/barefoot/debugger/footprint.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px 0px 0px 0px;
  border: 10px solid #737450;
  background-color: #737450;
  overflow: hidden;
  line-height: 100em;
}
#barefoot-debugger .item {
  display: none;
  margin-left: 1.5em;
  clear: both;
}
#barefoot-debugger .item .typeClass {
  color: blue;
}
#barefoot-debugger .item .name {
  padding: 0.1em 0.2em;
  display: block;
  color: blue;
}
#barefoot-debugger .item .name.found {
  background-color: chartreuse;
}
#barefoot-debugger .item .name.direct {
  display: block;
  color: green;
  float: left;
  margin-right: 0.5em;
}
#barefoot-debugger .item .name.indirect {
  cursor: pointer;
}
#barefoot-debugger .item .name.indirect::before {
  content: "►";
}
#barefoot-debugger .item .value {
  padding: 0.1em 0.2em;
  display: block;
  float: left;
}
#barefoot-debugger .item .value input {
  display: none;
}
#barefoot-debugger .item .value input:checked ~ .fulllength {
  display: block;
}
#barefoot-debugger .item .value input:checked ~ .shortend {
  display: none;
}
#barefoot-debugger .item .block {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  display: none;
}
#barefoot-debugger .item .checkbox {
  display: none;
}
#barefoot-debugger .item .checkbox:checked ~ .block {
  display: block;
}
#barefoot-debugger .item .checkbox:checked ~ .name::before {
  content: "▼";
}
#barefoot-debugger .item .shortend {
  cursor: pointer;
}
#barefoot-debugger .item .fulllength {
  cursor: pointer;
  display: none;
}
#barefoot-debugger .item .block {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  display: none;
}
#barefoot-debugger .item .shortend {
  cursor: pointer;
}
#barefoot-debugger .item .fulllength {
  cursor: pointer;
  display: none;
}
