﻿.trasf-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1030;
}

.trasf-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	padding: 0;
	z-index: 1050;
	width: 700px;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

.trasf-popup-header {
	background-color: #ea062b;
	color: #fff;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.trasf-popup-close {
	float: right;
	cursor: pointer;
	font-size: 21px;
	color: #fff;
	opacity: 0.8;
	text-shadow: none;
	background: transparent;
	border: 0;
	font-weight: bold;
	line-height: 1;
}

	.trasf-popup-close:hover {
		opacity: 1;
	}

.trasf-popup-body {
	padding: 12px;
	font-size: 13px;
	color: #333;
}

.trasf-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

	.trasf-table td {
		vertical-align: middle;
	}

.trasf-section-header td {
	background-color: #4b4b4b;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.trasf-section-header-danger td {
	background-color: #ffe0e6;
	color: #a10000;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ff5454;
}

.trasf-lbl {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #4b4b4b;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
}

.trasf-val {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	padding: 10px;
}

.trasf-lbl-alt {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
	color: #4b4b4b;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
}

.trasf-val-alt {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	padding: 10px;
}

.trasf-w25 {
	width: 25%;
}

.trasf-w50 {
	width: 50%;
}

.trasf-LinkActionDettaglio {
	color: #4b4b4b;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

	.trasf-LinkActionDettaglio:hover {
		color: #ea062b;
		text-decoration: none;
	}

.r-eliot-LinkActionDownloadReferto {
	color: #4b4b4b;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

	.r-eliot-LinkActionDownloadReferto:hover {
		color: #ea062b;
		text-decoration: none;
	}

