﻿#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;
  min-height: 22px;
}

.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-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.25em 1em;
  border-radius: 0 0 0.4em 0.4em;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
  /* transform: rotate(20deg); */
  /* white-space: pre-wrap; */
}

/* ensure "other" label does not overlap with comment text*/
.comment-text-outer[data-comment-type="1"] .comment-text {
  margin-right: 130px;
}

.comment-search {
  width: 180px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  height: 34px;
  vertical-align: bottom;
}

.comment-text-outer {
  padding: 1.25rem 1.5rem;
}

.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 0.4em 0.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: 0.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;
}

.gpt-analysis-inner {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gptGradient 15s ease infinite;
  padding: 20px;
}

.transformer-call-to-action .btn {
  border-radius: 10px;
  padding: 0.8em 1.6em;
}

@keyframes gptGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.transformer-logo-img img {
  max-width: 100px;
}

.transformer-logo-img {
  padding-bottom: 15px;
  padding-top: 15px;
}

.transformer-call-to-action .btn {
  text-decoration: none;
}

.gpt-analysis-inner {
  text-align: center;
}

.transformer-status-text {
  padding: 10px;
  background: #ffffffde;
  width: auto;
  border-radius: 10px;
  font-weight: 500;
}

.transformer-logo-img.logo-spin img {
  -webkit-animation-name: logo-spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: logo-spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: logo-spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: logo-spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes logo-spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes logo-spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes logo-spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.comment-tag-editor-outer .editable-buttons {
  display: inline-block;
}

.comment-tag-editor-outer .editable-input {
  display: inline-block;
}

.comment-tag-editor-outer .editable-input {
  width: calc(100% - 150px);
}

.comment-tag-editor-outer .editable-input input {
  text-align: center;
}

.comment-tag-editor-outer .editable-input input {
  width: 100%;
}

.comment-tag-editor-outer .control-group {
  width: 100%;
}

.comment-tag-editor-outer .button-row {
  display: inline-block;
  margin-left: 15px;
}

.comment-tag-editor-outer .button-row .btn span {
  display: none;
}

.comment-tag-editor-outer .button-row .btn {
  padding-left: 0;
  padding-right: 0;
}

.comment-tag-list .add-tag-li {
  background: #fafafacf;
  padding-top: 0;
  padding-bottom: 0;
}

/* Comment Tag rule management */

.modal .container {
  max-width: 100%;
}

#ruleConfirmation .modal-dialog {
  width: 400px;
  margin-top: 150px;
}

#ruleConfirmation .modal-header {
  border-bottom: 0px !important;
}

#ruleConfirmation .modal-footer {
  border-top: 0px !important;
}

.commentRule div {
  display: inline-block;
}

.removeRuleArea {
  width: 10%;
  text-align: center;
  background: #dddddd;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.removeRuleArea:hover {
  background: #cecece;
  color: #dd1e32;
}

.removeRuleArea .fa {
  font-size: 24px;
  height: 50%;
  padding-top: 40%;
}

.updateRuleArea {
  width: 10%;
  text-align: center;
  background: #dddddd;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.updateRuleArea:hover {
  background: #cecece;
}

.updateRuleArea:hover .fa {
  color: #6b6b6b;
}

.updateRuleArea .fa {
  font-size: 24px;
  height: 50%;
  padding: 40% 0 0 10%;
  transition: 0.3s ease-in-out;
}

.commentRule {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 8px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.commentTagArea {
  margin-left: 10%;
  padding: 12px;
}

.stringBubble {
  padding: 4px 14px;
  border-radius: 4px;
  background: #1aae88;
  color: #fff;
  margin: 0 6px;
}

.tagsBubble {
  padding: 4px 14px;
  border-radius: 4px;
  background: #3c82c5;
  color: #fff;
  margin: 10px 0px 0 6px;
}

.ruleArea {
  max-height: 600px;
  overflow: auto;
}

.searchRulesInput {
  width: 250px;
  outline: none;
  font-size: 12px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline;
  border: 1px solid #d9d9d9;
}
