#calendar {
	-moz-user-select: none;
	/*border: 1px solid #EEEEEE;*/
	
	color: #333333;
	/*font-family: Arial,sans-serif;*/
	font-size: 11px;
	/*width: 90%;*/
	
}
.box_calendar{
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0em;
	border-radius: 6px 6px 6px 6px;
}
#calendar .navigation {
	background-color: #40484b;
	border: 0px none #000;
	border-radius: 6px 6px 0px 0px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 1px;
	position: relative;
	width: 100%;
}
#calendar .navigation .title {
	color: inherit;
	line-height: 1.8em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#calendar .navigation .title a{
	display: inline-block  !important;
	position: relative;
	background-image: inherit  !important;
	width: auto;
	text-decoration: none;
	color: #FFF;
	/*padding: 5px !important;*/
	line-height: 100% !important;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#calendar .navigation .title a.ultimo{
	border-right-width: 0px;
	border-right-style: none;
}
#calendar .navigation .title a.selezionato{
	background-color: #3c4c51;
}
#calendar .navigation .title span.selezionato{
	background-color: #3c4c51;
	display: inline-block  !important;
	position: relative;
	background-image: inherit  !important;
	width: auto;
	text-decoration: none;
	color: #FFF;
	margin: 0px !important;
	padding: 5px !important;
	line-height: 100% !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#calendar .navigation .prev, #calendar .navigation .next {
    height: 24px;
    opacity: 0.9;
    position: absolute;
    top: 4px;
    width: 24px;
}
#calendar .navigation .prev {
    background-position: 0 0;
    left: 4px;
}
#calendar .navigation .next {
    background-position: -24px 0;
    right: 4px;
}
#calendar .navigation .prev:hover, #calendar .navigation .next:hover {
    opacity: 1;
}

#calendar table {
    border-collapse: collapse;
    font-size: 11px;
    table-layout: fixed;
    width: 100%;	
}
#calendar table th {
	font-weight: bold;
	text-align: center;
	color: #000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #111;
	background-color: #fff;
	padding: 1px;
}
#calendar table td {
	border: 0px none #000;
	padding: 1px;
	background-color: #fff;
	vertical-align: top;
}
#calendar table td a {
	background-image: url(inherit)  !important;
	color: #000000;
	display: block;
	font-weight: normal;
	opacity: 0.7;
	padding: 5px  !important;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	clear: both;
	margin-bottom: 2px;
	background-color: #CCC;
	border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
	width: 100%;
}
#calendar table td a:hover {
	background-color: #aaa;
	color: #000  !important;
}
#calendar table td.current a {
	font-weight: bold;
    opacity: 1;
}
#calendar table td.today a {
    background-color: #FBF8EE;
    border: 1px solid #FCD3A1;
    color: #444444;
    font-weight: bold;
    opacity: 1;
}
#calendar table td.free  {
	
    opacity: 1;
}
#calendar table td.booked  {
	
	opacity: 1;
}

.nr-giorno{
	display: block;
	/*float: right;
	background-color: #5b729d;*/
	margin: 0px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #000;
	/*min-width: 30px;*/
	text-align: center;
	font-weight: 600;
	/*padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;*/
	cursor: pointer;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#calendar table td:hover .nr-giorno{
	background-color: #ccc;
}
.nr-giorno_sel{
	color: #fff;
	background-color: #40826D;
	cursor: text;
}
#calendar table td:hover .nr-giorno_sel{
	color: #fff;
	background-color: #40826D;
}
#calendar table td.booked .nr-giorno {
	color: #fff;
	background-color: #900;
	cursor: text;
}
#calendar table td.previous:hover .nr-giorno {
	/*text-decoration: line-through;*/
	cursor:text	;
	background-color: #fff;
}
#calendar table td.previous .nr-giorno:before{
	height: 25px;
	width: 25px;
	line-height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	content: "";
	background-image: url(/app/6/images/barrato.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
}
#calendar table td.altro-mese a{
	opacity: 0.6;
}

#calendar table td.altro-mese .nr-giorno {
	opacity: 0.3;
	cursor:text	;
}
#span_tit{
	font-family: 'Cinzel', serif;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: 700;
	color: #900;
}
.tab_booking{
	margin-top: 15px;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	width: 100%;
}
.tab_booking_black{
	color: #fff ;
	background-color: #40484b;
}
.tab_booking_primo{
	margin-top: 0px;	
}
.nav_gal_thumb{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.nav_gal_thumb li{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-type: none;
	opacity: 0.4;
}
.nav_gal_thumb li.ultimo{
	border-right-width: 0px;
	border-right-style: none;
}
.nav_gal_thumb li.active{
	opacity: 1.0;
}
.btn-pren{
	background-color: #40826D;
	color: #fff;
	border: 1px solid #40826D;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.6);
	box-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.btn-pren:hover, .btn-pren:active{
	background-color: #40826D;
	color: #fff;
	border: 1px solid #40826D;
}
.btn-grey{
	background-color: #40484b;
	color: #fff;
}
.btn-grey:hover{
	background-color: #40484b;
	color: #B0B8BB;
}
.btn-canc{
	background-color: #fff;
	border: 0px none #FFF;
	line-height: 20px;
	vertical-align: middle;
	height: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.tab_booking h5{
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 600;
}
table.table-res-booking{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.table-res-booking th{
	font-weight: normal;
	/*width: 200px;*/
}
table.table-res-booking td.prezzo{
	/*width: 100px;*/
}
table.table-res-booking p{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
table.table-res-booking-tooltip{
	padding: 0px;
	background-color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table.table-res-booking-tooltip td, table.table-res-booking-tooltip th, table.table-res-booking-tooltip tr{
	background-color: #eee;
	color: #000;
	border: 0px none #FFF !important;
}
table.table-res-booking-tooltip tfoot td, table.table-res-booking-tooltip tfoot th, table.table-res-booking-tooltip tfoot tr{
	background-color: #3c4c51;
	color: #FFF;
}
table.table-res-booking-tooltip td.prezzo p{
	white-space: nowrap;
}
table.table-res-booking .tooltip.in{
	filter:alpha(opacity=100);
	opacity:1.0;
	}
table.table-res-booking .tooltip-inner {
	color: #000;
	background-color: #eee;
	border: 1px solid #000;
}
table.table-res-booking .tooltip.top .tooltip-arrow {
	border-top-color: #000 ;
}
.img_persone{
	vertical-align: middle;
	line-height: 35px;
	height: 35px;
}
.img_persone span{
	display: inline-block;
	margin-left: 20px;
	line-height: 35px;
	height: 35px;
}
.img_persone span img{
	width: 8px;	
}
.spaz_glyphicon{
	margin-left: 10px;
	margin-right: 20px;	
}
.box_calendario_col_sx{
	width: 250px;	
}
.btn-no-margin-padding{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.hr-black-padding-small{
	color: #000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #000;
	border: 1px solid #000;
	height: 1px;
}
tr.tr-pren{
	color: #FFF;
	background-color: #40484b;	
}
.h4-nomar-pad{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.lista-camere-book{
	color: #333;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
	line-height: 34px;
	vertical-align: middle;
	height: 34px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.lista-prezzo-book{
	background-color: #ccc;
}
.select-book-valuta{
	color: #FFF;
	background-color: #7a7f81;
	margin-left: 5px;
	border: 1px solid #7a7f81;
}
#top-link-calendar{
	position: fixed;
	bottom: 112px;
	right: 5px;
	display: none;
	opacity: 0.7;
	z-index: 999;
	/*background-color: #eee;*/
}
#top-link-calendar:hover {
	opacity: 1.0;
}
.bord-error{
border-color:#a94442 !important;
border-width: 2px !important;
}
.cursor-pointer{
	cursor:pointer
}
.carte_di_credito{
	padding-top: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.carte_di_credito ul{
	margin: 0px;
	padding: 0px;	
}
.carte_di_credito li{
	display: inline-block;
	padding: 5px;
	border: 1px solid #CCC;
	list-style-type: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media(min-width:600px) {
.col-scopri{
	text-align: right;	
}
}
@media(min-width:768px) {
#book-fixed-riepilogo{
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 9;
	width: 100%;
}
#marg_prenotazione{
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	width: 100%;	
}
}
