#comments {
	/* margin-top: 10px; */
  padding: 10px;
  /* background-color: #fff; */
  border: 1px solid #000;
  /* -webkit-border-radius: 4px; */
  /*-moz-border-radius: 4px;*/
  /* border-radius: 4px; */
  /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); */
  /*-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
  /* box-shadow: 0 1px 1px rgba(0,0,0,0.2); */
}

#comments h3 {
  margin: 0;
  font-size: 22.75px;
}

#comments .helptext {
  font-size: 12px;
}

#comments .helptext a {
  font-weight: bold;
}

.comment {
  overflow: hidden;
  clear: both;
  margin: 10px 0 10px 0;
  border: 1px #f1f1f1 solid;
  border-width: 0 0 1px;
}

.comment_status_published {
  display:block;
}

.comment_status_rejected {
  background: #FFAEAE;
  padding-left: 10px;
  padding-top: 10px;
}

.comment_status_ {
  background: #FFF0AA;
  padding-left: 10px;
  padding-top: 10px;
}

#comments .comment:last-child {
  border-bottom:0px;
}

.comment_date_user {
  font-size: 11px;
  font-weight: bold;
  color: #999;
}

.comment_user_avatar,
.comment_body_wrapper {
  float: left;
}

.comment_body_avatar {
  height: 100%;
}

.comment_user_avatar {
  width: 25px;
  margin: 5px 5px 0 0;
  padding: 2px;
  border: 1px solid #999;
}

.comment_body_wrapper {
  margin: 0 0 0 5px;
}

.comment_actions,
.comment_actions a,
.comment_actions a:hover {
  color: #999;
  font-size: 11px;
}

ul.comment_actions li {
  display: inline;
}

ul.comment_actions li + li::before {
  content: "\2022";
  padding: 0 0.3em 0 0;
}

.search-popover li.comment-heading.active{
	background-color:white

}
.search-popover li.comment-heading h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

.search-popover li div.comment{
	display:table-cell;

}


.search-popover li a.comment {
  display: block;
  margin: 0;
  padding: 1px;
  border: 0 none;
}

.search-popover li a.comment {
  display: block;
  margin: 0;
  padding: 1px;
  border: 0 none;
}

.search-popover li .comment-details {
  width: 100%;
  display: inline-block;
  height: 21px;
  font-size: 11px;
  font-weight: normal;
}

.search-popover li span.comment-user {
  width: 35%;
  float: left;
}

.search-popover li span.comment-path {
  text-align: right;
  float: right;
  width: 65%;
  color: #0e0e0e;
  font-size: 9px;
}

.search-popover li .comment-preview {
  width: 100%;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #464646;
  font-size: 12px;
  clear: both;
  margin-top: -7px;
}

.search-results section img {
  float: left;
  margin-right: 7px;
}

.search-results li {
  list-style: none;
  margin-left: 8px;
}

.search-results section {
  background: white;
  padding: 10px;
  margin-bottom: 10px;
}
.search-results section ul li:hover{
  background-color:#ccd3cb;
}
.search-results section ul li.comment-heading:hover,
.search-results section ul li.result-desc:hover {
  background-color: white;
}

.search-results section ul li.showall {
  padding: 5px 10px;
  background: #404040;
  color: #cccccc ;
  border-radius: 4px;
  margin: 10px 5px;
  display: inline-block;
}

.search-results section ul li.showall:hover{
  background-color: #414141;
}

.search-results section ul li.showall a {
  color: #cccccc;
}

.search-results section ul li.showall a:hover {
  color: #fcfcfc;
}

.search-results section ul li.result-desc {
  font-style: italic;
  color: #909090
}

.search-results li.comment-heading.active,
.search-results section ul li.result-desc.active,
.search-results section ul li.showall.active {
  background-color: white
}
.search-results li.comment-heading h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
}

.search-results li div.comment{
  display:table-cell;
}

.search-results li a.comment {
  display: block;
  margin: 0;
  padding: 1px;
  border: 0 none;
}

.search-results li a.comment {
  display: block;
  margin: 0;
  padding: 1px;
  border: 0 none;
}

.search-results li .comment-details {
  width: 100%;
  display: inline-block;
  height: 21px;
  font-size: 11px;
  font-weight: normal;
}

.search-results li span.comment-user {
  width: 50%;
  float: left;
}

.search-results li span.comment-path {
  text-align: right;
  float: right;
  width: 50%;
  color: #0e0e0e;
  font-size: 9px;
  overflow: hidden;
  height: 17px;
  text-overflow: ellipsis;
}

.search-results li .comment-preview {
  width: 100%;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #464646;
  font-size: 12px;
  clear: both;
  margin-top: -7px;
}

/* Tooltip text */
.user_bio_tooltip_wrapper .user_bio_tooltip {
  visibility: hidden;
  min-width: 100px;
  background-color: #555;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  left: 50%;
  opacity: 1;
  transition: opacity 1s;
  font-size: 10px;
  text-align: left;
  max-width: 400px;
}

/* Tooltip arrow */
.user_bio_tooltip_wrapper .user_bio_tooltip::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.user_bio_tooltip_wrapper:hover .user_bio_tooltip {
  visibility: visible;
  opacity: 1;
}

span.lod {
  /*background-color: slategrey;
  padding: 0px 10px;
  border-radius: 6px;
  color: aliceblue;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;*/
}

.comment .comment_form {
  margin-bottom: 10px;
  margin-left: 40px;
}

.comment_box_title {
  font-size: 14.3px !important;
  line-height: 38px;
  color: rgba(233, 69, 69, 0.9);
  border-top: 0;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 10px !important;
  padding: 0;
}

#notice-alerts {
  background: #fff !important;
  border-color: #eee !important;
  color: rgba(233,69,69,0.9) !important;
  font-size: 15px !important;
  margin-top: 25px !important;
}
