.c-editor {
  position: relative;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.33);
}

.c-editor__input {
  width: 100%;
}

.c-quick-reply #postTips {
  position: absolute;
  top: 20px;
  padding: 12px 15px;
  width: calc(100% - 40px);
  line-height: 1.7;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  color: #B3B3B3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-quick-reply #editor {
  margin-top: 0;
  padding: 0;
}

.c-reply__editor {
  clear: both;
  position: relative;
  padding: 4px 36px;
}

.c-reply__editor .reply-input {
  position: relative;
  margin-top: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px 104px 8px 8px;
  background: #FFF;
  overflow: hidden;
}

.c-reply__editor .reply-input.warning {
  -webkit-box-shadow: inset 0px 0px 4px #e7141a;
          box-shadow: inset 0px 0px 4px #e7141a;
}

.c-reply__editor .reply-input .content-edit {
  resize: none;
  border: none 0;
  width: 100%;
  height: 20px;
  font-size: 13px;
  color: #333333;
  overflow: hidden;
  max-height:95px;
}

.c-reply__editor .reply-input .tool {
  position: absolute;
  top: 4px;
  right: 4px;
}

.c-reply__editor .reply-input .tool button {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: #bfbfbf;
  cursor: pointer;
}

.c-reply__editor .reply-input .tool button:hover {
  color: #0089ac;
}

.c-reply__editor .reply-input .comment_icon {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 6px;
}

.c-reply__editor .reply-input .comment_icon a {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.c-reply__editor .reply-input .comment_icon a img {
  width: 24px;
  height: 24px;
}

.c-editor__input .content-edit {
  margin-top: 0;
  border: 0;
  padding: 20px;
  width: 100%;
  background: transparent;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-editor__input .content-edit:focus {
  outline: none;
}

.c-editor__input .content-edit .ql-editor {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  min-height: 120px;
}

.c-editor__input .option {
  padding: 12px 20px;
  background: #F3F4F4;
  text-align: right;
}

.c-editor__input .option .toolbar {
  float: left;
  margin-top: 1px;
}

.c-editor__input .option .toolbar button {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px;
  color: #a6a6a6;
  vertical-align: middle;
  cursor: pointer;
}

.c-editor__input .option .toolbar button:hover {
  color: #0089ac;
}

.c-editor__input .option .toolbar button.add-template_c {
  position: relative;
  margin-right: 5px;
  padding: 4px 8px;
  min-width: 80px;
  border-radius: 99em;
  background: #a6a6a6;
  color: #fff;
  line-height: 1;
}

.c-editor__input .option .toolbar button.add-template_c i {
  margin-right: 4px;
}

.c-editor__input .option .toolbar button.add-template_c:hover, .c-editor__input .option .toolbar button.add-template_c.is-active {
  background: #11AAC1;
}

.c-editor__input .option .toolbar button img {
  width: 24px;
  height: 24px;
}

.add-template_box {
  position: absolute;
  bottom: 50px;
  padding-bottom: 12px;
  min-width: 400px;
  max-width: 600px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.98);
  text-align: left;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.add-template_box:after {
  content: '';
  position: absolute;
  border-style: solid;
  bottom: -10px;
  left: 38px;
  border-width: 10px 6px 0;
  border-color: #fff transparent transparent;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.05));
}

.add-template_box .add-template__list {
  display: inline-block;
  padding: 12px 16px;
  width: 600px;
  max-height: 196px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add-template_box .add-template__list .post__template__item {
  padding: 4px 6px;
  display: inline-block;
  width: 33.33%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add-template_box .add-template__list .post__template__item a {
  position: relative;
}

.add-template_box .add-template__list .post__template__item .post__template__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  overflow: hidden;
}

.add-template_box .add-template__list .post__template__item .post__template__mark span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-left: -12px;
  margin-top: 2px;
  font-size: 12px;
  font-family: teko;
}

.add-template_box .add-template__list .post__template__item .post__template__mark span i {
  font-size: 12px;
}

.add-template_box .add-template__list .post__template__item .post__template__mark.post__template-hot span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-left: -18px;
  margin-top: 1px;
}

.add-template_box .add-template__list .post__template__item .post__template__mark:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -20px;
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.add-template_box .add-template__list .post__template__item .post__template__mark.post__template-new:before {
  background-color: #ffce80;
}

.add-template_box .add-template__list .post__template__item .post__template__mark.post__template-hot:before {
  background-color: #FF8880;
}

.add-template_box .add-template__list-recent {
  display: inline-block;
  margin: 4px 0;
  width: 100%;
}

.add-template_box .add-template__list-recent p {
  display: inline;
  padding: 8px;
  float: left;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
  border: 1px solid #daebee;
  line-height: 1;
  font-size: 13px;
  color: #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add-template_box .add-template__list-recent .post__template__item {
  padding: 0;
  width: auto;
  max-width: calc(100% - 70px);
}

.add-template_box .add-template__list-recent .post__template__item a {
  border-radius: 0 3px 3px 0;
  border-left: 0;
}

.add-template_box .add-template__list .row {
  margin-left: -6px;
  margin-right: -6px;
}

.add-template_box .add-template__list a {
  display: inline-block;
  padding: 8px;
  width: 100%;
  border: 1px solid #E0E6E8;
  border-radius: 3px;
  background-color: #f4f4f4;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.add-template_box .add-template__list a:hover {
  background-color: #11AAC1;
  color: #fff;
  text-decoration: none;
}

.add-template_box .add-template__list a:hover .post__template__mark {
  display: none;
}

.add-template_box .dropdown-group.dropdown-group-info a {
  border-radius: 3px 3px 0 0;
}

.dropdown-group {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  min-width: 70px;
  font-size: 13px;
  z-index: 1;
  /*List*/
}

.dropdown-group a {
  display: block;
  padding: 3px 6px;
  padding-right: 22px;
  color: #2D2D2D;
  text-decoration: none;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.dropdown-group a:focus, .dropdown-group a:hover {
  background: #e5e5e5;
}

.dropdown-group a:active {
  background: #e5e5e5;
}

.dropdown-group .fa {
  position: absolute;
  right: 25px;
  float: right;
}

.dropdown-group ul {
  display: none;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-top: 1px solid #c0cdd1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #FFF;
}

.dropdown-group ul li {
  padding: 3px 6px;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.dropdown-group ul li:focus, .dropdown-group ul li:hover {
  background: #ecf0f1;
}

.dropdown-group ul li:active {
  background: #fbfcfc;
}

.dropdown-group.dropdown-group-info {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  z-index: 3;
}

.dropdown-group.dropdown-group-info a {
  padding: 12px 15px;
  background: #e5e5e5;
  text-align: left;
}

.dropdown-group.dropdown-group-info ul {
  margin-top: 0;
  background: #f5f5f5;
  color: rgba(76, 87, 102, 0.6);
}

.dropdown-group.dropdown-group-info ul li {
  padding: 8px 15px;
}

.dropdown-group.dropdown-group-info ul li.is-active {
  color: #2D2D2D;
  font-weight: 500;
}

.dropdown-group.dropdown-group-info ul li:focus, .dropdown-group.dropdown-group-info ul li:hover, .dropdown-group.dropdown-group-info ul li:active {
  background: #e5e5e5;
  color: #2D2D2D;
}

/*# sourceMappingURL=c-editor.css.map */
