.node {
  height: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
.node > .expander {
  margin-right: 8px;
  line-height: 44px;
  position: absolute;
  left: -24px;
  top: 2px;
}
.node > .expander:hover {
  cursor: pointer;
}
.node > .expander.disabled {
  opacity: 0.5;
}
.node > .expander.disabled:hover {
  cursor: pointer;
}
.node > .dot {
  border-radius: 50%;
  font-family: "icons20px";
  font-size: 20px;
  height: 28px;
  width: 28px;
  text-align: center;
  margin-top: 8px;
}
.node .title {
  line-height: 44px;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.node .sub-title {
  line-height: 44px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.75;
}
.node .cmf-loading-spinner {
  font-size: 2.25px !important;
  margin-left: 12px !important;
  margin-top: 11px !important;
  width: 25px !important;
  height: 25px !important;
  border-width: 3px !important;
}
.node-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 24px;
}
.node-content > .leaf {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.node-content > .leaf:hover {
  cursor: pointer;
}
.node-content > .leaf > .dot {
  height: 12px;
  width: 12px;
  margin-top: 10px;
  margin-left: 8px;
  border-radius: 50%;
}
.node-content > .leaf .title {
  line-height: 32px;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.node-content > .leaf .title.load-more {
  font-style: italic;
}
.node-content > .leaf .sub-title {
  line-height: 32px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.75;
}
.node-content > .leaf .cmf-loading-spinner {
  font-size: 2.25px !important;
  margin-left: 6px !important;
  margin-top: 8px !important;
  width: 20px !important;
  height: 20px !important;
  border-width: 3px !important;
}
.title {
  padding-left: 8px;
  line-height: 44px;
  font-family: "open-sans-regular";
  font-size: 15px;
}
.sub-title {
  padding-left: 4px;
  line-height: 44px;
  font-family: "open-sans-light";
  font-size: 14px;
}
