.maximoalto600 {
    max-height: 500px;
    display: block;
    overflow: auto
}

.maximoalto300 {
    max-height: 300px;
    display: block;
    overflow: auto
}

.maximoalto300 tr td:last-child, .maximoalto600 tr td:last-child {
    padding-right: 5px !important;
}

.margen {border-top: 2px solid gray !important; background: #dedede !important; font-weight: bold;}
.tachado {text-decoration: line-through !important;}
.SeleccionarLoteIcon {padding: 5px; cursor: pointer; color: #3C82B4;}

.outer {
    overflow: hidden;
    position: relative;
}

.inner {
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    top: 50px;
}

.badge {
	color: white;
	border-radius: 6px;
	padding: 1px 3px;
	font-size: 11px;
}
	.badge.cliente {
		background-color: #7fbf4d;
	}
	.badge.proveedor {
		background-color: Orange;
	}


.estadofacturacionminipanel {display:inline-block; font-size: 12px}