/* CSS Document */
.tx_nsnewscomments {
  display: inline-block;
  width: 100%;
}

.tx_nsnewscomments * {
  box-sizing: border-box;
}

.tx_nsnewscomments *::after, .tx_nsnewscomments *::before {
  box-sizing: border-box;
}

.tx_nsnewscomments .pull-right {
  float: right;
}

.tx_nsnewscomments .pull-left {
  float: left;
}

.clear {
  clear: both;
}

.tx_nsnewscomments .comments-container {
  margin-bottom: 4rem;
}

.tx_nsnewscomments .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-top: 10px;
}

.tx_nsnewscomments .comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.tx_nsnewscomments .reply-list {
  padding-left: 50px;
  clear: both;
  margin-top: 15px;
}

/**
 * Avatar
 ---------------------------*/
.tx_nsnewscomments .comments-list .comment-avatar {
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 99;
  float: left;
  border: 3px solid #FFF;
  border-radius: 4px;
  overflow: hidden;
}

.tx_nsnewscomments .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.tx_nsnewscomments .comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

/**
 * Caja del Comentario
 ---------------------------*/
.tx_nsnewscomments .comments-list .comment-box {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #0072bc;
}

.tx_nsnewscomments .comment-box .comment-head {
  padding: 10px 0;
  color: #333;
  position: relative;
}

.tx_nsnewscomments .comment-box .comment-head::before {
  border-right-color: #ddd;
  border-width: 8px;
}

.tx_nsnewscomments .comment-box .comment-head::after {
  border-right-color: #f7f7f7;
  border-width: 7px;
  margin-left: 2px;
  margin-top: 1px;
}

.tx_nsnewscomments .comment-box .comment-head i:hover {
  color: #03658c;
}

.tx_nsnewscomments .active-comment-form {
  position: relative;
  margin-top: 10px;
}

.tx_nsnewscomments .comment-box .comment-btn {
  color: inherit;
  position: relative;
  color: rgb(170.6181818182, 177.1090909091, 178.7318181818);
  font-style: italic;
  font-size: 0.8rem;
  transition: color 0.3s ease-in-out;
}

.tx_nsnewscomments .comment-box .comment-btn:hover {
  text-decoration: none;
  color: #0072bc;
}

.tx_nsnewscomments .comment-box .comment-btn:hover i {
  color: #0072bc;
  transition: color 0.3s ease-in-out;
}

.tx_nsnewscomments .fas {
  transform: rotate(-30deg);
  margin-right: 5px;
  vertical-align: top;
}

.tx_nsnewscomments .text-muted {
  font-size: 0.8rem;
}

.tx_nsnewscomments .comment-box .comment-content {
  word-wrap: break-word;
  padding-left: 40px;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  position: relative;
  color: #666666;
}

.tx_nsnewscomments .comment-box .comment-content:before {
  content: "";
  background-image: url(../icons/quote.svg);
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.tx_nsnewscomments .comment-box .comment-name.by-author,
.tx_nsnewscomments .comment-box .comment-name.by-author a {
  color: #03658c;
}

.tx_nsnewscomments .comment-author strong {
  margin-right: 55px;
  color: #0072bc;
  font-size: 1.4rem;
  line-height: 1;
}

.tx_nsnewscomments .comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  border-radius: 3px;
}

.tx_nsnewscomments .comment-link .link-icon {
  cursor: pointer;
  font-size: 14px;
  padding: 3px 4px;
  min-width: 22px;
  text-align: center;
  display: inline-block;
  margin: 1px;
  line-height: 16px;
}

.tx_nsnewscomments .comment-link {
  background-image: url("../icons/link.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #cccccc;
  color: #bbbbbb;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

.tx_nsnewscomments .comment-link-input {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  outline: 0;
  width: 100%;
}

.tx_nsnewscomments span {
  display: inline;
}

.tx_nsnewscomments .header-right {
  float: right;
}

.tx_nsnewscomments .comment-footer {
  padding-bottom: 1rem;
  line-height: 1.2;
}

.tx_nsnewscomments .footer-left {
  display: block;
}

.tx_nsnewscomments .footer-right {
  float: right;
  display: block;
  margin-top: 0px;
}

.tx_nsnewscomments .comment-footer .footer-right .comment-date {
  display: inline-block;
  margin-left: 10px;
}

.tx_nsnewscomments .comment-date {
  font-size: 12px;
  color: #999;
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}

.tx_nsnewscomments .typo3-messages {
  width: 100%;
  margin-top: 10px;
}

.tx_nsnewscomments .typo3-messages li {
  list-style-type: none;
  list-style: none;
  padding-left: 20px;
  width: 55%;
}

.tx_nsnewscomments .media-left {
  display: none;
}

.tx_nsnewscomments .media-body p {
  padding: 0px !important;
}

.thanksmsg, .approve {
  width: 70%;
}

.tx_nsnewscomments .error-msg {
  display: none;
}

.tx_nsnewscomments #comment-form .text-muted {
  margin-top: 10px;
}

.tx_nsnewscomments .has-error {
  position: relative;
}

.tx_nsnewscomments .error-msg {
  background: red none repeat scroll 0 0;
  border-radius: 4px;
  bottom: 82%;
  color: #fff !important;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  min-width: 120px;
  padding: 8px 10px;
  position: absolute;
  right: 7px;
  text-align: center;
  z-index: 999;
}

.tx_nsnewscomments .error-msg p {
  margin: 0;
}

.tx_nsnewscomments .error-msg::after {
  background-color: red;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  bottom: -6px;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  width: 10px;
  transform: rotate(45deg);
}

.tx_nsnewscomments .ns-headline h3 {
  color: #0072bc;
}

.tx_nsnewscomments .ns-headline {
  margin: 0 0 20px;
}

.tx_nsnewscomments .ns-form-group {
  display: inline-block;
  margin: 0 0 15px;
  max-width: 999px !important;
  width: 100%;
}

.tx_nsnewscomments .ns-form-group label {
  display: inline-block;
}

.tx_nsnewscomments .ns-form-group label:not(.ns-form-checkbox) {
  width: 100%;
  color: #0072bc;
  font-weight: 600;
}

.tx_nsnewscomments .ns-form-group .ns-form-checkbox input {
  border-bottom: 0;
  box-shadow: none;
  display: inline;
  width: auto;
  height: auto;
}

.tx_nsnewscomments input {
  font-size: 0.9rem;
}

.tx_nsnewscomments #captcha {
  max-width: 265px;
}

.tx_nsnewscomments textarea {
  min-height: 100px;
  padding: 10px;
  font-size: 0.9rem;
}

.ns-captch-input {
  margin: 15px 0 5px;
  display: inline-block;
}

.tx_nsnewscomments input:focus,
.tx_nsnewscomments textarea:focus,
.tx_nsnewscomments select:focus {
  border: 1px solid #337ab7;
}

.tx_nsnewscomments .ns-btn {
  border-radius: 0;
}

.ns-btn-login {
  font-weight: 700;
  padding: 5px;
  margin-right: 5px;
}

.tx_nsnewscomments ul, .tx_nsnewscomments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tx_nsnewscomments .reply-form:not(:empty) {
  background-color: rgb(209.76, 213.24, 214.11);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 30px;
}

.tx_nsnewscomments .comment-form-close-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease-in-out;
}

.tx_nsnewscomments .comment-form-close-btn:focus, .comment-form-close-btn:hover {
  color: #000;
  cursor: pointer;
  opacity: 0.5;
  text-decoration: none;
}

.tx_nsnewscomments ul ul {
  padding-left: 114px;
}

.tx_nsnewscomments .ns-form-group-main {
  display: inline-block;
  width: 100%;
}

.tx_nsnewscomments .comment-link a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tx_nsnewscomments .comment-main-level {
  position: relative;
  padding-left: 95px;
}

.tx_nsnewscomments .comment-main-level .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
}

.tx_nsnewscomments .comment-form-close-btn {
  display: none;
}

.tx_nsnewscomments .reply-form .comment-form-close-btn {
  display: inline-block;
  z-index: 1;
}

.tx_nsnewscomments .comment-form .has-error input,
.tx_nsnewscomments .comment-form .has-error textarea {
  border-color: red;
}

.tx_nsnewscomments .ns-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.tx_nsnewscomments .ns-alert-error {
  color: red;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.tx_nsnewscomments .ns-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .tx_nsnewscomments .ns-form-group,
  .tx_nsnewscomments input, .tx_nsnewscomments textarea, .tx_nsnewscomments select {
    max-width: 100%;
  }
  .tx_nsnewscomments .ns-headline {
    margin-bottom: 10px;
  }
  .tx_nsnewscomments .ns-headline h2 {
    margin-top: 15px;
  }
  .tx_nsnewscomments .comments-list .comment-avatar {
    height: 55px;
    width: 55px;
  }
  .tx_nsnewscomments .tx_nsnewscomments ul ul {
    padding-left: 0;
  }
  .tx_nsnewscomments .comments-list li {
    margin-bottom: 0;
  }
  .tx_nsnewscomments .comment-main-level {
    padding-left: 70px;
  }
  .tx_nsnewscomments .reply-form:not(:empty) {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tx_nsnewscomments .comments-list .comment-avatar {
    width: 40px;
    height: 40px;
  }
  .tx_nsnewscomments .comment-author strong {
    display: block;
  }
  .tx_nsnewscomments .comment-author .text-muted {
    display: block;
    margin-top: 0.5rem;
  }
  .tx_nsnewscomments .comment-main-level {
    padding-left: 55px;
  }
  .tx_nsnewscomments .comment-link {
    top: 7px;
  }
  .tx_nsnewscomments .reply-form:not(:empty) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tx_nsnewscomments .reply-form .ns-form-group label {
    font-size: 12px;
  }
  .tx_nsnewscomments .reply-form .comment-form textarea {
    min-height: 75px;
  }
}
ul#comments-list li:before {
  display: none;
}

/* custom popup start*/
.approvecomment #display_popup {
  font-size: 20px;
  cursor: pointer;
}

.approvecomment #popup_box {
  visibility: hidden;
  display: none;
  width: 30%;
  position: fixed;
  left: 35%;
  top: 30%;
  border-radius: 10px;
  border: 2px solid #0072bc;
  box-shadow: 0px 11px 43px -26px rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 999;
  padding: 40px 0;
  background: #fff;
}

.approvecomment #popup_box #cancel_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: none;
  background-image: url(../icons/close-pop-up.svg);
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
}

.approvecomment #popup_box #info_text {
  padding: 10px;
  clear: both;
  background-color: white;
  color: #000;
}

.approvecomment #popup_box #close_button {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0.85em 1em;
}

.approvecomment #popup_box {
  text-align: center;
  z-index: 999;
}

/* custom popup end*/
/* Honeypot*/
.commentcaphp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* END Honeypot*/
.tx_nsnewscomments .comment-form .has-error input, .tx_nsnewscomments .comment-form .has-error textarea {
  border-color: #00c1ff;
}

.tx_nsnewscomments .error-msg {
  background: #00c1ff;
}

.tx_nsnewscomments .error-msg:after {
  background-color: #00c1ff;
  border-color: #00c1ff;
}

.tx_nsnewscomments input[type=text],
.tx_nsnewscomments input[type=email],
.tx_nsnewscomments textarea,
.tx_nsnewscomments select {
  color: #222 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border: 1px solid #cbcfd0 !important;
  border-radius: 0px !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0.75em 1em !important;
  height: 2.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
  transition: border-color 0.2s;
}

.tx_nsnewscomments input:focus,
.tx_nsnewscomments textarea:focus,
.tx_nsnewscomments select:focus {
  border-color: #00c1ff !important;
  outline: none !important;
}

.tx_nsnewscomments .error-msg,
.tx_nsnewscomments .tooltip,
.tx_nsnewscomments .ns-tooltip {
  background: #00c1ff !important;
  color: #222 !important;
  border-radius: 4px !important;
  font-size: 0.97rem !important;
  padding: 10px 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07) !important;
  border: none !important;
  border-radius: 4px !important;
  bottom: 82% !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: normal !important;
  margin: 0 !important;
  min-width: 120px !important;
  padding: 8px 10px !important;
  position: absolute !important;
  right: 7px !important;
  text-align: center !important;
  z-index: 999 !important;
}

.tx_nsnewscomments .error-msg:after,
.tx_nsnewscomments .tooltip:after,
.tx_nsnewscomments .ns-tooltip:after {
  background: #00c1ff !important;
  border-color: #00c1ff !important;
}

.tx_nsnewscomments .ns-btn,
.tx_nsnewscomments .ns-btn-send,
.tx_nsnewscomments .btn-primary,
.tx_nsnewscomments .btn-small,
.tx_nsnewscomments .button {
  height: 2.5rem !important;
  border-radius: 0 !important;
  padding: 0.45em 0.9em !important;
  background: #0072bc !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  border: none !important;
  box-shadow: none !important;
  transition: background 0.2s, color 0.2s;
}
/*# sourceMappingURL=news_comments.css.map */
