﻿.mappa-processi-titolo {
	width: 100%;
	min-height: 40px;
	padding: 0 15px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4b8fb4), color-stop(1, #025e90) );
	background: -moz-linear-gradient( center top, #4b8fb4 5%, #025e90 100% );
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4b8fb4', endColorstr='#025e90');
	background-color: #4b8fb4;
	border: 1px solid #0f445f;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}

.mappa-processi td {
	/* altezza cella */
	height: 30px;
	min-height: 30px;
	font-size: 20px;
	line-height: 30px;
	border: none;	/* IMPORTANTE! */
}

.mappa-processi td button {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4b8fb4), color-stop(1, #025e90) );
	background: -moz-linear-gradient( center top, #4b8fb4 5%, #025e90 100% );
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4b8fb4', endColorstr='#025e90');
	background-color: #4b8fb4;
	border: 1px solid #0f445f;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

	/* altezza cella */
	min-height: 30px;
	line-height: 25px; /* per allineare meglio il testo verticalmente al centro, occorre fare qualche prova... */
}

#forced-cell-size {
	width: 0;		/* lasciare a 0 per adattare alla pagina */
	height: 30px;	/* lasciare a 0 per adattare alla larghezza della cella unitaria */
}

.mappa-processi td button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #025e90), color-stop(1, #4b8fb4) );
	background: -moz-linear-gradient( center top, #025e90 5%, #4b8fb4 100% );
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#025e90', endColorstr='#4b8fb4');
	background-color: #025e90;
}

.mappa-processi td button:active {
	position: relative;
	top: 1px;
}

.mappa-processi-gruppo {
	border-radius: 5px;
	border-color: #2a7ca6;
}

.mappa-processi-gruppo-title {
	font-size: 14px;
	font-weight: bold;
	color: #2a7ca6;
}

