/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* font-size come su vecchio tema. Rimuovere appena puliti tutti i questionari */
h1, h2, h3, h4 {line-height: 1}
h1 {font-size: 2.25rem}
h2 {font-size: 1.875rem}
h3 {font-size: 1.5rem}
h4 {font-size: 1.125rem}

textarea.form-control {resize: none}

#welcome-container {max-width: none}

/* Fix responsive per nomi file lunghi nell'upload file  */
td.upload.edit {word-break: break-all}

/* Asterisco di obbligatorio inline */
.question-title-container {
	display: flex;
	align-items: flex-start;
	gap: 1rem
}

#ell-banner {
	max-width: 100%;
	display: block;
	margin: 24px auto 0;
}

.FastID--container > div {
	border: 2px solid blue;
	font-size: smaller;
	padding: 24px;
	margin-bottom: 12px;
}

.FastID--container .row {
	align-items: flex-end
}

.FastID--container .row .col-md-3 {
	text-align: right
}

.FastID-type {
	max-width: 300px;
	display: inline-block;
	margin-right: 32px;
	margin-bottom: 32px;
	cursor: pointer
}

.FastID-IDP {
	max-height: 40px;
	display: inline-block
}

#SignHoldImg {
	width: 4rem;
	margin: 0 auto;
	display: block
}

select.form-control.ls-important-field {
	padding-bottom: unset;
	padding-top: unset
}

#ell-pdf-preview {
	width: 100%;
	height: 60vh;
	overflow-y: scroll;
	border: 2px solid;
}

#ell-pdf-preview canvas {
	border-bottom: 1px solid;
	width: 100%;
}

#ell-pdf-preview canvas:last-child {
	border-bottom: 0
}

#ell-pdf-preview.loading canvas {
	visibility: hidden
}

#ell-pdf-loading {
	display: block;
	margin: 0 auto;
}