/* ONLY FOR TESTING PURPOSES */
/*.copied-text {
  text-align: center;
  display: block;
  padding: 10px;
  margin-top: 10px;
}
.share-buttons .article--aside_share li a svg {
  width: 30px;
  height: 30px;
}
.share-buttons .article--aside_share li a{
  width: 40px;
  height: 40px;
  text-align: center;
}
.share-buttons{
  margin: 15px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-content{
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}
.InputAddOn {
  display: flex;
}
.InputAddOn-field {
  flex: 1;
  color: #aaaaaa;
  font: 16px/20px 'Titillium web', Helvetica, Arial, sans-serif;
  height: 100%;
  border-radius: 3px 0 0 3px;
}
.InputAddOn-item {
  background-color: #2c65ea;
  color: white;
  border-radius: 0 3px 3px 0;
  font: 700 14px/20px 'Titillium web', Helvetica, Arial, sans-serif;
  border: 1px solid rgba(147,128,108,.25);
  padding: .5em .75em;
}
.InputAddOn-item:hover {
  background-color: #3a76d8;
}
.InputAddOn-field {
  border: 1px solid rgba(147,128,108,.25);
  border-right: 0;
  padding: .5em .75em;
}
*/
/* END OF TESTING PURPOSES */
.article--aside_comments:hover .dnoticias-comment-count {color: #ffffff;}
.read-more {
  text-decoration: none;
  color: #aaaaaa;
}
.comment-page {
  display: none;
}
.loading-icon {
  position: absolute;
  top: 45%; left: 45%;
  width: 10%;
  height: auto;
}
/*
.comment-shared {
  background-color: #d4f0ff; 
}
.comment-shared > .comment-replies {
  background-color: none;
}*/

.comment-container {
  /* margin-top: 20px; */
}

.info-box {
  display: block; position: fixed;
  right: 10px; top: 5px;
  max-width: 340px;
  padding: 20px;
  z-index: 10;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  border-left: 5px solid #fcc32a;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  visibility: hidden;
  /* opacity: 0; */
  transition: all 0.37s cubic-bezier(.36,.07,.19,.97);
  min-width: 260px;
}
.info-box.show-box {
  top: 10px;
  visibility: visible; opacity: 1;
}

.info-box h4 {
  font-size: 16px; line-height: 20px;
  padding-bottom: 5px;
}
.info-box p {
  font-size: 14px; line-height: 18px;
  color: #929292;
}
.info-box .close {
  position: absolute;
  right: 10px; top: 10px;
}
.info-box.success-box {border-color: #2ee79c;}
.info-box.error-box {border-color: #ea4f2b;}


/*
.success-box {
  display: none;
  padding: 15px;
  color: #2b5722;
  background-color: #6ac259;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
  border-radius: 5px;
  margin-bottom: 10px;
}
.error-box {
  display: none;
  padding: 15px;
  color: #8b372c;
  background-color: #f57969;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
  border-radius: 5px;
  margin-bottom: 10px;
}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Report Content */
.report-content {
  position: fixed;
  left: 0; bottom: 0;
  background-color: #ffffff;
  max-width: 320px;
  border-radius: 10px;
  /*padding: 20px;*/
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}
#report-form {
  padding: 30px 20px;
  overflow: hidden;
}
.report-header {
  border-bottom: 1px solid #e2e3e7;
  padding: 20px;
}
.report-header h2 {
  font-size: 22px;
  line-height: 26px;
}
.report-content select,
.report-content textarea {
  display: block; position: relative;
  width: 100%; padding: 7px 15px;
  margin-bottom: 15px;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
  font-size: 16px; line-height: 24px;
  font-weight: 400; color: #333333;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.report-content textarea {
  padding: 20px;
  height: auto;
  resize: none;
}
.report-content .comment-button {
  float: right;
}

/* The Close Button */
.close {
  color: #bebebe;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #6e7080;
  text-decoration: none;
  cursor: pointer;
}

/* COMMENTS PANEL */
#dnoticias--comments {background: #ffffff;}
#dnoticias--comments .panel-slide_close {position: absolute;}

.panel-comments {color: #333333;}
.panel-comments h1 {
  margin-bottom: 20px;
  font-size: 20px; line-height: 24px;
  color: #333333;
}
.panel-comments a {
  font-weight: 400;
  color: #2c65ea; 
}
.panel-comments a:after {display: none;}
.panel-slide a:after {background: none;}

/* THREAD - Header */
.comments-thread {padding-top: 20px;}
.comments-thread .comments-thread-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  font-size: 14px; line-height: 20px;
  color: #aaaaaa; font-weight: 400;
  position: relative;
}
.comments-thread .comments-thread-header h2 {
  font-size: 16px; line-height: 20px;
  color: #333333;
}
.comments-thread .comments-thread-header .comment-count {
  display: inline-block;
  min-width: 24px; height: 24px;
  padding: 0 6px; margin-left: 5px;
  font-size: 13px; line-height: 22px;
  font-weight: 600; text-align: center;
  color: #878787; border-radius: 12px;
  background: #f2f2f2;
}

/* THREAD - Footer */
.comments-thread .comments-thread-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 30px 0 0 0;
  font-size: 14px; line-height: 20px;
  color: #aaaaaa; font-weight: 400;
}

/* THREAD - Posts */
.comments-thread .comments-thread-posts:before,
.comments-thread .comments-thread-posts:after {
  display: block; position: absolute;
  left: 0; right: 0; 
  height: 1px; background: #eaeaea;
  content: "";
}
.comments-thread .comments-thread-footer:before {
  top: 0;
}
.comments-thread .comments-thread-footer:after {
  bottom: 0;
}

/* POST */
.comment-post {
  display: block;
  position: relative;
  padding: 30px 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #6b6b6b;
  border-bottom: 1px solid #eaeaea;
}
.comment-post:last-child,
.comment-post.comment-has-replies .comment-post {border-bottom: 0;}
.comment-empty-post {
  display: block; position: relative;
  padding: 40px 0; margin-bottom: 10px;
  border-radius: 4px;
  font-size: 16px; line-height: 22px;
  font-weight: 400;
  color: #adadad;
  text-align: center;
}
.comment-header, .comment-body,
.comment-footer, .comments-tags {
  display: block; position: relative; 
  width: 100%;
}

.comment-body {padding-bottom: 20px; word-wrap: break-word;}
.comment-header,
.comment-footer, 
.comment-profile,
.comment-response {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-header {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
.comment-header .switch-wrapper {height: 34px;}
.comments-tags {padding-top: 20px;}

/* POST - header */
.comment-profile {
  padding-right: 10px;
}
.comment-profile .comment-profile-name {
  font-size: 15px; line-height: 18px;
  color: #383838; 
  /*width: calc(100% - 44px);*/
}
.comment-profile .comment-profile-avatar {
  display: inline-block; position: relative;
  margin-right: 10px;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  background: #f4f4f4;
}
/*.comment-has-replies .comment-profile:before {
  display: block; position: absolute;
  left: -50px; top: -15px;
  width: 60px; height: 60px;
  border-radius: 50%;
  content: "";
  background: #f0f2f5;
}*/
.comment-profile .comment-profile-avatar .comment-profile-avatar_pic {
  display: block; position: relative;
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-profile .comment-profile-avatar .comment-profile-avatar_pic img {
  display: block; position: relative;
  /*width: 100%; height: auto;*/
  object-fit: contain; width: 100%;
}
.comment-profile .comment-profile-avatar .comment-profile-avatar_letters {
  font-size: 11px; line-height: 32px;
  text-align: center; color: #939393;
  font-weight: 600; letter-spacing: 2px;
  text-indent: 1px;
}
.comment-response {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 44px;
}
.comment-response .comment-profile {
  margin-left: -44px;
}
.comment-response-name {
  font-size: 15px; line-height: 18px;
  color: #adadad; font-weight: 400;
  padding-right: 10px;
}
.comment-response-name:before {
  display: inline-block;
  padding-right: 10px;
  font-size: 18px;
  content: '\21AA';
}

/* Profile Status */
.comment-profile-status {
  display: block; position: absolute;
  width: 32px; height: 32px;
}
.comment-profile-status span {
  position: absolute;
  left: 10px; bottom: 20px;
  width: auto; padding: 5px 10px;
  font-size: 13px; line-height: 18px;
  font-weight: 100; color: #fff;
  z-index: 10; border-radius: 4px;
  background-color: rgb(0 0 0 / 60%);
  visibility: hidden; opacity: 0;
  transition: all 0.37s cubic-bezier(.36,.07,.19,.97);
}
.comment-profile-status span:after {
  position: absolute;
  top: 100%; left: 13px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .6) transparent transparent transparent;
  content: "";
}
.comment-profile-status:hover span, .comment-profile-status:focus span {
  visibility: visible;
  opacity: 1;
}

/* POST - body */
.comment-body a {text-decoration: underline;}

/* POST - Footer */
.comment-footer {
  font-size: 14px; line-height: 18px;
  font-weight: 400; color: #adadad;
  padding: 10px 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comment-footer a {
  font-weight: 600;
  color: #383838;
  padding: 5px 0;
}
.comment-footer a:hover {color: #2c65ea; fill: #2c65ea;}
.comment-footer a:hover .ico {color: #2c65ea; fill: #2c65ea;}

.comment-vote.on {
  color: #2c65ea!important;
  background: #f4f7ff;
  border-color: #d8e4ff;
}
.comment-vote.on svg {fill: #2c65ea;}

/* DROPDOWN */
.comments-dropdown {
  display: inline-block;
  position: relative;
}
.comments-dropdown .comments-dropdown-btn {
  display: inline-block; overflow: hidden;
  padding: 5px 10px;
  font-size: 15px; line-height: 20px;
  font-weight: 600; color: #333333;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  /*background: #ffffff;*/
}
.comments-dropdown .comments-dropdown-content hr {
  margin: 10px -2px 10px;
}
.comments-dropdown .comments-dropdown-content {
  display: none; position: absolute;
  right: 0; margin-top: -6px;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 10px 2px; border-radius: 6px;
  z-index: 1;
  font-size: 14px; line-height: 18px;
  color: #383838; font-weight: 400;
  border: 1px solid #f7f7f7;
}
.comments-dropdown .comments-dropdown-btn.btn-ico {
  border-color: #ffffff;
}
.comments-dropdown-content span, .comments-dropdown-content a {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  color: #383838;
  padding: 10px 20px;
  border-radius: 4px;
  fill: #bebebe;
}
.comments-dropdown-content a:hover {color: #2c65ea;}
.comments-dropdown-content a:hover .ico { fill: #2c65ea;}
.comments-dropdown-content span {color: #bebebe;}
.comments-dropdown-content a.selected {
  pointer-events: none;
  background: #f8f8f8;
}
.comments-dropdown:hover {
  cursor: default;
}

.comments-dropdown .comments-dropdown-content {
  transition: all 0.27s cubic-bezier(.36,.07,.19,.97);
  opacity: 0; display: block;
  visibility: hidden; margin-top: -10px;
}
.comments-dropdown:hover .comments-dropdown-content {
  display: block; margin-top: -6px;
  opacity: 1; visibility: visible;
}




.comments-dropdown:hover .comments-dropdown-btn {
  border: 1px solid #dcdcdf;
  background: #f8f8f8;
}
.comments-dropdown-content .comment-report {color: #a30000;}
.comments-dropdown-content .comment-report:hover {color: #f30000;}
.comments-dropdown-content .comment-report .ico {fill: #cb9595!important;}

.comment-vote-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.comment-vote-btns .comment-vote {
  display: inline-block;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #333333;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background: #ffffff;
  margin-left: 5px;
}
.comment-vote-btns .comment-vote .ico {fill: #333333;}*/

.comment-pages-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-pages-btns > a {margin: 0 5px 0 0;}
.comment-pages-btns .ico-arrow-prev {
  transform: rotate(180deg);
}
.comment-pages-btns .btn-ico .ico,
.comment-pages-btns .btn-ico .ico svg {width: 20px; height: 20px;}
.comment-pages-btns .comment-pages-num {
  display: inline-block; padding: 0 10px;
  font-size: 14px; line-height: 18px;
  font-weight: 600; color: #383838;
}

/* BTN - Outline */
.btn-outline {
  display: -ms-inline-flexbox!important;
  display: -webkit-inline-flex!important;
  display: inline-flex!important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*display: inline-block;*/
  overflow: hidden;
  padding: 5px 10px!important; margin-left: 5px;
  font-size: 15px; line-height: 20px;
  font-weight: 600!important;
  color: #333333!important;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  /*background: #ffffff;*/
}
.btn-outline .ico {fill: #333333!important;}
.btn-outline:hover {color: #2c65ea!important;}
.btn-outline:hover .ico {fill: #2c65ea!important;}

.btn-disabled {
  pointer-events: none;
  border-color: #f7f7f7!important;
  background: #f8f8f8!important;
}
.btn-disabled .ico {
  fill: #bebebe!important;
}

.ico {
  display: block; position: relative;
  float: left;
  width: 20px; height: 20px;
  margin-right: 10px;
  fill: #bebebe;
}
.ico svg {
  display: inline-block;
  width: 100%; height: 100%;
}
.btn-ico {padding: 5px!important;}
.btn-ico .ico {
  margin: 0;
  width: 24px; height: 24px;
}

.space-bullet {
  display: inline-block;
  padding: 5px 10px;
  color: #eaeaea;
}

/* POST - Replies */
.comment-has-replies {/* padding-bottom: 0; */}
.comment-has-replies .comment-replies {margin-top: 10px;}
.comment-replies {
  display: block; position: relative;
  width: 100%;
}
.comment-replies .comment-post:after {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 2px;
  height: calc(100% - 20px);
  content: "";
  background: #e2e3e7;
  z-index: 0;
}
.comment-replies .comment-post {padding-left: 30px; padding-right: 0;}

/* MODERATION - Status */
.comment-approved .comments-moderation,
.comment-approved .comments-tags,
.comment-rejected > .comments-moderation,
.comment-awaiting .comment-footer {display: none;}

.comment-rejected > .comment-header, .comment-rejected > .comment-header .comment-time, .comment-rejected > .comment-body {color: #c3c3c3;}
.comment-rejected .comment-profile .comment-profile-avatar,
.comment-rejected .comment-profile .comment-profile-status {opacity: .7;}

.comments-moderation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px; margin-top: 10px;
  border-top: 1px solid #e2e3e7;
}
.comments-moderation a {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 10px;
}
.comments-moderation a:after {display: none;}
.comments-moderation a.comments-btn-approve {color: #ffffff; border: 1px solid #00ab66; background: #00ab66;}
.comments-moderation a.comments-btn-manage {color: #2e2e2e; border: 1px solid transparent; background: transparent;}
.comments-moderation a.comments-btn-reject {color: #2e2e2e; border: 1px solid #6a6a6a; background: transparent;}
.comments-moderation a.comments-btn-approve:hover,
.comments-moderation a.comments-btn-approve:active {color: #ffffff; border-color: #00975a; background: #00975a;}
.comments-moderation a.comments-btn-manage:hover,
.comments-moderation a.comments-btn-manage:active {background: #dcdcdc;}
.comments-moderation a.comments-btn-reject:hover,
.comments-moderation a.comments-btn-reject:active {color: #ffffff; border-color: #f30000; background: #f30000;}

.comment-awaiting:before,
.comment-approved:before,
.comment-shared:before {
  display: block; position: absolute;
  left: -20px; right: -20px;
  top: 0; bottom: 0;
  content: "";
  z-index: -1;
}
.comment-awaiting:before {
  background: #fffaf7;
  border-left: 5px solid #ff9d5a;
}
.comment-shared:before {
  background: #eaebef;
  border-left: 5px solid #93ace5;
}

.comment-awaiting:before > .comment-post:before,
.comment-approved:before > .comment-post:before,
.comment-shared:before > .comment-post:before {
  display: none;
}

.comment-awaiting,
.comment-shared {padding-left: 10px;}
.comment-approved:before {
  -webkit-animation: animApproved 0.5s;
  -moz-animation: animApproved 0.5s;
  -o-animation: animApproved 0.5s;
  animation: animApproved 0.5s;
}
.comment-rejected > .comment-header,
.comment-rejected > .comment-body,
.comment-rejected > .comment-footer, 
.comment-rejected > .comment-header .comment-profile .comment-profile-name {font-style: italic; color: #adadad;}
.comment-rejected > .comment-header .comment-profile .comment-profile-avatar,
.comment-rejected > .comment-header .comments-dropdown {display: none;}
.comment-rejected > .comment-footer:after  {
  display: block; position: absolute;
  left: -20px; right: -20px; top: -50px; bottom: 0;
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  content: "";
}

.comment-shared .btn-outline,
.comment-shared .comments-dropdown .comments-dropdown-btn.btn-ico {
  border-color: #1818d1;
}

.comment-highlight:before {
  animation: highlight 1000ms ease-out;
}
@keyframes highlight {
  0% {background-color: #93ace5;}
  100% {background-color: #eaebef;}
}

/*
.comment-rejected:before {
  background: #ececec;
  -webkit-animation: animRejected 0.5s;
  -moz-animation: animRejected 0.5s;
  -o-animation: animRejected 0.5s;
  animation: animRejected 0.5s;
}*/
@-webkit-keyframes animApproved {
  0% {background: #f1f2d6;}
  50% {background: #fcffab;}
  100% {background: transparent;}
}
@-webkit-keyframes animRejected {
  0% {background: #f1f2d6;}
  50% {background: #fcffab;}
  100% {background: #ececec;}
}

.comment-awaiting_txt,
.comment-tag-spam,
.comment-tag-inappropriate {
  display: inline-block; position: relative;
  width: auto;
  padding: 5px 15px; margin: 0 5px 5px 0;
  font-size: 13px; line-height: 20px;
  font-weight: 600; color: #f33800;
  border-radius: 6px;
  background: #fddacf;
}
.comment-awaiting_txt {
  color: #ff9d5a;
  background: #ffe9db;
}
.comment-tag-inappropriate {
  color: #ff0000;
  background: #ffe0e0;
}
.comment-tag-spam {
  color: #ff8d00;
  background: #fff8d5;
}
.comment-tag-inappropriate .ico {
  width: 15px;
  fill: #ff0000;
  opacity: .7;
}
.comment-tag-spam .ico {
  width: 15px;
  fill: #ff8d00;
  opacity: .7;
}

/* USERS */
.comment-profile-status:after {
  display: none;
  position: absolute;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  content: "";
}
.user-status-frequent .comment-profile-status:after {
  display: block;
  background: #73a0e0;
}
.user-status-assinante .comment-profile-status:after{
  display: block;
  background: #cca43d;
}
.user-status-moderator .comment-profile-status:after{
  display: block;
  background: #05e589;
}


.comment-shared .comment-profile-status:after {
  border-color: #eaebef;
}
.comment-awaiting .comment-profile-status:after {
  border-color: #fffaf7;
}


/*.user-status-none {display: none;}
.user-status-frequent {color: #8c9caf;}
.user-status-assinante {color: #cca43d;}
.user-status-moderator {color: #1966d8;}
.user-status-frequent.comment-profile-status:before {
  font-size: 12px; line-height: 14px;
  content: "\2726"; text-indent: 1px;
  color: #ffffff; background: #8c9caf;
}
.user-status-assinante.comment-profile-status:before {
  font-size: 12px; line-height: 14px;
  content: "\2605"; text-indent: 1px;
  color: #ffffff; background: #cca43d;
}
.user-status-moderator.comment-profile-status:before {
  font-size: 9px; line-height: 14px; top: -2px;
  color: #ffffff; background: #1966d8;
  content: "\2714";
}
*/
/* Login / Register */
.comment-login {
  width: 100%;
  padding: 20px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #383838;
  background: #f8f8f8;
  border-radius: 10px;
  text-align: center;
}
.comment-login a {
  font-weight: 600;
  text-decoration: none;
  color: #2c65ea;
}
.comment-login a:hover {
  text-decoration: underline;
}

/* Form */
.comment-form {
  padding-top: 10px;
}
.comment-form .comment-form-textarea {
  display: block;
  width: 100%; border-radius: 20px 20px 0 0;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  background: #f8f8f8;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

.comment-form .comment-form-textarea textarea {
  width: 100%; /*height: calc(100vh - 260px);*/ height: 340px;
  max-height: 480px;
  padding: 30px 20px; border: 0;
  border-radius: 20px 20px 0 0;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
  font-size: 16px; line-height: 20px;
  font-weight: 400; color: #333333;
  background: #f8f8f8;
}
.comment-form .comment-form-bar {
  display: block; position: relative; 
  width: 100%; height: 1px; 
  background: #eaeaea;
}
#comment-characters-bar {
  display: block; position: relative; 
  width: 30%; height: 1px; 
  background: #2c65ea; 
  -webkit-transition: all .35s ease-out; 
  -moz-transition: all .35s ease-out; 
  transition: all .35s ease-out;
}
.comment-characters-wrapper {
  /*display: none;*/
  padding-left: 10px; padding-right: 10px;
  font-size: 12px; line-height: 20px;
  font-weight: 400; color: #adadad;
}
.comment-characters-wrapper .comment-characters-txt {
  display: none;
}
.comment-form-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; border-radius: 0 0 20px 20px;
  border: 1px solid #eaeaea; border-top: 0;
  background: #f8f8f8; padding: 10px 15px;
}
.comment-form-actions label {
  font-size: 14px; line-height: 20px;
  padding-left: 5px; margin-right: 10px;
  font-weight: 600; color: #383838;
}
.comment-form-actions .comment-form-options {
  /*width: 100%;*/ text-align: center;
  padding: 8px 0;
}
.comment-button {
  display: inline-block; position: relative;
  /*width: 100%;*/
  padding: 10px 20px;
  font: 700 14px/20px 'Titillium web', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  background-color: #2c65ea;
}
.comment-button:hover {
  background: #3a76d8;
}
.comment-button:disabled {
  background: #cecece;
}
.switch-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.switch-btn {
  display: block; position: relative;
  width: 30px; height: 20px;
  border-radius: 10px;
  background: #363b46;
}
.switch-btn:after {
  display: block; position: absolute;
  left: 2px; top: 2px;
  width: 16px; height: 16px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.switch-btn > input {
  display: block; position: absolute;
  left: -5555px; visibility: hidden;
}
.switch-label {
  display: block; margin-right: 10px;
  font-size: 14px; line-height: 20px;
  margin-right: 10px;
  font-weight: 600; color: #383838;
}
.active .switch-btn {background: #2c65ea;}
.active .switch-btn:after {
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.checkbox-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}
.checkbox-wrapper > input {
  display: block; position: absolute;
  left: -5555px; visibility: hidden;
}
.checkbox-btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #e2e3e7;
  background: #ffffff;
  text-indent: -5555px;
  border-radius: 4px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.checkbox-btn:before {
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.checkbox-label {
  display: block; margin-left: 10px;
  font-size: 14px; line-height: 20px;
  padding-right: 5px;
  font-weight: 600; color: #383838;
}
.active .checkbox-btn {
  background: #2c65ea;
}

.animate-bell:hover .ico {
  -webkit-animation: ring .7s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring .7s cubic-bezier(.36,.07,.19,.97) both;
  -moz-transform-origin: 50% 4px;
  animation: ring .7s cubic-bezier(.36,.07,.19,.97) both;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% { -webkit-transform: rotate(0); }
  15% { -webkit-transform: rotate(10deg); }
  30% { -webkit-transform: rotate(-10deg); }
  45% { -webkit-transform: rotate(8deg); }
  60% { -webkit-transform: rotate(-8deg); }
  75% { -webkit-transform: rotate(4deg); }
  85% { -webkit-transform: rotate(-4deg); }
  92% { -webkit-transform: rotate(2deg); }
  100% { -webkit-transform: rotate(0); }
}
@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  15% { -moz-transform: rotate(10deg); }
  30% { -moz-transform: rotate(-10deg); }
  45% { -moz-transform: rotate(8deg); }
  60% { -moz-transform: rotate(-8deg); }
  75% { -moz-transform: rotate(4deg); }
  85% { -moz-transform: rotate(-4deg); }
  92% { -moz-transform: rotate(2deg); }
  100% { -moz-transform: rotate(0); } }
}
@keyframes ring {
  0% { transform: rotate(0); }
  15% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(8deg); }
  60% { transform: rotate(-8deg); }
  75% { transform: rotate(4deg); }
  85% { transform: rotate(-4deg); }
  92% { transform: rotate(2deg); }
  100% { transform: rotate(0); }
}
.animate-thumbs-up .ico,
.animate-thumbs-down .ico {
  transition:0.2s ease-out;
  transform:rotate(0) translate(0);
}
.animate-thumbs-up:hover .ico {
  transform:rotate(-7deg) translate(1px, -1px);
}
.animate-thumbs-down:hover .ico {
  transform:rotate(7deg) translate(1px, 1px);
}

@media only screen and (min-width: 480px){
  .comment-form .comment-form-textarea textarea {height: auto;}
  .comment-form-actions .comment-form-options {width: auto;}
  .comment-button {width: auto;}
  .comments-moderation a {padding: 10px 30px;}
  .comment-replies .comment-post {padding-left: 40px;}
  .comment-header, .comment-body, .comment-footer {padding-right: 0;}
  .comment-awaiting:before, .comment-approved:before, .comment-rejected > .comment-footer:before, .comment-shared:before {
    left: -30px; right: -30px;
    z-index: -1;
  }
  .comment-awaiting:before,
  .comment-shared:before {border-left-width: 7px;}
  .panel-comments .panel-slide_wrapper {padding: 40px 30px;}
  .comment-characters-wrapper {display: inline-block;}
  .comment-characters-wrapper .comment-characters-txt {display: inline;}
  .report-content {top: 40px; left: 50%; margin-left: -160px; bottom: auto;}
}
@media only screen and (min-width: 640px){
  #dnoticias--comments{width:640px;}
  .comment-response {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comment-response-name:before {content: '\2192';}
}
@media only screen and (max-width: 375px){
  .panel-slide .panel-slide_wrapper {
    padding: 30px 10px;
    overflow-x: hidden;
  }
  .comment-awaiting:before, 
  .comment-approved:before, 
  .comment-shared:before {left: -10px; right: -10px;}
}
