@charset "UTF-8";
/*$green:               #57ab2e;*/
.comment-list {
  padding: 0px 16px 0px;
  border: 1px solid #e7e7e7;
  border-top: none;
  margin: 0px 0 24px;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .comment-list {
    margin: 0px -20px 0;
    padding: 20px 20px 0 20px;
  }
  .comment-list #commentFullList {
    padding: 0 10px;
  }
}

.all-comments {
  margin: 0 -17px;
  padding: 0px 15px;
  border-top: 2px solid #db0107;
}
.all-comments h2.subb {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1b1b1b;
  padding: 24px 0px 32px;
  margin: 0;
}

.comment .comment {
  padding-left: 30px;
}

.comment .disabled, .comment .disabled:hover {
  color: transparent;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: default;
  visibility: hidden;
}

.comment dt {
  float: right;
  padding-left: 0px;
}

.comment {
  color: #1b1b1b;
  padding: 8px 0 0 0;
  margin-top: 0;
}
.comment dd {
  float: left;
  margin-right: 0px;
  border: none;
}
.comment dd.pic {
  border: none;
  margin-right: 12px;
  margin-bottom: 4px;
}
.comment dd.pic img {
  border-radius: 3px;
}
.comment dd.username, .comment username {
  margin-right: 8px;
  font-size: 14px;
}
.comment .username a {
  color: #244696;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.comment .date {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #1b1b1b;
}
.comment .date.anchor-comment {
  padding-left: 9px;
  padding-top: 4px;
}
.comment .date.anchor-comment a {
  font-size: 16px;
}
.comment .link-hash {
  clear: both;
}
.comment .text {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  padding-top: 0;
}
.comment .link {
  font-size: 14px;
  padding: 4px 0 24px;
}
.comment .link a, .comment .comment-hidden a {
  border-bottom: 1px solid #a7b7dd;
  color: #244696;
  padding-bottom: 2px;
  font-size: 14px;
  margin: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment .link a.active::before, .comment .comment-hidden a.active::before {
  content: '—';
  position: relative;
  margin-right: 4px;
}
.comment .link a:hover, .comment .link a:focus, .comment .comment-hidden a:hover, .comment .comment-hidden a:focus {
  color: #db0107;
  border-bottom-color: #db0107;
  text-decoration: none;
}
.comment .vote {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 40px;
  height: 24px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  background: #f3f3f3;
  color: #666666;
  padding: 0;
  margin: 0;
  line-height: 26px;
}
.comment .vote.green {
  color: #32613a;
  background: #d8efbe;
}
.comment .vote.red {
  background-color: #fee2e2;
  color: #df3014;
}
.comment .votebtn, .comment .plus, .comment .minus {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border: 1px solid #57ab2e;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 8px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Raleway;
  font-weight: 400;
  font-size: 32px;
  opacity: 0.5;
  text-align: center;
}
.comment .plus.votebtn {
  color: #57ab2e;
}
.comment .plus.votebtn:hover {
  background-color: #57ab2e;
  color: #fff;
  border-color: #57ab2e;
}
.comment .comment-edit, .comment .comment-delete {
  cursor: pointer;
  display: inline-block;
}
.comment .comment-validated select, .comment .comment-deleted select {
  width: 300px;
  border: 1px solid #e7e7e7;
  background-color: transparent;
  margin-top: 6px;
  height: 28px;
  line-height: 26px;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 14px;
  color: #1b1b1b;
  font-family: Roboto, sans-serif;
  position: relative;
  top: 0px;
  margin-right: 7px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .comment .comment-validated select, .comment .comment-deleted select {
    margin-top: 0px;
  }
}
.comment .comment-validated select:hover, .comment .comment-deleted select:hover {
  background: #eeeeee;
}
.comment .text.comment-validated {
  display: inline-block;
  float: left;
  padding: 0;
}
.comment dl.clear.mine {
  background-color: #fdf5e6;
  padding: 10px;
}
.comment dl.clear.mine .date, .comment dl.clear.mine dd {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding-top: 0;
  height: 40px;
  line-height: 40px;
}
.comment dl.clear.mine dd.pic {
  margin-bottom: 0;
  height: 32px;
}
.comment .comment-list-edit, .comment .comment-list-delete, .comment .js-comment-hide {
  position: relative;
}
.comment .comment-list-edit .button, .comment .comment-list-delete .button, .comment .js-comment-hide .button {
  width: 40px;
}
.comment .js-comment-hide {
  display: inline-block;
  vertical-align: middle;
}
.comment .comment-list-edit .ico-svg {
  width: 18px;
  height: 18px;
}
.comment .comment-list-delete .ico-svg {
  width: 18px;
  height: 18px;
}
.comment .dgrey {
  color: #2d2d2d !important;
  border-color: #fee2e2 !important;
  margin-top: 1px;
  font-weight: normal;
}
.comment .dgrey:hover {
  background: #fee2e2;
}

.comment .button {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 27px;
  border-radius: 2px;
}
.comment .button * {
  pointer-events: none;
}

.comment .username, .comment .date {
  padding-top: 6px;
  padding-right: 6px;
}

.comment .text {
  word-wrap: break-word;
}

.comment textarea {
  display: block;
  width: 100%;
  _width: 99%;
  height: 144px;
  margin: 7px 0 10px;
  border: 1px solid darkgray;
  box-shadow: none;
}

.comment .pic {
  width: 32px;
  height: 32px;
}

.non {
  display: none;
}

.f14px.right {
  position: relative;
  z-index: 2;
  margin-right: 20px;
  top: 10px;
}
.f14px.right span {
  border-bottom: 1px solid #0055cc !important;
  cursor: pointer;
}
.f14px.right span:hover {
  color: #db0107;
  border-color: #db0107 !important;
}

.t-mrg-usm {
  margin-top: 6px;
}

.comment_action {
  padding: 0;
}

#comment-report-wnd .close {
  position: absolute;
  top: 3px;
  right: 13px;
  font-size: 20px;
  cursor: pointer;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.write-comment {
  color: #244696;
  border-bottom: none;
  font-size: 16px;
  cursor: pointer;
}

.button.send-comment, .button.save {
  display: inline-block;
  margin: 20px 20px 20px 0;
  color: #ffffff;
  background: #239c13;
  border: #239c13;
  padding: 0 46px;
  font-family: "Raleway", Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
}
.button.send-comment:hover, .button.save:hover {
  background: #62BB55;
}
@media only screen and (max-width: 687px) {
  .button.send-comment, .button.save {
    line-height: 56px;
    height: 56px;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 780px) {
  .comment .link {
    font-size: 14px;
    padding: 4px 0 16px;
  }

  .comment-list {
    padding: 0px 10px 0px;
    margin: 0px -16px 24px;
    box-shadow: 0 2px 4px 0 #e8e8e8;
  }
  .comment-list .all-comments {
    margin: 0 -10px;
  }

  .comment-list .comment dd.username {
    display: block;
    float: none;
  }
  .comment-list .comment dd.username + .date {
    padding-top: 0;
  }

  .comment-list .comment .username, .comment-list .comment .date {
    padding-top: 0;
    color: #b1b1b1;
  }

  .comment-list .comment dd.pic {
    margin-top: 2px;
    margin-bottom: 6px;
  }

  .comment-list .comment .comment {
    padding-left: 10px;
  }
}
.bg-pattern, .comment-deleted {
  background-color: #f5f7f8;
  display: block;
  padding: 10px 6px 0;
  margin-bottom: 6px !important;
}
.bg-pattern.non, .comment-deleted.non {
  display: none;
}

.comment-deleted select {
  top: 2px !important;
  margin: 4px !important;
}

.for-set-comment {
  padding-top: 24px;
}

.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.comment .comment-report-parent > .comment-report {
  display: none;
  position: relative;
  margin-left: 8px;
  margin-top: 2px;
}

.comment .comment-report-parent .comment-report > div.report-triangle {
  background: url("/i/comments/report.png") center center no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: -1px;
}

#comment-report-wnd {
  position: absolute;
  font-size: 10px;
  _background-color: #f7f2e3;
  background-color: #ebebeb;
  border: 1px solid #D1CAB7;
  padding: 8px 12px;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 265px;
}

#comment-report-wnd input {
  margin: 0;
}

#comment-report-wnd .sel, #comment-report-wnd .det {
  float: left;
}

#comment-report-wnd .sel {
  width: 100px;
}

#comment-report-wnd .det {
  min-width: 165px;
}

#comment-report-wnd textarea {
  width: 160px;
  height: 83px;
  font-size: 12px;
  margin: 0;
}

#comment-report-wnd input[type=button] {
  padding: 2px 5px;
}

#comment-report-wnd .arrow {
  position: absolute;
  left: -13px;
  height: 28px;
  width: 13px;
  background: url("/i/comments/square3.png") no-repeat;
}

#comment-report-wnd label {
  position: relative;
  top: -3px;
  font-size: 12px;
}

#comment-report-wnd .close {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 11px;
  text-shadow: white 0px 1px 0px;
  cursor: pointer;
}

#refresh-comments-button .new-messages {
  text-align: center;
}

#refresh-comments-button .js-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
#refresh-comments-button .js-button:hover .mf-scroll-arrow:before {
  color: red;
}

#refresh-comments-button .js-button.loading {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: xsidebarLoading 1s linear infinite;
  -o-animation: xsidebarLoading 1s linear infinite;
  animation: xsidebarLoading 1s linear infinite;
}

#refresh-comments-button .divider {
  border-top: solid 1px #5c5c5c;
  border-bottom: solid 1px #ddd;
  width: 28px;
  height: 0px;
  margin-top: 1px;
}

@keyframes xsidebarLoading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes xsidebarLoading {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.comment dl.clear.mine {
  background-color: #fdf5e6;
}

.comment dl.clear.new {
  background-color: #e8e8ff;
  padding: 8px 0;
}

a[class*="cke_button__"] * {
  pointer-events: none;
}

/*# sourceMappingURL=comments-list.css.map */
