﻿

#comment-filter .i-checks {
    margin-left: 0 !important;
}

#comment-filter label {
    white-space: nowrap;
    padding-left: 8px;
}

span.option-other-tag {
    position: absolute;
    right: 50px;
    top: 9px;
    z-index: 1030;
    color: #fff;
}

span.highlight {
    background: #ffe00a;
}

.comments-container {
    padding: 10px 10px 0 10px;
}

.selectAllCommentsArea {
    width: auto;
    background: #f2f4f8;
    border-radius: 0;
    padding: 10px;
    padding-left: 17px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.replyToMultipleArea {
    position: absolute;
    /*left: 0; this causes the check-multi on admin comments to be too far left*/
}

    .selectAllCommentsArea label i,
    .replyToMultipleArea label i {
        margin-left: -10px;
    }

    .replyToMultipleArea .i-checks {
        margin-left: 7px;
        margin-top: 0px;
        cursor: pointer;
    }

.highlightCommentBorder {
    border-color: #177bbb;
}


.selectAllCommentsArea .i-checks {
    margin-left: 12px;
}

.archived-comments-display {
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd
}

.comment-parent-div {
    margin-bottom: 10px;
}

    .comment-parent-div:last-child {
        margin-bottom: 0;
    }



.btn.tagBulkComments {
    z-index: 9 !important;
    position: relative;
}

.tag-comments-containing {
    width: 350px;
    outline: 0;
    border: 1px solid #dfe6f1;
    padding: 6px !important;
    height: auto;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 8px;
}

.getTagsBtn {
    vertical-align: baseline;
}

#tagBulkCommentsModal label {
    font-size: 14px;
    color: #333;
}

#tagBulkCommentsModal .close span {
    vertical-align: sub;
}

#tagBulkCommentsModal .displayArea {
    padding: 12px 0;
}

.comment-replies {
    margin-left: 28px;
}

.replies-toggle {
    cursor: pointer;
    margin-left: 25px;
    margin-top: 12px;
}

    .replies-toggle .fa {
        margin-right: 5px;
        font-size: 14px;
    }

.comment-replies .comment-reply {
    background: transparent;
    border-left: 3px solid #fcc633;
    padding: 10px;
    margin: 20px 0;
}

.comment-reply .reply-meta div {
    display: inline-block;
    margin-right: 10px;
}

.comment-reply.admin-reply {
    border-color: #3399cc;
}

.comment-reply:last-child {
    margin-bottom: 0;
}

.comment-reply-user {
    font-weight: bold;
}

.comment-attachments {
    margin-left: 27px;
}

    .comment-attachments img {
        border-radius: 3px;
    }


/* CommentType.OTHER */
.comment-text-outer[data-comment-type="1"] {
}

    .comment-text-outer[data-comment-type="1"]:before {
        display: block;
        content: "'OTHER' RESPONSE"; /*\A*/
        position: absolute;
        right: 1em;
        top: 0;
        height: auto;
        width: auto;
        background-color: #eaeef1;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-size: 0.75em;
        padding: 0.5em 1em;
        border-radius: 0 0 .4em .4em;
        border: 1px solid #ccc;
        border-width: 0 1px 1px 1px;
        /* transform: rotate(20deg); */
        /* white-space: pre-wrap; */
    }

.comment-search {
    width: 180px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
    height: 34px;
    vertical-align: bottom;
}

.comment-text-outer {
    padding: 10px
}

    .comment-text-outer.comment-hidden {
        background: #fafafa;
    }

.comment-reply {
    padding-bottom: 25px;
}

    .comment-reply.comment-hidden {
        background: #fafafa;
        padding-bottom: 25px;
    }

a.hide-reply {
    padding: 0px 10px;
}

a.show-reply {
    padding: 0px 10px;
}

a.archive-comment-reply {
    padding: 0px 10px;
}

#comment-sorting {
    display: inline-block;
}

.comment-parent-div .bottom-right-div a {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

a.archive-comment {
    opacity: 0;
}

.comment-parent-div:hover a.archive-comment {
    opacity: 1;
}

span.filtered-by.m-l.label.bg-success {
    background-color: #178a6c;
    color: #ffffffe3;
}

#comment-filter .i-checks {
    margin-left: 0 !important;
}

#comment-filter label {
    white-space: nowrap;
    padding-left: 8px;
}

/* CommentType.OTHER */
.comment-text-outer[data-comment-type="1"] {
}

    .comment-text-outer[data-comment-type="1"]:before {
        display: block;
        content: "'OTHER' RESPONSE"; /*\A*/
        position: absolute;
        right: 1em;
        top: 0;
        height: auto;
        width: auto;
        background-color: #eaeef1;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-size: 0.75em;
        padding: 0.5em 1em;
        border-radius: 0 0 .4em .4em;
        border: 1px solid #ccc;
        border-width: 0 1px 1px 1px;
        /* transform: rotate(20deg); */
        /* white-space: pre-wrap; */
    }

.comment-text-untranslated {
    width: calc(100% - 480px);
}



#highlightCommentModal .modal-body .container {
    max-width: 100%;
}

#newCommentSet .modal-body .container, #previewCommentModal .modal-body .container, #replyToCommentModal .modal-body .container, #replyToAllModal .modal-body .container {
    max-width: 100%;
}

#highlightCommentModal #commentWordingTextarea, #replyToCommentModal textarea, #replyToAllModal textarea {
    margin: 0px;
    width: 100%;
    height: 110px;
    padding: 10px;
    border-radius: 3px;
    max-width: 100%;
    min-width: 100%;
    min-height: 44px;
    border-color: #dfe6f1;
}

#highlightCommentModal .modal-body .textbox, #replyToCommentModal .modal-body .textbox, #replyToAllModal .textbox {
    margin-left: 12px;
    width: 60%;
    outline: 0;
    border: 1px solid #dfe6f1;
    padding: 4px;
}

#highlightCommentModal .fa-tag {
    color: #179877;
}

#highlightCommentModal .btn-primary {
    background-color: #179877;
    border-color: #179877;
}

#highlightCommentModal .form-control {
    padding: 0;
}

#highlightCommentModal .previewCommentBtn {
    padding: 4px 22px;
    background: #f8f8f8;
    outline: none;
    border: 1px solid #dfe6f1;
    color: #969696;
}

#highlightCommentModal #changesWarning {
    font-size: 11px;
    font-style: italic;
}

    #highlightCommentModal #changesWarning #textStyles {
        float: right;
    }

        #highlightCommentModal #changesWarning #textStyles b {
            font-style: normal;
        }

#highlightCommentModal label, #newCommentSet label {
    font-size: 14px;
    color: #333;
}

#highlightCommentModal .close span, #newCommentSet .close span {
    vertical-align: sub;
}

#highlightCommentModal .displayArea, #replyToCommentModal .displayArea, #replyToAllModal .displayArea {
    padding: 12px 0;
}

.displayArea ul {
    margin-left: 0;
    padding-left: 0;
}

#newCommentSet .newCommentSetTextarea {
    padding: 4px 7px;
    width: 100%;
    outline: 0;
    border: 1px solid #dfe6f1;
}

#highlightCommentModal .fa, #replyToCommentModal .fa, #replyToAllModal .fa {
    vertical-align: baseline;
    margin-right: 5px;
}

#newCommentSet .modal-dialog, #previewCommentModal .modal-dialog {
    width: 275px;
    margin-top: 175px;
}

#previewCommentModal .modal-dialog {
    margin-top: 86px;
    width: 400px;
}

.quoteDisplayName {
    color: darkgrey;
}

#highlightCommentModal .setPill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 3px;
    border: 1px solid #dfe6f1;
    margin-right: 6px;
}

#highlightCommentModal .caret {
    margin-left: 5px;
}

.highlight-comment-mgr.yellowStar .fa {
    color: #f7d62c !important;
}

.comment-parent-div:hover .replyToComment {
    display: inline-block;
    opacity: 1
}

.replyToComment {
    font-size: 16px;
    color: #a1a8ac !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: text-bottom;
}


.upvoteIndicator {
    display: inline-block;
    background: #a1a8ac;
    color: #fff;
    padding: 0px 8px;
    padding-top: 2px;
    border-radius: 25px;
    vertical-align: text-bottom;
}

    .upvoteIndicator .upvoteCont {
        padding-bottom: 2px;
    }

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


#highlightCommentModal .setPill .removePill {
    padding: 7px 0px 7px 10px;
    vertical-align: text-top;
    cursor: pointer;
}

.edit-project-on-submit-settings a.accordion-toggle {
    margin-top: 10px;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    color: #222 !important;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    border: 1px solid #d2dae1;
}

.stepsTabArea .edit-project-on-submit-settings {
    border: 1px solid #dedede;
    border-radius: 3px;
    margin: 10px 15px 10px;
    padding: 15px 15px 10px;
    background-color: #f9fafc;
}

.edit-project-on-submit-settings .switch.medium {
    margin-bottom: 0;
}

div.ranking-submit {
    width: calc(100% - 20px);
    position: relative;
    margin: 0 10px 10px;
}

.ranking-priorities.ui-sortable {
    border-style: dashed;
    border-color: #949494;
    margin-top: 15px;
}

span.option-avg-rank {
    padding: 2px 6px 1px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1060;
    position: absolute;
    right: 46px;
    top: 4px;
    background: #bbbbbb;
    border-radius: 3px;
    color: #fff;
}

.freeform img {
    max-width: 100% !important;
    height: auto !important;
}

.btn-share {
    padding-left: 7px !important;
    padding-right: 8px !important;
}

.vbox > .data-entry-header.navbar-fixed-top-xs ~ section {
    top: 105px;
}

.vbox > .kiosk-header.navbar-fixed-top-xs ~ section {
    top: 35px;
}




.bottom-right-div {
    float: right;
    right: 0;
    bottom: 0;
}

    .bottom-right-div a.facebook-icon, .bottom-right-div a.facebook-icon:hover {
        color: #3b5998;
    }

.comment-meta-info {
    display: inline-block;
    font-size: .95em;
    margin-top: 7px;
    margin-left: 25px;
}

.admin-comment-meta-row {
    min-height: 30px;
}

.comment-text {
    margin-left: 25px;
}

.comment-tags-container {
    font-weight: bold;
    margin: 5px 0 5px 25px;
}

    .comment-tags-container:last-child {
        margin-bottom: 0;
    }

    .comment-tags-container .commentTag {
        background: #178a6c;
        color: #fff;
        padding: 3px 6px;
        border-radius: 4px;
    }

.admin-comment-meta-row .tagsManager {
    margin-left: 25px;
    margin-bottom: 15px;
}