
/* Comments  -------------------------------- */
.login-Jazeera form {
    position: static;
}

.comments-section {
    width: 100%;
}

#comments-note {
    background-color: #fa9000;
    color: #FFF;
    width: 100%;
    text-align: center;
    margin: 15px auto;
    padding: 4px;
    font-size: 16px;
    box-sizing: border-box;
    font-family: Al-Jazeera-Arabic-Regular;
    padding-bottom: 7px;
}

.gray-color {
    color: #333;
}

.start-comment-on-comment .login-icons {
    float: right;
}
/*.login-icons {
    background: url(/Content/images/logins-icons.jpg) no-repeat;
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 4px;
    margin-top: 20px;
    display: block;
}

.al-jazeera-login {
    background-position: -134px 0px;
}
    .facebook-login {
    background-position: -44px 0px;
}*/

.visitor-login {
    background: url(/Content/images/logins-icons.jpg) no-repeat;
    background-position: -92px -3px;
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-top: 0px;
    display: block;
    border-radius: 100%;
}



.comments-section .drop {
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
    color: #333 !important;
    padding: 4px 5px;
    float: left;
    display: block;
    width: 180px;
    margin-top: 0;
}

    .comments-section .drop:before {
        content: "";
        height: 0;
        width: 0;
        border: 0.3em solid transparent;
        border-top-color: #333;
        display: inline-block;
        margin-left: 0.5em;
        margin-top: 0.15em;
        vertical-align: middle;
    }

.comments-section .rss {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: url(/Content/images/rss.jpg) no-repeat;
    float: left;
    margin-top: 0;
    margin-right: 14px;
    background-size: contain;
}

#comments-count {
    color: #333 !important;
    width: 100%;
    clear: both;
    padding-top: 20px;
}

    #comments-count.move-count-comment {
        width: auto;
        clear: none;
        float: right;
        padding-top: 27px;
    }

.comments-arrange {
    position: relative;
    float: left;
}

#comments-arrange-dropdown {
    list-style: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-top: 0px solid #f6f6f6;
    width: 100%;
    padding: 0;
    font-size: 14px;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    color: #333;
}

    #comments-arrange-dropdown li {
        padding: 5px 20px;
    }

    #comments-arrange-dropdown a {
        color: #333;
        width: 100%;
        font-size: 15px;
    }

.error-div {
    position: absolute;
    background-color: #e02330;
    color: #fff;
    padding: 5px;
    left: 0px;
    width: 81%;
    top: -1px;
    text-align: right;
    line-height: 13px;
}

.comment-row {
    position: relative;
    float: right;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .comment-row .error-div {
        width: 100%;
        box-sizing: border-box;
        height: 100% !important;
        -moz-box-sizing: border-box;
    }

    .comment-row label {
        display: none;
    }

.no-border {
    border: 0px solid #fff;
}

.error-logo {
    background: url(/Content/images/comments-icon.jpg) no-repeat -371px -31px;
    width: 32px;
    height: 62px;
    margin-left: 18px;
    float: right;
}

#divLoadingimage {
    width: 100%;
    text-align: center;
}

/* each comment  -------------------------------- */
.main-comment {
    background-color: #f6f6f6;
    margin-top: 15px;
    font-weight: 400;
    float: right;
    padding-bottom: 15px;
    width: 100%;
}

    .main-comment header {
        background-color: #dadada;
        color: #000000;
        font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
        padding: 8px 10px;
        min-height: 25px;
        display: table;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .main-comment hr {
        clear: both;
    }

.commenter-image {
    width: 28px;
    height: 27px;
    background: url(/Content/images/comments-icon.jpg) no-repeat -272px 0px;
    display: inline-block;
    margin-left: 10px;
    float: right;
}

.commenter {
    float: right;
    width: 44%;
    font-size: 18px;
    line-height: 21px;
}

.comment-time {
    float: right;
    width: 32%;
    text-align: left;
}

.comment-time-image {
    width: 21px;
    height: 19px;
    display: inline-block;
    background: url(/Content/images/comments-icon.jpg) no-repeat -248px 0px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.comments-like, .comments-unlike {
    color: #000;
    text-decoration: none;
    font-weight: 100;
    float: left;
    font-family: Arial;
    margin-right: 2%;
    font-size: 15px;
    line-height: 25px;
}

.heading-section {
    color: #8B8B8B;
    font-size: 1.8rem;
    margin-top: 0;
}

.comments-like:hover, .comments-unlike:hover {
    color: #727373;
}


.comments-like span, .comments-unlike span {
    background: url(/Content/images/comments-icon.jpg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: 5px;
    float: right;
    transition: 200ms linear;
}

.comments-like span {
    float: right;
    background-position: -229px 0px;
    margin-top: 2px;
}

.comments-unlike span {
    background-position: -207px 0px;
    margin-top: 6px;
    transition: 200ms linear;
}

.comments-like:hover span, .comments-unlike:hover span {
    transition: 200ms linear;
}

.comments-like:hover span {
    background-position: -229px -19px;
}

.comments-like.clicked span {
    background-position: -186px -21px;
}

.comments-unlike:hover span {
    background-position: -207px -18px;
}

.comments-unlike.clicked span {
    background-position: -186px -3px;
}

.main-comment .comment-text:before {
    display: block;
    float: right;
    content: '';
    background: url(/Content/images/comments-icon.jpg) -210px -45px no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    margin-right: -25px;
}

.main-comment .comment-text:after {
    left: -9px;
    background-position: -183px -46px;
    display: block;
}

.main-comment .comment-text {
    margin: 22px 40px 20px 40px;
    float: right;
    position: relative;
    color: #333;
    display: block;
    font-size: 17px;
}

    .main-comment .comment-text img {
        width: 21px;
        height: 17px;
        margin-right: 10px;
        margin-top: -5px;
    }

.main-comment hr {
    border: none;
    border-top: 1px solid #dbd8d8;
    height: 0px;
    width: 100%;
    margin-bottom: 15px;
}

.comment-feedback {
    color: #333;
    font-size: 15px;
    margin-right: 13px;
    float: right;
}

    .comment-feedback:hover, .comment-feedback.clicked {
        color: #cfcfcf;
    }

.clicked {
    cursor: default;
    color: #727373;
}

.feedbacks {
    font-size: 15px;
    margin-right: 10px;
    background: url(/Content/images/feedback-arrow.png) no-repeat 0px -6px;
    transition: linear 200ms;
    padding-left: 10px;
    float: right;
}

.zeroreplyfeedbacks {
    cursor: default;
}

.feedbacks.clicked {
    background-position: 0px 12px;
    color: #2575bc;
}

.comments-share {
    float: left;
    margin-left: 10px;
}

.comment-share {
    background: url(/Content/images/comments-icon.jpg) no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
}

.comment-friend {
    background-position: -283px -49px;
    width: 17px;
    height: 14px;
}

.comment-twitter {
    background-position: -260px -48px;
    width: 18px;
    height: 14px;
}

.comment-facebook {
    background-position: -245px -48px;
    width: 8px;
    height: 14px;
}

.comment-report {
    background-position: -231px -47px;
    width: 7px;
    height: 14px;
}

.load-more-comments {
    background-color: #3674ad;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 7px;
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    -moz-box-sizing: border-box;
    font-size:30px;
}

    .load-more-comments:hover {
        color: #3674ad;
        cursor: pointer;
        color:#f3f3f3;

    }

.start-comment-on-comment {
    margin-right: 15px;
    clear: both;
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
}

    .start-comment-on-comment .close-login, .close-commenting {
        margin-top: 9px;
    }

.comments-note {
    padding-top: 10px;
    color: #333;
    float: right;
}

.start-comment-on-comment + .visitor-comment, .start-comment-on-comment + .login-Jazeera, .start-comment-on-comment + .facebook-comment, .start-comment-on-comment + .google-comment, .start-comment-on-comment + .aljazeera-comment, .start-comment-on-comment + .Thanks-Comment {
    margin: 10px 15px;
    width: 96.5%;
    border-top: 5px solid #353736;
}
/* Al Jazeera login --------------------------------------*/
.login-Jazeera, .aljazeera-comment, .visitor-comment, .facebook-comment, .google-comment {
    display: none;
}

.login-Jazeera, .Thanks-Comment, .visitor-comment, .facebook-comment, .google-comment, .aljazeera-comment {
    background-color: #f4f0eb;
    padding: 15px 16px;
    float: right;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 15px;
}

.login-title {
    color: #333;
    font-size: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
    font-weight: bold;
    margin-bottom: 20px;
    width: 250px;
}

    .login-title span {
        font-size: 15px;
    }

.aljazeera-login-logo, .thanks-logo, .aljazeera-visitor-logo, .aljazeera-facebook-logo, .aljazeera-google-logo {
    width: 24px;
    height: 77px;
    float: right;
    background: url(/Content/images/comments-icon.jpg) no-repeat -157px -39px;
    margin-left: 18px;
}

.thanks-logo {
    background-position: -122px -37px;
    width: 32px;
    height: 62px;
}

.thanks-message {
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    color: #333;
    float: right;
    width: 100%;
    margin-top: -5px;
}

    .thanks-message span, .Thanks-for-aljaeera span {
        font-family: Greta, "arabic typesetting", serif;
        padding-top: 10px;
    }

.Thanks-for-aljaeera {
    float: right;
    width: 100%;
    margin-top: 10px;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    color: #333;
}

.close-login, .close-commenting {
    float: left;
    color: #4285e1;
    font-family: Al-Jazeera-Arabic-Bold, "arabic typesetting", serif;
    font-size: 14px;
    padding-left: 24px;
    background: url(/Content/images/close-login.jpg) no-repeat 0px 3px;
    cursor: pointer;
}

.comments-section > div > .close-login {
    /*display: none;*/
}

.comments-section .Thanks-Comment .close-login {
    display: block;
}

.login-row {
    width: 100%;
    clear: both;
    text-align: left;
    margin-bottom: 19px;
    position: relative;
}

    .login-row label {
        font-size: 16px;
        color: #333;
    }

    .login-row span {
        font-family: serif;
        color: #e33e49;
    }

    .login-row input[type='text'], .login-row textarea, .login-row input[type='password'] {
        width: 81%;
        height: 25px;
        background-color: #f6f6f6;
        border: 1px solid #e0e0e0;
        padding: 5px;
    }

    .login-row textarea {
        height: 80px;
        float: left;
        margin-right: 3px;
        margin-bottom: 10px;
    }

.aljazeera-login-submit, .aljazeera-visitor-comment {
    background-color: #4285e1;
    color: #fff;
    padding: 10px;
    border: 0px;
    font-size: 15px;
    font-family: Greta, "arabic typesetting", serif;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.login-functions {
    width: 83%;
    float: left;
}

#aljazeera-forogot-pass {
    margin-top: 10px;
    float: right;
}

/* visitors comment----------------------------------*/
.aljazeera-visitor-logo {
    background-position: -157px 0px;
    height: 24px;
}

#aljazeera-visitor-comment {
    margin-top: 10px;
}

.number-of-char {
    color: #333;
    font-size: 14px;
    float: left;
}

    .number-of-char input {
        width: 30px;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        background-color: #f6f6f6;
        border: 1px solid #e0e0e0;
    }

.login-functions {
    position: relative;
}

.aljazeera-terms {
    position: absolute;
    left: 0px;
    top: 24px;
}

/* Facebook Comment ---------------------------------*/
.aljazeera-facebook-logo {
    background-position: -132px 0px;
    height: 24px;
}

#facebook-header, #google-header {
    background-color: #353736;
    color: #fff;
    float: right;
    padding: 10px 8px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: center;
    -moz-box-sizing: border-box;
}

.facebook-avatar {
    background: url(/Content/images/comments-icon.jpg) no-repeat -300px 0px;
    width: 38px;
    height: 38px;
    float: right;
    margin-left: 10px;
}

.avatar-name {
    margin-top: 5px;
}

.facebook-comment-text {
    width: 100%;
    box-sizing: border-box;
    margin-top: -1px;
    border: 0px solid #fff;
    min-height: 95px;
    color: #333;
    padding: 5px;
    -moz-box-sizing: border-box;
}

.comment-function {
    width: 200px;
    margin-top: 15px;
}

.aljazeera-facebook-comment {
    background-color: #4285e1;
    color: #fff;
    padding: 10px;
    border: 0px;
    font-size: 15px;
    font-family: Greta, "arabic typesetting", serif;
    margin-left: 10px;
    float: right;
    cursor: pointer;
    width: 100px;
}

.comment-function .aljazeera-terms {
    top: 11px;
}

.facebook-captcha, .google-captcha {
    background-color: #e9e2d8;
    float: right;
    padding: 20px 10px;
    color: #333;
    font-size: 15px;
}

    .facebook-captcha img, .google-captcha img {
        width: auto;
    }

.more-than-ten {
    margin: 20px auto 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .more-than-ten input[type='text'] {
        background-color: #f6f6f6;
        color: #333;
        padding: 5px;
        height: 25px;
        border: 1px solid #e2e0de;
        width: 70%;
        margin-bottom: 10px;
    }

    .more-than-ten img {
        margin-right: 3%;
    }

    .more-than-ten .red {
        height: 25px;
        width: 78%;
        color: red;
        float: right;
        text-align: left;
        text-align: right;
    }

.facebook-comment label {
    display: none;
}

.fillCaptacha {
    position: relative;
    float: right;
    width: 50%;
    margin-right: 3%;
    box-sizing: border-box;
    text-align: right;
    -moz-box-sizing: border-box;
}

    .fillCaptacha .aljazeera-terms {
        position: relative;
        top: 10px !important;
        float: right;
    }

.more-than-ten IMG {
    float: right;
}
/* google comments ------------------ */
.aljazeera-google-logo {
    background-position: -301px -39px;
    height: 32px;
}

.google-comment .aljazeera-terms, .facebook-comment .aljazeera-terms {
    top: 30px;
}
/* Al Jazeera Comments ---------------- */
.aljazeera-comment .aljazeera-login-logo {
    height: 32px;
}

/* feedbacks on comment  -------------------------------- */
.feedbacks-on-comment {
    margin: 20px 15px 0px;
    float: right;
    display: none;
    width: 96%;
}

#spanCaptcha {
    height: 41px;
}


.profile-edit-captcha {
    margin-top: 10px;
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 14px 45px;
    margin-right: 113px;
    text-align: right;
}

    .profile-edit-captcha img {
        width: auto;
    }

    .profile-edit-captcha label {
        display: none;
    }

    .profile-edit-captcha .error-div {
        top: auto;
        bottom: 15px;
        right: 46px;
    }

    .profile-edit-captcha input {
        background-color: #fff !important;
        color: #a2a0a0;
        border-radius: 5px;
        margin-right: 0px !important;
        float: none !important;
        font-size: 12px;
    }

.reportabuseCaptchaImage {
    height: 42px;
}

.blue {
    color: #4285e1 !important;
}

.small-font-size {
    font-size: 12px;
}

.facebook-avatar img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50%;
}


.refresh-image {
    vertical-align: text-top;
}

.comment-on-comment {
    background-color: #fff;
    padding-bottom: 15px;
    float: right;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.feedbacks-on-comment .comment-on-comment:first-child {
    margin-top: 0px;
}

.comment-on-comment header {
    background-color: #f1f1f1;
}

.comment-on-comment .commenter-image {
    background-position: 0px 0px;
}

.comment-on-comment .comment-time-image {
    background-position: -28px 0px;
}

.comment-on-comment .comments-unlike span {
    background-position: -76px 0px;
    transition: 200ms linear;
}

.comment-on-comment .comments-unlike:hover span {
    background-position: -76px -19px;
}

.comment-on-comment .comments-unlike.clicked span {
    background-position: -97px -3px;
}

.comment-on-comment .comments-like:hover span {
    background-position: -52px -20px;
}

.comment-on-comment .comments-like.clicked span {
    background-position: -97px -19px;
}

.comment-on-comment .comments-like span {
    background-position: -52px 0px;
    transition: 200ms linear;
}

.comment-on-comment .comment-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .comment-on-comment .comment-text:before {
        background-position: -95px -42px;
    }

.comment-on-comment {
    background-position: -69px -44px;
}

    .comment-on-comment .comment-friend {
        background-position: -51px -43px;
    }

    .comment-on-comment .comment-twitter {
        background-position: -25px -43px;
    }

    .comment-on-comment .comment-facebook {
        background-position: -14px -43px;
    }

    .comment-on-comment .comment-report {
        background-position: 2px -43px;
    }

input:-moz-placeholder, input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, textarea::-moz-placeholder, textarea:-moz-placeholder, textarea[placeholder] {
    color: #e2e0de;
}

#comments {
    float: right;
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
    margin-top: 70px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}

    #comments .error-div {
        display: block;
    }

.Thanks-Comment span {
    font-size: 16px !important;
}

.more-than-ten .red {
    height: 25px;
    width: 78%;
    color: red;
    float: right;
    text-align: left;
    text-align: right;
    padding: 15px 2px;
    line-height: 0;
    margin-bottom: 10px;
}

@media only screen and (min-width:770px) and (max-width:1051px) {
    .login-row {
        text-align: right;
    }

        .login-row input[type='text'], .login-row input[type='password'] {
            width: 100%;
            margin-left: 10px;
            box-sizing: border-box;
            height: 35px;
            -moz-box-sizing: border-box;
        }

        .login-row textarea {
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

    .more-than-ten input[type='text'], .more-than-ten input[type='password'] {
        width: 80%;
    }

    .start-comment-on-comment + .visitor-comment {
        margin: 10px 15px;
        width: 95.5%;
    }

    .more-than-ten .red {
        width: 95%;
    }

    div[class*='comment'] .error-div {
        margin-top: 0px !important;
        width: 100%;
    }

    .login-Jazeera .error-div {
        margin-top: 26px !important;
        width: 98%;
    }

    div[id*='visitor-comment'] .error-div {
        margin-top: 27px !important;
    }

    .facebook-comment .comment-row .error-div {
        margin-top: -2px !important;
        width: 99.8% !important;
    }

    .comments-section .rss {
        display: none !important;
    }

    .login-functions {
        width: 100%;
    }

    .comment-function {
        height: 60px;
    }
}

@media only screen and (max-width:770px) {
    #comments {
        margin-bottom: 20px;
    }

    .comments-section .rss {
        display: none !important;
    }

    .comments-section .drop {
        float: right;
        margin-top: 15px;
    }

    #comments-count {
        padding-top: 15px;
    }

    #googleplus-login {
        margin-left: 40%;
    }

    .commenter {
        width: 100%;
        margin-bottom: 5px;
    }

    .comment-time {
        margin-right: 0px;
        width: 44%;
        text-align: right;
    }

    .comment-time-image {
        float: none;
        display: inline-block;
        vertical-align: text-top;
    }

    .login-row {
        text-align: right;
    }

        .login-row input[type='text'], .login-row input[type='password'] {
            width: 100%;
            margin-left: 10px;
            box-sizing: border-box;
            height: 35px;
            -moz-box-sizing: border-box;
        }

        .login-row textarea {
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

    .login-functions {
        width: 100%;
    }

    .more-than-ten input[type='text'], .more-than-ten input[type='password'] {
        width: 80%;
    }

    .start-comment-on-comment + .visitor-comment {
        margin: 10px 15px;
        width: 95.5%;
    }

    .comment-row .error-div {
        margin-top: -27px !important;
    }

    .more-than-ten .red {
        width: 95%;
    }

    div[class*='comment'] .error-div {
        margin-top: 0px !important;
        width: 100%;
    }

    .login-Jazeera .error-div {
        margin-top: 26px !important;
        width: 98%;
    }

    div[id*='visitor-comment'] .error-div {
        margin-top: 27px !important;
    }

    .comment-function {
        height: 60px;
    }

    div.facebook-comment .error-div {
        margin-top: -2px !important;
        width: 100% !important;
        left: 0px;
    }
}

@media only screen and (max-width:1053px) {
    .profile-edit-captcha {
        margin-right: 126px;
    }
}

@media only screen and (max-width:400px) {
    div[class*='comment'] .error-div {
        margin-top: -27px !important;
        width: 100% !important;
    }

    div[class*='visitor-comment'] .error-div {
        margin-top: 0px !important;
    }

    .number-of-char {
        float: right;
        width: 100%;
    }

    .close-login {
        margin-bottom: 10px;
    }

    .comments-section .rss {
        display: none !important;
    }

    .more-than-ten input[type='text'], .more-than-ten input[type='password'] {
        width: 87%;
    }

    .more-than-ten IMG {
        margin-top: 10px;
    }

    .fillCaptacha {
        margin-top: 10px;
        width: 77%;
    }

        .fillCaptacha .aljazeera-terms {
            top: 0px;
        }

        .fillCaptacha .aljazeera-facebook-comment {
            padding: 10px 5px;
        }

    .comments-arrange {
        float: right;
    }

    .error-div {
        width: 99% !important;
        top: 26px !important;
    }

    .login-Jazeera .error-div {
        width: 96% !important;
        top: 0px !important;
    }

    .profile-edit-captcha {
        margin-right: -3px;
        margin-top: 20px;
    }

        .profile-edit-captcha input {
            width: 196px !important;
        }

    #divCaptchaImage .error-div {
        width: 73% !important;
    }
}
