﻿.article__comment-cont, .article__reply-cont, .article__reply-input-cont {
    padding: 0 !important;
    direction: rtl !important;
}

.article__reply-cont, .article__reply-input-cont {
    background-color: #eee;
}

.article__comment-cont > div:first-child {
    background-color: #5D5D5D;
    padding: 8px 15px;
}

    .article__comment-cont > div:first-child span, .article__reply > div:first-child span {
        font-family: "Droid Arabic Kufi";
        color: #fff;
    }

.article__comment-num {
    font-family: "Droid Arabic Kufi" !important;
    font-weight: bold;
    color: #5D5D5D !important;
    background-color: #eee;
    padding: 0 5px !important;
    border-radius: 5px;
}


.article__comment, .article__reply, .article__reply-input-cont > div {
    background-color: #eee;
    padding: 10px 15px;
}

.article__reply-full-form {
    position: relative;
    /*display: none;*/
    padding: 0 15px !important;
}

    .article__reply-full-form .col-xs-6:first-child {
        padding: 0 0 0 10px !important;
    }

    .article__reply-full-form .col-xs-6:nth-child(2) {
        padding: 0 !important;
    }

    .article__reply-full-form input, .article__reply-full-form textarea {
        font-family: "Droid Arabic Kufi";
    }

        .article__reply-full-form input:focus, .article__reply-full-form textarea:focus {
            box-shadow: initial !important;
            outline-color: #5D5D5D !important;
            border-color: #5D5D5D !important;
            border-radius: 5px;
        }


.article__reply-input-cont > form > div {
    border-right: solid #5D5D5D 1px;
}

.article__comment-by, .article__reply-by {
    padding: 0 !important;
}

    .article__comment-by p, .article__comment-title-text, .article__comment-content-text, .article__comment-dateTime, .article__reply-by p, .article__reply-content-text, .article__reply-dateTime {
        font-family: "Droid Arabic Kufi";
        color: #5D5D5D;
    }

        .article__reply-content-text img {
            height: 250px;
            display: block;
            padding: 10px 0;
        }

        .article__comment-content-text img {
            height: 250px;
            display: block;
            padding: 10px 0;
        }

    .article__comment-by p, .article__reply-by p {
        float: right;
        text-align: right;
        display: inline-block;
    }

        .article__comment-by p:last-child, .article__reply-by p:last-child {
            margin-right: 5px;
        }

        .article__comment-by p:last-child, .article__comment-title-text, .article__reply-by p:last-child {
            font-weight: bold;
        }

.article__comment-title-text {
    font-size: 18px;
}

.article__comment-dateTime, .article__reply-dateTime {
    font-size: 12px;
    color: #999;
}

.article__reply-cont > div {
    padding: 0 !important;
    border-right: solid #888 1px;
}

.article__reply-by-text p, .article__reply-content-text, .article__reply-dateTime {
    margin: 5px 0 !important;
}

.article__reply-content-text {
    font-weight: 700;
}


.article__reply-input {
    font-family: "Droid Arabic Kufi";
    padding: 5px;
    color: #5D5D5D;
    resize: vertical;
}

.article__reply-input-cont .btn, .article__comment .btn, .article__done-reply {
    font-family: "Droid Arabic Kufi";
    font-size: 12px !important;
    background-color: #5D5D5D;
    color: #eee !important;
    margin-top: 15px;
    padding: 5px 10px !important;
    box-shadow: initial;
    transition: box-shadow 0.3s linear;
}

    .article__reply-input-cont .btn:hover, .article__comment .btn:hover, .article__done-reply:hover {
        box-shadow: 1px 1px 2px -1px #000;
    }



.reply__img-uploaded {
    position: relative;
    height: 250px;
    border: solid #aaa 1px;
    padding: 10px;
    display: none;
}

    .reply__img-uploaded img {
        position: relative;
        height: 100%;
    }

.reply__img-approval a {
    font-weight: bold;
    text-decoration: none !important;
    color: #5D5D5D;
    padding: 5px;
    background-color: transparent;
    border-radius: 5px;
    transition: background-color 0.3s linear, color 0.3s linear;
}

    .reply__img-approval a:hover {
        background-color: #5D5D5D;
        color: #eee;
        ;
        border-radius: 5px;
    }


.emojiPickerIcon {
    top: 10px !important;
}

.emojiPickerIcon:hover {
    opacity: 0.7 !important;
}

.emojiPickerIconWrap {
    width: 100% !important;
}

.article__reply-full-form div.col-xs-12 {
    position: relative;
    /*padding: 0 !important;*/
}






.reply__upload-photo, .comment__upload-photo {
    position: absolute;
    font-size: 19px;
    z-index: 9;
    top: 15px;
    left: 38px;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}

.comment__upload-photo {
    left: 50px !important;
}

    .reply__upload-photo span, .comment__upload-photo span {
        font-size: 18px;
        color: #888;
        z-index: 2 !important;
        transition: color 0.3s linear;
    }

    .reply__upload-photo:hover span, .comment__upload-photo:hover span {
        color: #666;
    }



.article__add-reply, .article__done-reply {
    margin: 5px 0 !important;
}

.article__done-reply {
    /*display: none;*/
}

.article__reply-input {
    width: 100% !important;
    padding: 10px !important;
    color: #000;
    margin-top: 10px;
    border-radius: 5px;
}

.article__reply-input-cont div.col-xs-11 > div.col-xs-12 {
    padding: 0 !important;
}

.article__comment form {
    margin-bottom: 40px;
}

.article__comment-input-label {
    background-color: #5D5D5D;
    padding: 7px 10px !important;
}

    .article__comment-input-label span {
        font-family: "Droid Arabic Kufi";
        color: #fff;
    }

.article__comment-form-cont {
    direction: rtl !important;
    font-family: "Droid Arabic Kufi" !important;
    margin-top: 10px !important;
}

.form-row .row {
    margin: 0 !important;
}

.article__comment-form-cont .form-group .col-xs-6:first-child {
    padding-right: 0 !important;
}

.article__comment-form-cont .form-group .col-xs-6:nth-child(2) {
    padding: 0 !important;
}
.errorlabel {
    color: #df2829;
    font-size: 12px;
}
