#tools-container {
  height: 90.1%;
  overflow: auto;
}

.toolboxBtn {
  background-color: transparent;
  right: 0;
  border: none;
  height: 38px;
  margin: 5px;
  position: absolute;
  top: 5px;
  width: 36px;
  color: white;
  font-size: 28px;
}

.toolbox-title {
  font-size: 1em;
  font-weight: 400;
  margin: auto 10px;
  text-align: center;
  line-height: 1;
}

.toolbox-item.md-button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 5px 0 12px;
  text-transform: none;
  line-height: 1.2;
  min-height: 36px;
  height: auto;
  border-radius: 0;
  margin: 0;
  white-space: normal;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.toolbox-item.md-button.active {
  font-weight: bolder;
}

.toolbox-item.md-button.active.md-warn {
  color: red;
}

/* left-align the tick mark (&#10004;) */
.toolbox-item.checked:before {
  content: "✓ ";
  font-weight: bold;
}

.toolbox-item.checked {
  color: #009040;
}

.toolbox-form {
  margin: 10px;
}

.toolbox-form .md-select-label {
  width: 100%;
}

.multi-select-container {
  position: relative;
  margin-bottom: 20px;
}

.multi-select-float-label {
  display: block;
  margin: 0 0 5px 3px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.toolbox-multi-select {
  border-bottom: 1px solid #ddd;
}

.toolbox-multi-select .checkboxLayer {
  left: -2px;
}

.toolbox-multi-select .multiSelect > button {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
  display: block;
  width: 100%;
}

.toolbox-multi-select .buttonLabel {
  font-size: 16px;
  color: #000;
  padding: 0;
}

.toolbox-multi-select .buttonLabel .caret {
  position: absolute;
  right: 10px;
  bottom: 7px;
  border-right-width: 6px;
  border-left-width: 6px;
  border-top-width: 7px;
}

.toolbox-form .multiSelect .checkboxLayer {
  position: relative;
}

.tools-container {
  height: 500px;
}

.repeated-item {
  display: flex;
}

.btn-var {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.tool-green {
  color: #009040;
}

.tool-blue {
  color: blue;
}

.tool-green > span:last-child {
  display: none;
}

.tool-green:hover > span:first-child {
  display: none;
}

.tool-green:hover > span:last-child {
  display: block;
}

#tools-container {
  position: relative;
}

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .scroller {
  margin-top: 42px;
}

.fixed-select {
  background-color: #fff;
  position: fixed;
  height: 32px;
} */
