.comments-widget {
  margin-top: 20px;
}

.comments-social-login span {
  float: left;
  padding: 10px 5px 0 0;
  color: #74797e;
  font-size: 13px;
}

#js_comments_form textarea.wrong {
  border-color: #E74D3D;
}

.escoge-un-nombre {
  color: #74797e;
  font-size: 13px;
  margin: 0;
  display: block;
}

#js_comments_load, #js_comments_replyto {
  display: none;
}

#js_user_firstName, #js_user_lastName, #js_user_email {
  border: solid 1px #D6D6D6;
  border-radius: 4px;
  box-shadow: 0 3px 5px #e8e8e8 inset;
  box-sizing: border-box;
  color: #74797e;
  padding: 7px 5px;
  width: 100%;
  margin: 5px 0;
}

#js_comments_message {
  border: solid 1px #D6D6D6;
  border-radius: 4px;
  box-shadow: 0 3px 5px #e8e8e8 inset;
  box-sizing: border-box;
  color: #74797e;
  height: 15vh;
  padding: 7px 5px;
  width: 100%;
  min-height: 15vh;
  margin: 5px 0;
}

#js_comments_send {
  background: #a1bd30;
  border: none;
  color: #FFF;
  float: right;
  padding: 3px 22px;
  border-radius: 4px;
  text-transform: none;
  text-shadow: none;
  position: relative;
  width: 100px;
  margin: 10px 0;
}

.comments-widget h4 span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica Neue", arial, sans-serif;
  color: #606060;
}

.comments-box {
  margin-top: 10px;
  height: 40px;
  border-radius: 5px;
  background-color: #606060;
}

.comments-box-text {
  float: left;
  margin-left: 12px;
  color: white;
  line-height: 40px;
  font-size: 12px;
}

.comments-box-close-icon {
  float: right;
  margin: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/plugins/comment/img/close.png') no-repeat center;
}

.comments-textarea {
  margin-top: 6px;
  width: 99%;
  border: #cfd5d5 2px solid;
  border-radius: 5px;
}

.comments-textarea textarea {
  margin: 8px;
  width: 98%;
  height: 25px;
  border: 0;
  font-size: 18px;
  color: #d5d5d5;
  font-family: "Helvetica Neue", arial, sans-serif;
  resize: none;
}

.comments-textarea textarea.writing {
  min-height: 100px;
  color: #505050;
  font-size: 14px;
}

.comments-textarea textarea.sending {
  min-height: 100px;
  color: #505050;
  font-size: 14px;
  background: url('/plugins/comment/img/loading.gif') no-repeat center;
}

.comments-submit {
  display: none;
  margin-top: 4px;
}

.comments-submit span {
  line-height: 20px;
  font-size: 14px;
}

.comments-left-panel {
  position: relative;
  float: left;
  width: 30%;
}

.comments-left-panel span.label {
  font-size: 12px;
  font-weight: 600;
  color: #858585;
}

.comments-right-panel {
  margin-bottom: 10px;
  position: relative;
  float: right;
}

.comments-right-panel span.label {
  font-size: 12px;
  font-weight: 600;
  color: #858585;
}

.comments-login-form-row {
  width: 272px;
  height: 38px;
}

.comments-login-form-row-hidden {
  display: none;
}

.comments-login-input-wrapper {
  position: relative;
  float: left;
  width: 220px;
  height: 28px;
  border: #cfd5d5 2px solid;
  border-radius: 3px;
  color: #d5d5d5;
}

.comments-login-input-wrapper input {
  display: block;
  margin: 5px;
  width: 200px;
  border: 0;
  color: #505050;
}

.comments-login-input-wrapper span {
  position: absolute;
  display: block;
  margin: 4px;
  font-size: 16px;
}

.comments-send-button {
  margin-left: 2px;
  width: 44px;
  height: 32px;
  background: url('/plugins/comment/img/comment-send.png') no-repeat;
  border: 0;
  cursor: pointer;
}

.comments-list {
  margin-top: 20px;
  clear: both;
  border-top: 2px #cfd5d5 solid;
}

.comments-comment {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: #e5e5e5 1px solid;
  border-radius: 5px;
}

.comments-comment-author {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Helvetica Neue", arial, sans-serif;
  color: #808080;
}

.comments-comment-date {
  clear: right;
  font-size: 13px;
  font-weight: 500;
  font-family: "Helvetica Neue", arial, sans-serif;
  color: #a0a0a0;
}

.comments-comment-text {
  padding-top: 6px;
  margin-top: 5px;
  font-size: 13px;
  text-align: justify;
}

.comments-send-as {
  line-height: 12px;
}

.comments-send-as span {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #858585;
}

.comments-logout {
  margin-top: 20px;
  line-height: 12px;
}

.comments-logout span {
  float: right;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #858585;
  text-decoration: underline;
  cursor: pointer;
}
