/* --------------------------- div di utilità generica ---------------------------- */
.clear,
.flat_clear {
	clear: both;
}

.clear {
	height: 5px;
}

.line_break {
	position: relative;
	margin: 5px 0;
	
	height: 1px;
}

.flex_line_break {
  flex-basis: 100%;
  height: 0;
}

.display_none {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
}

.text_uppercase {
	text-transform: uppercase;
}

.cursor_pointer {
	cursor: pointer;
}

.font_bold {
	font-weight: bold;
}

.text_align_right {
	text-align: right;
}

.la_linea {
	position: relative;
	margin: 0;
	padding: 0;
	height: 0;
	
	border: solid 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* -------------------------- titoletto sezione -------------------------- */
.titoletto {
	position: relative;
	margin: 0px;
	padding: 0px;
	
	height: 40px;
	
	border-bottom: solid 2px;
	box-sizing: border-box;
}

.titoletto span {
	position: relative;
	padding: 0 10px 0 10px;
	
	height: inherit;
	
	line-height: 40px;	
	font-weight: bold;
	font-size: 1.1em;
}

.titoletto .button {
	position: absolute;
	top: 0;
	bottom: 0;
	
	width: 150px;
	
	cursor: pointer;
	
	border: solid 2px;
	border-top: none;
	border-right:none;
	border-bottom: none;
}

.titoletto .button:nth-child(1) {
	right: 0px;	
}

.titoletto .button:nth-child(2) {
	right: 150px;	
}

.titoletto .button:nth-child(3) {
	right: 300px;	
}

.titoletto .button img,
.titoletto .button input,
.titoletto .button span {
	position: absolute;
	top: 50%;
	left: 10px;
	
	margin: 0;
	margin-right: 0;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.titoletto .button img,
.titoletto .button input {
	left: 10px;
}

.titoletto .button span {
	left: 40px;
	
	font-weight: bold;
}

.titoletto .deleting {
	border-left: solid 2px;
}

/* --------------------------- coppia label valore ------------------------------- */
.coppia_label,
.coppia_value {
	position: relative;
	
	display: inline-block;
	vertical-align: top;
	
	height: 25px;
	line-height: 25px;
}

.coppia_label {
	width: 150px;
	
	font-weight: normal;
}

.coppia_value {
	width: calc((100%) - 150px);
	
	font-weight: bold;
	
	overflow: hidden;
}

.coppia_value .wrapper {
	position: absolute;
	
	width: 1000px;
	height: inherit;
}

.single_value_choice {
	position: relative;
	
	width: 100%;
	height: 30px;
	
	padding: 0 0 0 20px;
	
	line-height: 30px;
	font-size: 1.2em;
	
	border: solid 1px;
	border-right: none;
	border-left: none;
	
	cursor: pointer;
}

.single_value_choice:hover {
	color: #395704;
	background-color: #f8eee0;
	border-color: #22529e;
}

/* --------------------------- container dettaglio particolare ------------------------------- */
.container_dettaglio_particolare {
	position: relative;
	width: 100%;
	
	border: solid 1px;
}

.container_dettaglio_particolare .title {
	position: relative;
	height: 30px;
	
	height: 30px;
	padding-left: 10px;
	
	line-height: 30px;
	font-weight: bold;
}

.container_dettaglio_particolare .corpo {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 0;
	left: 0;
	
	padding: 5px;
	
	border: solid 1px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	
	overflow: auto;
}

.container_dettaglio_particolare .link,
.overflow_sezione .titolo_sezione .link {
	position: absolute;
	right: 0;
	
	width: 31px;
	
	z-index: 10;
}

.container_dettaglio_particolare .link {
	top: 0;
	height: 30px;
	
	border: solid 1px;
	border-top: none;
	border-right: none;
}

.overflow_sezione .titolo_sezione .link {
	top: -4px;
	height: 28px;
}

.container_dettaglio_particolare .link img,
.overflow_sezione .titolo_sezione .link img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: 0;
	margin-right: -50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    cursor: pointer;
}

/* --------------------- zona di interesse -------------------------- */
.zona_di_interesse {
	position: absolute;
	
	border: solid 2px;
	
	display: none;
	z-index: 110;
}

/* --------------------- attività eseguita con successo -------------------------- */
.attivita_eseguita_con_successo {
	position: relative;
	padding: 0 5px;
	
	line-height: 25px;
	text-align: center;
}

.attivita_eseguita_con_successo:nth-of-type(1) {
	height: 80px;
}

.attivita_eseguita_con_successo:nth-of-type(1) img {
	margin-top: 24px;
}

/* --------------------------- div operativi nascosti ---------------------------- */
.operativo {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	text-align: center;
}

/* ---------------------------------- animazioni ---------------------------------- */
img.rotating {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
