#sede {
	/* width:48%; */
	width: 100%;
	display:inline-block;
	border:0px solid #CCC;
	/* min-height:100%; */
	margin: 0px;
	margin-bottom:20px;
}
.tab {
	border:1px solid #999;
	border-bottom:0px;
	padding:8px;
	-webkit-border-radius: 0 25px 0 0;
	border-radius: 0 25px 0 0;
	width:auto;
	background-color:#0f4499;
	font-weight:bold;
	color:#FFF;
	-webkit-box-shadow: 1px -1px 2px 0 #CCC;
	box-shadow: 1px -1px 2px 0 #CCC;
}
.bloccoSede {
	width:100%;
	padding:8px;
	border:1px solid #999;
	background-color:#FFF;
	-webkit-box-shadow: 2px 2px 4px 0 #CCC;
	box-shadow: 2px 2px 4px 0 #CCC;
}
.rowPark {
	width:100%;
	height:100%;
	display:block;
}
.slotOut {
	width: 24%;
	display: inline-block;
	margin: 0px;
	background-color: transparent;
}
.slot {
	width: 100%;
	display: block;
	margin: 0px;
	background-color: transparent;
	background-image: url(../images/bici_parcheggio.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slotCartello {
	font-size:0.7em;
	font-weight:bold;
	line-height:250%;
	width: 100%;
	height:30px;
	background-image: url(../images/bg_libero.png);
	background-size: auto 100%;
	background-color:#20841d;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.slotID {
	font-size:0.8em;
	font-weight:normal;
	line-height:250%;
	width: 100%;
	height:30px;
	background-color:#E4E4E4;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bicicletta {
	width:100%;
	height:100%;
	background-image:url(../images/bici.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
img.bici {
	width:100%;
	height:auto;
}
.slotOut.libero .bici {
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.slotOut.occupato .bici {
	opacity: 0.0;
    filter: alpha(opacity=0);
}
.slotOut.fuorisede .bici {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.slotOut.prenotato .bici {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slotOut.libero .slotCartello {
	background-image: none;
	background-color: #21841e;
}
.slotOut.occupato .slotCartello {
	background-image:none;
	background-color:#CC0000;
}
.slotOut.prenotato .slotCartello {
	background-image:none;
	background-color: #e89f0a;
}
.slotOut.bloccata .slotCartello {
	background-image:none;
	background-color: #000000;
}
/* colori sedi */
.sede01 {
	background-color: #0067b4;
	color: #FFF;
}
.sede02 {
	background-color: #d88300;
	color: #FFF;
}
.sede03 {
	background-color: #b90000;
	color: #FFF;
}
.sede04 {
	background-color: #008000;
	color: #FFF;
}

/*sezione tab*/

.tab-container {
	padding: 20px;
	margin: 0 auto;
	background: #fff;
}

section.tab-section {
	display: none;
	padding: 20px 0 0;
	border-top: 1px solid #b0b0b0;
	margin-top: 1px;
}

input.tab {
	display: none;
}

label.tab {
	display: inline-block;
	margin: -1px 0 -2px 0;
	padding: 8px;
	font-weight: 600;
	text-align: center;
	color: #868686;
	background-color: #f4f4f4;
	border: 1px solid transparent;
	border-top-color: #ececec;
	border-left-color: #ececec;
	border-right-color: #ececec;
	border-bottom: 1px solid #b0b0b0;
}

label.tab:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 4px;
}

label.tab:hover {
	border-top: 4px solid #ececec;
	color: #333333;
	cursor: pointer;
}

input.tab:checked + label.tab {
	color: #333333;
	margin: -1px 0 -2px 0;
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	border-top: 4px solid #CC0000;
	border-bottom: 1px solid #fff;
	content: '';
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8 {
	display: block;
}

/*label.tab[for*='1']:before { content: '\f1cb'; }*/
/*label.tab[for*='2']:before { content: '\f17d'; }*/
/*label.tab[for*='3']:before { content: '\f16b'; }*/
/*label.tab[for*='4']:before { content: '\f1a9'; }*/
/*label.tab[for*='5']:before { content: '\f1a9'; }*/
/*label.tab[for*='6']:before { content: '\f1a9'; }*/
/*label.tab[for*='7']:before { content: '\f1a9'; }*/
/*label.tab[for*='8']:before { content: '\f1a9'; }*/


/* ################ tabs a colori ############### */

input.tab.tab-1,
input.tab.tab-2,
input.tab.tab-3,
input.tab.tab-4,
input.tab.tab-5,
input.tab.tab-6,
input.tab.tab-7,
input.tab.tab-8 {
	display: none;
}

label[class*="tab-"] {
	border-top-left-radius: 7px;
	border-top-right-radius: 20px;
}

/* colori tab disattivo */
label.tab.tab-1 {
	border-top: 4px solid #ecc4a8;
}
label.tab.tab-2 {
	border-top: 4px solid #b1d9ec;
}
label.tab.tab-3 {
	border-top: 4px solid #c1eca6;
}
label.tab.tab-4 {
	border-top: 4px solid #ece6b5;
}
label.tab.tab-5 {
	border-top: 4px solid #ecbdda;
}
label.tab.tab-6 {
	border-top: 4px solid #d5ecbb;
}
label.tab.tab-7 {
	border-top: 4px solid #d1fcff;
}
label.tab.tab-8 {
	border-top: 4px solid #d5b5a7;
}

/* colori tab over */
label.tab.tab-1:hover {
	border-top: 4px solid #ec4f33;
}
label.tab.tab-2:hover {
	border-top: 4px solid #52bdec;
}
label.tab.tab-3:hover {
	border-top: 4px solid #5dd14d;
}
label.tab.tab-4:hover {
	border-top: 4px solid #ecdf42;
}
label.tab.tab-5:hover {
	border-top: 4px solid #ec69dc;
}
label.tab.tab-6:hover {
	border-top: 4px solid #a2d14c;
}
label.tab.tab-7:hover {
	border-top: 4px solid #63ecea;
}
label.tab.tab-8:hover {
	border-top: 4px solid #bf724e;
}

/* colori tab attivo */
input.tab.tab-1:checked + label.tab {
	border-top: 4px solid #cc0000;
}
input.tab.tab-2:checked + label.tab {
	border-top: 4px solid #0081d6;
}
input.tab.tab-3:checked + label.tab {
	border-top: 4px solid #00a302;
}
input.tab.tab-4:checked + label.tab {
	border-top: 4px solid #eecc00;
}
input.tab.tab-5:checked + label.tab {
	border-top: 4px solid #d6007c;
}
input.tab.tab-6:checked + label.tab {
	border-top: 4px solid #a2ea17;
}
input.tab.tab-7:checked + label.tab {
	border-top: 4px solid #00f3f7;
}
input.tab.tab-8:checked + label.tab {
	border-top: 4px solid #934d3e;
}

#tab-1:checked ~ #content-1,
#tab-2:checked ~ #content-2,
#tab-3:checked ~ #content-3,
#tab-4:checked ~ #content-4,
#tab-5:checked ~ #content-5,
#tab-6:checked ~ #content-6,
#tab-7:checked ~ #content-7,
#tab-8:checked ~ #content-8 {
	display: block;
}

/*label.tab[for*='1']:before { content: '\f1cb'; }*/
/*label.tab[for*='2']:before { content: '\f17d'; }*/
/*label.tab[for*='3']:before { content: '\f16b'; }*/
/*label.tab[for*='4']:before { content: '\f1a9'; }*/
/*label.tab[for*='5']:before { content: '\f1a9'; }*/
/*label.tab[for*='6']:before { content: '\f1a9'; }*/
/*label.tab[for*='7']:before { content: '\f1a9'; }*/
/*label.tab[for*='8']:before { content: '\f1a9'; }*/


.countTab {
	display: inline-block;
	background-color: #900;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	margin: 1px 0 0 2px;
	vertical-align: middle;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	z-index: 26;
	padding:4px;
	opacity: 1;
}
/*fine sezione tab*/


/*gestione segnalazioni*/
.noSegnalazioni{
	display: inline-block;
	background-color: #007f00;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	margin: 1px 0 0 2px;
	vertical-align: top;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	z-index: 26;
	padding:8px;
}

.segnalazioni{
	display: inline-block;
	background-color: #d54e21;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	margin: 1px 0 0 2px;
	vertical-align: top;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	z-index: 26;
	padding:8px;
}

/*fine gestione segnalazioni*/

.iframeBody {
	background-color: #f6f6f6;
	padding: 4px;
	display: table;
	font-family: 'Open Sans' sans-serif !important;
	font-size: 16px;
	width: 100%;
}
.iframeBody label {
	font-family: 'Open Sans' sans-serif !important;
}

/* jquery workaround */
.ui-dialog-titlebar-close {
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
	border: medium none;
}
.ui-dialog-titlebar-close:hover {
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}
.ui-widget-overlay {
	background-color: #2e2e2e;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-dialog .ui-dialog-content {
	padding: .5em .2em;
}