/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
/* The global db comment wrapper containing all comments */
.dbcomment-wrapper A.anchor {
  float: left;
}
.dbcomment-wrapper .dbcommentCount {
  font-weight: bold;
  margin: 25px 0 20px;
  padding: 5px 5px;
  border-top: 1px dotted #CCCCCC;
}
.dbcomment-wrapper .non-visible-comment {
  margin-left: 60px;
}
/* Comment pane, containing the comment author photo and the comment content */
.comment-pane {
  padding: 0 0 10px 10px;
  position: relative;
  margin-top: 0;
}
.comment-pane:before {
  content: "";
  border-left: 1px dashed #DFDFDF;
  position: absolute;
  left: 33px;
  top: 0;
  bottom: 0;
}
.comment-pane .counter {
  padding: 1px 3px 1px 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 0 4px;
  right: 0;
  top: 0;
  font-size: 12px;
  position: absolute;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color: white;
}
.comment-pane .counter A {
  color: #AAAAAA;
}
.comment-pane .badge-new {
  font-size: 12px;
}
.comment-pane .comment-separator {
  position: relative;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 9px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* The comment wrapper containing text */
.comment-pane .comment {
  position: relative;
  margin-bottom: 0;
  margin-left: 60px;
  margin-top: 0;
  word-wrap: break-word;
  min-height: 20px;
  padding: 9px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.comment-pane .comment blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.comment-pane .comment:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 13px;
  border-right: 8px solid #e3e3e3;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.comment-pane .comment:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 13px;
  border-right: 8px solid #f5f5f5;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.comment-pane .comment .comment-header {
  margin-bottom: 10px;
  margin-right: 20px;
}
.comment-pane .comment .comment-header .comment-link {
  color: #555555;
}
.comment-pane .comment .comment-header .comment-info {
  font-size: 12px;
}
.comment-pane .comment .comment-header .comment-author A {
  font-weight: bold;
}
.comment-pane .comment .comment-header .comment-vote {
  font-size: 12px;
}
.comment-pane .comment.comment-private {
  background-color: #f5f5f5;
}
.comment-pane .comment.comment-private .counter A {
  color: #a94442;
}
.comment-pane .comment.comment-private:after {
  border-right-color: #f5f5f5;
}
.comment-pane .comment.comment-private .label-comment-private {
  background-color: #d9534f;
  vertical-align: middle;
}
/* The Form to add a new comment */
.comment-form {
  margin-bottom: 0;
}
.comment-form.no-comment .comment-add-panel {
  margin-left: 0;
}
.comment-form:before {
  bottom: 10px;
}
.comment-form .comment-btn-add {
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 5px;
  cursor: text;
  text-decoration: none;
  background-color: white;
}
.comment-form .comment-btn-add:hover {
  color: #555555;
  text-decoration: none;
}
.comment-form .comment-textarea {
  width: 100%;
}
.comment-pane .comment .wiki-edit:hover .wiki-action.wiki-edit-section {
  display: none;
}
.comment-pane.inline-update .comment .wiki-edit:hover .wiki-action.wiki-edit-section {
  display: block;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
