@charset "UTF-8";
/* CSS Document */

html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
}
.testata{
	background-color:#eaf4fd;
	padding-top:10px;
	color:#333;
	background-image:url(../../img/admin/sfondoTestata.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

.titoloSito{
	font-size:46px;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.titoloSito a{
	color:#fff;
	text-shadow: 1px 1px 1px #98adc5;
}

.container-testata{
	background-image:url(../../img/admin/logoEliseo.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.versioneEliseo{
	float:right;
	margin-top:14px;
	color:#82a0b5;
	width:47px;
	font-size:12px;
}

.login{
	margin-bottom:15px;
}

.menu{
	color:#000;}
	
	.menu  > li > a {
		color:#333;
		font-weight:bold;
}


	.menu  > li > a:hover {
		color:#9dbbd1;
		font-weight:bold;
}




.sottoMenu{
	background-image:url(../img/fondoMenu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
	
.tabbable	.nav-tabs > li > a, .tabbable .nav-pills > li > a {
		color:#333;
}

.tabbable .nav-tabs {
border-bottom: 1px solid #DDD;
}

.tabbable .nav-tabs > li {
margin-bottom: -1px;
}

.tabbable .nav-tabs > .active > a, .tabbable .nav-tabs > .active > a:hover {
color: #555;
background-color: #f5f5f5;
border: 1px solid #DDD;
border-bottom: 1px solid #f5f5f5;
cursor: default;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f5f5f5));
background: -moz-linear-gradient(top, white, #f5f5f5);
}

	
.contenuto{
	padding-top:20px;
}


.piede{
	background-color:#edf5fe;
	padding-top:15px;
	padding-bottom:20px;
	color:#a6b9ce;
	border-top:1px solid #e4edf7;
	font-size:12px;
}

.piede .container{
	background-image:url(../../img/admin/logoBEEpiede.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.boxBianco{
	background-color:#fff;
	border:1px solid #fff;
	padding:10px;
	margin-bottom:10px;
	color:#333;
	margin-top:0px;
	display:block;
	
	

box-shadow: 0px 1px 6px #bbb;
-webkit-box-shadow: 0px 1px 6px #bbb;
-moz-box-shadow: 0px 1px 6px #bbb;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eee));




-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}

.boxBianco2{
	background-color:#fff;
	border:1px solid #fff;
	padding:10px;
	margin-bottom:10px;
	color:#333;
	margin-top:0px;
	z-index:3;
	position:relative;
	

box-shadow: 0px 1px 16px #d5e7f4;
-webkit-box-shadow: 0px 1px 16px #d5e7f4;
-moz-box-shadow: 0px 1px 16px #d5e7f4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edf2f5');
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#edf2f5));




-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}

.logoEliseoLogin{
	background-image:url(../../img/admin/logoEliseo.png);
	background-position:right;
	background-repeat:no-repeat;
	width:342px;
	height:22px;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:2;
	text-align:right;
	padding-right:25px;
	padding-top:110px;
	color:#82a0b5;
	
	}

.well-small h3 {
background-color: #CCC;
color: white;
font-size: 14px;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 10px;
margin-top: -9px;
text-shadow: 0px 1px 0px #999;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.active{
	font-weight:bold;
}



.affix{
	margin-top:10px;
	top:10px;
}


/*-------------LISTE ORDINABILI------------------*/

#sortable { list-style-type:none; margin:0; padding-left:0px; padding-top:0px; }
	#sortableNo { list-style-type:none; margin:0; padding-left:0px; padding-top:0px; }
	#sortable li { margin:0px; margin-bottom:3px; padding:10px; padding-left:35px; font-size:12px;  background-color:#e5e5e5; cursor:move; background-image:url(http://www.beehost.it/eliseo/admin/img/uploader/freccine.png); background-position:left center; background-repeat:no-repeat; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	 }
	#sortableNo li { margin:0px; margin-bottom:3px; padding:10px; padding-left:35px; font-size:10px;  background-color:#e5e5e5; }
	html>body #sortable li {  }
	html>body #sortableNo li {  }

