/*dsg-222 external party */

.cbx-forum-thread-external-notifyPopup-lbl{
    font-size:11px;
    color:#ea4e8a;
    padding-left:10px;
}
.cbx-forum-forum-topic-detail-popup-external-user-name{
    font-weight:bold;
    font-family:arial;
    font-size:11px;
    color:#ea4e8a;
    text-align:left;
    padding-left:74px;
}

.cbx-forum-external-content-topic-label{
    font-size:12px;
    color:#ea4e8a;
    font-weight:bold;
    cursor: pointer;
}

.cbx-forum-thread-external-namediv{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:11px;
    color: #ea4e8a;
    font-weight: normal;
    width:65px;
}
.cbx-forum-topic-detail-external-thread-title
{
    overflow:hidden;
    height:36px;
    line-height:18px;
    padding-top:5px;
}

.cbx-forum-topic-detail-external-thread-title:before
{
    content:"";
    float:left;
    width:5px;
    height:40px;
}
.cbx-forum-topic-detail-external-thread-title:after
{
    content:"\02026";
    box-sizing:content-box;
    font-weight:bold;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    float:right;
    position:relative;
    top:-22px;
    left:100%;
    width:2em;
    margin-left:-2em;
    padding-right:5px;
    text-align:right;
                background: -webkit-gradient(linear, left top, right top,
        from(rgba(248, 248, 248, 0)), to(#f8f8f8), color-stop(30%, #f8f8f8));
    background: -moz-linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8 30%, #f8f8f8);
    background: -o-linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8 30%, #f8f8f8);
    background: -ms-linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8 30%, #f8f8f8);
    background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8 30%, #f8f8f8);
}


.Forum-Topic-Detail-Popup .cbx-forum-topic-detail-external-thread-title > :first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
    font-size: 12px;
    font-weight: bold;
    color: #ea4e8a;
}

.cbx-forum-topic-external-detail-message-item-left:before, .cbx-forum-topic-external-detail-message-item-left:after
    {
    border-style: solid;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
}
.cbx-forum-topic-external-detail-message-item-left {
    border: 2px solid #ea4e8a;
    margin-left: -0.3em;
    width: 631px !important;
    border-radius:10px;
    background-color:#fce5ee;
}

.cbx-forum-topic-external-detail-message-item-left:before {
    border-color: transparent #ea4e8a transparent transparent;
    border-width: 8px 12px;
    left: -27px;
    top: 18px;
}

.cbx-forum-topic-external-detail-message-item-left:after {
    border-color: transparent #fce5ee transparent transparent;
    border-width: 6px 10px;
    top: 20px;
    left: -22px;
}



.c-forum-external-ref-item {
    background-color: #fce5ee;
    border: 1px solid #ea4e8a;
    margin: 0 2px 2px 0;
    height: 20px;
    display: inline-block;
}

.c-forum-external-item-label {
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    color: #ea4e8a;
    text-decoration: none;
    position: relative;
    top: 2px;
    padding: 0px 0px 1px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    display: inline-block;
    height: 12px;
}
