@charset "UTF-8";

/********* public:node_list.less ********/
.node + .node {
  border-top: 1px solid #e7e7e7;
}
.node-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.node-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 46px;
  padding: 10px 0 10px 10px;
}
.node-icon i {
  display: block;
  line-height: 1.125;
  font-size: 32px;
}
.node-icon i:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d5eaf9;
}
.node--unread .node-icon i:before {
  opacity: 1;
  color: #f9c479;
}
.node--category .node-icon i:before {
  content: "\f086";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.node--search .node-icon i::before {
  content: "\f002";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.node--page .node-icon i:before {
  content: "\f15c";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.node--link .node-icon i:before {
  content: "\f0c1";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.node-main {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.node-stats {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}
.node-stats > dl.pairs.pairs--rows {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 3px;
}
.node-stats > dl.pairs.pairs--rows:first-child {
  padding-left: 0;
}
.node-stats > dl.pairs.pairs--rows:last-child {
  padding-right: 0;
}
.node-stats.node-stats--single {
  width: 100px;
}
.node-stats.node-stats--single > dl.pairs.pairs--rows {
  width: 100%;
  float: none;
}
.node-stats.node-stats--triple {
  width: 240px;
}
.node-stats.node-stats--triple > dl.pairs.pairs--rows {
  width: 33.333%;
}
@media (max-width: 1000px) {
  .node-stats {
    display: none;
  }
}
.node-extra {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  padding: 10px;
  font-size: 13px;
}
.node-extra-row {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  color: #8c8c8c;
}
.node-extra-icon {
  padding-right: 10px;
  float: left;
}
.node-extra-icon .avatar {
  width: 36px;
  height: 36px;
  font-size: 22px;
}
.node-title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
}
.node--unread .node-title {
  font-weight: 700;
}
.node-description {
  font-size: 13px;
  color: #505050;
}
.has-js:not(.has-touchevents) .node-description.node-description--tooltip {
  display: none;
}
.node-meta {
  font-size: 13px;
}
.node-statsMeta {
  display: none;
}
@media (max-width: 1000px) {
  .node-statsMeta {
    display: inline;
  }
}
.node-bonus {
  font-size: 13px;
  color: #8c8c8c;
  text-align: right;
}
.node-subNodesFlat {
  font-size: 13px;
  margin-top: .3em;
}
.node-subNodesFlat .node-subNodesLabel {
  display: none;
}
.node-subNodeMenu {
  display: inline;
}
.node-subNodeMenu .menuTrigger {
  color: #8c8c8c;
}
@media (max-width: 650px) {
  .node-main {
    display: block;
    width: auto;
  }
  .node--link .node-main,
  .node--page .node-main {
    display: table-cell;
  }
  .node-extra {
    display: block;
    width: auto;
    margin-top: -4px;
    padding-top: 0;
  }
  .node-extra-row {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
  .node-extra-icon {
    display: none;
  }
  .node-description,
  .node-stats,
  .node-subNodesFlat {
    display: none;
  }
}
@media (max-width: 480px) {
  .node-subNodeMenu {
    display: none;
  }
}
.subNodeLink:before,
.subNodeLink .subNodeLink-icon {
  display: inline-block;
  width: 1.28571429em;
  margin-right: .3em;
  text-decoration: none;
  text-align: center;
  color: #d5eaf9;
}
.subNodeLink:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subNodeLink:hover:before:before,
.subNodeLink:hover:before .subNodeLink-icon {
  text-decoration: none;
}
.subNodeLink.subNodeLink--unread {
  font-weight: 700;
}
.subNodeLink.subNodeLink--unread:before,
.subNodeLink.subNodeLink--unread .subNodeLink-icon {
  color: #f9c479;
}
.subNodeLink.subNodeLink--category:before {
  content: "\f086";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.subNodeLink.subNodeLink--page:before {
  content: "\f15c";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.subNodeLink.subNodeLink--link:before {
  content: "\f0c1";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.subNodeLink.subNodeLink--search::before {
  content: "\f002";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
}
.node-subNodeFlatList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node-subNodeFlatList:before,
.node-subNodeFlatList:after {
  content: " ";
  display: table;
}
.node-subNodeFlatList:after {
  clear: both;
}
.node-subNodeFlatList > li {
  display: inline-block;
  margin-right: 1em;
}
.node-subNodeFlatList > li:last-child {
  margin-right: 0;
}
.node-subNodeFlatList ol,
.node-subNodeFlatList ul,
.node-subNodeFlatList .node-subNodes {
  display: none;
}
.subNodeMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subNodeMenu ol,
.subNodeMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subNodeMenu .subNodeLink {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  cursor: pointer;
}
.subNodeMenu .subNodeLink:hover {
  text-decoration: none;
  background: #edf6fd;
}
.subNodeMenu li li .subNodeLink {
  padding-left: 1.5em;
}
.subNodeMenu li li li .subNodeLink {
  padding-left: 3em;
}
.subNodeMenu li li li li .subNodeLink {
  padding-left: 4.5em;
}
.subNodeMenu li li li li li .subNodeLink {
  padding-left: 6em;
}
.subNodeMenu li li li li li li .subNodeLink {
  padding-left: 7.5em;
}