/********* public:structured_list.less ********/
.structItemContainer {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.structItemContainer-group .structItem-cell {
    padding-block:1rem}

.structItemContainer>.structItem:first-child,.structItemContainer>.structItemContainer-group:first-child>.structItem:first-child {
    border-top: none
}

.structItem {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.structItem.is-highlighted,.structItem.is-moderated {
    background: white
}

.structItem.is-deleted {
    opacity: .7
}

.structItem.is-deleted .structItem-title>* {
    text-decoration: line-through
}

.structItem.is-mod-selected {
    background: #392f28;
    opacity: 1
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 12px 10px
}

.structItem--middle .structItem-cell {
    vertical-align: middle
}

.structItem-cell.structItem-cell--vote {
    width: 56px
}

.structItem-cell.structItem-cell--icon {
    width: 52px;
    position: relative
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
    width: 64px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
    width: 40px;
    padding-left: 4px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer {
    padding-top: 6px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmall {
    width: 76px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmallest {
    width: 40px
}

.structItem-cell.structItem-cell--icon .solutionIcon {
    padding-left: 0;
    padding-right: 0
}

.structItem-cell.structItem-cell--meta {
    width: 135px
}

.structItem-cell.structItem-cell--latest {
    width: 190px;
    text-align: right
}

.structItem-iconContainer {
    position: relative
}

.structItem-iconContainer img {
    display: block;
    width: 100%
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px
}

.structItem-iconContainer .avatar.avatar--xxs {
    width: 24px;
    height: 24px;
    font-size: 14px
}

.structItem-iconContainer .structItem-secondaryIcon {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    font-size: 12px
}

.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
    width: 48px;
    height: 48px;
    font-size: 29px
}

.structItem-cell--iconExpanded .structItem-iconContainer .structItem-secondaryIcon {
    width: 22px;
    height: 22px;
    font-size: 13px
}

.structItem-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.structItem-title .label {
    font-weight: 500
}

.is-unread .structItem-title {
    font-weight: 700
}

.structItem-minor {
    font-size: 0.75rem;
    color: #414854
}

.structItem-minor a {
    color: inherit;
    text-decoration: none
}

.structItem-minor a:hover {
    text-decoration: underline
}

.structItem-parts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline
}

.structItem-parts>li {
    display: inline;
    margin: 0;
    padding: 0
}

.structItem-parts>li:nth-child(even) {
    color: #5e6278
}

.structItem-pageJump {
    margin-left: 8px;
    font-size: 11px
}

.structItem-pageJump a {
    color: #5e6278;
    background: #101116;
    border: 2px solid #2b2b40;
    font-weight: 500;
    padding-top: 2px;
    border-radius: 12px;
    text-decoration: none;
    border-radius: 2px;
    padding: 0 3px;
    opacity: .5;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.structItem:hover .structItem-pageJump a,.has-touchevents .structItem-pageJump a {
    opacity: 1
}

.structItem-pageJump a:hover {
    text-decoration: none;
    background: #1b1b29
}

.structItem-statuses,.structItem-extraInfo {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.structItem-statuses>li,.structItem-extraInfo>li {
    float: left;
    margin-left: 8px
}

.structItem-statuses input[type=checkbox],.structItem-extraInfo input[type=checkbox] {
    vertical-align: -2px
}

.structItem-statuses .reactionSummary {
    vertical-align: -2px
}

.structItem-extraInfo .reactionSummary {
    vertical-align: middle
}

.structItem-status::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;
    display: inline-block;
    font-size: 90%;
    color: #414854
}

.structItem-status--deleted::before {
    content: "\f2ed";
    width: .875em;
    display: inline-block;
    text-align: center
}

.structItem-status--locked::before {
    content: "\f023";
    width: .875em;
    display: inline-block;
    text-align: center
}

.structItem-status--moderated::before {
    content: "\f132";
    width: 1em;
    display: inline-block;
    text-align: center;
    color: #ffc700
}

.structItem-status--staffPost::before {
    content: "\f505";
    width: 1.28571429em;
    display: inline-block;
    text-align: center;
    color: #ffc700
}

.structItem-status--redirect::before {
    content: "\f08e";
    width: 1em;
    display: inline-block;
    text-align: center
}

.structItem-status--starred::before {
    content: "\f005";
    width: 1.125em;
    display: inline-block;
    text-align: center;
    color: #f9c479
}

.structItem-status--sticky::before {
    content: "\f08d";
    width: .75em;
    display: inline-block;
    text-align: center
}

.structItem-status--watched::before {
    content: "\f0f3";
    width: .875em;
    display: inline-block;
    text-align: center
}

.structItem-status--solved::before {
    content: "\f058";
    width: 1em;
    display: inline-block;
    text-align: center;
    color: #50cd89
}

.structItem-status--attention::before {
    content: "\f0a1";
    width: 1.125em;
    display: inline-block;
    text-align: center;
    color: #ffc700
}

.structItem-status--upvoted::before {
    content: "\f164";
    width: 1em;
    display: inline-block;
    text-align: center
}

.structItem-status--downvoted::before {
    content: "\f165";
    width: 1em;
    display: inline-block;
    text-align: center
}

.structItem.structItem--note {
    color: #fefefe;
    background: white;
    color: #04c8c8
}

.structItem.structItem--note .structItem-cell {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.75rem;
    text-align: center
}

@media (max-width: 1200px) {
    .structItem-cell {
        vertical-align:top
    }

    .structItem-cell.structItem-cell--latest {
        width: 140px;
        font-size: 0.75rem
    }
}

@media (max-width: 990px) {
    .structItem-cell+.structItem-cell.structItem-cell--icon {
        padding-left:0;
        width: 44px
    }

    .structItem-cell.structItem-cell--main,.structItem-cell.structItem-cell--newThread {
        display: block;
        padding-bottom: .2em
    }

    .structItem-cell+.structItem-cell.structItem-cell--main,.structItem-cell+.structItem-cell.structItem-cell--newThread {
        padding-left: 0
    }

    .structItem-cell.structItem-cell--latest {
        display: block;
        width: auto;
        float: left;
        padding-top: 0;
        padding-left: 0
    }

    .structItem-cell.structItem-cell--latest:before {
        content: "\00A0\00B7\20";
        color: #414854
    }

    .structItem-cell.structItem-cell--latest a {
        color: #414854
    }

    .structItem-cell.structItem-cell--latest .structItem-minor {
        display: none
    }

    .structItem-cell.structItem-cell--iconEnd {
        display: none
    }

    .structItem-pageJump,.structItem-extraInfoMinor {
        display: none
    }

    .is-unread .structItem-latestDate {
        font-weight: 500
    }
}

@media (max-width: 480px) {
    .structItem-parts .structItem-startDate {
        display:none
    }

    .structItem.structItem--quickCreate .structItem-cell--icon,.structItem.structItem--quickCreate .structItem-cell--vote {
        display: none
    }

    .structItem.structItem--quickCreate .structItem-cell--newThread {
        padding-left: 8px;
        padding-bottom: 8px
    }
}

/********* public:sv_multiprefix_prefix_input.less ********/
.select2-search--dropdown .select2-search__field,.structItemContainer .select2-search__field {
    font-size: 14px
}

.structItemContainer .input.prefix--title .select2-selection__choice {
    padding-bottom: 4px !important
}

.js-filterMenuBody .select2 .select2-selection ul>li.select2-selection__choice {
    font-size: inherit;
    margin-top: 3px
}

.js-filterMenuBody .select2 .select2-selection ul {
    margin-bottom: 3px
}

.js-filterMenuBody .select2-results__option .label {
    font-size: inherit
}

.select2 .select2-selection__choice .label {
    position: relative;
    top: -2px
}

.input.prefix--title .select2-selection__choice {
    padding-top: 2px !important
}

.input.prefix--title .select2-search__field {
    margin-bottom: -4px
}

.input.prefix--title .select2-search__field::-webkit-input-placeholder {
    color: rgba(109,117,130,0.4)
}

.input.prefix--title .select2-search__field::-moz-placeholder {
    color: rgba(109,117,130,0.4)
}

.input.prefix--title .select2-search__field:-moz-placeholder {
    color: rgba(109,117,130,0.4)
}

.input.prefix--title .select2-search__field:-ms-input-placeholder {
    color: rgba(109,117,130,0.4)
}

.input.prefix--title .select2-search__field:focus,.input.prefix--title .select2-search__field.is-focused {
    outline: 0;
    border-color: #4ade80;
    box-shadow: 0 0 0 3px rgba(74,222,128,0.25)
}

.input.prefix--title .select2-search__field:focus::-webkit-input-placeholder,.input.prefix--title .select2-search__field.is-focused::-webkit-input-placeholder {
    color: rgba(109,117,130,0.5)
}

.input.prefix--title .select2-search__field:focus::-moz-placeholder,.input.prefix--title .select2-search__field.is-focused::-moz-placeholder {
    color: rgba(109,117,130,0.5)
}

.input.prefix--title .select2-search__field:focus:-moz-placeholder,.input.prefix--title .select2-search__field.is-focused:-moz-placeholder {
    color: rgba(109,117,130,0.5)
}

.input.prefix--title .select2-search__field:focus:-ms-input-placeholder,.input.prefix--title .select2-search__field.is-focused:-ms-input-placeholder {
    color: rgba(109,117,130,0.5)
}

select[id^=js-SVMultiPrefixUniqueId]+.select2 .select2-selection--single {
    padding: 5px
}

select[id^=js-SVMultiPrefixUniqueId]+.select2 .select2-selection--single .select2-selection__rendered {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] {
    overflow-x: auto;
    max-height: 31.250em
}

@media (max-width: 990px) {
    ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] {
        max-height:25.000em
    }
}

@media (max-width: 480px) {
    ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] {
        max-height:15.625em
    }
}

ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] .select2-results__options {
    overflow: visible;
    max-height: none;
    -webkit-overflow-scrolling: auto
}

ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] ul.select2-results__options--nested {
    max-width: 100% !important;
    box-shadow: none !important
}

ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] ul.select2-results__options--nested li.select2-results__option>span {
    padding: 0
}

ul[id^=select2-js-SVMultiPrefixUniqueId][id$=-results] li.select2-results__option[aria-selected="true"] .label {
    color: #5e6278;
    background: #101116;
    border: 2px solid #2b2b40;
    font-weight: 500;
    padding-top: 2px;
    border-radius: 12px
}

.select2-dropdown--forceHide>.select2-search {
    display: none
}

.prefixContainer+.inputGroup {
    margin-top: 1em
}







		
		
		
		