/* Css for , Version=1757726077 */
 input:focus, textarea:focus {
    outline: none;
}

.comments .comment-heading {
    justify-content: space-between;
}

.comments .comment-input {
    border-radius: 3px;
    border: 1px solid #979797;
    background-color: #F3F3F3;
    height: 30px;
    width: 243px;
    font-size: 12px;
}

.comments .comment-post {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    position: fixed;
    bottom: 50px;
    border: 1px solid #f8f8f8;
    padding: 0 10px;
}

.comments .comment-form {
    width: 100%;
    justify-content: space-between;
}

.comments .comment-form #submitComment {
    border-radius: 3px;
    background: linear-gradient(to left, #1B5AFF, #709BFE);;
    height: 30px;
    font-size: 14px;
    margin: auto;
    color: white;
    font-weight: bold;
}

.comments .comment-content {
    margin-left: 42px;
}

.comments .vertical-line {
    float: left;
    width: 2px;
    height: 14px;
    background: #3C77FE;
}

.comments .vertical-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.comments .form-group {
    margin-bottom: 0;
}

.comments .comment-list {
    padding: 13px 12px;
    background-color: #FFFFFF;
}

.comments .list-text {
    margin-left: 4px;
    font-size: 16px;
}

.comments .avatar img {
    border-radius: 3px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.comments .avatar i {
    border-radius: 3px;
    margin-right: 10px;
    font-size: 40px;
}

.comments .comment-ext {
    margin-left: -162px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comments .authorName {
    color: #333333;
    font-size: 14px;
}

.comments .addedDate {
    color: #999999;
    font-size: 13px;
}

.comments .reply-text {
    margin-top: -20px;
}

.comments .reply-text a {
    color: #999999;
    font-size: 12px;
}

.comments .replies {
    border-radius: 3px;
    margin: 8px 0 0 42px;
    background-color: #F0F0F0;
}

.comments .reply-panel .replies{
    border-radius: 0;
    margin: 0;
    background-color: #F0F0F0;
}

.comments .reply-panel {
    justify-content: space-between;
}

.comments .reply-panel .text-primary {
    color: #333333;
    font-size: 12px;
}

.comments .reply-panel .text-muted {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
}

.comments .reply-panel a {
    color: #999999;
    font-size: 12px;
}

.comments .reply-panel .reply-heading {
    margin: 0 12px 0 12px;
    justify-content: space-between;
    height: 30px;
}

.comments .reply-panel .reply-body {
    color: #676767;
    font-size: 12px;
    margin: 0 12px 0 12px;
    height: 25px;
}
.captcha {width: 100%; background-color: #fafafa; padding: 8px 10px; border: 1px solid #CCC; border-radius: 2px;}
.captcha label {padding-top: 8px; margin-top: 0; margin-bottom: 0; line-height: 20px;}
.captcha input[name='captcha'] {margin-left: -2px; display: inline-block; max-width: 80px;}
.captcha .label {font-size: 20px; background-color: #D9534F; color: #fff; display: block; padding: 6px 12px; text-align: center; border-radius: 2px;}
table.captcha {margin-bottom: 15px;}
table.captcha td {padding: 5px;}
table.captcha td label {padding: 0;}
.captcha-box > th {display: none}
