#top_header{
	color:#fff;
}
#anim {
  width: 200px; height: 260px;
  background-image: url("../images/config/anim-frames.png");
  background-repeat: no-repeat;
	position:absolute;
	top:-1000px;
	z-index: 100000;
	-webkit-transition: left 1s, top 1s;
	transition: left 1s, top 1s;
}
#balloon {
  width: 200px; height: 174px;
  background-image: url("../images/config/balloon.png");
  background-repeat: no-repeat;
	position:relative;
	top:-80px;
	left:0px;
	z-index: 100000;
}
.barra-modo-config {
	position:fixed;top:0px;left:0px;right:0px;
	z-index: 500;
	height:24px;
	padding:6px;
	color:#fff;
	background-color:#2a2;
	text-align:center;
	font-size:18px;
	border-bottom: 2px solid #050;
	-webkit-animation: colore-barra 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;	
	animation: colore-barra 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.comp-barra {
	height:36px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes colore-barra {
	from {background: #060;}
	to {background: #0a0;}
}

/* Standard syntax */
@keyframes colore-barra {
	from {background: #060;}
	to {background: #0a0;}
}

.escape-button {
	background-color:#2d2;
	padding:0px 6px;
	border:1px solid #5f5;
	border-radius: 3px;
}
a.escape-button
{
	color: #050;
}
a.escape-button:hover
{
	color: #080;
	background-color: #3f3;
}
.anchor{
	display: block;
	position: relative;
	top: -44px;
	visibility: hidden;
}
.showres
{
	display: none;
}
@media screen and (max-width: 600px) {
	.hideres
	{
		display: none;
	}
	.showres
	{
		display: block;
	}	
	#content
	{
		overflow-x:auto;
		overflow-y:auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar; 		
	}
}

.ricerca a
{
	position: relative;
	text-decoration: none;
	color: #000000;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #337ab7;
	background-color: #f3f3f3;
	border-color: #bbb;
}
.ricerca a:hover
{
	background-color: #e3e3e3;
	color: #337ab7;
}
input[type="submit"]{
	vertical-align:top;
}
#overlay {
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width:10000px;
	height:10000px;
	text-align:center;
	z-index: 1000;
	background-image:url("../images/transparent.png");
}
#overlay div {
	position: fixed;
	left: 50%;
	margin:-150px;
	top: 300px;
	width:300px;
	text-align:center;
}
#uploader_image img{
	border-radius:80px;
}

#dettagliorecord td.label{
	border: 1px solid white;
}

#dettagliorecord td.dato{
	border: 1px solid white;
}
#dettagliorecord td.datomod{
	border: 1px solid white;
}

#dettagliorecordsc td.label{
	border: 1px solid white;
}
#dettagliorecordsc td.dato{
	border: 1px solid white;
}
#dettagliorecordsc td.datomod{
	border: 1px solid white;
}
