﻿.backhome {
	background-image: url(/img/cthome.jpg)
}

.text-nowrap {
	white-space: nowrap
}

.text-wrap {
	white-space: pre-wrap
}

.input-row {
	border: none;
	background-color: whitesmoke;
	width: 90%;
}

.w-99 {
	width: 99%;
}

.text-firebrick {
	color: firebrick;
}

.rid-1 {
	font-size: 1vw !important;
}

.rid-09 {
	font-size: 0.9vw !important;
}

.rid-08 {
	font-size: 0.8vw !important;
}

.rid-07 {
	font-size: 0.7vw !important;
}

.rid-06 {
	font-size: 0.6vw !important;
}

.rid-05 {
	font-size: 0.5vw !important;
}

.rid-04 {
	font-size: 0.4vw !important;
}


@media screen and (min-width: 1441px) {
	.vw-1 {
		font-size: 1vw !important;
	}

	.vw-8 {
		font-size: 0.8vw !important;
	}

	.vw-7 {
		font-size: 0.7vw !important;
	}

	.vw-6 {
		font-size: 0.6vw !important;
	}

	.width80 {
		width: 80% !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.vw-1 {
		font-size: 1.1vw !important;
	}

	.vw-8 {
		font-size: 0.9vw !important;
	}

	.vw-7 {
		font-size: 0.8vw !important;
	}

	.vw-6 {
		font-size: 0.7vw !important;
	}

	.width80 {
		width: 85% !important;
	}
}

@media screen and (max-width: 1024px) {
	.vw-1 {
		font-size: 1.2vw !important;
	}

	.vw-8 {
		font-size: 1vw !important;
	}

	.vw-7 {
		font-size: 0.9vw !important;
	}

	.vw-6 {
		font-size: 0.8vw !important;
	}

	.width80 {
		width: 90% !important;
	}
}

.bg-firebrick {
	background-color: firebrick;
}

.bg-whitesmoke {
	background-color: whitesmoke;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


.evidenzia {
	background-color: transparent;
}

	.evidenzia:hover {
		background-color: whitesmoke;
	}

	.evidenzia:active {
		margin: 1px 1px 0;
		box-shadow: -1px -1px 1px #000;
		background-color: lightyellow
	}

.row-highlight {
	background-color: lightgoldenrodyellow;
}

.cursor-pointer {
	cursor: pointer;
}

.bk-logo-fipav {
	background-color: transparent !important;
}

.logo-fipav {
	background-color: transparent;
	color: rgb(33, 65, 140) !important;
	border-color: rgba(0, 175, 231, 1);
}

.modal-login {
	width: 700px;
	margin: Auto !Important;
	border: none;
	background-color: transparent;
}

.ui-button-md .pi {
	font-size: 1.0625em;
	line-height: 2.1875em;
	width: 1.25em;
	font-size: 1.0625em;
}

.overflow-hidden {
	white-space: nowrap !important;
}

.text-empty {
	min-height: 20px !important;
}

.bodylayout {
	background-image: url(/img/cthome.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: overlay;
}

.spinner {
	border: 16px solid silver;
	border-top: 16px solid #337AB7;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 500ms linear infinite;
	top: 40%;
	left: 55%;
	position: absolute;
	z-index: 999;
}

.centered-element {
	padding: 0px 20px 10px 20px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.icon-hover {
	transition: color 0.3s ease, transform 0.3s ease;
}
	.icon-hover:hover {
		transform: scale(1.2); /* Ingrandisce l'icona al passaggio del mouse */
	}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}
