body {
  background-color: transparent !important;
}

.discuss-headline {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  color: #777;
  font-size: 14px;
}

#wrap-body {
  padding-top: 35px;
}

.block-connent-container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.slot-content {
  padding: 14px;
  border: 1px solid #DDDFE2;
  overflow: hidden;
  border-radius: 3px;
}
.slot-content.wrap-input-comment {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  background-color: #ffffff;
}
.slot-content.wrap-input-comment .wrap-pre-comment.no-login {
  cursor: pointer;
}
.slot-content.wrap-input-comment .wrap-pre-comment .response-icon {
  margin-right: 5px;
}
.slot-content.wrap-input-comment .wrap-pre-comment .response-msg {
  display: inline-block;
  height: 38px;
  vertical-align: top;
  padding: 8px 0;
}
.slot-content.wrap-input-comment .wrap-pre-comment i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  font-size: 38px;
  color: #A7A7A7;
}
.slot-content.wrap-input-comment .wrap-pre-comment img {
  width: 38px;
  border-radius: 50%;
  border: 1px solid #DDDFE2;
  overflow: hidden;
}
.slot-content.wrap-input-comment .user-name {
  display: none;
}
.slot-content.wrap-input-comment .comment-box {
  display: none;
}
.slot-content.wrap-input-comment .default-msg {
  color: #A7A7A7;
}
.slot-content.wrap-input-comment.open .user-name {
  display: inline;
}
.slot-content.wrap-input-comment.open .default-msg {
  display: none;
}
.slot-content.wrap-input-comment.open .comment-box {
  display: block;
}

.count-0 {
  display: none;
}

.comment-box {
  margin-top: 10px;
}
.comment-box textarea {
  box-shadow: none !important;
  border: none;
  resize: none;
}
.comment-box textarea.form-control {
  padding: 0;
}

.slot-headline {
  font-size: 24px;
  padding-bottom: 12px;
}
.slot-headline .headline-icon {
  margin-right: 5px;
}

#post-list {
  padding-left: 0;
}
#post-list > li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
#post-list > li .post-content {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 14px;
  border: 1px solid #DDDFE2;
  overflow: hidden;
}
#post-list > li:first-child {
  margin-top: 15px;
}
#post-list .head-comment .avatar {
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #DDDFE2;
  overflow: hidden;
}
#post-list .head-comment .avatar img {
  width: 100%;
}
#post-list .comment-desc {
  float: left;
  width: calc(100% - 38px);
  padding: 0 10px;
}
#post-list .comment-desc .user-name {
  font-size: 15px;
}
#post-list .comment-desc .comment-date {
  color: #A7A7A7;
  font-size: 13px;
}
#post-list .post-body {
  margin-top: 10px;
}
#post-list .post-body .post-footer {
  margin-top: 10px;
}
#post-list .post-body .post-footer ul {
  padding: 0;
}
#post-list .post-body .post-footer ul li {
  list-style: none;
  display: inline-block;
}
#post-list .post-body .post-footer ul li.wrap-delete-comment {
  float: right;
  margin-left: 20px;
}
#post-list .post-body .post-footer ul li.wrap-delete-comment a {
  color: #1A66D2;
  cursor: pointer;
}
#post-list .post-body .post-footer .voting {
  margin-right: 20px;
}
#post-list .post-body .post-footer .voting a {
  cursor: pointer;
  text-decoration: none !important;
}
#post-list .post-body .post-footer .voting .vote-icon {
  font-size: 16px;
}
#post-list .post-body .post-footer .voting .vote-up .vote-icon.active {
  display: none;
}
#post-list .post-body .post-footer .voting .vote-up .vote-icon.inactive {
  display: inline;
}
#post-list .post-body .post-footer .voting .vote-up.upvoted .vote-icon.active {
  display: inline;
}
#post-list .post-body .post-footer .voting .vote-up.upvoted .vote-icon.inactive {
  display: none;
}
#post-list .post-body .post-footer .reply {
  float: right;
  cursor: pointer;
}
#post-list .post-body .post-footer .reply a {
  color: #1A66D2;
}
#post-list .post-body .post-footer .count {
  margin-left: 10px;
}
#post-list .post-message {
  font-size: 16px;
  white-space: pre-wrap;
}
#post-list .children {
  margin-top: 15px;
}
#post-list .children li {
  list-style: none;
}

@media (max-width: 767px) {
  #wrap-body {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/*# sourceMappingURL=comment.css.map */
