.app-sidebar__user-avatar {
  width: 48px;
  background: gray;
  padding: 6px;
}
.app-sidebar__toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15pt;
}
.app-sidebar__toggle::before {
  display: none;
}
.headerRegister,
.header-primary {
  background: #009688;
  color: #fff;
}
.headerUpdate {
  background: #007bff;
  color: #fff;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ccc;
}
/*Estilos login*/
#divLoading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(254, 254, 255, 0.65);
  z-index: 9999;
  display: none;
}
#divLoading img {
  width: 50px;
  height: 50px;
}
.required {
  color: red;
  font-size: 13pt;
  font-weight: bold;
}
/* style portada categoría */
.prevPhoto {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/portada_categoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPhoto1 {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/portada_categoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPhoto2 {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/portada_categoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPhoto3 {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/portada_categoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPhoto4 {
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../images/uploads/portada_categoria.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.prevPortada {
  width: 100%;
  min-width: 200px;
  background: none;
}
.prevPortada1 {
  width: 100%;
  min-width: 200px;
  background: none;
}
.prevPortada2 {
  width: 100%;
  min-width: 200px;
  background: none;
}
.prevPortada3 {
  width: 100%;
  min-width: 200px;
  background: none;
}
.prevPortada4 {
  width: 100%;
  min-width: 200px;
  background: none;
}
.prevPhoto label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prevPhoto img {
  width: 100%;
  height: 100%;
}
.prevPhoto1 label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.prevPhoto2 label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prevPhoto3 label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prevPhoto4 label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prevPhoto1 img {
  width: 100%;
  height: 100%;
}

.prevPhoto2 img {
  width: 100%;
  height: 100%;
}
.prevPhoto3 img {
  width: 100%;
  height: 100%;
}
.prevPhoto4 img {
  width: 100%;
  height: 100%;
}
.upimg,
.notblock {
  display: none !important;
}

@media print {
  #printCode {
    color: white; /* Asegúrate de que el color sea negro o el color deseado */
  }
}
.errorArchivo {
  font-size: 16px;
  font-family: arial;
  color: #cc0000;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.errorArchivo1 {
  font-size: 16px;
  font-family: arial;
  color: #cc0000;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.delPhoto {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
.delPhoto1 {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}

.delPhoto2 {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
.delPhoto3 {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
.delPhoto4 {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
#tbl_list_productos img {
  width: 50px;
}
.imgProductoDelete {
  width: 175px;
}

#imgCategoria {
  text-align: center;
}
#imgCategoria img {
  width: 200px;
  margin: auto;
}

#celFoto {
  text-align: center;
}
#celFoto img {
  width: 200px;
  margin: auto;
}

/* Upload fotos*/
#containerImages {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#containerImages > div {
  margin-right: 10px;
  margin-bottom: 8px;
}
.prevImage {
  border: 1px solid #ccc;
  width: 120px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prevImage img {
  width: 100%;
}
.inputUploadfile {
  display: none;
}
.btnUploadfile,
.btnDeleteImage {
  border: 0;
  background-color: #009688;
  text-align: center;
  padding: 2px 3px;
  color: #fff;
  font-size: 9pt;
  cursor: pointer;
  width: 100%;
}
.btnDeleteImage {
  background-color: #dc3545;
}
.prevImage .loading {
  width: 30px;
  height: 30px;
}
#celFotos img {
  width: 150px;
  margin: 10px;
}

/* TIENDA VIRTUAL */
.divmetodpago label,
#divCondiciones {
  width: 100%;
  display: flex;
}
.divmetodpago label input,
#divCondiciones input {
  margin-right: 15px;
}
#divCondiciones a {
  margin-left: 5px;
}

#divCondiciones label {
  margin-bottom: 0;
}
.linkw:hover {
  text-decoration: none;
}
.container-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-title input {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
}
.dflex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ui-datepicker-calendar {
  display: none;
}

.page-content ul li {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}
.page-content ol li {
  list-style-type: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.page-content ul li ul li,
.page-content ol li ul li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.page-content ol li ol li,
.page-content ul li ol li {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.page-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 110px);
  margin-bottom: 0;
}

.page-error h1 {
  margin: 10px;
  color: #dc3545;
  font-size: 42px;
}

.imagen-redonda {
  border-radius: 50%; /* Hace que la imagen sea redonda */
}

#iniciarMovimientosBtn {
  display: block; /* O cualquier estilo inicial que desees */
}

.btn-custom-light {
  background-color: #e0e0e0; /* Color gris personalizado */
  color: #333; /* Color de texto personalizado */
}

.modal-bloqueante::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semitransparente */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; /* Asegura que esté detrás del contenido del modal */
  transition: opacity -100s; /* Duración de transición de 0 segundos */
}

.scrollable-content {
  max-height: 1110px; /* Define la altura máxima del contenido */
  overflow-y: auto; /* Agrega una barra de desplazamiento vertical cuando sea necesario */
}

.modal-body-scrollable {
  max-height: 300px; /* Ajusta la altura máxima según tus necesidades */
  overflow-y: auto; /* Habilita la barra de desplazamiento vertical si es necesario */
}

/* Estilo para filas pares en la tabla del carrito */
.carrito-table tbody tr:nth-child(even) {
  background-color: #f2f2f2; /* Color de fondo para filas pares (gris claro) */
}

/* Estilo para filas impares en la tabla del carrito */
.carrito-table tbody tr:nth-child(odd) {
  background-color: #ffffff; /* Color de fondo para filas impares (blanco) */
}

/* Estilo personalizado para el modal "Ingresar Egreso" */
#modalFormEgreso .modal-header {
  background-color: #337ab7; /* Cambia este color al que desees */
  color: #fff; /* Cambia el color del texto si es necesario */
}

#modalAgregarProductoEgreso .modal-header {
  background-color: #337ab7; /* Cambia al color rojo o cualquier otro de tu elección */
  color: #ffffff; /* Cambia al color blanco o cualquier otro de tu elección */
}

.input-pequeno {
  width: 150px; /* Ajusta el ancho según tus necesidades */
  font-size: 12px; /* Ajusta el tamaño de fuente según tus necesidades */
  /* Otros estilos, como bordes, márgenes, etc. */
}

/* Estilo para hacer el select más pequeño */
.select-pequeno {
  width: 100%;
  max-width: 100%; /* Asegura que el select no se extienda más allá de su contenedor */
  height: 24px; /* Ajusta la altura a tu preferencia */
  font-size: 12px; /* Ajusta el tamaño de fuente a tu preferencia */
  padding: 2px; /* Ajusta el espaciado interno a tu preferencia */
  border: 1px solid #ccc; /* Establece un borde */
  border-radius: 5px; /* Agrega bordes redondeados */
  color: #333;
  background-color: #f2f2f2;
}

/* Estilo para quitar las flechas predeterminadas del select en algunos navegadores */
.select-pequeno::-ms-expand {
  display: none;
}
.select-pequeno::-webkit-inner-spin-button,
.select-pequeno::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Estilo al pasar el mouse por encima del select */
.select-pequeno:hover {
  background-color: #e0e0e0;
}

/* Estilo al hacer clic en el select */
.select-pequeno:focus {
  outline: none; /* Quita el borde de enfoque */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Sombra al hacer clic */
}

/* Estilo para las opciones dentro del select */
.select-pequeno option {
  background-color: #fff; /* Color de fondo de las opciones */
  color: #333; /* Color del texto de las opciones */
  padding: 10px; /* Espaciado interno de las opciones */
}

/* Estilo para las opciones al pasar el mouse por encima */
.select-pequeno option:hover {
  background-color: #f0f0f0;
}

.carrito-table {
  max-height: 200px; /* Ajusta la altura máxima según tus necesidades */
  overflow-y: auto;
}

.nueva-clase {
  background-color: black;
  height: 300px;
  /* Agrega más estilos según sea necesario */
}

.input-error {
  border-color: #ff0000; /* Color rojo */
}

.mi-tabla-pequena {
  font-size: 1px !important;
}

table.mi-tabla-pequena {
  font-size: 10px !important;
}

/* Agrega este estilo a tu hoja de estilos CSS */
.modal-custom {
  max-width: 180%;
}

.text-success {
  color: green;
}

.text-warning {
  color: yellow;
}

.text-primary {
  color: blue;
}

.text-danger {
  color: red;
}
#lblTicket {
  transform: translateX(
    20%
  ); /* Ajusta la posición horizontal según tus necesidades */
  font-size: 25px; /* Ajusta el tamaño de la fuente según tus necesidades */
}
/* Agrega estilos para resaltar los campos no llenados */
.empty-field {
  border: 2px solid red;
}

.imagen-redonda {
  border-radius: 50%;
}

.error-message {
  color: red;
}

/* Estilo para ocultar el texto por defecto */
.form-control-file::after {
  content: none !important;
}
