﻿body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
}
h1{
  text-align: center;
}
.preview{
	max-width:50px;
}
.photo{
	max-width:100%;
	max-height:200px;
}
.listaVuota{
	list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow:auto;
}
.listaVuota li{
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	word-break: break-all;
}
.spec{
	height:120px;
	min-width:80px;
}
.listaVuota li a p{
	width:80px;
}
.listaVuota li p{
	width:80px;
}
.Specialita img{
	width:65px;
}
.Brevetti img{
	width:85px;
}
.tappa{
	width:150px;
}
.smallTappa{
	margin-top:10px;
	width:100%;
}
#varie{
	width:99%;
	min-height:300px;
	margin-bottom:5px;
}
button.right{
	float:right;
	margin-bottom:2px;
}
.panel-heading{
	font-weight:bold;
}
#infoTable td:first-child{
	font-style:italic;
	min-width:150px;
}
#contattiTable td:first-child{
	font-style:italic;
	min-width:150px;
}
#commento{
	width:100%;
}
.hidden{
	display:none;
}
.info-tooltip + .tooltip > .tooltip-inner {
	border:solid;
	border-width:1px;
	background-color: #f5f5f5;
	color:black;
}


.infoSpec label{
	width:100px;
}
iframe{
	width:100%;
	height:300px;
}
.space{
	margin-top:5px;
}
.verysmall{
	font-size:0.5em;
}
.buttonField{
	margin-top:10px;
	display:none;
}
.buttonField button{
	float:right;
	margin-left:5px;
}
.metaCreator{
	width:100%;
}
.metaCreator label{
	width:20%;
}
.metaCreator input{
	width:80%;
}
.userName{
	text-align:center;
}
.rightText{
	float:right;
	font-size:0.8em;
}
.editCommento{
	margin-top:5px;
}
#commento{
	min-height:200px;
}
.colorbox{
	border:solid;
	border-width:1px;
	height:25px;
	display:inline-blocK;
}
.primary{
	width:70px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.secondary{
	width:30px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.sqname{
	width:100px;
}

#eventi-form{
	display:none;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.trouble-level-1{
	color:#DBA901;
}
.trouble-level-2{
	color:#DF3A01;
}
.trouble-level-3{
	color:#B40404;
}
@media only screen and (max-width: 480px){
}

