<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{ margin:0; padding:0;}

/* Helper della classe text */
div.help {
	background-color: #4B77BE;
	color: #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	float: right;
}
label.HelpF {
	min-width: 200px;
	color: #000;
	vertical-align: top;
}

/*Form segnalazione*/
textarea.segnalazione {
	border-left: 2px solid #c23f44;
	margin-bottom: 10px;
	width: 100%;
}

/* Dashboard (1-3 = un terzo, dovrebbero stare al massimo 3 affiancate. 2-3 due terzi, ecc.)*/
.dash-1-3, .dash-2-3, .dash-1-2, .dash-1 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
}
@media (min-width: 800px) {
	.dash-1-3 {
		width: 50%;
	}
}
@media (min-width: 1600px) {
	.dash-1-3 {
		width: 33.33333333%;
	}
	.dash-2-3 {
		width: 66.66666667%;
	}
	.dash-1-2 {
		width: 50%;
	}
	.dash-1 {
		width: 1250px;
	}
}

/* Chats */
#search_row {
	padding-top: 10px;
	margin-top: 10px;
	color: #3598dc;
}
#search_row i {
	margin-right: 4px;
}
#search_row input {
	display: inline-block;
	width: 400px;
	margin-left: 8px;
}
#chats div.title_row {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
}
#chats div.title_row &gt; i {
	color: #1bbc9b;
	cursor: pointer;
	margin-right: 4px;
}
#chats div.title_row &gt; a {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #1bbc9b;
	text-decoration: none;
}
#chats div.title_row &gt; span.arrow:before {
	width: 10px;
	color: #1bbc9b;
	text-align: center;
	margin-top: -1px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f104";
	font-weight: 300;
}
#chats div.title_row &gt; span.arrow.open:before {
	content: "\f107";
}
/* CHATS NEAR MISS */
#chats_near_miss div.title_row {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
}
#chats_near_miss div.title_row &gt; i {
	color: #1bbc9b;
	cursor: pointer;
	margin-right: 4px;
}
#chats_near_miss div.title_row &gt; a {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #1bbc9b;
	text-decoration: none;
}
#chats_near_miss div.title_row &gt; span.arrow:before {
	width: 10px;
	color: #1bbc9b;
	text-align: center;
	margin-top: -1px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f104";
	font-weight: 300;
}
#chats_near_miss div.title_row &gt; span.arrow.open:before {
	content: "\f107";
}
/* Tendine dei filtri delle dashboard */
.dropdown-menu &gt; label {
	white-space: nowrap;
}
/* Lista relazioni */
.REL_att_list {
	margin-bottom:0px;
}
.REL_sog_list {
	margin-bottom:0px;
}
.REL_loc_list {
	margin-bottom:0px;
}
.stock {
	cursor: pointer;
}</pre></body></html>