@charset "utf-8";

.ease-in-out {
  transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
}

/* CSS Document */
/* .at-commnts h3,
.at-commnts small,
.comnt-or-cancel-btns > li > a,
.not-follow-btn > h4,
.notify-div .not-numbers > p.not-follow-num {
  font-weight: 600;
} */
.ui-autocomplete {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.expand {
  resize: none;
  overflow: hidden;
  word-break: break-all;
}

.at-commnts {
  display: block;
  margin-top: 15px;
  border: none;
  padding: 0;
}

.at-commnts small {
  display: inline-block;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
}

.at-commnts small span {
  margin-right: 3px;
}

.at-commnts>h3 {
  display: inline-block;
  margin: 5px 0;
  margin-right: 7px;
  color: #000;
  font-size: 20px;
}

.at-commnts .media-body,
.at-commnts .media-left,
.at-commnts .media-right {
  display: table-cell;
  vertical-align: top;
}

.at-commnts .media-body {
  width: 10080px;
  overflow: hidden;
}

.at-commnts .media {
  overflow: visible;
}

.add-comnt .media-body small,
.add-comnt .media-body>.alert-info {
  color: #9ab4c7;
  margin-bottom: 10px;
  line-height: 21px;
}

.at-commnts .media-left,
.at-commnts .media>.pull-left {
  padding-right: 10px;
}

.at-commnts .media {
  border-top: 0 none;
  margin-bottom: 15px;
  position: relative;
}

.add-comnt .media-left>a {
  border-radius: 50%;
  display: block;
  height: 70px;
  width: 70px;
  overflow: hidden;
}

.add-comnt .media-left>a>img {
  border: 0 none;
  width: 100%;
  min-height: 100%;
}

.add-comnt form.media-body .form-control {
  border: 2px solid #ddd;
}

.add-comnt form.media-body .form-control {
  border: 2px solid #ddd;
}

.comnt-or-cancel-btns {
  display: block;
  margin-top: 15px;
}

.comnt-or-cancel-btns>li {
  display: inline-block;
  float: right;
}

.comnt-or-cancel-btns>li>a {
  padding: 8px 20px;
  border-radius: 20px;
  padding: 7px 22px;
}

.at-commnts .media.add-comnt {
  margin-bottom: 0;
  background: #f5f7f9;
  padding: 20px 25px 0;
  border-radius: 10px 10px 0 0;
}

.at-commnts .commnts-list {
  background: #f5f7f9;
  padding: 10px 25px;
  border-radius: 0 0 10px 10px;
}

.at-commnts .commnts-list .allow-comment {
  display: none;
}

.commnts-list .media-left>a {
  border-radius: 50%;
  display: block;
  height: 50px;
  overflow: hidden;
  width: 50px;
}

.commnts-list .media-left>a>img {
  min-height: 100%;
  width: 100%;
  border: 0 none;
}

.commnts-list .media .media-body .media-heading {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.commnts-list .media .media-body .media-heading>a {
  color: #499ac6;
  font-weight: 500;
  font-size: 1em !important;
}

.commnts-list .media .media-body .media-heading>a:hover {
  color: #fd5d2a !important;
}

.commnts-list .media .media-body div {
  margin: 0;
}

.like-or-reply {
  display: block;
  margin: 5px 0 3px 0;
}

.like-or-reply>li {
  display: inline-block;
  margin-right: 7px;
}

.like-or-reply>li>a {
  color: #757575;
  font-size: 0.95em;
}

.like-or-reply>li>a>i {
  display: inline-block;
  background: url(../../images/ar/comnts-sprite.png) no-repeat;
  vertical-align: middle;
}

.like-or-reply>li>a>i.like-ico {
  background-position: -23px 0px;
  width: 9px;
  height: 5px;
}

.like-or-reply>li>a>i.reply-ico {
  background-position: -35px 0px;
  width: 14px;
  height: 11px;
}

.spam-action {
  width: 17px;
}

.spam-actions>a>i {
  background: url(../../images/ar/comnts-sprite.png) no-repeat;
  display: block;
  background-position: 0px 0px;
  width: 17px;
  height: 17px;
}

.spam-actions {
  position: absolute;
  right: 0;
  top: 0;
}

.spam-act-btn {
  display: none;
}

.spam-actions.open>.spam-act-btn {
  display: block;
}

.commnts-list>.media:hover .spam-act-btn {
  display: block;
}

/*.spam-actions:hover .spam-list {
display:block;
    }*/

.spam-actions .dropdown-menu {
  right: 3px;
  left: auto;
  top: 15px;
}

.at-commnts .lang-list>li>a {
  font-size: 1.1em;
  line-height: 1.42857;
  padding: 10px;
}

/*.reply-list > .media:hover + .reply-at-per .form-control{
width:calc(100% + 15px)
    }*/

.view-all-rep i.all-repl-ico {
  background: url(../../images/ar/comnts-sprite.png) no-repeat;
  display: block;
  background-position: -69px 0px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.reply-list {
  border-left: 2px solid #dae8ef;
  margin-top: 20px;
  padding-left: 10px;
  margin-left: 50px;
}

.reply-list .media-left.pull-right>a {
  height: 35px;
  margin-top: 15px;
  width: 35px;
}

.hide-replies {
  display: none;
}

.reply-at-per {
  position: relative;
}

.tag-per {
  background: #e8f0f6 none repeat scroll 0 0;
  border-radius: 3px;
  color: #666;
  line-height: 1;
  padding: 4px 7px;
  text-align: center;
}

.at-commnts .form-control {
  height: auto;
  min-height: 40px;
}

.at-commnts .reply-at-per .form-control {
  height: auto;
  min-height: 33px;
}

.at-commnts .form-group {
  margin: 0;
}

.btn.more-comnts-btn {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  display: block;
  padding: 10px;
  text-align: center;
}

.btn.more-comnts-btn:hover {
  color: #fff;
  background: #f35928;
}

.btn.more-comnts-btn:hover i {
  mix-blend-mode: screen;
}

.btn.more-comnts-btn i.more-comnts-ico {
  background: url(../../images/ar/comnts-sprite.png) no-repeat;
  display: block;
  background-position: -54px 0px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.like-or-reply>li>a:hover,
.like-or-reply>li>a.liked {
  color: #f35928;
}

.form-group.reply-at-per>div.new-body {
  border: 1px solid #ebebeb;
  display: block;
  min-height: 33px;
  color: #666;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  border-color: #d7d7d7;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  line-height: 1.42857;
  padding: 6px 12px;
  transition:
    border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
}

#new-comment-body {
  border: 1px solid #ffffff;
  display: block;
  min-height: 100px;
  color: #999999;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  line-height: 1.42857;
  padding: 10px 12px;
  background: #ffffff;
  transition:
    border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  outline: none;
}

#new-comment-body:focus {
  border-color: #d9e6ee;
}

.commnts-list .media:hover>.media-right:nth-child(3) .spam-act-btn {
  display: block;
}

.reply-list .media:hover>.media-right:nth-child(3)>.spam-actions>.spam-act-btn {
  display: block;
}

.commnts-list .media:hover>.media-right:nth-child(3) .spam-act-btn {
  display: block;
}

.reply-list .media:hover>.media-right:nth-child(3)>.spam-actions>.spam-act-btn {
  display: block;
}

.error {
  color: #f35928;
  font-size: 10px;
}

.like-or-reply>li>a.liked:hover>i.like-ico {
  background-position: -23px -20px;
}

.form-group.reply-at-per .pull-left.reply {
  position: relative;
  bottom: 26px;
  right: 13px;
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #888;
  height: 25px;
  line-height: 2em;
  margin-right: -9px;
  margin-top: -3px;
  text-align: center;
  width: 25px;
}

.form-group.reply-at-per .pull-left.reply:hover {
  background: #fd6c3d none repeat scroll 0 0;
  color: #fff;
}

.reply-top>span {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  line-height: 2em;
  margin-right: 6px;
  text-align: center;
  width: 30px;
}

.reply-top {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}

.reply-top:hover>span {
  background: #fd6c3d none repeat scroll 0 0;
  color: #fff;
}

.comnt-note {
  background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 12px;
  color: #444;
  display: block;
  font-size: 0.9em;
  margin-bottom: 0px;
  margin-top: 10px;
  border-left: 3px solid #aac2cd;
  padding: 6px 0 6px 12px;
  position: relative;
  text-align: left;
}

.comnt-note.alert-dismissible .close {
  bottom: -111px;
  color: #777;
  font-size: 0.9em;
  font-weight: normal;
  right: 0;
  opacity: 1;
  left: auto;
  top: auto;
  bottom: -16px;
  position: absolute;
}

.comnt-note .media-left>span {
  background: #ebebeb none repeat scroll 0 0;
  border: 3px solid #aac2cd;
  border-radius: 50%;
  display: block;
  font-size: 1.3em;
  height: 70px;
  line-height: 3.8em;
  margin-right: 5px;
  margin-left: -30px;
  padding-right: 16px;
  text-align: right;
  vertical-align: middle;
  width: 70px;
}

.comnt-note .media-body,
.comnt-note .media-left,
.comnt-note .media-right {
  display: table-cell;
  vertical-align: top;
}

#comment_added {
  display: none;
}

.at-commnts .alert-info {
  margin: 0;
  padding: 0 7px;
  background-color: #f7f7f7;
}

.comnt-note .media {
  overflow: hidden !important;
}

.not-follow-btn,
.not-follow-btn:focus,
.not-follow-btn:hover {
  background: #9db7c9;
  border: none;
  height: 30px;
  margin-top: 5px;
  padding: 0 12px;
  text-align: left;
  min-width: 135px;
  border-radius: 20px;
}

.not-follow-btn>span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  text-align: center;
  height: 30px;
  width: 18px;
  padding-left: 0;
}

.not-follow-btn:hover {
  background: #b4c8d2;
  text-align: left;
}

.not-follow-btn>span>i {
  background: url(../../images/ar/comnts-sprite.png) -58px -18px;
  width: 12px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(10);
}

/* .not-follow-btn:hover > span,
.not-follow-btn.following > span{
    background: #fd5d2a none repeat scroll 0 0;
    border: 1px solid #fd5d2a;
    height: 37px;
    margin-left: -2px;
    margin-top: -1px;
    width:37px;
    } */

.not-follow-btn:hover>span>i,
.not-follow-btn.following>span>i {
  background: url(../../images/ar/comnts-sprite.png) -42px -18px;
  width: 12px;
  height: 17px;
}

.not-follow-btn>h4 {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 2.3em;
  margin: 0;
  vertical-align: middle;
}

.not-follow-btn>h4:nth-child(3) {
  display: none;
}

.not-follow-btn>h4:nth-child(4) {
  display: none;
}

.not-follow-btn.following>h4:nth-child(3) {
  display: inline-block;
}

.not-follow-btn.following>h4:nth-child(2) {
  display: none;
}

/*
.not-follow-btn.following:hover > span{
background:transparent;
border:0 none;
border-right:1px solid #c7c7c7;
height:36px;
margin:0;
margin-right:5px;
width:35px;
    } */

.not-follow-btn.following:hover>span>i {
  background: url(../../images/ar/comnts-sprite.png) -74px -18px;
  width: 16px;
  height: 17px;
}

.not-follow-btn.following:hover>h4:nth-child(1),
.not-follow-btn.following:hover>h4:nth-child(2),
.not-follow-btn.following:hover>h4:nth-child(3) {
  display: none;
}

.not-follow-btn.following:hover>h4:nth-child(4) {
  display: inline-block;
}

.notify-div {
  display: inline-block;
  text-align: right;
}

.notify-div .not-numbers {
  border: 1px solid #dedede;
  border-radius: 3px;
  clear: both;
  display: inline-block;
  height: 30px;
  min-width: 40px;
  margin-right: 8px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
}

.notify-div .not-numbers:after,
.notify-div .not-numbers:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.notify-div .not-numbers:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}

.notify-div .not-numbers:before {
  border-color: rgba(222, 222, 222, 0);
  border-left-color: #dedede;
  border-width: 5px;
  margin-top: -5px;
}

.notify-div .not-numbers>p.not-follow-num {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  line-height: 18px;
  font-weight: 500;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .expand {
    word-break: break-word;
  }
}

@media (min-width: 575px) {
  .add-comnt .media-left {
    height: 70px;
    width: 80px;
  }

  .add-comnt .media-left>a {
    position: absolute;
    bottom: 80px;
  }
}

@media (max-width: 575px) {
  .at-commnts .media.add-comnt {
    padding: 20px 15px 0;
  }

  .at-commnts .commnts-list {
    padding: 10px 15px;
  }

  .add-comnt .media-left>a {
    position: absolute;
    margin-top: 0;
    top: 28px;
    z-index: 2;
  }

  .add-comnt .media-body>.alert-info {
    margin: 10px 0 5px 70px;
  }
}