.rating {
    color: gray;
}

.positive {
    color: green;
}

.negative {
    color: brown;
}


.rating-label {
    color: gray;
    background: #eee;
    font-size: 0.9em;
    padding: 3px 7px;
    margin: 0 10px 0 0;
}

.rating-label.positive {
    color: green;
    background: #dfd;
}

.rating-label.negative {
    color: brown;
    background: #fdd;
}

.kudos {
    display: inline-block;
    padding: 3px 5px;
    background: rgba(0,0,0,0.1);
    margin: 0 0 0 5px;
    font-size: 11px;
}

.kudos.positive {
    background: green;
    color: #fff;
}

.kudos.negative {
    background: brown;
    color: #fff;
}

.kudos i.icon16 {
    width: 10px;
    height: 10px;
    margin-top: 0.2em;
    margin-right: 0.1em;
}

.kudos.positive i.icon16 {
    background-position: -3px -67px;
}

.kudos.negative i.icon16 {
    background-position: -19px -67px;
}

.kudos.small i.icon16 {
    margin-top: 0.3em;
}

.userbox {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #ebebeb;
}

.userbox__photo{
    text-decoration: none;
}

.userbox__name{
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 0;
}

.userbox ul {
    list-style: none; padding-left: 0; margin-bottom: 0; margin-top: 0;
}

.userbox ul li {
    margin: 12px 0;
}

.userbox ul li a {
    text-decoration: none;
}

.userbox .userpic {
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    width: 96px;
}

@media (max-width: 500px){
    .userbox{
        text-align: left;
        padding: 20px;
    }

    .userbox__photo{
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
    .userbox__photo .userpic{
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .userbox__name{
        display: inline;
        margin: 0;
    }
}

.sidebar-wrap__search--hub{
    margin-top: 0;
}

.hub-employees{
    margin: 0;
    padding: 23px 30px;
}

.hub-employees__item{
    list-style: none;
    margin: 0 0 15px;
    font-size: 14px;
}

.hub-employees__item:last-child{
    margin-bottom: 0;
}

.hub-employees__user{
    text-decoration: none;
}

.hub-employees__name{
    margin: 0 0 5px;
}

.hub-employees__userpic{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

.hub-last-comments{
    margin: 0;
    padding: 0;
    list-style: none;

}

.hub-last-comments__item{
    padding: 25px 30px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.hub-last-comments__item:last-child{
    border: none
}

.hub-last-comments__text{
    margin: 0 0 10px;
}





div.tagsinput {
    border:1px solid #CCC;
    background: #FFF;
    padding:5px;
    width:300px;
    height:100px;
    overflow-y: auto;
}


.btn-radius-slight div.tagsinput{
    border-radius: 5px;
}

.btn-no-radius div.tagsinput{
    border-radius: 0;
}

div.tagsinput span.tag {
    border: 1px solid #a5d24a;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration:none;
    background: #cde69c;
    color: #638421;
    margin-right: 5px;
    margin-bottom:5px;
    font-size:13px;
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration:none;
    font-size: 11px;
}

div.tagsinput input {
    width:80px;
    margin:0;
    font-size: 13px;
    border:1px solid transparent;
    padding: 2px /* 5px */;
    background: transparent;
    color: #000;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}

div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

.redactor-box{
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.error-box {border: 2px solid red}
.error-box .redactor-box {
    margin-bottom: 0;
}

ul.auth-type {
    padding: 0 0 10px !important;
    list-style: none;
}
ul.auth-type li {
    padding-right: 10px;
    display: inline-block;
}

ul.auth-type li a {
    padding: 5px 6px;
}

ul.auth-type li a img {
    margin-right: 5px;
    top: 4px;
    position: relative;
}


.badge {
    white-space: nowrap;
    background: #eee;
    position: static;
    transform: none;
}

.badge.badge-none {
    background: #fff;
    border: 1px solid #eee;
    color: #aaa;
}

.badge.badge-answered {
    background: #dfd;
    color: green;
}

.badge.badge-pending {
    background: #eee;
    color: #777;
}

.badge.badge-accepted {
    background: #dfd;
    color: green;
}

.badge.badge-confirmed {
    background: #cfc;
    color: green;
}

.badge.badge-inprogress {
    background: #cfc;
    color: green;
}
.badge.badge-rejected {
    background: #fdd;
    color: #a00;
}

.badge.badge-complete {
    background: #dfd;
    color: green;
    font-weight: bold;
}

.badge.badge-fixed {
    background: #dfd;
    color: green;
    font-weight: bold;
}

.badge.badge-archived {
    background: #eed;
    color: #aa7;
}

h1 .badge {
    position: relative;
    top: -4px;
    font-size: 13px;
}

h1 .staff {
    position: relative;
    top: -2px;
    font-size: 0.6em;
    padding: 2px 7px 3px !important;
    font-weight: normal;
}

h1 .kudos {
    position: relative;
    top: -2px;
    font-size: 0.6em;
    border-radius: 16px;
    padding: 4px 13px 6px !important;
    display: inline;
}

.hub-categories {
    padding: 0;
    margin: 0 0 50px;
}
.hub-categories__item {
    list-style: none;
    margin: 0 0 30px;
}

.hub-categories__title{
    font-weight: 500;
}

.hub-categories__count{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #CCC;
}



.hub-categories__logo{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.hub-categories__logo img{
    max-width: 30px;
    max-height: 30px;
}

.hub-categories__description{
    font-size: 14px;
}

.hub-categories__description p{
    margin: 0 0 5px;
}

.topic-stream {
    padding-top: 10px;
}

.topic-stream h3 {
    float: left;
}

.topic-stream .sorting {
    margin-top: 0;
}

.topic-stream ul.topics {
    margin-top: 0;
}

.topic__head{
    margin: 0 0 30px;
}

.topic__head h1{
    margin: 0 15px 4px 0;
    display: inline-block;
}

.topic__credentials{
    overflow: hidden;
    margin: 0 0 20px;
}

.topic__credentials a{
    text-decoration: none;
}

.topic__userpic{
    max-width: 30px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.topic__empty-userpic{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    border-radius: 50%;
    margin: 4px 10px 0 0;
    text-decoration: none;
}

.topic__empty-userpic a{
    text-decoration: none;
}

.topic__meta{
    display: inline-block;
}

.topic__date{
    float: right;
    color: #aaa;
    font-size: 12px;
    margin: 0;
    line-height: 30px;
}


.actions__item{
    margin: 0 20px 0 0;
}

.actions__item .icon{
    display: inline-block;
    margin: 0 5px 0 0;
}

.topic .actions__item{
    margin: 0 0 0 20px;
}

.topic .actions,
.edit-links{
    text-align: right;
    margin: 20px 0 0;
}

.topic__username{
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
}

@media (max-width: 800px){
    .topic__date{
        float: none;
        display: block;
    }
}

.credentials a,
.credentials span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.credentials .username {
    margin: 0;
    font-size: 12px;
}
.credentials .username,
.credentials .username a {
    color: #000;
    padding: 0;
    display: inline;
    text-decoration: none;
}

.credentials a.username:hover {
    color: red;
}

.credentials .date,
.credentials .icon16 {
    margin: 0 3px;
}

.credentials .date {
    color: #aaa;
}

.credentials .date.aux {
    float: right;
}

.credentials .button-solution {
    margin-left: 10px;
    border-bottom: 1px dashed;
    line-height: 14px;
}

.vote.helpful {
    float: none;
    background: #fbfbfb;
    padding: 20px;
    margin: 20px 0 0;
}

.vote.helpful a {
    float: none;
    padding: 2px 5px;
    font-weight: bold;
}

.vote.helpful textarea {
    width: 100%;
    min-height: 100px;
}

.topic-content {
    margin-bottom: 20px;
}

.topics__content{
    margin: 0 0 0 50px;
}

.topics__data{
    font-size: 12px;
    color: #878787;
    margin: 4px 0 0;
}
.topics__content .badge{
    padding: 0;
}

.topics__title{
    text-decoration: underline;
    font-weight: 600;
    margin: 0 5px 0 0;
}

.topics__title:hover{
    text-decoration: none;
}

@media (max-width: 500px){
    .topic-stream h3,
    .topic-stream__sorting.float-r{
        float: none;
    }

    .topics__content{
        margin: 0 0 0 40px;
    }
}

.topic-content img,
.topic-content iframe,
.topic-preview img,
.topic-preview iframe {
    max-width: 100%;
}

.topic .tags a {
    margin-right: 0 !important;
}

.topic.type-feedback .meta-ousted,
.topic.type-forum .meta-ousted{
    min-height: 70px;
}

.type-feedback .meta-ousted,
.type-question .meta-ousted{
    margin: 0 0 0 90px;
}

.hidden { display: none; }


/* Comments & Answers

.
--------------------- */

.topic-comments-wrap{
    margin: 10px 0 0;
}

.comment ul.redactor-toolbar {
    clear: none;
}

.comment span.hint a {
    color: #aaa;
    text-decoration: underline;
}

.comment .comment-form {
    padding: 15px 10px 15px 0;
    margin-top: 0;
}

.comment .comment-form textarea {
    min-height: 100px;
}

.comment .comment-submit {
    margin-bottom: 10px;
}

.comment.in-reply-to {
    background: #fbfbfb;
    margin: -3px -3px 10px;
    padding: 8px;
    position: relative;
}


.comment.new {
    background: #ffc;
}

.comment.solution {
    background: #dfd;
}

.comment.featured-comment {
    background: #eed;
}

.comment-form {
    padding: 0;
    margin-top: 20px;
    max-width: 100%;
}

.comment-form-fields p {
    margin: 0 0 10px;
}

.comment-form-fields p a {
    display: inline !important;
}

.comment-form-fields label {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding-top: 3px;
    font-size: 12px;
}

.comment-form-fields input {
    width: 20em;
}

.comment-form .comment-redactor .redactor-box {
    margin-bottom: 10px;
}

.comment-form .comment-redactor .redactor-toolbar:after {
    clear: none;
}
.comment-form .comment-redactor .errormsg {
    margin-left: 0;
    margin-bottom: 20px;
}

.comment-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.comment-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.forum-reply-form .comment {
    padding-top: 30px;
}

.forum-reply-form textarea {
    width: 100%; margin-bottom: 10px;
}

.forum-reply-form .errormsg {
    margin-left: 0;
    margin-bottom: 20px;
}

.pageless-wrapper {
    font-style: italic;
}

.back-to-root {
    margin-left: 5px;
}

.comments {
    margin: 30px 0 0 0;
}

.topic-comments-wrap .comments:first-child{
    margin-top: 0;
}

.comments__head{
    overflow: hidden;
}

.comments__head h3{
    float: left;
}

.comments h3 {
    margin: 0 0 20px;
}

.comments h4 {
    margin: 0 0 10px;
    float: left;
}

.comments ul {
    padding-left: 0;
    list-style: none;
}

.comments .text img,
.comments .text iframe {
    max-width: 100%;
}

.comments textarea {
    height: 100px;
    min-height: 100px;
    width: 75%;
    margin-top: 0;
}


.comments ul li ul li .comment.in-reply-to .comment-form-fields label {
    display: none;
}

.comments ul li ul li .comment.in-reply-to .comment-form .comment-redactor {
    margin-left: 0;
}

.comments ul li ul li .comment.in-reply-to .comment-form .comment-submit {
    padding-left: 0;
}

.follow {
    background: #ffc;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.follow.following .hide-when-following,
.follow.not-following .hide-when-not-following {
    display: none;
}

.follow #button-follow {
    margin-right: 7px;
}

.follow #button-unfollow {
    margin-left: 7px;
}

.comments ul li .comment ul,
.comments ul li .comment ol {
    padding-left: 25px;
    margin-left: 0 !important;
}

.comments ul li .comment ul li {
    list-style: disc;
}

.comments ul li .comment ol li {
    list-style: decimal;
}

.comments.answers{
    margin-top: 0;
}

.comments.answers .comment {
    min-height: 60px;
    padding: 10px;
}

.comments.answers .text,
.comments.answers .actions {
    margin-left: 70px;
}

.comments.answers ul li ul li ul {
    margin-left: 10px;
    font-size: 1em;
}

.comments.answers ul li ul .comment {
    padding: 5px;
}

.comments.answers ul li ul .text,
.comments.answers ul li ul .actions {
    margin-left: 0;
}

.comments.answers .comment.in-reply-to {
    margin: 0 0 10px;
}

.comments.answers ul li ul .comment.in-reply-to {
    margin: -3px -3px 10px;
    padding: 8px 35px 8px 8px;
}

.comments.forum .text {
    margin-left: 0;
}

.comments ul li .comment .wa-auth-adapters ul {
    padding-left: 0;
    margin-top: 5px;
}

.comments ul li .comment .wa-auth-adapters ul li {
    list-style: none;
}

.vote {
    color: #aaa;
    float: right;
}

.comment .vote{
    margin: 0 0 0 30px;
}

.vote a {
    padding: 0;
    margin: -2px -2px;
    float: right;
}

.vote strong {
    margin-right: 7px;
}

.vote i.icon16 {
    background-image: url("img/vote.png");
    background-size: 128px 16px;
    background-position: 0 0;
}

.vote i.icon16.up-bw {
    background-position: 0 0;
}

.vote i.icon16.down-bw {
    background-position: -16px 0;
}

.vote i.icon16.up {
    background-position: -32px 0;
}

.vote i.icon16.down {
    background-position: -48px 0;
}

.vote a:hover i.icon16.up-bw {
    background-position: -32px 0;
}

.vote a:hover i.icon16.down-bw {
    background-position: -48px 0;
}

.vote.qa {
    display: block;
    width: 65px;
    float: left;
    text-align: center;
    font-size: 1.3em;
    z-index: 1;
    margin-left: 0;
}

.vote.qa a,
.vote.qa strong {
    display: block !important;
    margin: 0 auto !important;
    padding: 2px !important;
    line-height: 1em !important;
}

.vote.qa strong {
    font-size: 1.8em;
    position: relative;
}

.vote.qa {
    position: relative;
    padding: 20px 0 25px;
}

.vote.qa a.plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.vote.qa a.minus {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.vote.qa i.icon16 {
    margin: 0;
}

.vote.qa i.icon16.up-bw {
    background-position: -64px 0;
}

.vote.qa i.icon16.down-bw {
    background-position: -80px 0;
}

.vote.qa i.icon16.up {
    background-position: -96px 0;
}

.vote.qa i.icon16.down {
    background-position: -112px 0;
}

.vote.qa a:hover i.icon16.up-bw {
    background-position: -96px 0;
}

.vote.qa a:hover i.icon16.down-bw {
    background-position: -112px 0;
}

.topics .comment .userpic{
    max-width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

@media (max-width: 500px){
    .vote.qa{
        font-size: 1em;
        width: 35px;
        margin: 0 10px 0 0;
    }

    .topic.type-feedback .meta-ousted,
    .type-question .meta-ousted{
        margin-left: 0;
    }

    .follow{
        padding: 15px 20px;
    }

    .follow .button{
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
    }

    .topic .actions__item{
        margin-left: 10px;
    }

    .comment .actions__item{
        margin: 0 10px 0 0;
    }

    .comment .actions__item:last-child{
        margin-right: 0;
    }

    .comment .actions__item .fas,
    .comment .actions__item .far,
    .comment .comment-reply .fas{
        display: none;
    }

    .comments__head h3{
        float: none;
        margin: 0 0 5px;
    }

    .comments__head{
        margin: 0 0 15px;
    }

    .comments.answers .comment{
        padding: 0;
    }

    .credentials span.comment-badge{
        display: none;
    }

    .comments .vote.qa{
        float: right;
    }

    .comments.answers .text,
    .comments.answers .actions{
        margin-left: 0;
    }
}

i.sort-desc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-bottom-color: #000;
    margin-bottom: 0.2em;
    display: inline-block;
}

i.sort-asc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    margin-top: 0.1em;
    display: inline-block;
}

ul.topics {
    padding: 0;
}

ul.topics li {
    list-style: none;
    position: relative;
}

.topic-stream__head{
    overflow: hidden;
    margin: 0 0 30px;
}

.topic-stream__sorting{
    margin: 0;
    padding: 0;
    list-style: none;

}

.topic-stream__sorting li{
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 12px;
    font-weight: 500;
}


.topic-stream__sorting li:last-child{
    margin-right: 0;
}



ul.topics li{
    margin: 0 0 40px;
}

ul.topics li:last-child{
    margin-bottom: 0;
}

ul.topics li a {
    text-decoration: none;
}

ul.topics li a i.icon16 {
    margin-top: 0;
}

ul.topics li p {
    margin-bottom: 0;
    margin-top: 2px;
    color: #999;
    font-size: 0.8em;
    width: 80%;
}

ul.topics li .replies.new {
    background: #ffc;
}

ul.topics li .meta {
    text-align: left;
    padding-top: 0;
    float: left;
}

ul.topics li .summary {
    min-height: 32px;
}

.topics__author,
.topics__date,
.topics__data .badge{
    margin: 0 10px 0 0;
}

.topics__author{
    color: #000;
}

ul.topics li .comment {
    font-size: 0.8em;
    padding: 15px 20px;
    margin: 15px 0 0 0;
    line-height: 1.4em;
}
ul.topics li .comment .credentials {
    margin-top: 10px;
    margin-bottom: 0;
}

.empty-list { color: #aaa; }

.topic-form {
    margin-top: 10px;
}

.topic-form ul.menu-h {
    min-height: 40px;
}

.topic-form .topic-title {

}

.topic-form input[type=email],
.topic-form input[type=number],
.topic-form input[type=password],
.topic-form input[type=search],
.topic-form input[type=text],
.topic-form select,
.topic-form textarea{
    border-radius: 0;
    width: 100%;
}

.btn-radius-slight .topic-form input[type=email],
.btn-radius-slight .topic-form input[type=number],
.btn-radius-slight .topic-form input[type=password],
.btn-radius-slight .topic-form input[type=search],
.btn-radius-slight .topic-form input[type=text],
.btn-radius-slight .topic-form select,
.btn-radius-slight .topic-form textarea{
    border-radius: 5px;
}

.btn-no-radius .topic-form input[type=email],
.btn-no-radius .topic-form input[type=number],
.btn-no-radius .topic-form input[type=password],
.btn-no-radius .topic-form input[type=search],
.btn-no-radius .topic-form input[type=text],
.btn-no-radius .topic-form select,
.btn-no-radius .topic-form textarea{
    border-radius: 0;
}

.topic-type{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.topic-type__item{
    font-weight: 600;
    text-decoration: none;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 5px 10px;
}

.topic-type__item .link-action{
    line-height: 12px;
}

.topic-type__item.selected .link-action{
    border-bottom: none;
}

.topic-type__item.selected{
    background: #fbfbfb;
}

.topic-type__item a {
    text-decoration: none;
}

.topic-type__item .h-glyph16{
    vertical-align: middle;
}

.topic-form__item{
    margin: 0 0 25px
}

.topic-form__title{
    font-size: 12px;
    margin: 0 0 10px;
}


.topic-form .topic-content {
    min-width: 400px;
    min-height: 300px;
    width: 100%;
    padding: 5px;
}

.topic-form .topic-tags div.tagsinput span.tag {
    color: #444;
    padding: 3px 5px;
    line-height: 1em;
}

.topic-form .topic-preview {
    border: 1px dashed brown;
    background: #ffd;
    margin: 20px 0;
}

.topic-form input[type="submit"] {
    margin-right: 10px;
}

@media (max-width: 400px){
    .topic-form input[type="submit"] {
        margin: 0 0 5px;
    }
}

/* Redactor: certain default.css strles reset */

html {
    overflow: auto !important;
}

.topic-form .redactor-toolbar:after {
    clear: left;
}

.comment .redactor-toolbar:after {
    clear: none;
}

.comment .redactor-toolbar {
    top: 0 !important;
    visibility: visible !important;
    width: 100% !important;
}

#redactor-modal footer {
    background: #fff;
    top: 0;
    position: static;
    padding: 0;
    min-height: 0;
    font-size: 1em;
    color: #000;
}

.ui-widget {
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-widget-content {
    background: #fff !important;
}

.ui-widget-content a {  }


ul.authors {
    padding-left: 60px;
}

ul.authors li {
    position: relative;
    list-style: none;
    margin-bottom: 30px;
}

ul.authors li img.userpic,
ul.authors li .topic__empty-userpic{
    position: absolute;
    left: -60px;
    width: 40px;
    text-align: center;
    padding-top: 0;
}

ul.authors li .topic__empty-userpic{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}


ul.authors li .kudos {
    float: right;
}

ul.author-nav {
    font-size: 14px;
    list-style: outside none none;
    padding-left: 0;
    margin: 0 0 30px;
}

ul.author-nav li {
    display: inline-block;
    padding-right: 20px;
}

ul.author-nav li.selected a{
    text-decoration: none;
}

.author-info{
    margin: 0 0 20px;
}

.author-info__userpic{
    max-width: 50px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.hide-when-not-following .icon16 {
    margin: 0 10px 5px 0;
    display: inline-block;
}

.btn-radius-slight .redactor-styles{
    border-radius: 0 0 5px 5px;
}

.btn-no-radius .redactor-styles{
    border-radius: 0;
}

.btn-radius-slight .redactor-air,
.btn-radius-slight .redactor-toolbar{
    border-radius: 5px 5px 0 0;
}

.btn-no-radius .redactor-air,
.btn-no-radius .redactor-toolbar{
    border-radius: 0;
}

.redactor-box{
    z-index: 1 !important;
}