@-webkit-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }
@-moz-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }
@-o-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }
@-ms-keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }
@keyframes spin_circle {
  0%,
  100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }
#article_comments {
  margin-top: 20px; }
  #article_comments a {
    cursor: pointer; }
  #article_comments .auth_before_message {
    font-size: 14px;
    color: #7a7979; }
    #article_comments .auth_before_message a.comment_login {
      color: #167ac6;
      text-decoration: underline; }
  #article_comments ._loading {
    position: relative; }
    #article_comments ._loading ._stage_loading {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 997; }
    #article_comments ._loading ._stage_loading:after {
      display: block;
      content: '';
      clear: both;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: transparent;
      position: absolute;
      z-index: 998; }
    #article_comments ._loading ._stage_loading:before {
      content: '';
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 100%;
      width: 10px;
      height: 10px;
      z-index: 999;
      box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
      -webkit-animation: spin_circle ease infinite 4s;
      -ms-animation: spin_circle ease infinite 4s;
      -o-animation: spin_circle ease infinite 4s;
      -mos-animation: spin_circle ease infinite 4s;
      animation: spin_circle ease infinite 4s; }
  #article_comments .form_add_comment, #article_comments .form_add_comment_child {
    background: #FFFFFF;
    padding: 20px; }
    #article_comments .form_add_comment .wrapp_input_file, #article_comments .form_add_comment_child .wrapp_input_file {
      position: relative;
      float: left; }
      #article_comments .form_add_comment .wrapp_input_file:hover:before, #article_comments .form_add_comment_child .wrapp_input_file:hover:before {
        content: "\f01a";
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 25px;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 25px;
        cursor: pointer; }
      #article_comments .form_add_comment .wrapp_input_file input[type=file], #article_comments .form_add_comment .wrapp_input_file .uploader, #article_comments .form_add_comment_child .wrapp_input_file input[type=file], #article_comments .form_add_comment_child .wrapp_input_file .uploader {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
    #article_comments .form_add_comment .form-group input[type=text], #article_comments .form_add_comment .form-group textarea, #article_comments .form_add_comment .form-group [contenteditable="true"], #article_comments .form_add_comment_child .form-group input[type=text], #article_comments .form_add_comment_child .form-group textarea, #article_comments .form_add_comment_child .form-group [contenteditable="true"] {
      width: 100%;
      border: 1px solid #333333;
      color: #333333; }
    #article_comments .form_add_comment .form-group textarea, #article_comments .form_add_comment .form-group [contenteditable="true"], #article_comments .form_add_comment_child .form-group textarea, #article_comments .form_add_comment_child .form-group [contenteditable="true"] {
      min-height: 100px;
      padding: 5px;
      line-height: 20px; }
      #article_comments .form_add_comment .form-group textarea .answer_customer, #article_comments .form_add_comment .form-group [contenteditable="true"] .answer_customer, #article_comments .form_add_comment_child .form-group textarea .answer_customer, #article_comments .form_add_comment_child .form-group [contenteditable="true"] .answer_customer {
        border: 0;
        line-height: 20px;
        padding: 0 10px;
        color: #FFFFFF;
        background: #167ac6;
        border-radius: 3px;
        margin-right: 5px; }
  #article_comments .form_add_comment_child {
    clear: both;
    margin-left: 75px;
    margin-top: 15px;
    padding: 0; }
    #article_comments .form_add_comment_child > .form-group {
      margin-bottom: 0; }
      #article_comments .form_add_comment_child > .form-group:after {
        content: '';
        clear: both;
        display: block; }
    #article_comments .form_add_comment_child .btn_cancel, #article_comments .form_add_comment_child .btn_add {
      float: right;
      margin-top: 15px; }
    /* #article_comments .form_add_comment_child .btn_add {
      background: #5cbe4f; } */
    #article_comments .form_add_comment_child .btn_cancel {
      background: #e48054; }
    #article_comments .form_add_comment_child .btn_cancel {
      margin-left: 15px; }
  #article_comments .btn_cancel, #article_comments .btn_add {
    position: relative;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    border: none;
    padding: 8px 25px 11px;
    font-family: Conv_AvenirLTStd-Light, Open Sans;
    background: #00979d;
    color: #fff;
    outline: none !important;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  /* #article_comments .btn_add {
    background: #5cbe4f; } */
    #article_comments .btn_add:hover {
      background: #005c5f; }
  #article_comments .btn_cancel {
    background: #e48054; }
    #article_comments .btn_cancel:hover {
      background: #b96745; }
  #article_comments .btn_cancel {
    margin-left: 15px; }
  #article_comments ._loading_view_more {
    position: relative; }
    #article_comments ._loading_view_more:after {
      display: block;
      content: '';
      clear: both;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #FAFAFA;
      position: absolute;
      z-index: 998; }
    #article_comments ._loading_view_more:before {
      content: '';
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 100%;
      width: 10px;
      height: 10px;
      z-index: 999;
      box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
      -webkit-animation: spin_circle ease infinite 4s;
      -ms-animation: spin_circle ease infinite 4s;
      -o-animation: spin_circle ease infinite 4s;
      -mos-animation: spin_circle ease infinite 4s;
      animation: spin_circle ease infinite 4s; }

.comment_avatar img {
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #F1F1F1;
  max-width: 40px; }

.comment_stage_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998; }

.comment_popup {
  background: #FFFFFF;
  z-index: 9999;
  position: absolute;
  min-width: 320px; }
  .comment_popup .popup_heading {
    font-size: 14px;
    text-align: left;
    line-height: 35px;
    background: #638DBC;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0 20px; }
    .comment_popup .popup_heading .comment_popup_close {
      float: right;
      position: relative;
      color: #FFFFFF;
      font-size: 16px; }
  .comment_popup .popup_body {
    padding: 20px; }
    .comment_popup .popup_body .form-group:last-child {
      margin-bottom: 0; }
    .comment_popup .popup_body .popup_error {
      margin-bottom: 20px;
      background: #ffdaa8;
      color: #f79049;
      line-height: 20px;
      padding: 10px 20px;
      font-size: 13px; }
    .comment_popup .popup_body .popup_success {
      margin-bottom: 20px;
      background: #c7ffb9;
      color: #8edc5a;
      line-height: 20px;
      padding: 10px 20px;
      font-size: 13px; }
    .comment_popup .popup_body._loading {
      position: relative; }
      .comment_popup .popup_body._loading:after {
        display: block;
        content: '';
        clear: both;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        z-index: 998; }
      .comment_popup .popup_body._loading:before {
        content: '';
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        z-index: 999;
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
        -webkit-animation: spin_circle ease infinite 4s;
        -ms-animation: spin_circle ease infinite 4s;
        -o-animation: spin_circle ease infinite 4s;
        -mos-animation: spin_circle ease infinite 4s;
        animation: spin_circle ease infinite 4s; }
    .comment_popup .popup_body .field_input input {
      width: 100%; }
    .comment_popup .popup_body .popup_btn_submit {
      background: #638DBC;
      color: #FFFFFF;
      border: 0;
      line-height: 27px;
      padding: 0 30px;
      font-weight: bolder;
      text-transform: uppercase;
      font-size: 13px; }
      .comment_popup .popup_body .popup_btn_submit:hover {
        background: #4c6e97; }

.required {
  color: #FF0000; }

.list_comments {
  padding: 0 20px; }
  .list_comments .children_list_comment {
    margin-left: 75px;
    margin-top: 15px;
    padding: 0 15px;
    margin-bottom: 15px; }
  .list_comments .comment {
    margin-bottom: 15px; }
    .list_comments .comment:not(:first-child) {
      border-top: 1px solid #6F6F6F;
      padding-top: 15px; }
    .list_comments .comment .customer_name {
      font-weight: 600;
      font-size: 14px;
      text-transform: none;
      margin-top: 0;
      color: #167ac6;
      text-decoration: none;
      word-break: break-all; }
    .list_comments .comment .comment_info {
      font-size: 12px;
      color: #c3c3c3; }
      .list_comments .comment .comment_info a {
        color: #c3c3c3; }
        .list_comments .comment .comment_info a:hover {
          text-decoration: underline;
          color: #333333; }
    .list_comments .comment .comment_detail {
      padding: 10px 0; }
      .list_comments .comment .comment_detail.no_viewed {
        background: #F6F6F6; }
    .list_comments .comment .message {
      margin: 10px 0;
      font-size: 14px; }
      .list_comments .comment .message .link_not_available, .list_comments .comment .message a {
        color: #167ac6 !important; }
      .list_comments .comment .message a {
        text-decoration: underline !important; }
    .list_comments .comment .message_customer {
      color: #B0B0B0; }
      .list_comments .comment .message_customer.message_admin_customer {
        color: #F15242; }
  .list_comments .info_moderation {
    display: inline-block;
    color: #dd3231; }

.comment_form_answer {
  padding: 20px;
  border-top: 1px solid #00CAAB;
  border-bottom: 1px solid #00CAAB;
  background: #E5FCF8; }
  .comment_form_answer .comment_message_field {
    width: 100%; }
  .comment_form_answer .comment_btn {
    margin-top: 10px; }

.no_viewed {
  background: #d8ebeb; }

div.comment_repair {
  padding: 15px;
  background: #F6F6F6; }
  div.comment_repair a {
    color: #333333; }
    div.comment_repair a:hover {
      text-decoration: underline; }

.view_more {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  background: #FAFAFA;
  font-weight: bolder; }
  .view_more:hover {
    background: #4d769c;
    color: #FFFFFF; }

.message_for_guest {
  font-size: 16px;
  color: #1DA59A;
  margin-bottom: 20px; }

#new_customer_form .field_row {
  margin-bottom: 10px; }

.list_comments .comment.comment_admin > .comment_detail .customer_name {
  color: #F15242 !important;
  font-size: 16px !important; }

.no_comments {
  font-size: 14px;
  line-height: 50px;
  background: #FCFCFC;
  color: #7a7979;
  text-align: center; }

.hidden {
  display: none; }

/*# sourceMappingURL=comments.css.map */
