
/* ==========================================================================
   Siteland custom styles
   ========================================================================== */

/* Body della pagina */
	html, body{
		min-height:100%;
		height:100%;
	}
	body{
		color:#4b4b4b;
		background-color: #eeeeee;
		background-image: -moz-linear-gradient(top, #f9f9f9, #eeeeee);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#eeeeee));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #eeeeee);
		background-image: -o-linear-gradient(top, #f9f9f9, #eeeeee);
		background-image: linear-gradient(to bottom, #f9f9f9, #eeeeee);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeeeeee', GradientType=0);
	}


/* Classi d'uso generico*/
	.float-sx{
		float:left;
		margin-right:20px;
	}
	.float-right {
		float:right;
		margin-left:20px;
	}
	.nascosto{
		margin:0;
		padding:0;
		border:0;
		height:1px;
		overflow:hidden;
	}
	.size-l{font-size:1.2em;}
	.size-xl{
		font-size:1.4em;
		line-height: 1.6em;
	}
	.nowrap{white-space:nowrap;}
	.bold{font-weight:bold;}
	.grigio-scuro{color:#4b4b4b;}
	.grigio-chiaro{color:#999999;}
	.celeste{color:#1fdafc;}
	.margin-bottom-10{margin-bottom:10px;}
	.margin-bottom-20{margin-bottom:20px;}
	.margin-top-20{margin-top:20px;}
	.margin-top-0{margin-top:0px;}
	.padding-15{padding:15px;}
	.padding-0-15{padding: 0 15px;}
	.padding-0{padding:0;}
	.border-top{
		border-top:1px solid #ccc;
		padding-top: 10px;
		margin-top:10px;
	}
	.text-center{
		text-align: center;
	}

/* Logo */
	#logo-container{
		height:200px;
		min-height:200px;
	}
	#logo div{
		text-align:center;
	}
	#logo div a{
		display:block;
		margin-top:60px;
	}
	#logo div a:hover{
		text-decoration:none;
	}
	/* Landscape phones and down */
	@media (max-width: 480px) {
		#logo-container{
			height:150px;
			min-height:150px;
		}
		#logo div a{
			margin-top:50px;
		}
		#logo img{
			width:250px;
		}
	}


/* Contenitore form di login */
	#login-form-container{
		background:#4b4b4b;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	#login-form-container form fieldset{
		padding:40px;
	}
	/* Landscape phone to portrait tablet */
	@media (max-width: 768px) {
		#login-form-container{
			border-radius:6px;
			-webkit-border-radius:6px;
			-moz-border-radius:6px;
		}

	}
	/* Landscape phones and down */
	@media (max-width: 480px) {
		#login-form-container{
		}
	}


/* Funzionalità */
	#funzionalita .span4{
		text-align:center;
		padding:40px 0 40px 0;
	}
	#funzionalita span{
		margin-top:20px;
		display:block;
	}


/* Barra utente */
	.navbar-inverse .navbar-inner {
		height:60px;
		background-color: #4b4b4b;
		background-image: -moz-linear-gradient(top,#4b4b4b,#4b4b4b);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#4b4b4b),to(#4b4b4b));
		background-image: -webkit-linear-gradient(top,#4b4b4b,#4b4b4b);
		background-image: -o-linear-gradient(top,#4b4b4b,#4b4b4b);
		background-image: linear-gradient(to bottom,#4b4b4b,#4b4b4b);
		background-repeat: repeat-x;
		border-color: #4b4b4b;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b',endColorstr='#ff4b4b4b',GradientType=0);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.45);
		-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.45);
		box-shadow: 0 3px 6px rgba(0,0,0,0.45);
		padding:0 0 0 0;
		border-bottom:0px;
	}
	#barra-utente .container-fluid{
		padding-left:0;
		margin:0;
	}
	#utente{
		height:60px;
		padding-left:80px;
		background:transparent url('/img/icona-utente-barra.png') no-repeat left center;
	}
	#utente:hover{
		text-decoration:none;
	}
	#utente div{
		padding-top:10px;
		color:#fff;
		font-size:1.4em;
	}
	#utente em{
		color:#00d6fd;
	}
	.navbar .nav>li>a{
		padding:20px 10px 20px 10px;
	}
	.navbar .nav>li>a i{
		color:#ffffff;
	}
	.barra-utente-vuoto{
		height:80px;
	}
	/* phone, tablet (portrait and landscape) */
	@media (max-width: 979px) {
		.barra-utente-vuoto{
			height:0;
		}
	}
	/* Landscape phone to portrait tablet */
	@media (max-width: 768px) {
		.navbar .nav>li>a{
			padding:20px 10px 20px 10px;
		}
		.navbar .nav>li>a i.icon-large{
			font-size:150%;
		}
	}

/* Generico */
	.container-generico{
		min-height: 20px;
		padding: 19px;
		margin-bottom: 20px;
		background-color: #e4e4e4;
		border: 1px solid #cccccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	}

	.p-hr{
		border-top:1px solid #cccccc;
		padding-top:10px;
	}
/* Gruppi */
	#container-gruppo{
		min-height: 20px;
		padding: 19px;
		margin-bottom: 20px;
		background-color: #e4e4e4;
		border: 1px solid #cccccc;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	}
	#container-gruppo div label{
		font-weight:bold;
		font-size:1.8em;
		line-height:1em;
	}
	#container-gruppo div select{
		font-weight:bold;
	}
	#iscritti-gruppo p{
		border-top:1px solid #cccccc;
		padding-top:10px;
	}
	#utenti-registrati p{
		border-top:1px solid #cccccc;
		padding-top:10px;
	}
	#iscritti-dati{
		margin-bottom:10px;
	}
	#iscritti-cornice{
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background:#fff;
		border:1px solid #cccccc;
	}
	#iscritti-cornice div{
		height:50px;
		overflow:hidden;
		border-bottom:1px solid #cccccc;
	}
	#iscritti-cornice div:nth-child(odd){
		background-color:#ffffff;
	}
    #iscritti-cornice div:nth-child(even){
    	background-color:#f2f2f2;
    }
	#iscritti-cornice div.iscrizione-scaduta:nth-child(odd){
		background-color:#d5d5d5;
	}
    #iscritti-cornice div.iscrizione-scaduta:nth-child(even){
    	background-color:#ccc;
    }
	#iscritti-cornice div:last-child{
		border-bottom:none;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-right-radius: 6px;
	}
	#iscritti-cornice div:first-child{
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		border-top-right-radius: 6px;
	}
	#iscritti-cornice div span.area-drag{
		float:left;
		margin-right:15px;
		cursor:move;
	}
	#iscritti-cornice div span.area-drag i{
		float:left;
		margin:0;
		height:50px;
		width:50px;
		background:#4b4b4b url('/img/icona-drag.png') no-repeat center center;
	}
	#iscritti-cornice div span.area-check{
		float:left;
		margin-right:15px;
	}
	#iscritti-cornice div span.area-check input,
	#iscritti-cornice div span.area-check div{
		float:left;
		margin:0;
		height:50px;
		width:50px;
		background:#4b4b4b;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#iscritti-cornice div span.area-drag img,
	#iscritti-cornice div span.area-check img{
		float:left;
		height:50px;
	}
	#iscritti-cornice div.iscrizione-scaduta span.area-drag img,
	#iscritti-cornice div.iscrizione-scaduta span.area-check img{
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
	}
	.area-check label{
		display:none;
	}
	#iscritti-cornice div a.utente{
		display:block;
		float:none;
		font-size:1.2em;
		padding:15px 15px 15px 0;
		color:#4b4b4b;
	}
	#iscritti-cornice div.iscrizione-scaduta a.utente{
		color:#999999;
	}
	#iscritti-cornice .nome-utente{
	margin-bottom:20px;
	}
	#iscritti-cornice div a.utente:hover,
	#iscritti-cornice div a.utente:focus,
	#iscritti-cornice div a.utente:active{
		background:#d6f9ff;
		text-decoration:none;
	}
	#iscritti-cornice div.iscrizione-scaduta a.utente:hover,
	#iscritti-cornice div.iscrizione-scaduta a.utente:focus,
	#iscritti-cornice div.iscrizione-scaduta a.utente:active{
		background:#a6dbe4;
		text-decoration:none;
	}
	#iscritti-cornice div span.labels{
		float:right;
		margin-bottom:20px;
	}
	#iscritti-cornice div span.label{
		margin:0 0 0 15px;
	}
	#iscritti-cornice div:last-child span.area-drag i{
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-left-radius: 6px;
	}
	#iscritti-cornice div:first-child span.area-drag i{
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		border-top-left-radius: 6px;
	}
	#iscritti-cornice span.iscritto-on-drag span{
		background-repeat:no-repeat;
		background-position:center center;
		background-size:160px 120px;
		background-color:#aaa;
		display:block;
		width:120px;
		height:120px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border:5px solid #1fdafc;
		moz-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		margin:0 auto 10px auto;
		text-align:center;
	}
	#iscritti-cornice span.iscritto-on-drag strong{
		display:block;
		background:#4b4b4b;
		color:#fff;
		text-align:center;
		padding:5px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width:160px;
		moz-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
	}
	#altri-gruppi div{
		background:#e4e4e4 url('/img/altri-gruppi-bg.png') no-repeat 10px center;
		margin-bottom:20px;
		padding:20px 10px 20px 90px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		border:1px solid #cccccc;
		font-size:1.2em;
		font-weight:bold;
		min-height:20px;
		cursor:pointer;
	}
	#altri-gruppi div.no_droppabile{
		background:#ccc url('/img/altri-gruppi-bg-nodroppable.png') no-repeat 10px center;
		color:#999;
	}
	#altri-gruppi div.attivo{
		background:#fff url('/img/altri-gruppi-bg-drag.png') no-repeat 10px center;
		border:1px dashed #4b4b4b;
	}
	#altri-gruppi div.hover{
		background:#1fdafc url('/img/altri-gruppi-bg-over.png') no-repeat 10px center;
		border:1px solid #1fdafc;
	}
	#altri-gruppi div#gruppo_0.no_droppabile{
		background:#ccc url('/img/senza-gruppo-bg-nodroppable.png') no-repeat 10px center;
		color:#999;
	}
	#altri-gruppi div#gruppo_0{
		background:#e4e4e4 url('/img/senza-gruppo-bg.png') no-repeat 10px center;
	}
	#altri-gruppi div#gruppo_0.attivo{
		background:#fff url('/img/senza-gruppo-bg-drag.png') no-repeat 10px center;
	}
	#altri-gruppi div#gruppo_0.hover{
		background:#1fdafc url('/img/senza-gruppo-bg-over.png') no-repeat 10px center;
	}
	#altri-gruppi div span{
		display:block;
		font-style:oblique;
		font-weight:normal;
	}
	.gruppo-pieno{
		color:#ef0000;
	}
	.gruppo-sovraccarico{
		color:#ef0000;
	}
	.gruppo-libero{
		color:#02badb;
	}
	#altri-gruppi div.hover span{
		color:#4b4b4b;
	}

/* Barra progresso e caricamento */
.progress{
	height: 8px;
	background-color: #999;
    background-image: -moz-linear-gradient(top,#999999,#999999);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#999999),to(#999999));
    background-image: -webkit-linear-gradient(top,#999999,#999999);
    background-image: -o-linear-gradient(top,#999999,#999999);
    background-image: linear-gradient(to bottom,#999999,#999999);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999',endColorstr='#ff999999',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
 .progress .bar{
	background-color: #00d6fd;
	background-image: -moz-linear-gradient(top,#00d6fd,#00d6fd);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00d6fd),to(#00d6fd));
    background-image: -webkit-linear-gradient(top,#00d6fd,#00d6fd);
    background-image: -o-linear-gradient(top,#00d6fd,#00d6fd);
    background-image: linear-gradient(to bottom,#00d6fd,#00d6fd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6fd',endColorstr='#ff00d6fd',GradientType=0);
}

/* Input personalizzati */
	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		-webkit-appearance: textfield;
		-webkit-rtl-ordering: logical;
		-webkit-user-select: text;
		/*-webkit-user-modify: read-write-plaintext-only;*/
		border:1px solid #ccc;
		color: #4c4c4c;
		font-size:16px;
		padding: 5px 11px 5px 11px;
		text-indent: 1px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	select{
		display: inline-block;
		/*padding: 5px;
		height:50px;*/
		outline: none;
		color: #4c4c4c;
		border:1px solid #ccc;
		font-size: 16px;
		text-indent: 1px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.madre{
		font-weight:bold;
	}
	.form-horizontal .control-group {
		margin-bottom:10px;
	}
	input[readonly], select[readonly], textarea[readonly] {
		cursor: auto;
		background-color: #fff;
	}

/* Bottoni personalizzati */
	.btn-siteland{
		color:#333333;
		border:1px solid #1fdafc;
		filter:none;
		background-color:#1fdafc;
		background-image:none;
		background-repeat:repeat-x;
		text-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
		border-bottom: 3px solid rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}

	.btn-tags {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
	}
	.btn-formtag {
		margin-right: 4px;
	}

	.btn-siteland:hover, .btn-siteland:focus{
		color: #4b4b4b;
		border:1px solid #78e9fe;
		background-color: #78e9fe;
		background-image:none;
		text-decoration: none;
		background-position: 0 0;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
		border-bottom: 3px solid rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}
	.btn-siteland:active{
		color: #4b4b4b;
		border:1px solid #78e9fe;
		background-color: #78e9fe;
		background-image:none;
		text-decoration: none;
		background-position: 0 0;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		border-top: 3px solid rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	}
	.btn-siteland-mega-icon img{
		display:block;
		width:100px;
		margin:0 auto 10px auto;
	}
	.btn-siteland-mega-icon span{
		display:block;
	}

	.btn-disabled, .btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active{
		cursor: not-allowed;
		color: #999;
		border:1px solid #ccc;
		filter:none;
		background-color:#ccc;
		background-image:none;
		background-repeat:repeat-x;
		text-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		-webkit-transition: all 0.25s ease-in;
		-moz-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
		border-bottom: 3px solid rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}
	.btn-disabled img{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
		filter: alpha(opacity=50); /* IE 5-7 */
		opacity: 0.5; /* modern browser */
	}
	.btn-cancella_pagamento {
		font-size: 1em!important;
	}

/* Alerts personalizzati */
	#alert-container{
		position:fixed;
		bottom:20px;
		right:20px;
		width: 31.623931623931625%;
		z-index:9999;
	}
	.alert-siteland{
		moz-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		box-shadow:0px 2px 8px rgba(0, 0, 0, 0.7);
		margin:5px 0 0 0;
	}
	/* Landscape phone to portrait tablet */
	@media (max-width: 768px) {
		#alert-container{
			right:0;
			width:100%;
		}
		.alert-siteland{
			width:auto;
			margin-left:20px;
			margin-right:20px;
		}
	}


/* Tabelle */
	.barra-comandi{
		/*margin-bottom:10px;*/
	}
	.barra-comandi h4{
		margin: 5px 0 7px 0;
		display: inline-block;
	}
	.barra-comandi .btn-toolbar{
		margin-top:0;
		margin-bottom:0;
		float:right;
	}
	@media (max-width: 768px) {		
		.barra-comandi h4{
			display:block;
			margin-top: 0;
		}
		.barra-comandi .btn-toolbar{
			float:none;
		}
	}
	.table {
		border-collapse:separate;
		/*border-collapse: collapse;*/ /* IE7 and lower */
	    width: 100%;
	    border: 1px solid #ccc;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.table tr.sensibile:hover {
	    background: #d6f9ff;
	    -o-transition: all 0.1s ease-in-out;
	    -webkit-transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out;
	}
	.table tr.segnalino-tempo{
		background:#1fdafc;
		color:#fff;
		height:5px;
		padding:0;
	}
	.table tr.segnalino-tempo td{
		padding:0;
	}
	.table tr.sensibile:hover td{
	    cursor:pointer;
	}
	table tr:nth-child(odd){
		background-color:#ffffff;
	}
	table tbody tr:nth-child(even){
	    background-color:#f2f2f2;
	}
	.table td {
	    border-left: 1px solid #ccc;
	    border-top: 1px solid #ccc;
	}
	.table td.number, .table th.number {
	    text-align: right;
	}
	.table th {
	    background-color: #4b4b4b;
	    color:#ffffff;
	}
	.table td:first-child, .table th:first-child {
	    border-left: none;
	}
	.table th:first-child {
	    -moz-border-radius: 6px 0 0 0;
	    -webkit-border-radius: 6px 0 0 0;
	    border-radius: 6px 0 0 0;
	}
	.table th:last-child {
	    -moz-border-radius: 0 6px 0 0;
	    -webkit-border-radius: 0 6px 0 0;
	    border-radius: 0 6px 0 0;
	}
	.table th:only-child{
	    -moz-border-radius: 6px 6px 0 0;
	    -webkit-border-radius: 6px 6px 0 0;
	    border-radius: 6px 6px 0 0;
	}
	.table tr:last-child td:first-child {
	    -moz-border-radius: 0 0 0 6px;
	    -webkit-border-radius: 0 0 0 6px;
	    border-radius: 0 0 0 6px;
	}
	.table tr:last-child td:last-child {
	    -moz-border-radius: 0 0 6px 0;
	    -webkit-border-radius: 0 0 6px 0;
	    border-radius: 0 0 6px 0;
	}
	@media screen and (max-width: 767px) {
  .table-responsive{
    width: 100%;
    overflow-y: hidden;
  }
}
	/* Tabella scrollabile */
/*	table.table-scrollable thead tr{
		display:block;
		position:relative;
	}
	table.table-scrollable tbody{
		display:block;
		overflow:auto;
		width:100%;
		height:500px;
		background:#fc0;
	}*/
	/* Tabella (scrollabile) specifica larghezze colonne */
/*	#tabella-attivita-giorno td:nth-child(1), #tabella-attivita-giorno th:nth-child(1) { width:10%;}
	#tabella-attivita-giorno td:nth-child(2), #tabella-attivita-giorno th:nth-child(2) { width:30%;}
	#tabella-attivita-giorno td:nth-child(3), #tabella-attivita-giorno th:nth-child(3) { width:40%;}
	#tabella-attivita-giorno td:nth-child(4), #tabella-attivita-giorno th:nth-child(4) { width:20%;}
*/

/* Finestre modali */
	.modal-backdrop{
		background-color: #4b4b4b;
	}
	.modal{
		position:absolute;
		max-height: none;
		overflow: visible;
	}
	.modal-body{
		max-height:none;
		overflow-y:visible;
	}

	/* Personalizzazione finestra modale */
	#poolmodal .accordion{}
	#poolmodal .accordion-heading{
		background-color:#e4e4e4;
	}
	#poolmodal .accordion-heading a{
		font-weight:bold;
		color:#4b4b4b;
	}
	#poolmodal .accordion-body{
		background-color:#f2f2f2;
	}
	#poolmodal .accordion-body ul.unstyled{
		margin-bottom:0;
	}
	.modal-dettaglio{
		margin-right:10px;
		white-space:nowrap;
	}
	#contatti-anagrafica a.btn-siteland{
		margin-top:10px;
		margin-right:10px;
	}
	.riga-accordion{
		border-bottom:1px solid #ccc;
		padding-top:12px;
		padding-bottom:12px;
	}
	.riga-accordion:nth-child(2){
		border-top:1px solid #ccc;
	}
	.riga-accordion:first-child{
		padding-top:0;
		border-bottom:0;
	}
	.riga-accordion:last-child{
		padding-bottom:0;
		border-bottom:none;
	}
	.riga-accordion small{
		display:block;
		line-height:18px;
		margin-top:5px;
	}
	.modal-header .close{
		font-size:1em;
		color:#4b4b4b;
		opacity: .6;
		filter: alpha(opacity=60);
	}
	.modal-header{
		background:#e4e4e4;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	/* Landscape phone to portrait tablet */
	@media (min-width: 768px) {
		.modal{
			width:640px;
			margin-left:-350px;
		}
	}

/* Iframe */
iframe{
	width: 100%;
	height:100%;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

/* Footer pagina */
	#foot{
		position: fixed;
		bottom: 0px;
		width: 100%;
		background:#4b4b4b;
		padding-top:10px;
		color:#fff;
		-webkit-box-shadow: 0 -3px 6px rgba(0,0,0,0.45);
		-moz-box-shadow: 0 -3px 6px rgba(0,0,0,0.45);
		box-shadow: 0 -3px 6px rgba(0,0,0,0.45);
	}
	#foot-topmargin{
		width:100%;
		height: 40px;
	}
	/* Landscape phone to portrait tablet */
	@media (max-width: 768px) {
		#foot{
			margin-left: -20px;
			margin-right: -20px;
			padding-left: 20px;
			padding-right: 20px;
		}
		#pk_tipo_tag {
			margin-bottom: -2%;
		}

	}
	#foot a{
		color:#fff;
	}

/* Tabs di Debug */
#debugtabs{
	margin-top:80px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0;
}
#debugtabs-content{
	margin-left:20px;
	margin-right:20px;
	padding:20px;
	background:#ffffff;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin-bottom:-50px;
}


/* Stampa */
@media print {
	.navbar, .barra-utente-vuoto {display:none;}
	#foot{display:none;}
}

	/* Pagamenti anagrafica */
@media (max-width: 480px) {
	.bottone-pagamento {
		width: 25%;
	}
	.riga-pagamento {
		width: 75%;
	}
}
@media (min-width: 481px) {
	.bottone-pagamento {
		width: 12%;
	}
	.riga-pagamento {
		width: 88%;
	}
	.btn-formtag {
		float:right;
	}
	#pk_tipo_tag {
		margin-bottom: -4%;
	}

}
.modal-pagamento {
	white-space: pre-wrap;
}


/* Customizzazione checkbox SMS e Mail */
.container {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

/* Create a custom checkbox */
.checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
 background-color: rgb(31, 218, 252);;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
 display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
 left: 9px;
 top: 5px;
 width: 5px;
 height: 10px;
 border: solid white;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}

/* Led elenco task */
.dot-verde {
  height: 12px;
  width: 12px;
  background-color: #42f448;
  border-radius: 50%;
  display: inline-block;
}
.dot-blu {
  height:12px;
  width: 12px;
  background-color: #008cff;
  border-radius: 50%;
  display: inline-block;
}
.dot-rosso {
  height: 12px;
  width: 12px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
}

/* Icone telefono e mail */
.icone_flags {
	font-size: 18px;
}
.flag_disattivata {
	color: #a2a2a2;
}
/* Span bottoni elenco task */
.bottoni-elenco-task {
	white-space: nowrap;
}

.contenitore-log {
	padding-bottom:30px; background-color:white;
}
.contenitore-testo-log {
	padding-left: 1%;
	padding-top: 0.5%;
	padding-right: 1%;
	padding-bottom: 1%;

}
/* Messaggio di errore su analisi iscritti per turno */
.testo-errore {
	color:red;
	font-size:15px;
}
.clickable {
    cursor: pointer;
}
.popover {
    z-index: 9999;
    position: fixed;
}

/* cella con bordo sinistro evidenziato (analisi mensile iscritti) */
.cella_bordo_marcato {
	border-left: 1px solid #545454!important;
}
.mese_corrente {
	color:#89e6f7!important;
}
/* Tesseramenti Libertas */

.select_tesseramenti_libertas {
	width:260px;
}

/* Css modulo PoolGUARD */
#passaggi-cornice div span.area-check img{
	float:left;
	height:50px;
}
#passaggi-cornice{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#fff;
	border:1px solid #cccccc;
}
#passaggi-cornice > .barra-comandi{
    height: auto;
	border-bottom: 0;
	overflow: auto;
}
#passaggi-cornice > .barra-comandi div{
	background:#4b4b4b !important;
	color: #fff;
	height: auto;
    border: 0;
}

#passaggi-cornice div{
	height:50px;
	overflow:hidden;
	border-bottom:1px solid #cccccc;
}
#passaggi-cornice div:nth-child(odd){
	background-color:#ffffff;
}
#passaggi-cornice div:nth-child(even){
	background-color:#f2f2f2;
}

#passaggi-cornice > div:last-child{
	border-bottom:none;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
#passaggi-cornice > div:first-child{
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;	
	-moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

#passaggi-cornice div span.area-check{
	float:left;
	margin-right:0;
}
#passaggi-cornice div span.area-check input,
#passaggi-cornice div span.area-check div{
	float:left;
	margin:0;
	height:50px;
	width:20px;
	background:#4b4b4b;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#passaggi-cornice div a.utente{
    display: flex;
    min-height: 50px;
    align-items: center;
    float: none;
    padding: 0 15px 0 15px;
    color: #4b4b4b;
}
@media screen and (max-width: 420px) {
	/* Riduco font e padding/margin sui cell più piccoli */
	#passaggi-cornice div a.utente{
		font-size: .9em;
		padding: 0 5px 0 5px;
	}
}

#passaggi-cornice .nome-utente{
	vertical-align: middle;
}
#passaggi-cornice div a.utente:hover,
#passaggi-cornice div a.utente:focus,
#passaggi-cornice div a.utente:active{
	background:#d6f9ff;
	text-decoration:none;
}

#passaggi-cornice div span.labels{
	float:right;
	margin-bottom:20px;
}
#passaggi-cornice div span.label{
    margin: 0 5px 0 0;
	min-width: 40px;
}
.modal_poolguard{
	display: none;	
    height: auto!important;
}
.input_data_poolguard {	
	width: 150px;
	margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
	.input_data_poolguard {	
		margin-bottom: 10px!important;
	}
}
#iscritti-legenda h4{margin-top:0;}
.input_giorni_cancellazione {
	margin-bottom: 0px!important;
	width: 50px;
}
.passaggio_sopra_soglia {
	background-color: #ffd7d7
}
.loader {
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #1fdafc;
	width: 12px;
	height: 12px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin-top: 15px;
	visibility: hidden;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

#container-utenti{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #e4e4e4;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
#container-utenti div label{
	font-weight:bold;
	font-size:1.8em;
	line-height:1em;
}
#container-utenti div select{
	font-weight:bold;
}
#container-anagrafiche{
	/*display: none;*/
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #e4e4e4;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
#container-anagrafiche div label{
	font-weight:bold;
	font-size:1.8em;
	line-height:1em;
}
#container-anagrafiche div select{
	font-weight:bold;
}
.input_device_poolguard {
	width: 300px!important;
}
@media screen and (min-width: 767px) {
	.input_device_poolguard {
		float: right;
	}
}

.input_password {
	width: -webkit-fill-available
}