.qc_clr_comment_filter_container{    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;}
.qc_clr_comment_row{}
.qc_clr_comment_row label{display: inline-block;
    margin-right: 10px;}
.qc_clr_comment_row select{width: 170px;}
.clr_comment_like{display: inline-block;
    margin-right: 15px;}
.clr_comment_dislike{display: inline-block;}
.clr_comment_thumbs_wraper{}
.clr_comment_thumbs_wraper{
    margin: 20px 0px;
    display: block;
}
.clr_common{cursor:pointer}
.qc_clr_error{background: red;
    color: #fff;
    padding: 5px 13px;
    font-size: 14px;}
.comment-content{margin-bottom:10px}

.emojy-container{
    display: block;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(download12.gif);
    margin: 0 0 0 auto;
	margin-top: -45px;
}

.emojy-happy{
    background-position: 5% 10%;
}

.emojy-smile{
    background-position: 20% 10%;
}

.emojy-teaser{
    background-position: 35% 10%;
}

.emojy-hearteyes{
    background-position: 50% 10%;
}

.emojy-kissheart{
    background-position: 65% 10%;
}

.emojy-wistle{
    background-position: 80% 10%;
}

.emojy-kiss{
    background-position: 95% 10%;
}

.emojy-smile2{
    background-position: 5% 30%;
}

.emojy-teaser2{
    background-position: 20% 30%;
}

.emojy-celebrate{
    background-position: 35% 28.5%;
}

.emojy-joke{
    background-position: 50% 30%;
}

.emojy-lick{
    background-position: 65% 30%;
}

.emojy-funny{
    background-position: 80% 30%;
}

.emojy-surprised{
    background-position: 95% 30%;
}

.emojy-smile3{
    background-position: 5% 50%;
}

.emojy-disappointed{
    background-position: 20% 50%;
}

.emojy-disappointed2{
    background-position: 35% 50%;
}

.emojy-cry{
    background-position: 50% 50%;
}

.emojy-laught{
    background-position: 65% 50%;
}

.emojy-lol{
    background-position: 80% 50%;
}

.emojy-cry2{
    background-position: 95% 50%;
}

.emojy-anxious{
    background-position: 5% 70%;
}

.emojy-embarassed{
    background-position: 20% 70%;
}

.emojy-sorry{
    background-position: 35% 70%;
}

.emojy-tired{
    background-position: 50% 70%;
}

.emojy-surprised{
    background-position: 65% 70%;
}

.emojy-scared{
    background-position: 80% 70%;
}

.emojy-angry{
    background-position: 95% 70%;
}

.emojy-angry2{
    background-position: 5% 90%;
}

.emojy-funny2{
    background-position: 20% 90%;
}

.emojy-sleepy{
    background-position: 35% 90%;
}

.emojy-boss{
    background-position: 50% 90%;
}

.emojy-ko{
    background-position: 65% 90%;
}

.emojy-wow{
    background-position: 80% 90%;
}

.emojy-neutral{
    background-position: 95% 90%;
}




.qc_clr_comment_row label {
    float: left;
	line-height: 45px;
}
.Qccomment_section {
width: 13em;
margin: 0 0 0 auto;
  background: #f6f6f6;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.Qccomment_section ul {
  padding:0px !important;
  margin: 0px 0px 0px 0px;
}


.Qccomment_section .glyphicon-menu-hamburger {
  padding: .8em 1em;
  color: white;
  border-radius: 0 .4em .4em 0;
  float: right;
  top: 0;
}

.Qccomment_section .qc_clr__drop {
  position: relative;
  font-size: 1em;
  cursor: pointer;
  list-style:none;
}
.Qccomment_section .qc_clr__drop a {
  font-weight: 400;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4d4d4d;
  text-decoration: none;
}

.Qccomment_section .qc_clr__triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #FFB135;
  left: 89.5%;
  margin-left: -.4em;
  opacity: 0;
}

.Qccomment_section .qc_clr__dropdownContain {
  width: 13em;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -6.5em;
  /* half of width */
  top: -300px;
}

.Qccomment_section .qc_clr__dropOut {
  width: 13em;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.Qccomment_section .qc_clr__dropOut ul {
  padding: .3em 0;
  margin: 0;
}

.Qccomment_section .qc_clr__dropOut li {
  text-align: left;
  width: 100%;
  padding: 0.6em 12px;
  color: gray;
  border-left: 3px solid #f7f7f7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.Qccomment_section .qc_clr__dropOut li span {
  color: #cccccc;
  margin: 0 1.5em 0 .8em;
}
.Qccomment_section .qc_clr__dropOut li:hover {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.Qccomment_section .qc_clr__dropOut li.active {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.Qccomment_section .qc_clr__dropOut li:hover span {
  color: gray;
}

.Qccomment_section ul li:hover .qc_clr__triangle {
  opacity: 1;
}

.Qccomment_section ul li:hover .qc_clr__dropdownContain {
  top: 33px;
}

.Qccomment_section ul li:hover .qc_clr__dropOut {
  opacity: 1;
  margin-top: 20px;
}

.Qccomment_section .qc_clr__orange-txt {
  background-color: #ffc15e;
  background-image: -o-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -moz-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -ms-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffb135), color-stop(100%, #ffc15e));
  background-image: linear, bottom, #ffb135 0%, #ffc15e 100%;
      margin: 0;
    display: inline;
	    line-height: 9px;
}
.Qccomment_section .qc_clr__orange-txt:hover {
  background: #ffb135;
}
.comment-content a{
	box-shadow: unset !important;
    border-bottom: 1px dotted;
}

input.qcld-clr-subscribe {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  width: 15px !important;
}


button.qc_clr_mention_comment_btn,
button.qcld_clr_delete_comments,
button.qcld_clr_spam_comments {
    background: #4f29f8 !important;
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    line-height: 18px;
    box-shadow: 1px 1px 4px #787878;
    color:#fff;
    cursor:pointer;
    margin: 5px 5px 5px 0px;
}
button.qc_clr_mention_comment_btn:hover,
button.qcld_clr_delete_comments:hover,
button.qcld_clr_spam_comments:hover {
    background: #222 !important;
}




/* comment like dislike filter */


.qc_clr_comment_section {
width: 13em;
margin: 0 0 0 auto;
  background: #f6f6f6;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.qc_clr_comment_section ul {
  padding:0px !important;
  margin: 0px 0px;
}


.qc_clr_comment_section .glyphicon-menu-hamburger {
  padding: .8em 1em;
  color: white;
  border-radius: 0 .4em .4em 0;
  float: right;
  top: 0;
}

.qc_clr_comment_section .qc_clr_comment_drop {
  position: relative;
  font-size: 1em;
  cursor: pointer;
  list-style:none;
}
.qc_clr_comment_section .qc_clr_comment_drop a {
  font-weight: 400;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4d4d4d;
  text-decoration: none;
}

.qc_clr_comment_section .qc_clr_comment_triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #FFB135;
  left: 89.5%;
  margin-left: -.4em;
  opacity: 0;
}

.qc_clr_comment_section .qc_clr_comment_dropdownContain {
  width: 13em;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -6.5em;
  /* half of width */
  top: -300px;
}

.qc_clr_comment_section .qc_clr_comment_dropOut {
  width: 13em;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.qc_clr_comment_section .qc_clr_comment_dropOut ul {
  padding: .3em 0;
  margin: 0;
}

.qc_clr_comment_section .qc_clr_comment_dropOut li {
  text-align: left;
  width: 100%;
  padding: 0.6em 12px;
  color: gray;
  border-left: 3px solid #f7f7f7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.qc_clr_comment_section .qc_clr_comment_dropOut li span {
  color: #cccccc;
  margin: 0 1.5em 0 .8em;
}
.qc_clr_comment_section .qc_clr_comment_dropOut li:hover {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.qc_clr_comment_section .qc_clr_comment_dropOut li.active {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.qc_clr_comment_section .qc_clr_comment_dropOut li:hover span {
  color: gray;
}

.qc_clr_comment_section ul li:hover .qc_clr_comment_triangle {
  opacity: 1;
}

.qc_clr_comment_section ul li:hover .qc_clr_comment_dropdownContain {
  top: 33px;
}

.qc_clr_comment_section ul li:hover .qc_clr_comment_dropOut {
  opacity: 1;
  margin-top: 20px;
}

.qc_clr_comment_section .qc_clr_comment_orange-txt {
  background-color: #ffc15e;
  background-image: -o-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -moz-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -ms-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffb135), color-stop(100%, #ffc15e));
  background-image: linear, bottom, #ffb135 0%, #ffc15e 100%;
      margin: 0;
    display: inline;
      line-height: 9px;
}
.qc_clr_comment_section .qc_clr_comment_orange-txt:hover {
  background: #ffb135;
}
.comment-content a{
  box-shadow: unset !important;
    border-bottom: 1px dotted;
}

button.qc_clr_pin_comment_btn{
    padding: 3px 5px;
    margin: 0px 0px;
    display: none;
    line-height: 16px;
}
/*button.qc_clr_mention_comment_btn {
    padding: 3px 5px;
    margin: 0px 0px;
    line-height: 16px;
}*/

.qc-clr-comment-mention-wrap {
    font-weight: normal;
    border-left: 6px solid #64B5F4;
    padding-left: 5px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px 15px;
    -webkit-transition: border-radius linear .2s,padding linear .2s,background-color linear .2s;
    transition: border-radius linear .2s,padding linear .2s,background-color linear .2s;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.qc-clr-comment-auth {
  display: block;
}

.commentShow, .commenthide{
  font-weight: bold;
  cursor: pointer;
  margin-top:8px;
}
.commentShow .fa-reply-all{
  transform: rotate(180deg);
}