﻿.box-container {
}

.box {
	text-align: center;
	vertical-align: middle;
	height: 200px;
	overflow: hidden;
	margin: 5px 0px;
	border-right: 2px solid darkgrey;
	border-bottom: 2px solid darkgrey;
	padding: 10px;
	box-sizing: content-box;
}

	.box:hover {
		background-color: white;
	}

.box-filtri {
	box-shadow: none;
	background-color: transparent;
	border-right: 2px solid #1C84C6;
	border-bottom: 2px solid #1C84C6;
}

	.box-filtri:hover {
		background-color: transparent;
	}

.box-large {
	border-right: 2px solid transparent;
}

.box-grafico .numero-quadro {
	font-size: 400%;
	font-weight: bold;
	font-family: Arial;
	text-shadow: 2px 2px 3px lightgray;
	vertical-align: bottom;
	white-space: normal;
	color: #004899;
	text-align: right;
	width: 30%;
	margin-right: 20px;
	overflow: hidden;
	font-family: 'Oxanium', cursive;
}

.box-grafico .titolo-quadro {
	width: 200px;
	font-weight: normal;
	font-family: Arial;
	vertical-align: middle;
	white-space: normal;
	text-align: right;
	width: 30%;
	font-size: 180%;
	font-family: 'Oxygen', sans-serif;
	font-family: 'Lato', sans-serif;
}

.box-numero .numero-quadro {
	font-size: 400%;
	font-weight: bold;
	font-family: Arial;
	text-shadow: 2px 2px 3px lightgrey;
	vertical-align: bottom;
	white-space: normal;
	color: #004899;
	text-align: center;
	width: 30%;
	margin-right: 20px;
	overflow: hidden;
	font-family: 'Oxanium', cursive;
}

.box-numero .titolo-quadro {
	width: 200px;
	font-weight: normal;
	font-family: Arial;
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	width: 100%;
	font-size: 180%;
	font-family: 'Oxygen', sans-serif;
	font-family: 'Lato', sans-serif;
}

.quadro table {
	width: 100%;
}

.grafico-quadro-vuoto {
	width: 0%;
}

.gauge {
	width: 220px;
	height: 170px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 0px;
	display: block;
}

.gauge-impegno {
	height: 140px;
}

.gauge-vuoto {
	width: 0px;
	height: 160px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 0px;
	display: block;
}

.numero {
	width: 95%;
	height: 134px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 0px;
	display: block;
	font-size: 500%;
	font-weight: bold;
	font-family: Arial;
	text-shadow: 2px 2px 3px lightgray;
	vertical-align: bottom;
	white-space: normal;
	color: #004899;
	text-align: right;
}


.quadro {
	display: flex;
	padding: 10px 20px;
	flex-direction: column;
	align-items: center;
}

	.quadro:hover {
		background: white;
	}

.grafico-quadro {
	/*width: 96px;*/
}

.valore-quadro {
	width: 200px;
	display: flex;
}

.numero-quadro {
	font-size: 500%;
	font-weight: bold;
	font-family: Arial;
	text-shadow: 2px 2px 3px lightgray;
	vertical-align: middle;
	white-space: normal;
	color: #004899;
	text-align: right;
	width: 90px;
	margin-right: 10px;
}

.titolo-quadro {
	width: 200px;
	font-size: 120%;
	font-weight: normal;
	font-family: Arial;
	vertical-align: middle;
	white-space: normal;
	text-align: right;
	font-style: italic;
}


@media (max-width: 1366px) {
	.box-grafico .titolo-quadro,
	.box-numero .titolo-quadro {
		font-size: 150%;
	}

	.box-grafico .numero-quadro,
	.box-numero .numero-quadro {
		font-size: 350%;
	}

	.gauge {
		width: 130px;
		height: 130px;
	}

}

