#live-chat {
  background-color: white;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  border-width: 1px;
  border-bottom: 1px;
  border-style: outset;
  border-color: #d3d3d3;
}

#live-chat .textarea {
  padding: 8px;
  width: 100%;
}

#live-chat .enviar {
  display: none;
}

#live-chat .im-envia {
  display: none;
}

#live-chat .im-recibe {
  display: none;
}

#live-chat .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

#live-chat .btn:after {
  padding-left: 5px;
  content: "ENVIAR";
  color: white;
  font-family: 'Poppins', sans-serif !important;
}

#live-chat header {
  cursor: pointer;
}

.im-envia {
  float: left;
  margin-right: 15px;
}

.im-recibe {
  float: right;
  margin-top: -15px;
}

.enviaid {
  font-size: 12px;
  margin-left: 40px;
  padding-left: 25px;
  word-wrap: break-word;
}

.enviatex {
  font-size: 12px;
  margin-left: 40px;
  padding-left: 25px;
  word-wrap: break-word;
}

.chat {
  background: #fff;
  width: 100%;
}

.chat-history {
  border: solid 1px #d3d3d3;
  min-height: 100px;
  padding-left: 0;
  padding-right: 5px;
  height: 50vh;
  overflow-y: scroll;
}

.chat-history::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.chat-history::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.chat-history::-webkit-scrollbar-thumb {
  background-color: #337ab7;
  border: 1px solid #337ab7;
}

.chat-message-content {
  margin-left: 15px;
}

.visibilidad {
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.comen {
  text-align: center;
  font-weight: bold;
}

.test {
  position: relative;
}

.chat > hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.chat-time {
  float: left;
  font-size: 10px;
  font-weight: normal;
}

.button-panel {
  background-color: #999999;
  border: none;
  color: white;
  margin-left: 2px;
}

.printable-header {
  visibility: hidden;
  display: none;
}

.remitente {
  min-width: 100px;
}

.chat-time {
  display: flex;
  flex-direction: row;
}

@media (min-width: 1030px) {

  #live-chat .im-envia {
    display: block;
    margin: 5px;
  }

  #live-chat .im-recibe {
    display: block;
    margin: 5px;
  }
  /* css chat detalle solicitud */
  .clearfix {
    *zoom: 1;
  }
  /* For IE 6/7 */
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }
  /* ---------- LIVE-CHAT ---------- */
  #live-chat h4:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
  }

  #live-chat .enviar {
    /* vertical-align: top; */
    float: left;
    margin: 5px;
    display: block;
  }

  #live-chat .textarea {
  padding: 8px;
  width: 80%;
}

  #live-chat h4 {
    font-size: 15px;
    color: black;
    font-weight: bold;
  }
  
  #live-chat .enviar {
    vertical-align: top;
    float: left;
    margin: 5px;
  }

  .recibetex {
    font-size: 12px;
    width: 70%;
    float: left;
  }

  .chat-header {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }

  .chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
  }


}

@media (min-width: 768px) {
  #live-chat .im-envia {
    display: block;
    margin: 5px;
  }

  #live-chat .im-recibe {
    display: block;
    margin: 5px;
  }

  #live-chat .textarea {
  padding: 8px;
  width: 90%;
}

}

@media (min-width: 1300px) {
  /* css chat detalle solicitud */
  .clearfix {
    *zoom: 1;
  }
  /* For IE 6/7 */
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }

  .clearfix:after {
    clear: both;
  }
  /* ---------- LIVE-CHAT ---------- */
  #live-chat h4:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
  }

  #live-chat .enviar {
    /* vertical-align: top; */
    float: left;
    margin: 5px;
    display: block;
  }

  #live-chat .im-envia {
    display: block;
    margin: 5px;
  }

  #live-chat .im-recibe {
    display: block;
    margin: 5px;
  }

  #live-chat h4 {
    font-size: 18px;
    color: black;
    font-weight: bold;
  }
  
  #live-chat .enviar {
    vertical-align: top;
    float: left;
    margin: 5px;
  }
  
  .recibetex {
    font-size: 12px;
    width: 79%;
    float: left;
  }

  .chat-header {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }

  .chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
  }
}
