/* Stili per fare in modo che la pagina occupi l'intera altezza e larghezza */
html,
body {
	height: 100%;
	margin: 0;
}

body {
	font-size: .875rem;
}

.bg-dark {
	background-color: #19a1e8 !important;
}

/* Stili per il container che divide la pagina in due */
.full-height {
	height: 100%;
}

/* Centra il contenuto nella sezione di destra */
.align-items-center {
	align-items: center;
}

.home-container {
	height: 100%;
	flex-direction: column;
	display: flex;
}

.home-item {
	flex-grow: 0.33;
	padding-top: auto;
}

.flag {
	font-size: 24px;
	margin-left: 7px;
	text-shadow: 3px 3px 5px #888;
}

.tile-number {
	font-size: 1.5rem !important;
}

.tile-description {
	max-width: 300px !important;
}

.sidebar .nav-item .active,
.sidebar .nav-item:hover {
	background: linear-gradient(135deg, #2890c6 0%, #beabe4 100%) !important;
}

.btn-gradient {
	background: #273b56;
	background: -moz-linear-gradient(-45deg, #beabe4 0%, #19a1e8 100%);
	background: -webkit-linear-gradient(-45deg, #beabe4 0%, #19a1e8 100%);
	background: linear-gradient(135deg, #beabe4 0%, #19a1e8 100%);
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.select2-container,
.select2-search,
.select2-search__field {
	z-index: 9002 !important;
}

#toast-container {
	z-index: 9008 !important;
}

.required {
	background-color: #f5f5b7 !important;
}

.mCustomScrollBox {
	font-weight: 800;
}

.mCustomScrollBox .badge {
	font-size: 0.9em;
}

.card,
.card-body {
	font-weight: 400;
	font-size: 1.1em;
}


.logo-nav-item {
	background-color: white;
	text-align: center;
}

.bg-colorcon {
	background-image: url("bg-color.png") !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width : 768px) {
	.bg-colorcon {
		height: auto;
	}
}

.footer-copyright {
	position: absolute;
	bottom: 10px;
}


a {
	color: #0a313d;
}

tr.selected td {
	background-color: yellow;
}

.boxFiltri {
	padding: 2px 5px;
	border: solid 1px #EBEBEB;
	background-color: #F5F5F6;
}

.boxFiltri label,
.boxFiltri input {
	display: inline !important;
	margin: 2px 0px 2px 4px;
}

.highlight {
	background-color: #72c0cc !important;
}

li.highlight {
	background-color: #279fe052 !important;
}

.tdChart {
	width: 400px;
}

.panelLogoPrint {
	text-align: center;
	background-color: #303641;
	padding: 5px 10px;
}

.answerSetted {
	box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	-webkit-box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	-moz-box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	-o-box-shadow: inset 0px 0px 20px 5px rgba(194, 199, 207, 0.333333);
	border-radius: 10px;
}

.answerSetting {
	box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	-webkit-box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	-moz-box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	-o-box-shadow: inset 0px 0px 20px 5px rgba(255, 255, 0, 0.333333);
	border-radius: 10px;
}

.tdAnswer {
	text-align: center;
}

.btn.disabled,
.btn:disabled {
	text-decoration: none !important;
}

.graphBar .rowVal {
	border-bottom: solid 1px #efefef;
}

.badgeReport {
	width: 28px;
	text-align: center;
	float: right;
	margin-left: 5px;
}

.badge-success {
	background-color: #39af63;
}

.surveyReport .groupDescription {
	font-size: 1.3em;
	line-height: 1.7em;
}

@media print {
	.page-container {
		padding-left: 0;
	}

	.sidebar-menu {
		display: hidden;
	}

	.printPointBreak {
		page-break-inside: avoid;
	}

	.tdChart {
		width: 100px;
	}

	.tdChart img {
		width: 100px;
		height: 100px;
	}

	.reduceFont {
		font-size: 0.85em;
	}

	html {
		display: table-header-group;
	}

	body {
		-webkit-print-color-adjust: exact;
	}

	blockquote {
		padding: none;
	}

	blockquote p {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	blockquote footer {
		display: block !important;
	}

	blockquote,
	pre {
		border: none;
		border-left: .25rem solid #eceeef;
		page-break-inside: avoid;
	}

	.card:hover,
	.card:focus {
		box-shadow: none !important;
	}

	.surveyReport p,
	.surveyReport html {
		color: #222222;
	}

	.surveyReport h1,
	.surveyReport h2,
	.surveyReport table.table th,
	.surveyReport table th,
	.surveyReport h3 {
		color: black;
	}

	.badge {
		border: 1px solid #969595;
	}

	.hidding-print {
		display: none;
	}

	.surveyReport .removeCardBorder .card {
		border: none !important;
	}

	.surveyReport .row.pageTitle {
		padding: 0px 10px 10px 10px;
	}

	.surveyReport .groupDescription {
		padding: 0 10px 10px 10px;
	}

	.surveyReport h3 {
		font-weight: bold !important;
	}

	.surveyReportIntro th {
		font-weight: bold !important;
	}

	.surveyReport ul.list-group {
		margin: 0px 5px !important;
	}

	.surveyReport .groupOpen .card-body {
		margin: 0px 5px 10px 5px !important;
	}

	.surveyReport .card-body p {
		margin: 0px 5px 10px 5px !important;
	}

	.surveyReport ul.groupComposition2 {
		margin: 10px 5px 10px 5px !important;
	}
}

@media (max-width : 575px) {
	.main-content.p-5 {
		padding: 3px !important;
	}

	.card .card-body {
		padding: 2px;
	}

	h1.display-4 {
		font-size: 1.5em;
	}

	.signin-left-column p:first-child {
		margin-top: 20px;
	}

	.liInput {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.rowInput {
		padding-top: 20px;
	}
}

.note-btn {
	background-color: #2BBBAD !important;
}

.cursor-pointer {
	cursor: pointer;
}


/* ALUMNI */
.img-container {
	width: 100%;
	min-width: 400px;
	overflow: hidden;
}

.img-container img {
	width: 100%;
	height: auto;
}

#container {
	position: relative;
	display: inline-block;
}

#immagine {
	max-width: 100%;
	height: auto;
}

.riquadro {
	text-align: center;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

.btn-riquadro {
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4856;
	font-family: 'Lato', sans-serif;
	font-variant: small-caps;
}

.btn-riquadro:hover {
	font-weight: bold;
	text-shadow: white 1px 0 10px;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #000;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	font-size: 12px;
	pointer-events: none;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	height: 0;
}

.video-container iframe,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-xs {
	--bs-btn-padding-y: 0.10rem;
	--bs-btn-padding-x: 0.4rem;
	--bs-btn-font-size: 0.75rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

.text-justify {
	text-align: justify
}


.multi-line-truncate {
	/* Imposta il contenitore come un box flessibile  */
	display: -webkit-box;
	/* Imposta l'orientamento verticale del contenuto */
	-webkit-box-orient: vertical;
	/* Imposta il massimo numero di righe */
	-webkit-line-clamp: 3;
	line-clamp: 3;
	/* Nasconde il testo che eccede */
	overflow: hidden;
	/* Aggiunge i puntini alla fine */
	text-overflow: ellipsis;
}

figure.comment {
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
}

figure.comment:hover {
	border-color: var(--bs-card-border-color);
	border-right-color: var(--bs-card-border-color);
	background-color: var(--bs-card-cap-bg);
}

#boxComments,
#boxMainVideo {
	min-height: 300px;
}

.modal-footer div>* {
	margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

.ghost {
	opacity: 0.4;
}

.my-handle {
	cursor: move;
	cursor: -webkit-grabbing;
}

@media (max-width : 1024px) {
	.btn-riquadro {
		font-size: 0.9em;
		line-height: 1em;
	}
}

@media (max-width : 575px) {
	.btn-riquadro {
		font-size: 0.5em;
		line-height: 0.8em;
	}
}