body{
  background: transparent -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 28%, #F2F2F2 55%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#FFFFFF 0%, #FFFFFF 28%, #F2F2F2 55%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#FFFFFF 0%, #FFFFFF 28%, #F2F2F2 55%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  min-height: 100vh;
  font-family: 'General'!important;
}
/*Para lograr el efecto deseado puedes declararle al body como display: 
flex y que ocupe todo el alto de la pantalla además de decirle que su dirección
 sea de columna flex-direction: column, 
 al div que quieres que ocupe el resto de espacio declaramos
  flex: 1 que es equivalente a flex-grow:1 */
/*html, body{
  display: flex;
  flex-direction: column;
  height:100vh;
  margin 0;
}*/
/*#div2{
  flex: 1;
  background-color: green;
}*/


@media(max-width: 1440px){
  body{
    font-size: .8rem!important;
  }
  .m-w{
    width: 90%;
  }
  .content-update-stock-legales{
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.m-w-entregados .header-home{
  padding-bottom: 25px;
}

.background-primario{
	background: #22488F 0% 0% no-repeat padding-box!important;
}

.background-primario-button{
	background: #22488F 0% 0% no-repeat padding-box!important;
}
.background-primario-button:hover{
	background: #173264 0% 0% no-repeat padding-box!important;
}

.background-header{
  background:   transparent -webkit-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background:   transparent -o-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background:   transparent linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  /*border: 0.4000000059604645px solid #000000;*/
}
.color-primario{
	color:#22488F;
}
.white{
	color:#fff!important;
}
.background-white{
  background-color: #fff;
}
.black{
	color:#434343;
}
.gris{
  color:#A5A5A5;
}
.radio-0{
	border-radius: 0px!important;
}

.border-none{
	border: none!important;
}
.font-w{
  font-weight: 600;
}
.m-w-back{
  max-width: 1600px;
  margin:0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.m-w{
	max-width: 1600px;
	margin:0 auto;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 100vh;
}

.pb-10{
  padding-bottom: 10px;
}

.pb-15{
  padding-bottom: 15px;
}
.pb-5p{
  padding-bottom: 5px;
}

.pt-10{
  padding-top: 10px;
}
.pt-15{
  padding-top: 15px;
}
.pt-5p{
  padding-top: 5px;
}
.relativo{
  position: relative;
}
.absoluta{
  position: absolute;
}
.pointer{
	cursor:pointer;
}
.opacity-1{
  opacity: 1!important;
}
.w-65{
  width: 65%!important;
}
.rotar-arrow{
    transform: rotate(180deg);
}
/* Hide the browser's default checkbox */
.contenedor-checkmark {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}
.contenedor-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
}


/* On mouse-over, add a grey background color */
.contenedor-checkmark:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contenedor-checkmark input:checked ~ .checkmark {
  background-color: #22488F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contenedor-checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contenedor-checkmark .checkmark:after {
  left: 8px;
  top: 2px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.centrar-checkbox{
	display: table;
	margin: 0 auto;
}

.img-x{
	width: 100%;
}

.linea-hr{
  background: transparent -webkit-linear-gradient(#BABABA 0%, #F4F4F4 51%, #DEDEDE 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#BABABA 0%, #F4F4F4 51%, #DEDEDE 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#BABABA 0%, #F4F4F4 51%, #DEDEDE 100%) 0% 0% no-repeat padding-box;
  border: 0.5px solid #898989;
  height: 7px;
  margin-bottom:0px;
  margin-top: 0px;
}
.contenedor-login{
	height: 100vh;
}
.contenedor-login-2{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal-body-padding{
	padding-left: 0px!important;
    padding-right: 0px!important;
}

.contenedor-input-login{
	width: 90%;
    margin: 0 auto;
}

.style-button-login{
	font-weight: 600!important;
}

/*Home*/
.inputSearch{
	border: none!important;
  border-bottom: solid #434343 1px!important;
  padding-left: 30px!important;
  background: #fff url(../image/magnifying-glass.svg) no-repeat;
  background-position: 0%;
}
.inputSearch::placeholder{
	color:#434343!important;
}

.header-home{
	display: flex;
  align-items: center;
  padding-top: 10px;
}

.arrow-user{
	position: absolute;
    top: 3px;
}
.contenedor-info-user{
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.68);
    padding: 15px!important;
    border-radius: 10px!important;
}
.open-info-user{
	position: relative;
}
.dropdown-toggle::after{
	display: none!important;
}
.contenedor-info-user{
	/*left: 38px!important;*/
  top: 25px!important;
  transform: none!important;
  right: 0px!important;
  left: initial!important;
}
.name-user{
	font-weight: 600;
}
.cerrar_session{
	position: relative;
  color:#22488F;
}
.cerrar_session i{
	transform: rotate(45deg);
}
.header-style{
  height: 51px;
  align-items: center;
}
.manual{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #434343;
  color: #fff;
  height: 28px;
  width: 16px;
  border-radius: 0 0 0 5px;
  text-align: center;
}

.manual_order{
  position: absolute;
  right: 0;
  top: 0;
  right: -8%;
  z-index: 1;
  color: #fff;
  height: 17px;
  width: 17px;
  background: #434343 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50%;
  text-align: center;
}

.background-modal-info{
  background-size: cover!important;
  display: block;
  height: 530px;
}
.admin{
  background: url(../image/_admin.png)no-repeat center;
}
.asesor{
  background: url(../image/_asesor.png)no-repeat center;
}

.facturador{
 background: url(../image/_facturador.png)no-repeat center;
}

.operario{
 background: url(../image/_operario.png)no-repeat center;
}

.default{
  background: url(../image/manual.png)no-repeat center;
}

.style-close{
  font-size: 30px;
  line-height: 0;
}
.text-modal{
  color:#A5A5A5;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.text-modal-1{
  font-weight: 400;
}
.text-modal-2{
  font-weight: 600!important;
}

.nombre-m-total{
  color:#A5A5A5;
  display: flex;
  align-items: center;

}
.border-bottom-detalles{
  border-bottom: 0.5px solid #CECECE;
  padding-bottom: 5px;
  padding-top: 5px;
}
.border-right-detalles{
  border-right: 0.5px solid #CECECE;
}
.espacio-detalles{
  height: 30px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
.espacio-detalles-2{
  height: 15px;
}

.scroll-info{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 12px;
}

@media(min-width: 1600px){
	.scroll-info{
		max-height: 500px;
	}
	.scroll-inventario{
		max-height: 500px;
	}
	.pedidos-entregados-separacion{
  		padding-top: 30px;
	}
}

@media(min-width: 1441px) and (max-width: 1599px){
	.scroll-info{
		 max-height: 450px;
	}
	.scroll-inventario{
		max-height: 450px;
	}
	.pedidos-entregados-separacion{
  		padding-top: 16px;
	}
}

@media(max-width: 1440px){
	.scroll-info{
		 max-height: 430px;
	}
	.scroll-inventario{
		max-height: 430px;
	}
	.pedidos-entregados-separacion{
  		padding-top: 16px;
	}
}

.scroll::-webkit-scrollbar {
    width: 12px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
}
.scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
.scroll::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.style-body-home{
  position: relative;
}

.line-gradient{
  width: 7px;
  background: transparent -webkit-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  border: 0.4000000059604645px solid #e2e2e2;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.line-gradient2{
  width: 7px;
  background: transparent -webkit-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  border: 0.4000000059604645px solid #e2e2e2;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.scroll-info-p-b{
  border-right: solid #CECECE 2px;
  height: 100%;
}
.scroll-info-p{
  padding-top: 7px;
}
.color-entrega{
  color:#69B486;
}
.color-recojo{
  color:#EB9465;
}
.quitar-padding-r-full{
  padding-right: 0px!important;
}

.quitar-padding-r{
  padding-right: 7px!important;
}
.quitar-padding-l{
  padding-left: 0px!important;
}
.line-bottom{
  height: 12px;
  background: transparent -webkit-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#D9D9D9 0%, #EDEDED 27%, #F2F2F2 67%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  border: 0.4000000059604645px solid #000000;
}
.inputSearch:focus{
  background-color: transparent!important;
  box-shadow:none!important;
}
.color-alerta{
  color:#EA6060;
}

.rojo{
  background: #EA6060 0% 0% no-repeat padding-box;
  height: 17px;
  width: 17px;
  position: absolute;
  border-radius: 100%;
  bottom: 7px;
  right: 15px;
}
.verde{
  background: #69B486 0% 0% no-repeat padding-box;
  height: 17px;
  width: 17px;
  position: absolute;
  border-radius: 100%;
  bottom: 7px;
  right: 15px;
}
.content-update-stock-legales{
  padding-bottom:15px;
  font-size: 17px;
}
.fa-redo-css{
  font-size: 14px;
}

.background-alerta{
  background: #EA6060!important;
}

.notificacion{
  background: #EA6060 0% 0% no-repeat padding-box;
  padding: 7px 10px;
  display: inline-flex;
  border-radius: 0px 8px 8px 8px;
}
.update-inventary{
  text-decoration: underline;
}
.id_pedido{
  font-size: 1.3rem;
}
.copy{
  position: relative;
}
.copy2{
  width: 27px;
}
.view-tooltip-2{
   margin-left: -40px!important;
}
.view-tooltip{
    display: block!important;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 15px;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 50%;
    margin-left: -52px;
    opacity: 1!important;
    transition: opacity 0.3s;
    white-space: nowrap;
}
.view-tooltip:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
#myTooltip{
  display:none;
  opacity: 0;
}

#TooltipEdit{
  display:none;
  opacity: 0;
}

.style-tooltip{
  display: flex;
  align-items: center;

}

.scroll-limit{
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}

.border-top-black-1{
  border-top: solid #000 1px;
}
.border-r-black-1{
  border-right: solid #000 1px;
}

.border-b-black-1{
  border-bottom: solid #000 1px;
}

.border-r-gris-5{
  border-right: solid #CECECE 0.5px;
}

.border-b-gris-5{
  border-bottom: solid #CECECE 0.5px
}

.border-b-gris-2{
  border-bottom: solid #CECECE 2px
}

.border-l-gris-1{
  border-left: solid #CECECE 1px;
}

.text-gris{
  color:#A5A5A5;
}
.text-nuevo-detalles{
  font-size: 23px;
  text-align: end;
}
.text-nuevo-detalles img{
  width: 21px;
  margin-right: 6px;
}
.style-back{
  width: 12px;
  position: relative;
  top: -1px;
}
.arrows-detalles{
  position: absolute;
  right: 0;
  top: 55px;
  display: inline-flex;
  height: 45px;
  font-size: 26px;
  z-index: 1;
}

.content-arrow-previo{
  border-right: solid #CECECE 1px;
}
.price{
  font-size: 18px;
}
.botton-ingresar{
  background:  transparent -webkit-linear-gradient(#69B486 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  background:  transparent -o-linear-gradient(#69B486 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  background:  transparent linear-gradient(#69B486 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color:#fff;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border:none;
}
.botton-ingresar i{
  font-size: 14px;
}
.botton-ingresar:hover{
  background: transparent -webkit-linear-gradient(#57966f 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#57966f 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#57966f 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
}


.botton-ingresar-preparados{
  border-radius: 4px;
  color:#fff;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border:none;
}
.botton-ingresar-preparados i{
  font-size: 14px;
}

.botton-ingresar-preparados-rojo{
  background: #EA6060 0% 0% no-repeat padding-box;
}
.botton-ingresar-preparados-rojo:hover{
  background: #ea4c4c 0% 0% no-repeat padding-box
}

.botton-ingresar-preparados-verde{
 background:  transparent -webkit-linear-gradient(#69B486 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
 background:  transparent -o-linear-gradient(#69B486 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
 background:  transparent linear-gradient(#69B486 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
}
.botton-ingresar-preparados-verde:hover{
  background: transparent -webkit-linear-gradient(#57966f 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(#57966f 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(#57966f 0%, #4A7E5E 100%) 0% 0% no-repeat padding-box;
}





.botton-ingresado{
  background: #E2E2E2!important;
  color: #A5A5A5!important;
  border: none;
}

.inputOT, .inputFactura{
  border-radius: 4px;
  border: solid #000 1px;
  padding: 6px 20px;
  outline: none;
}
.inputOT::placeholder{
  color:#A5A5A5;
}
.class-texto{
  background: transparent;
  border: solid #000 1px;
}
.caja-ot{
  font-size: 19px;
}

.copy-text-ot{
  display: flex;
  align-items: center;
}
.input-ot-texto{
  display: none;
}

.text-update{
  text-decoration: underline;
  display: none;
}

.inputOT-factura{
  width: 254px;
}
.texto-presiona-botton-entregado{
  font-weight: 400;
}

.pedidos-entregados{
  font-size: 21px;
}

@media(max-width: 1366px){
  .id_pedido{
    font-size: 1.7rem;
  }
}

.txtbuscar-entregados{
  border: none!important;
  border-bottom: solid #CECECE 2px!important;
  padding:5px 29px;
  width: 250px;
  background: #fff url(../image/magnifying-glass.svg) no-repeat;
  background-position: 95%;
  border:none!important;
  border-radius: 20px;
  float: right;
  outline: none;
}

.txtbuscar-entregados::placeholder{
  color:#CECECE;
}


.id-pedido-entregado{
  font-size: 1.3em;
  font-weight: bold;
}

.pagination{
    justify-content: center;
  }

#pedidos-entregados_filter{
  position: relative;
}

#pedidos-entregados_filter label{
  position: relative;
}

#pedidos-entregados_filter label input{
  position: absolute;
  right: 0px;
  top: -52px;
  width: 270px;
}

/*Paginacion*/
.page-item.active .page-link{
  color: #22488F!important;
  background-color: transparent!important;
  border-color: transparent!important;
}
.page-item.active .page-link{
  color: #22488F!important;
  background-color: transparent!important;
  border-color: transparent!important;
  font-weight: bold;
}

.page-link{
  background-color: transparent!important;
  border: transparent!important;
}
.page-link:hover{
   background-color:#dee2e6!important;
  border: #dee2e6!important;
}
.page-link:focus{
  outline: none!important;
  box-shadow: none!important;
}

#ordernar-por{
  -webkit-appearance:none;
  background: #fff url(../image/arrow_blue.svg) no-repeat 100% 48%;
  border-radius: 15px;
  border-radius: 15px;
  padding: 4px 45px 4px 25px;
  outline: none;
}

#pedidos-entregados{
  overflow: hidden;
}

.producto-entregado{
  font-size: 20px;
}
.producto-entregado i{
  font-size: 18px;
}

.scroll-inventario{
  overflow-x: hidden;
  overflow-y: scroll;
}
.p-h-r{
  padding-right: 15px;
}

input[type="file"]#mi-archivo{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow:hidden;
  position: absolute;
  z-index: -1;
}
label[for="mi-archivo"]{
  font-weight: 600;
  background-color: transparent;
  display:inline-block;
  transition: all .5s;
  cursor:pointer;
  text-align: center;
  padding-bottom: 0px;
  text-decoration: underline;
}
.update-download{
  width: 310px;
  float: right;
  border: solid #22488F 1px;
  border-radius: 8px;
  padding: 2px 11px 0 11px;
}
.descargar-formato{
  text-decoration: underline;
}
.i-i{
  text-align: center;
  display: inline-block;
  width: 23px;
  height: 22px;
  color: #fff;
  background: #22488F;
  border-radius: 12px;
  font-size: 14px;
}
.color-inventario{
  color:#434343;
}

.botton-actualizar-stock{
  position: absolute;
  right: 7px;
  top: 0;
  z-index: 1;
  display: block;
  padding: 0px 5px 0px 4px;
  width: 25px;
}
.editar-ingreso{
  visibility: hidden;
}
.input-editar-ingreso{
  display: none;
}
.nombre-recargar-inventario{
  font-size: 18px;
}
.numero-stock{
  font-weight: bold;
  color:#434343;
  /*color:#EA6060;*/
  font-size: 24px;
}

.boton-actualizar-inventario{
  background: #22488F 0% 0% no-repeat padding-box;
  color: #fff;
  width: 178px;
  padding: 4px 0px;
  border:none;
}

.boton-actualizar-inventario:hover{
  background: #2e61c1 0% 0% no-repeat padding-box;
}

.text-numero-pedido, .text-nuevo-stock{
  border-radius: 4px;
  border: 1px solid #A5A5A5;
}
.editar-ingreso{
  text-decoration: underline;
  background: transparent;
  color: #22488F;
  border: none;
}
.background-modal-inventario{
    background: url(../image/inventario-actualizado.png)no-repeat center;
    background-size: contain;
    display: block;
    height: 150px;
}
.copy{
  visibility: hidden;
}
.background-actualizar-excel{
  background: url(../image/actualizar-excel.png)no-repeat center;
  background-size: cover;
  display: block;
  height: 280px;
}
.text-modal-2{
  font-size: 13px;
}
.m-w-entregados{
  padding-right: 25px!important;
  padding-left: 25px!important;
}
.arreglando-alto{
  height: auto;
}
.border-header-r{
  border-right: 1px solid #A5A5A5;
}
.move-input{
  position: relative;
  right: 26px;
}
@font-face {
  font-family: 'General';
  src: url('fonts/open-sans.regular.ttf') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Bold.ttf') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
.cabeceras-home{
  font-family: 'OpenSans-Bold';
  font-size: 1rem;
}
.OpenSans-Bold{
  font-family: 'OpenSans-Bold'
}
.alto-de-la-factura{
  height: 49px;
}
.alto-de-fecha-e-id{
  height: 42px;
}
.nombre-monto-total{
  height: 55px;
}
#n_factura_content{
  display: flex;
}
.edit{
  visibility: hidden;
  position: relative;
}
.ocultar{
  display: none;
}
.cancel-update-stock{
  text-decoration: underline;
  visibility: hidden;
  position: relative;
  left: 5px;
}
.input-editar-ingreso{
  width: 100%;
}
.cancelar-edicion-ot{
  text-decoration: underline;
  visibility: hidden;
  width: 0;
}
.update{
  background: transparent!important;
  border: none!important;
}
.form-edit-ot{
  display: flex;
}

#credenciales-incorrectas, #email-incorrecto{
  display: block;
  text-align: center;
  padding-top: 5px;
  color: #E41A3C;
}

.sin-productos-nuevos{
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 19px;
}

/*#button_previo, #button_siguiente{
  border: none;
  background: no-repeat;
  outline: none;
}*/

#previo, #siguiente{
  padding: 0 18px;
}

.true{
  visibility: hidden;
}

#send_excel{
  border: none;
  color: #22488F;
  font-weight: 600;
  text-decoration: underline;
}
#edit_factura,#edit_ot{
  max-width: 180px;
}
#detalle_de_pedidos{
  border-right: solid #CECECE 1px;
}
.bold{
  font-weight: bold;
  font-size: 19px;
  padding: 0.4rem .75rem   0.5rem .75rem!important;
}
.sin-eventos{
  pointer-events: none;
}

.pagination{
  color:#22488F!important;
}

.pd-r-0{
  padding-right: 0px!important;
}
.alerta{
    background: #ec7b45 0% 0% no-repeat padding-box;
    height: 17px;
    width: 17px;
    position: absolute;
    border-radius: 100%;
    bottom: 7px;
    right: 100px;
}

@media(min-width: 1920px){
  .header-home{
    padding-bottom: 20px!important;
    padding-top: 50px!important;
  }
}
@media(min-width: 1800px){
  .padding-pedidos-entregados{
        padding-bottom: 3rem!important;
  }
}
@media(max-width: 1799px){
  .padding-pedidos-entregados{
    padding-bottom: 1.5rem!important;
  }
}
.header-home{
  padding-top: 20px;
}

.contador-nuevos{
  position: relative;
  right: -17px;
}
.mover .copy{
  float: right;
}
.m-w.home .row.header-home{
  padding-bottom: 20px;
}
#ir_a_inventario{
  text-align: end;
}
.gestion-de-pedido{
  text-align: start;
  font-size: 1.3rem;
  font-weight: 600;
}

/** Inputs error*/
.alert-input-error {
  color: red;
  font-size: 11px!important;
}

.icon-require {
  color: red;
}

/** Low Stock Alert*/
.order-alert{
  color:red!important;
  width: 100%;
}

.alert-right {
  text-align: end;
}

.content-middle {
  margin: 0 auto!important;
}

.xdxd {
  text-align: end;
}