.barcode_descProd {
    text-align: center;
}

.descProd {
    margin-top: auto;
}

.h7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.checkbox {
    margin-top: 0;
    margin-left: 15px;
}

.margen_formularios {
    margin-bottom: 50px !important;
}

.alertas {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

.alerta-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-top-color: #e4b9c0;
    color: #843534;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5px;  /*altura que desees darle */
    background: #006DF0;
	padding: 0px 0px;
    text-align: right;
    display: flex; /* agregar display:flex */
    align-items: right;
    font-size: 10px !important; 
}

/* Regla de estilo para los párrafos dentro del footer */
footer .footer-copy-right p {
margin: 10px;
font-size: 12px; /* Cambiar el tamaño de fuente */
color: #fff;
}

/* Regla de estilo para los enlaces dentro del footer */
footer .footer-copy-right a {
color: #fff;
text-decoration: none;
}


.breadcome-list-rotulo {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
 
.breadcome-list-linea {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.vertical-center {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .box-title5-bold {
    color: #006DF0;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
  }

  .box-title4 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }

  .box-title4-bold {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
  }

  .box-title3 {
    color: #006DF0;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
  }

  .box-title2 {
    color: #006DF0;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }

  .box-title1 {
    color: #006DF0;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
  }

.no-scroll {
    overflow-y: hidden;
}

.box-title-titulo {
    display: inline-block;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    line-height: 1;
  }

.login-horizental-form {
margin-top: 10px;
}

.form-group-campos {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
  }

.table2 {
    padding-left: 10px !important;
    padding-right: 5px !important;
    font-size: 12px;
    text-align: left;
}

.table3 {
  font-size: 12px;
  text-align: left;
}

.form-group textarea{
	width:100%;
	height:95px;
	padding:10px;
	border:1px solid #e5e6e7;
	outline:none;
	line-height:24px;
}

.bordeado{
    border: 2px dashed #ccc;
}

.linea-gris {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

.linea-gris2 {
  border-bottom: 2px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}

.margen1 {
    margin-bottom: 30px;  
    display: block;
    width: 100%;
}

.margen2 {
  margin-bottom: 15px;  
  display: block;
  width: 100%;
}

.margen3 {
  margin-top: 25px !important;  
}

.margen4 {
  margin: 0px 0px 0px 0px !important;  
}

.margen5 {
  margin-bottom: 110px;  
  display: block;
  width: 100%;
}

.margen6 {
  margin-bottom: 15px;  
  display: block;
  width: 100%;
}

.margen7 {
  margin-bottom: 35px;  
  display: block;
  width: 100%;
}

.margen8 {
  margin-bottom: 10px;  
  display: block;
  width: 100%;
}

.margen-1 {
  margin-bottom: 1px;  
  display: block;
  width: 100%;
}

.margen-0 {
  margin-bottom: 0px;  
  display: block;
  width: 100%;
}

.margen-5 {
  margin-bottom: 5px;  
  display: block;
  width: 100%;
}

.padding1 {
  padding-left: 0px !important;  
}

.padding2 {
  padding-right: 0px !important;  
}

.padding-left-0 {
  padding-left: 0px !important;  
}

.padding-right-0 {
  padding-right: 0px !important;  
}

.padding-left-right-0 {
  padding-left: 0px !important;  
  padding-right: 0px !important;  
}

.padding-left-25 {
  padding-left: 25px !important;  
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .row-inner {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .mini-sub-pro {
    font-size: 14px !important;
  }

  .title1 {
    color: #7F8C8D;
  }

  .fontturquesa {
    background-color: #1ABC9C !important;
  }

  .font-eye {
    background: transparent;
    border: none;
    outline: none;
    color: #007aff;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .centrar-dt {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .derecha-dt {
    text-align: right !important;
  }

  .derecha-input {
    text-align: right !important;
  }

  .padding-zero {
    padding-left: 0px !important;
  }

  .padding-left-10 {
    padding-left: 10px !important;
  }

  .label-light {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
  }

  .label-height {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
  }

  .subtotalFont {
    font-size: 15px !important;
    font-weight: bold !important;
    border: none;
    border-bottom: none;
    background-color: transparent;
    outline: none;
  }

  .padding3 {
    padding-top: 15px !important;
    padding-left: 15px !important;
  }

  .border {
    border: 1px solid #F4F2F1; /* Borde sólido rojo de 2px */
    border-radius: 5px; /* Esquinas redondeadas */
    padding: 10px; /* Espacio interno alrededor del borde */
    margin-bottom: 10px; /* Espacio externo inferior para separar los div */
  }

   .padding4 {
    padding-bottom: 0px !important;
  }

  .padding4 {
    padding-bottom: 5px !important;
  }

  .height-25 {
    height: 25px !important;
  }

  .height-30 {
    height: 30px !important;
  }

  .height-30-font-12 {
    height: 30px !important;
    font-size: 12px !important;
  }

  .height-55 {
    height: 55px !important;
  }

   .custom-input {
    color: white;
    background-color: #006DF0;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }

  .custom-input-red {
    color: white;
    background-color: #E92851;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }

  .custom-input-green {
    color: white;
    background-color: #4F9E58;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }

  .font-red-hc {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    background: #D80027;
    border-radius: 3px;
    outline: none;
    font-weight: bold;

   /*display: block;*/
   width: 100%;
   box-sizing: border-box;
   
   display: flex;
   align-items: center;
   justify-content: center;
  }

  .font-yellow-hc {
    border: none;
    color: #000000;
    padding: 5px 15px;
    font-size: 12px;
    background: #FFFF00;
    border-radius: 3px;
    outline: none;
    font-weight: bold;

   /*display: block;*/
   width: 100%;
   box-sizing: border-box;
   
   display: flex;
   align-items: center;
   justify-content: center;
  }

  .font-violet-hc {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    background: #933EC5;
    border-radius: 3px;
    outline: none;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }

  .font-blue-hc {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    background: #006DF0;
    border-radius: 3px;
    outline: none;
    font-weight: bold;

   /*display: block;*/
   width: 100%;
   box-sizing: border-box;
   
   display: flex;
   align-items: center;
   justify-content: center;
  }

  .font-green-hc {
    border: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    background: #65b12d;
    border-radius: 3px;
    outline: none;
    font-weight: bold;

   /*display: block;*/
   width: 100%;
   box-sizing: border-box;
   
   display: flex;
   align-items: center;
   justify-content: center;
  }

.margin-botton-0 {
  margin-bottom: 0 !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-13 {
  font-size: 13px !important;
  color:#E5E7E9;
}

.padding-5 {
  padding: 0px 0px 15px 40px !important;
}

.label-green {
  background: #65b12d;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;

  padding-left: 20px !important;
  padding-right: 20px !important;
}

.label-red {
  background: #D80027 !important;
  display: inline !important;
  padding: 0.2em 0.6em 0.3em !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: baseline !important;
  border-radius: 0.25em !important;

  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mayusculas {
  text-transform: uppercase;
}

.etiqueta-azul-texto {
  background-color: #006DF0;
  color: white;
  border-radius: 5px 5px 0 0; /* Esquinas redondeadas */
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.etiqueta-azul-border {
  border: 1px solid #F4F2F1; /* Borde sólido rojo de 2px */
  border-radius: 5px; /* Esquinas redondeadas */
  margin-bottom: 10px; /* Espacio externo inferior para separar los div */
  padding:0px 0px 15px 0px;
  margin-left:10px;
}

/*A diferencia del anterior este es más compacto*/
.etiqueta-azul-border2 {
  border: 1px solid #F4F2F1; /* Borde sólido rojo de 2px */
  border-radius: 5px; /* Esquinas redondeadas */
  margin-bottom: 10px; /* Espacio externo inferior para separar los div */
  padding:10px 0px 0px 0px;
}

.readonly-input {
  background-color: transparent !important;
}

.dataTables_paginate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

#lblDescripcion {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 200px; /* Ajusta según necesites */
}