.x-topic-avatar {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: 10px 5px;
    object-fit: cover;
    object-position: top;
}

.x-topicDetail-avatar {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin: 10px 5px;
    object-fit: cover;
    object-position: top;
}

.x-splitLine {
    height: 18px;
    width: 1px;
    background-color: #ddd;
    margin: 5px 10px 10px 10px;
}

.x-content-splitLine {
    height: 1px;
    width: 99%;
    text-align: center;
    background-color: #ddd;
    margin: 5px auto;
    display: block;
}

.x-icon-general {
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: cover;
    background-color: #FFFFFF;
}

.x-icon-general:focus, .x-icon-general:hover {
    background-color: #FFFFFF !important;
}

.x-icon-viewed {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-viewed.svg?ln=XImage") !important;
}

.x-icon-reposted {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-reposted.svg?ln=XImage") !important;
}

.x-icon-comment {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-comment.svg?ln=XImage") !important;
}

.x-icon-liked {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-liked.svg?ln=XImage") !important;
}

.x-icon-cancelLiked {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-cancelliked.svg?ln=XImage") !important;
}

.x-icon-top {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-ontop.svg?ln=XImage") !important;
}

.x-icon-canceltop {
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-canceltop.svg?ln=XImage") !important;
}

.x-icon-watched {
    padding: 10px;
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-watched.svg?ln=XImage") !important;
}

.x-icon-cancelWatched {
    padding: 8px;
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-cancelWatched.svg?ln=XImage") !important;
}

.x-icon-remove {
    height: 22px;
    width: 22px;
    margin-top: 2px;
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-remove.svg?ln=XImage") !important;
}

.x-icon-quote {
    height: 28px;
    width: 28px;
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-quote.svg?ln=XImage") !important;
}

.x-icon-edit {
    width: 22px;
    height: 22px;
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-edit.svg?ln=XImage") !important;
}

.x-thumbViewer {
    width: 120px;
    height: 120px;
    border-radius: 0px;
    padding: 0px !important;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

.x-thumbViewer-hover:hover{
    border: 1px solid #0d0d0d;
    cursor: zoom-in;
}

.x-thumbViewer img {
    max-width: 120px;
    max-height: 120px;
}

.x-graphicImage:hover {
    cursor: zoom-in;
}

.x-thumbViewer .ui-panel-content {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle !important;
    display: table-cell;
    padding: 0px !important;
}

.x-reposte-background {
    background-color: #f2f2f5;
}

.x-userName {
    color: #eb7350;
}

.x-statusName {
    color: #0288d1;
}

.x-isOnTop {
    border-radius: .3rem;
    background-color: #0288d1;
    color: #FFFFFF;
    vertical-align: text-bottom;
    text-align: center;
    padding: .3rem .5rem;
    font-weight: normal;
    margin-right: 5px;
}

.x-textTitle {
    font-weight: 700;
    font-family: "Microsoft YaHei" !important;
}

.x-headerMore {
    color: #546e7a !important;
    font-size: 14px;
    font-weight: 400;
}

.x-textTitle:hover,.x-headerMore:hover {
    text-decoration: underline;
}

.x-userNameLink:hover {
    text-decoration: underline;
}

.x-reviewing {
    background-image: url("/leshan/faces/javax.faces.resource/XTopic/reviewing.png?ln=XImage");
}

.x-statusIcon {
    width: 128px;
    height: 96px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    margin: -40px auto;
    opacity: 0.25;
}

.x-panel-margin {
    margin: 5px 20px 10px 20px;
}

.x-panelGrid-margin {
    margin: 0px 40px 0px 10px;
}

.x-text-firstLine {
    text-indent: 25px;
}

.x-detailPanel-padding {
    padding: 10px 60px !important;
}

label.x-panel-title {
    font-size: 16px;
    font-weight: 600 !important;
}

a.ui-commandlink.x-textTitle {
    color: #546e7a!important;
}

tr.x-topicRow.ui-widget-content {
    vertical-align: top;
}

.x-text-margin {
    margin: 10px auto;
    line-height: 25px;
}

.x-userName-align {
    text-align: right;
    margin-right: 15px;
    margin-top: -12px;
}

.x-span-margin {
    margin-top: 5px;
}

.x-ellipsis-threeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.x-topicSectionHeader {
    line-height: 40px;
    background-image: url("/leshan/faces/javax.faces.resource/images/bar.svg?ln=primefaces-modena");
    background-size: 25px 25px;
    background-position: 0px 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin: 0px;
    color: #546E7A;
}

.x-panel-splitLine {
    width: 1px;
    height: 30%;
    background-color: #ddd;
    position: absolute;
    right: 51%;
}

.x-rightBorder .ui-panelgrid-content.ui-widget-content.ui-grid.ui-grid-responsive .ui-panelgrid-cell.ui-g-12.ui-md-6:first-child{
    border-right: 1px dotted #bcbcbc;
}

.x-point:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #bcbcbc;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 2px;
}

.x-panel .x-bottomBorder-none .ui-panel-titlebar {
    border-bottom: none !important;
}

.x-imageViewerList{
    height: 146px;
    width: 205px;
    text-align: center;
    vertical-align: middle !important;
}

.x-imageViewerList img {
    max-width: 100%;
    max-height: 100%;
}

.x-icon-more {
    height: 22px;
    width: 22px;
    margin-top: 9px;
    background-image:
            url("/leshan/faces/javax.faces.resource/XTopic/icon-more.svg?ln=XImage") !important;
}

.x-ellipsis-oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.padding-top-1 {
    padding-top: 1rem;
}