/* int phone*/
.iti input{
  border-radius: 0.25em;
  border: 1px solid #ced4da;
  line-height: 2;
}

/* upload img foto*/
.image-upload > input
{
    display: none;
}

.image-upload img
{
    cursor: pointer;
    
}


/*Select2 ReadOnly */
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}


/*inputs numeros alineados a la derecha*/
.validateEuros, .validateInt{
	text-align: right;
}


/*tablas alineadas la primera columna izq, el resto centro.*/
.table td,
.table th
{
    text-align:left;
}

#right,
.table td + td,
.table th + th
{
    text-align:center;
}