﻿.ordergrill
{
	border-collapse: collapse;
	margin: 10px auto;
}

	.ordergrill td:not(.qta_tdn):not(.qta_tds), .ordergrill th
	{
		border-spacing: 0;
		padding: 5px;
	}

	.ordergrill td.qta_tds, .ordergrill td.qta_tdn
	{
		border-spacing: 0;
		padding: 0px;
	}

	.ordergrill .hc
	{
		background-color: #555;
		color: white;
	}

	.ordergrill .lc
	{
		background-color: #f6f6f6;
	}

	.ordergrill td:not(.totali), .ordergrill th:not(.totali)
	{
		border: 1px solid #ccc;
	}

	.ordergrill .caption, .ordergrill .totali
	{
		background-color: #ddd;
		text-transform: uppercase;
	}

	.ordergrill .qta_s, .ordergrill .qta_n
	{
		border: none;
		width: 100%;
		height: 25px;
	}

	.ordergrill .qta_s, .ordergrill td.qta_tds
	{
		background-color: #e2ffe0;
	}

	.ordergrill .tdsel
	{
		background-color: #defcdf
	}

	.ordergrill .tdselect
	{
		background-color: #fae1d8
	}

	.ordergrill .btn
	{
		width: 24px;
		height: 24px;
		border: 1px solid #ccc;
		margin: 0;
		display: inline-block;
		background-color: #ccc;
	}

		.ordergrill .btn:hover
		{
			border: 1px solid #333;
			background-color: #666;
			color: #eee;
		}

.archivio
{
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}

	.archivio b
	{
		display: block;
		background-color: #555;
		color: white;
		text-align: center;
		padding: 5px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

		.archivio b a
		{
			color: orangered;
			font-size: 1.2em;
		}

			.archivio b a:hover
			{
				color: lightblue;
			}

	.archivio .rbld
	{
		width: 100%;
		text-align: center;
	}

		.archivio .rbld div
		{
			width:100%;
			height: 44px;
			overflow: hidden;
		}

		.archivio .rbld a, .archivio .rbld i
		{
			font-style: normal;
			display: inline-block;
			width: 155px;
			height: 75px;
			padding: 2px;
			margin: 5px;
			text-align: center;
			font-size: 15px !important;
			overflow: hidden;
			border: 1px solid #eee;
		}

		.archivio .rbld a
		{
			color: blue;
		}

			.archivio .rbld a:hover
			{
				background-color: #EAEAEA;
			}

		.archivio .rbld i
		{
			background-color: #eee;
			font-style: italic;
			font-weight: bold;
			border: 1px solid #ccc;
		}

	.archivio hr
	{
		border-top: 1px solid #ccc !important;
		border-bottom: none !important;
		border-right: none !important;
		border-left: none !important;
		margin: 4px 4px !important;
	}

.documenti
{
	text-align: center;
}

	.documenti .sblock
	{
		display: inline-block;
		width: 320px;
		height: 250px;
		border: 1px solid #ccc;
		margin: 13px 10px;
		padding: 10px;
		text-align: left;
		box-sizing: border-box;
		background-color: white;
		overflow: hidden;
	}

	.documenti .titolo
	{
		font-weight: bold;
		width: 319px;
		margin: -10px 0 10px -10px;
		display: block;
		background-color: #ccc;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
	}

	.documenti .sottotitolo
	{
		font-style: italic;
		display: block;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 5px;
		font-size: 1.1em
	}

@media only screen and (min-width: 0px) and (max-width: 700px)
{
	.documenti .sblock
	{
		height: auto;
	}
}
