@CHARSET "ISO-8859-1";

#map{
	/* disable selections / cut copy paste actions */
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* disable callout, image save panel on long press */
    -webkit-touch-callout: none;

    /* "turn off" link highlight, good for custom pressed states */
    -webkit-tap-hightlight-color: transparent;
}

.winmap{
	position:absolute;
	opacity:0.96;
	color:#616161;
	font-family:Arial;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #aaa;
	border: 2px solid #479EC6;
	display:none;
	text-align: left;
}

.winmap .pictureMap{
	width:97%;
	margin:0px auto;
	padding:5px;
	overflow: auto;
}

.winmap .loading{
	width:31px;
	height:31px;
	margin:0px auto;
	padding:15px;
	overflow: auto;
}

.winmap .titleWinMap{
	font-size:13px;
	width:92%;
	background:#66bbe3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:6px;
	color:white;
	margin-top:7px;
	margin-bottom:10px;
	margin-left:10px;
}

.winmap .textWinMap{
	font-size:11px;
	width:94%;
	margin:0px auto;
	padding:5px;
	overflow: auto;
}

.winmap .alertWinMap{
	color: #999;
	font-family: Frutiger45,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	margin-bottom: 10px;
}

.winmap .textWinMap table{
	width:100%;
	border-spacing:0px;
}

.winmap .closeWinMap{
	width: 43px;
	height: 43px;
	margin-top: -22px;
	margin-bottom: 0px;
	margin-right: -22px;
	float:right;
	background:url(../gfx/map/close.png) no-repeat top left;
	cursor: pointer;
}

.winmap .buttonWinMap{
	
	background:url(../gfx/map/btn_empty.png) no-repeat top left;
	font-family: 'Frutiger95', sans-serif;
	color:#2f2f2f;
	width:170px;
	height:34px;
	text-align:center;
	font-size:13px;
	line-height: 34px;
	cursor:pointer;	
	margin: 5px;
	display: inline-block;
}

.winmap .buttonWinMapDisable{
	opacity:0.4;
}

.winmap .infoPosto{
	color: #616161;
	font-size: 12px;
	border-bottom:1px solid #616161;
	text-align: left;
}

.winmap .notePosto,.reportmap .notePosto{
	color: #610000 !important;
}

.winmap .listTariffe{
	max-height:400px;
	overflow:auto;
	text-align:left;
}

.winmap .listTariffe th{
	text-align: left;
	font-family: 'Frutiger95', sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom:10px;
	padding-top:10px;
	background-color: #fff;
	width: 80%;
}

.winmap .listTariffe td{
	border-bottom:5px solid white;
}

.winmap .listTariffe tr{
	background-color: #f7f7f7;
}

.winmap td{
	vertical-align:top;
	padding:5px;
	cursor: pointer;
}

.winmap tr.list-item:hover{
	background-color: #66bbe3;
	color:white;
}

.winmap div.nameTariffa{
	font-weight:bold;
}

.winmap .activeTariffa{
	background-color: #a8def8 !important;
}

.winmap .errorReserve{
	color:#990000;
	font-size:12px;
	width:100%;
	font-weight:bold;
}

.winmap .buttonsWinMap{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.winmap .help{
	width:90%;
	float:left;
}

.winmap .help .iconHelp{
	float:left;
	width:10%;
	clear:left;
	margin-bottom:5px;
	height:16px;
}

.winmap .help .iconHelp img{
	vertical-align:bottom;
}

.winmap .help .descHelp{
	float:left;
	width:90%;
	font-size: 13px;
	margin-bottom:5px;
	height:16px;
}

.reportmap{
	border-top: 2px solid #aa0933;
	min-height:30px;
	font-family:Arial;
}

.reportmap ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.reportmap ul li.list-head{
	background: none;
	display:inline-block;
	text-align:left;
	padding: 0;
}

.reportmap ul li.list-head span{
	font-family: 'Frutiger95', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.reportmap ul li{
	background-color: #F7F7F7;
	margin-bottom: 5px;
	display:none;
	width:100%;
}

.reportmap ul li.list-item:hover{
	background-color: #66bbe3;
	color:white;
}

.reportmap li div{
	 display: inline-block;
	 padding-top:7px;
	 padding-bottom:7px;
	 margin-left:10px;
}

.reportmap li .ordine{
	 display: inline-block;
	 width:35%;
}

.reportmap li .tariffa{
	 display: inline-block;
	 width:25%;
}

.reportmap li .prezzo{
	 display: inline-block;
	 width:15%;
}

.reportmap li span{
	color: #333!important;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	font-family:Arial;
}

.reportmap ul li .deleteReserve{
	text-decoration: underline;
   cursor:pointer;
   color: #616161;
	font-size: 11px;
	font-weight: bold;
	font-family: arial; 
}

.reportmap .summary{
	width:100%;
	text-align:left;
	height:60px;
}

.reportmap .summary .btnPrenotazione{
	background:url(../gfx/btn_blocca.png) no-repeat top left;
	font-family: 'Frutiger95', sans-serif;
	color:transparent;
	width:200px;
	height:20px;
	text-align:center;
	font-size:18px;
	line-height: 34px;
	cursor:pointer;	
	margin: 5px;
	display: inline-block;
	float: right;
}

#mapViewer {
	padding:0;min-height:600px;width:930px;
}

.nocanvas{
	width:100%;
	text-align:center;
}

