.js-spin{
	
	background-color: rgba(0, 0, 0, 0.3); 
	opacity: 0.8;
	box-sizing: border-box;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:100000000;
	outline: 0;
	transition: opacity .15s linear;
	box-sizing: border-box;
	width:100%; 
	height:100%;

}

#tablaMisOfertas_info{
float: left;	
}

}
/* tooltips */
.ui-tooltip {
  word-wrap: normal;
  width: auto;
  height: auto;
 
}

.tooltip .tooltip-inner{
	max-width:500px !important;
}
/*Autonumeric y alineado datos tabla*/
.importe, .porcentaje, .centimos, .entero{
	text-align: right;
}

.ogasunarekin-euskaraz__container {
	margin-top: -2rem;
	display: flex;
	justify-content: center;	
	align-items: center;
}

.ogasunarekin-euskaraz__container div {
	align-self: center;
}

@media ( min-width : 1024px) {
	.h2-position-absolute {
		position: absolute;
	}
}