/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.centrado {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select2 {
  width: 100% !important;
}

.mensajes-container {
  transition: opacity 3s ease;
}

.file {
  width: 35px;
  height: 35px;
  margin-top: 6px;
  padding: auto;
}

.oculto {
  display: none;
}

.footer {
  position: relative !important;
  bottom: 0;
  left: 0;
}

/* SISTEMA DE DOCUEMTNACION */

/* .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: #fff;
}

.table th,
.table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ccc;
}

.table thead {
  background-color: #ddd;
}

.table th {
  font-weight: bold;
}

.table tr:nth-child(even) {
  background-color: #ffffff;
} */

.scrollable-list-container {
  max-height: 500px;
  /* Ajusta la altura máxima según tus necesidades */
  overflow-y: auto;
}

.scrollable-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.scrollable-table {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.scrollable-table {
  width: 100%;
  border-collapse: collapse;
}

.scrollable-list-container {
  max-height: 400px;
  overflow-y: auto;
}

.scrollable-list-container table {
  margin-bottom: 0;
}

.scrollable-list-container th,
.scrollable-list-container td {
  white-space: nowrap;
}

.ul-archivos {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.li-archivos {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}


img {
  width: 30px;
  margin-right: 10px;
}

.archivo-link {
  position: relative;
  display: inline-block;
  color: #000;
}

.carpeta-link {
  position: relative;
  display: inline-block;
  color: #000;
}

.popup {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  min-width: 340px;
  width: auto;
}

.archivo-link:hover .popup {
  display: block;
  top: auto;
  bottom: 30px;
}

.carpeta-link:hover .popup {
  display: block;
  top: auto;
  bottom: 30px;
}

/* CHAT TICKETS */

.chat-container {
  border: 1px solid black !important;
  min-height: 400px;
  background-color: rgb(255, 255, 255);
  height: 450px;
  overflow-y: scroll;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sendmsg {
  margin-top: 20px;
}


.chat-row {
  padding: 5px;
  padding-right: 20px;
  padding-left: 20px;
  width: 80%;
}

span.msg {
  display: inline;
  width: auto;
  padding: 7px;
  font-size: 18px;
}

span.fechahora {
  display: block;
  font-size: 9px;
  width: auto;
  margin-top: 8px;
}

.my-comment {
  clear: both;
}

.my-comment,
.my-comment .contenido,
.my-comment .fechahora {
  float: right;
}

.my-comment .contenido {
  background-color: rgba(48, 154, 48, 0.3);
}

.other-comment,
.other-comment .contenido,
.other-comment .fechahora {
  float: left;
}

.chat-container div.contenido {
  border: 1px solid #309A85;
  border-radius: 5px;
  padding: 10px;
  text-align: justify;
}

/* TICKETS */

.fechahora {
  margin-bottom: 10px;
}

.col-xl-15 {
  width: 12.5%;
}

.col-xl-15min {
  width: 9%;
}

span.green {
  color: green;
}

span.red {
  color: red;
}

.rowparent {
  margin-bottom: 30px;
}

input#guardar {
  width: 100%;
  margin-bottom: 10px;
}

.titcon {
  margin-top: 20px;
  height: 37px;
}

.titcones {
  margin-top: 20px;
  height: 73px;
}

.rowchat {
  margin: 5px;
  padding: 10px;
}

.titular_resumen {
  color: #333;
}

.link_volver {
  color: #3498db;
  text-decoration: none;
}

.link_volver:hover {
  text-decoration: underline;
}

.height10 {
  height: 10px;
}

.header_titular {
  font-size: 24px;
  color: #b6b6b6;
  margin-bottom: 10px;
  background-color: #333;
  padding: 10px;
}

.empresaSelect {
  float: right;
}

.banda_solicitudes {
  background-color: white;
}

.formTicket .row {
  padding-top: 20px;
  margin-right: 0;
  margin-left: 0;
}

.clear {
  clear: both;
}

.height25 {
  background-color: #333;
  height: 0.05rem;
}

.box_solicitud {
  padding: 5px;
}

.box_acciones {
  background-color: rgb(143, 188, 128);
  border-radius: 5px;
  height: 2.5rem;
  border: green solid;
  text-align: left;
}

.box_acciones:hover {
  background-color: rgb(143, 188, 128);
  border-radius: 5px;
  height: 2.5rem;
  border: green solid;
  text-align: left;
  color: white;
}

.ticket {
  margin-top: 15px;
  float: right;
}

.ticket_no_visto {
  background-color: #eea4a4;
  border-radius: 5px;
  height: 2.5rem;
  border: red solid;
}

.ticket_sellado {
  background-color: #989494;
  border-radius: 5px;
  height: 2.5rem;
  color: white;
  border: rgb(99, 99, 99) solid;
}

.justified-text {
  text-align: justify;
  text-justify: inter-word;
  margin: 0 20px;
}

/* CREAR BLADE PHP */


.ticket-container {
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 15px;
}

.ticket-details-container {
  margin-top: 10px;
}

.ticket-user-info {
  color: grey;
}

.ticket-description {
  text-align: center;
}

.ticket-documents {
  font-weight: bold;
}

.ticket-doc-list {
  list-style-type: none;
  padding: 0;
}

.ticket-doc-list li {
  margin-bottom: 5px;
}

.ticket-divider {
  margin: 20px 0;
}