﻿.comments {
    margin-top: 20px;
}

.comments-header {
    color: #777;
    font-size: 0.9em;
}

.comments-hr {
    border: solid #ccc;
    border-width: 1px 0 0;
    margin: 0px;
    margin-top: 4px;
}

.comments-hr::after {
    content: "";
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

.comment-wrapper {
    padding: 0;
    padding-top: 22px;
}

.comment-avatar {
    float: left;
    padding: 0;
    padding-right: 10px;
}

.comment-body {
    overflow-wrap: break-word;
    overflow: hidden;
}

.comment-header {
    font-size: 0.8em;
}

.comment-name {
    font-weight: bold;
    color: #666;
}

.comment-date {
    color: #777;
}

.comment-content {
    margin: 0px;
    padding-top: 4px;
    font-size: 0.9em;
}

.comment-content p {
    margin: 0px;
    margin-bottom: 12px;
}

.comment-content p:last-child {
    margin-bottom: 0px;
}

.comment-actions {
    font-size: 0.75em;
    font-weight: bold;
    padding-top: 2px;
}

.comment-replies {
    padding-left: 40px;
}

.comment-reply-link {
    cursor: pointer;
    /* link style: */
    color: #4060bf;
}

.comment-reply-link:hover {
    /* link style: */
    color: #1ddcff;
}

.commentForm {
    margin: 10px 10px 10px 0;
    display: none;
}

.commentForm input, .commentForm textarea {
    padding: 4px 5px;
    margin: 0 2px 4px 2px;
}

.commentForm textarea {
    display: block; /*fix weird cross browser margin issue*/
    resize: vertical;
}

.comment-field {
    border: 1px solid #999; /*fix inputs and textareas not having same width*/
    width: 98%;
}

.comment-field:hover, .comment-field:focus {
    border-color: #000;
}

.comment-help-link {
    font-size: 0.9em;
    float: right;
}

.validationErrors {
    color: red;
}

.validationErrors ul {
    list-style: square;
}

.comment-preview {
    border-bottom: 1px dotted #ccc;
    margin-left: 2px;
    margin-top: 0px;
    margin-right: 8%;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    overflow: hidden;
    font-size: 0.9em;
}

.load-more-comments {
    margin-top: 50px;
    display: block;
    text-align: center;
    padding: 10px;
    background: #778289;
    color: white;
}

.load-more-comments:hover {
    background: #606d75;
    color: white;
}

.comments-loading-text {
    text-align: center;
    margin-top: 60px;
}

.comment-highlight-frame {
    padding-left: 5px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid #ffd34f 1px;
    border-left: solid #ffd34f 5px;
}

.comment-wrapper-highlight {
    margin-bottom: 50px;
}

#locationHashCommentHelpMessage {
    display: none;
}

#locationHashCommentHelpMessage > * {
    font-style: italic;
    opacity: .7;
    display: block;
    text-align: left;
    margin: 50px 0px 30px 0px;
}
