/* Diseño del subir comprobante*/
.prevPhoto {
	display: flex;
	justify-content: space-between;
	width: 130px;
	height: 150px;
	margin-top: -20px;
	border: 1px solid #CCC;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.prevPhoto2 {
    display: flex;
    justify-content: space-between;
    width: 130px;
    height: 150px;
    margin-top: -20px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../img/icono.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.prevPhoto label, .prevPhoto2 label{
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.prevPhoto img, .prevPhoto2 img{
    width: 100%;
    height: 100%;
}
.upimg, .notBlock, .upimg2, .notBlock2{
    display: none !important;
}
.errorArchivo, .errorArchivo2, .errorArchivo3{
    font-size: 16px;
    font-family: arial;
    color: #cc0000;
    text-align: center;
    font-weight: bold; 
    margin-top: 10px;
}
.delPhoto, .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;
}

#tbl_list_productos img{
    width: 50px;
}
.imgProductoDelete, .imgProductoDelete2{
    width: 175px;
}


/* ===== FIX: Footer posicionado correctamente al final del contenido ===== */
.page-footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin-top: 20px;
}

/* Ajuste del page-wrapper para que el footer fluya naturalmente */
.page-wrapper {
    padding-bottom: 0 !important;
}
/* ===== FIN FIX Footer ===== */

/* ESTILOS DE WHATSAPP */
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:10px;
    background-color:#2bb140;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #2bb140;
  background-color:#fff;
}

.my-float{
    margin-top:16px;
}
/* ESTILOS DE WHATSAPP */