.ShowPostReplay {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
}

.HidePostReplay {
    display: none;
}

.ShowReplayBlock {
    display: block;
}

.HideReplayBlock {
    display: none;
}

.HideTr {
    display: none;
}

/*160523*/
/*.replayBlock img{
           width: 50%;
        height: 50%;
        max-width: 45px;
    }*/

.replayBlock {
    margin: 5px 0px;
    padding: 15px 0px 0px 0px;
}

    .replayBlock i {
        font-style: inherit;
        font-weight: 600;
    }

    .replayBlock .badge {
        background-color: rgba(0,0,0,0.3) !important;
    }

.qaBlock .badge {
    background-color: #5cb85c;
}

/*作者-發文內容*/
.qaBlock .qa-content {
    padding: 10px 5px;
    line-height: 25px;
}

/*發表評論*/

.list-mode {
    float: left;
    font-size: 15px;
    margin-right: 15px;
    list-style: none;
    position: relative;
}

.ContentTextWrapper .OtherTitle3 {
    color: #000;
    font-size: 22px;
}

.ContentTextWrapper img {
    min-height: 40px;
    min-width: 40px;
}

.ContentTextWrapper .btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%) !important;
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%) !important;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    font-size: 12px !important;
}

.ContentTextWrapper .commentAskPartialTextarea {
    line-height: 34px;
}

.ContentTextWrapper .comment-icon,
.ContentTextWrapper .comm-submit-icon {
    max-width: 25px !important;
    max-height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
} 


a.AskReply.btn.btn-xs.btn-default {
    width: initial;
}

.CommonetBlock {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    margin: 5px;
    padding: 10px !important;
}

.commentHistoryBlock > table > tbody > tr.CommentTr > td .ReplyBlock > div {
    border: unset;
}

.commentHistoryBlock > table > tbody > tr > td {
    border-top: none;
    padding: 1px;
}

    .commentHistoryBlock > table > tbody > tr > td:hover {
        background-color: unset;
    }

.ReplyContentText {
    resize: none;
    border: 1px solid #ccc;
    width: 85%;
    border-radius: 7px;
    line-height: 32px;
    padding-left: 5px;
    overflow: hidden;
}

.commenthistoryCaptcha .btn-primary {
    color: white;
    font-weight: 700;
    background: turquoise;
}

.comment-icon {
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
}


.collapseOne {
    max-height: 500px;
    overflow: auto;
}

    .collapseOne::-webkit-scrollbar {
        width: 7px;
    }

    .collapseOne::-webkit-scrollbar-button {
        background: transparent;
        border-radius: 4px;
    }

    .collapseOne::-webkit-scrollbar-track-piece {
        background: transparent;
    }

    .collapseOne::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(125,125,125,0.4);
        border: 1px solid rgba(125,125,125,0.4);
    }

    .collapseOne::-webkit-scrollbar-track {
        box-shadow: transparent;
    }

.btn-orange {
    color: #fff;
    background-color: #ef8669;
    border: 2px solid #ef8669;
}

    .btn-orange:hover {
        color: #fff;
        border: 2px solid #999;
    }

@media(max-width: 414px ) {
    .ReplyContentText {
        width: 75%;
    }
}
