/********* public:node_list.less ********/

.block.block--category .block-body {
    padding: 10px
}

.node-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.node-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    padding: 10px 0
}

.node-icon i {
    display: block;
    line-height: 1.125;
    font-size: 32px
}

.node--unread .node-icon i {
    background-color: white;
    color: #fefefe
}

.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
}

.node--category .node-icon i:before {
    content: "\f086";
    width: 1.28571429em;
    display: inline-block;
    text-align: center
}

.node--forum .node-icon i:before {
    content: "\f4b6";
    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-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    padding: 10px 0
}

.node-img i {
    display: block;
    width: 50px;
    height: 50px;
    background: #1b1b29;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px
}

.node-main {
    display: table-cell;
    vertical-align: middle;
    padding: 10px
}

.node-stats {
    display: table-cell;
    width: 150px;
    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: 300px;
    padding: 10px;
    text-align: center;
    font-size: 1rem
}

.node-extra-row {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: #414854
}

.node-extra-icon {
    padding-right: 10px;
    padding-left: 12px;
    float: right
}

.node-extra-icon .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px
}

.node-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500
}

.node--unread .node-title {
    font-weight: 700
}

.node-description {
    font-size: 1rem;
    color: #5e6278
}

.has-js:not(.has-touchevents) .node-description.node-description--tooltip {
    display: none
}

.node-meta {
    font-size: 1rem
}

.node-statsMeta {
    display: none
}

@media (max-width: 1000px) {
    .node-statsMeta {
        display:inline
    }
}

.node-bonus {
    font-size: 1rem;
    color: #414854;
    text-align: right
}

.node-subNodesFlat {
    font-size: 1rem;
    margin-top: .3em
}

.node-subNodesFlat .node-subNodesLabel {
    display: none
}

.node-subNodeMenu {
    display: inline
}

.node-subNodeMenu .menuTrigger {
    color: #414854
}

@media (max-width: 990px) {
    .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: white
}

.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: #22c55e
}

.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: 8px 12px;
    color: #6d7582;
    text-decoration: none;
    cursor: pointer;
    border-radius: 12px
}

.subNodeMenu .subNodeLink:hover {
    color: #22c55e;
    text-decoration: none;
    background: rgba(11,12,16,0.08)
}

.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
}

.xfa-nit-node-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    padding: 10px 0 10px 10px
}

.block--category .block-header .xfa-nit-node-icon {
    display: inline;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    padding: 0px
}

.subNodeLink .xfa-nit-node-icon-small {
    display: inline;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    padding: 0px
}

.subNodeLink.node--id2:before {
    content: none
}

.subNodeLink.node--id141:before {
    content: none
}

.subNodeLink.node--id14:before {
    content: none
}

.subNodeLink.node--id15:before {
    content: none
}

.subNodeLink.node--id22:before {
    content: none
}

.subNodeLink.node--id27:before {
    content: none
}

.subNodeLink.node--id28:before {
    content: none
}

.subNodeLink.node--id29:before {
    content: none
}

.subNodeLink.node--id30:before {
    content: none
}

.subNodeLink.node--id35:before {
    content: none
}

.subNodeLink.node--id37:before {
    content: none
}

.subNodeLink.node--id39:before {
    content: none
}

.subNodeLink.node--id41:before {
    content: none
}

.subNodeLink.node--id44:before {
    content: none
}

.subNodeLink.node--id49:before {
    content: none
}

.subNodeLink.node--id186:before {
    content: none
}

.subNodeLink.node--id53:before {
    content: none
}

.subNodeLink.node--id54:before {
    content: none
}

.subNodeLink.node--id58:before {
    content: none
}

.subNodeLink.node--id59:before {
    content: none
}

.subNodeLink.node--id8:before {
    content: none
}

.subNodeLink.node--id9:before {
    content: none
}

.subNodeLink.node--id12:before {
    content: none
}

.subNodeLink.node--id13:before {
    content: none
}

.subNodeLink.node--id101:before {
    content: none
}

.subNodeLink.node--id144:before {
    content: none
}

.subNodeLink.node--id157:before {
    content: none
}

.subNodeLink.node--id158:before {
    content: none
}

.subNodeLink.node--id159:before {
    content: none
}

.subNodeLink.node--id162:before {
    content: none
}

.subNodeLink.node--id163:before {
    content: none
}

.subNodeLink.node--id164:before {
    content: none
}

.subNodeLink.node--id165:before {
    content: none
}

.subNodeLink.node--id167:before {
    content: none
}

.subNodeLink.node--id168:before {
    content: none
}

.subNodeLink.node--id169:before {
    content: none
}

.subNodeLink.node--id170:before {
    content: none
}

.subNodeLink.node--id173:before {
    content: none
}

.subNodeLink.node--id174:before {
    content: none
}

.subNodeLink.node--id175:before {
    content: none
}

.subNodeLink.node--id176:before {
    content: none
}

.subNodeLink.node--id179:before {
    content: none
}

.subNodeLink.node--id183:before {
    content: none
}

.subNodeLink.node--id184:before {
    content: none
}



		
		
		
		
		