﻿/*INIZIO pannello INFO*/
.riferimento
{
	width: 100%;
	background-color: #b3f1ff;
	font-weight: bold;
	font-size: 12px;
	box-sizing: border-box;
	padding: 5px 5px;
	position: relative;
}

.info_chiudi, .info_cancella, .info_contributo, .info_previous, .info_next, .info_switch, .info_switch_2
{
	display: block;
	position: absolute;
	top: 0px;
	font-size: 28px;
	/*font-weight:bold;*/
	color: #fff;
	text-decoration: none;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	z-index: 99999;
	overflow:hidden;
}

.info_chiudi
{
	/*background-color: red;*/
	right: 0;
}
.info_next
{
	/*background-color: red;*/
	right: 40px;
}
.info_previous
{
	/*background-color: red;*/
	right: 80px;
}
.info_cancella
{
	right: 120px;
	background-image: url("../img/trash_white.png");
	background-size: 30px 30px;
	background-position:center center;
	background-repeat:no-repeat;
}
.info_contributo
{
	background-color: red;
	right:0px;
	top:0px;
}
.info_switch
{
	right:0px;
	top:0px;
}
.info_switch_2
{
	right:0px;
	top:0px;
}

.info_contributo img, .info_switch img, .info_switch_2 img
{
	width:38px;
	height:38px;
	display:block!important;
}

	.info_chiudi:hover, .info_cancella:hover, .info_contributo:hover, .info_previous:hover, .info_next:hover, .info_switch:hover
	{
		color: aquamarine;
	}

.pannello_anteprima .colonne_2
{
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.pannello_anteprima
{
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	border: 0px solid white;
	font-size: 14px;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.pannello_anteprima .stato
	{
		display: block;
		padding: 10px;
		box-sizing: border-box;
		Background-Color: #000;
		color: #fff;
		position: absolute;
		top: 00px;
		width: 100%;
		z-index: 1;
		font-size: 16px;
		text-align:left;
	}
	.pannello_anteprima .tabcolonna
	{
		width: 100%;
		margin: 0;
		border:0;
		border-spacing:0;
		box-sizing:border-box;
	}
.pannello_anteprima .tabcolonna .tc_list_item
{
	background-color:rgba(0,0,0,0.1)
}
.pannello_anteprima .tabcolonna .tc_list_item_2
{
	background-color:rgba(0,0,0,0.0)
}
	.pannello_anteprima .tabcolonna td, .pannello_anteprima .tabcolonna th
	{
		border:0;
		padding:5px 5px;
	}
	.pannello_anteprima .tabcolonna th.hc
	{		
		background-color:#333;
		color:#fff;
		height:30px;
		font-weight:normal;
	}
	.pannello_anteprima .tabcolonna .tdsep
	{
		height:5px;
		background-color:white;
	}
	.pannello_anteprima .foto
	{
		box-sizing: border-box;
		position: absolute;
		top: 39px;
		bottom: 5px;
		right: 630px;
		left: 0;
		z-index:999;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:top center;
		background-color:#eee;
		border: 1px solid #ccc;
		overflow:hidden;
	}
	.pannello_anteprima #lente_container
	{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	.pannello_anteprima .foto_zoom
	{	
		z-index:999;
	}
	.pannello_anteprima .foto_menu
	{
		text-align: center;
		margin-bottom:4px;
	}
		.pannello_anteprima .foto_menu select
		{			
			border: 1px solid #eee;
			display: block;
			float:left;
			height: 30px;
			line-height: 30px;
			margin: 4px 2px 4px 2px;
			text-align: center;
			padding: 0;
			cursor: pointer;
			font-weight:bold;
			text-decoration:none;
			color:black;
		}
		.pannello_anteprima .foto_menu .colortag
		{			
			border: 1px solid #eee;
			display: block;
			float:left;
			width: 25px;
			height: 30px;
			line-height: 30px;
			margin: 4px 1px 4px 2px;
			text-align: center;
			padding: 0;
			cursor: pointer;
			font-weight:bold;
			text-decoration:none;
			color:black;
		}
		.pannello_anteprima .foto_menu input[type=button]
		{
			height: 30px;
			line-height: 30px;
			cursor:pointer;
		}
			.pannello_anteprima .foto_menu .colortag:hover
			{
				border: 1px solid #333;
			}
			.pannello_anteprima .foto_menu .colortag.active
			{
				opacity:0.4;
				border: 1px solid #000;
			}
	.pannello_anteprima .comme, .pannello_anteprima .contrib, .pannello_anteprima .operaz
	{
		box-sizing: border-box;
		position: absolute;
		background-color:#eee;
		padding:0;
		overflow-y:auto;
		overflow-x:hidden;
	}
	.pannello_anteprima .comme
	{
		top: 40px;
		bottom: 49%;
		right: 0px;
		width: 300px;
	}
	.pannello_anteprima .contrib
	{
		top: 52%;
		bottom: 10px;
		right: 0px;
		width: 300px;
	}
	.pannello_anteprima .operaz
	{
		top: 40px;
		bottom: 10px;
		right: 315px;
		width: 300px;
	}
	.pannello_anteprima b
	{
		display: block;
		margin: 5px 0 0 0;
		width: 100%;
		background-color: #1e2564;
		text-align: left;
		box-sizing: border-box;
		padding: 5px;
		color: white;
		float: left;
	}

	.pannello_anteprima .link
	{
		display: block;
		width: 100%;
		height: 50px;
		line-height: 20px;
		background-color: #eaeaea;
		text-align: left;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		color: blue;
		float: left;
		margin-top: 1px;
		overflow: hidden;
	}

		.pannello_anteprima .link:hover
		{
			color: red;
			background-color: #ddd;
			border-bottom: 1px solid #bbb;
		}

	.pannello_anteprima .commento
	{
		width:96%;
		display: block;
		box-sizing: border-box;
		text-align: center;
		height: 60px;
		background-color: #fff;
		border: 1px solid #bbb;
		margin:2px auto;
	}

	.pannello_anteprima .btncomme
	{
		display: block;
		box-sizing: border-box;
		position: absolute;
		right: 30px;
		bottom: 40px;
		text-align: center;
		width: 140px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
	}

	.pannello_anteprima .btnprev, .pannello_anteprima .btnnext
	{
		display: block;
		box-sizing: border-box;
		bottom: 40px;
		text-align: center;
		width: 110px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
	}

	.pannello_anteprima .btnprev
	{
		float: left;
		margin-left:15px;
	}

	.pannello_anteprima .btnnext
	{
		float: right;
		margin-right:15px;
	}

	.pannello_anteprima .options
	{
		line-height: 20px;
		margin:0;
		padding:0;
	}

		.pannello_anteprima .options li
		{
			margin: 0;
			padding:0;
			display:block;
		}

			.pannello_anteprima .options li label
			{
				cursor: pointer;
				font-size: 14px;
				display:block;
				border-bottom:1px solid #ccc;
				margin:0;
				padding:5px 0 5px 30px;
			}

			.pannello_anteprima .options li input
			{
				float:left;
				margin:7px 0 -3px 5px;
			}
			.pannello_anteprima .options li input[type='radio']:checked + label
			{
				color:green;
				background-color:#ddd;
				cursor:default;
			}

			.pannello_anteprima .options li input[type='radio']:not(:checked):hover, .pannello_anteprima .options li input[type='radio']:not(:checked):hover + label
			{
				color: red;
				background-color:#ddd;
				cursor:pointer;
			}

	.pannello_anteprima .validator
	{
		font-weight: bold;
		color: red;
	}

.infotab
{
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}

	.infotab h5
	{
		display: inline;
	}

	.infotab .tr1
	{
		background-color: #fff;
	}

	.infotab .tr2
	{
		background-color: #eee;
	}

	.infotab th
	{
		background-color: #ccc;
		padding: 5px;
	}

	.infotab .tr_insert
	{
		background-color: #368736;
		color: #FFFFFF;
	}

	.infotab .tr_edit
	{
		background-color: #4769AD;
		color: #FFFFFF;
	}

	.infotab th.int
	{
		background-color: #1e2564;
		color: white;
		height: 22px;
	}

	.infotab th
	{
		border: 1px solid #eee;
	}

	.infotab td:not(table.subtab td)
	{
		border: 1px solid #ccc;
	}

.subtab
{
	width: 100% !important;
}

	.subtab tr td:first-child
	{
		width: 70px;
	}

	.subtab td
	{
		border-bottom: 1px solid #ccc;
	}

.infotab.mo tr:not(.tr_insert):not(.tr_edit):hover
{
	background-color: #fffdd7;
	cursor: pointer;
}
/*FINE pannello INFO*/
.foto_mask
{
	position:absolute;
	width:100%;
	z-index:999999;
}