/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

/*===============================================================
	fonts
=================================================================*/


img {
    background-color: none !important;
}

/*===============================================================
	general
=================================================================*/


.booking_main_container {
	width: 100%;
	margin: 0 auto;
}

.booking_cleardiv {
	clear: both;
}

.booking_button {
	background: url(../images/sprite.png);
}

.booking_modal {
	width: 300px;
	height: 160px;
	padding: 20px;
	border: #666 3px solid;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -160px;
	position:fixed;
	background-color:#FFF;
	z-index:40;
}

.booking_modal_loading {
	width:100px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-50px;
	position:fixed;
	z-index:40;
}

.booking_modal_sfondo{
	position:fixed;
	z-index:30;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);

}

.booking_word_space { word-spacing: 5px; }

.booking_no_decoration { text-decoration: none; }

.booking_hover_567:hover { color: #567BD2; }

#booking_container .booking_field_input_custom { border: none !important; } 


/* FONT
============================================================================== */

.booking_font_bold { font-weight: bold; }

.booking_font_22 { font-size: 22px; }

.booking_font_20 { font-size: 20px; }

.booking_font_18 { font-size: 18px; }

.booking_font_16 { font-size: 16px; }

.booking_font_14 { font-size: 14px; }

.booking_font_13 { font-size: 13px; }

.booking_font_12 { font-size: 12px; }

.booking_font_10 { font-size: 10px; }


/* FLOAT
=================================================================*/

.booking_float_left { float: left; }

.booking_float_right { float: right; }


/* BG
============================================================================== */

.booking_bg_ccc { background-color: #ccc; }

.booking_bg_f00 { background-color: #F00; }

.booking_bg_333 { background-color: #333; }

.booking_bg_567 { background-color: #567BD2; }

.booking_bg_f6f { background-color: #F6F6F5; } /* grey */

.booking_bg_00b { background-color: #00B478; } /* green */

.booking_bg_fff { background-color: #fff; }


/* MARK
============================================================================== */

.booking_mark_fff { color: #fff; }

.booking_mark_333 { color: #333; }

.booking_mark_666 { color: #666; }

.booking_mark_ccc { color: #ccc; }

.booking_mark_567 { color:#567BD2; }

.booking_red_strike { text-decoration: line-through; color: #900; }

/* WIDTH
============================================================================== */

.booking_width_100 { width: 100px; }

.booking_width_100p { width: 100%; }

.booking_width_98p { width: 98%; }

.booking_width_95p { width: 95%; }

.booking_width_90p { width: 90%; }

.booking_width_80p { width: 80%; }

.booking_width_69p { width: 72%; }

.booking_width_69p { width: 69%; }

.booking_width_60p { width: 60%; }

.booking_width_50p { width: 50%; }

.booking_width_40p { width: 40%; }

.booking_width_30p { width: 30%; }

.booking_width_25p { width: 25%; }

.booking_width_23p { width: 23%; }

.booking_width_20p { width: 20%; }

.booking_width_10p { width: 10%; }

.booking_width_7p { width: 7%; }

.booking_width_5p { width: 5%; }

.booking_width_3p { width: 3%; }

.booking_width_2p { width: 2%; }


/* HEIGHT
============================================================================== */

.booking_height_200 { height: 200px; }

.booking_height_150 { height: 150px; }

.booking_height_50 { height: 50px; }

.booking_height_40 { height: 40px; }

.booking_height_30 { height: 30px; }

.booking_height_20 { height: 20px; }

.booking_height_15 { height: 15px; }

.booking_height_1 { height: 1px; }


/* LINE HEIGHT
============================================================================== */

.booking_line_percent { line-height: 100%; }

.booking_line_30 { line-height: 30px; }

.booking_line_20 { line-height: 20px; }


/* MARGIN
============================================================================== */

.booking_margin_t_100 { margin-top:100px; }

.booking_margin_t_30 { margin-top: 30px; }

.booking_margin_l_20 { margin-left: 20px; }

.booking_margin_t_20 { margin-top: 20px; }

.booking_margin_l_15 { margin-left: 15px; }

.booking_margin_r_10 { margin-right: 10px; }

.booking_margin_l_10 { margin-left: 10px; }

.booking_margin_t_10 { margin-top: 10px; }

.booking_margin_b_10 { margin-bottom: 10px; }

.booking_margin_t_5 { margin-top: 5px; }

.booking_margin_l_2 { margin-left: 2px; }

.booking_margin_l_2p { margin-left: 2%; }

.booking_margin_r_2p { margin-right: 2%; }

.booking_margin_l_1p { margin-left: 1%; }


/* PADDING
============================================================================== */

.booking_padding_lr_30 { padding: 0px 30px; }

.booking_padding_20 { padding: 20px; }

.booking_padding_tb_20 { padding: 20px 0; }

.booking_padding_10 { padding: 10px; }

.booking_padding_tb_10 { padding: 10px 0; }

.booking_padding_l_10 { padding-left: 10px; }

.booking_padding_5 { padding: 5px; }

.booking_padding_l_5 { padding-left: 5px; }

.booking_padding_l_1p { padding-left: 1%; }


/* BORDER
============================================================================== */

.booking_border_dotted { border-style: dotted; }

.booking_border_solid { border-style: solid; }

.booking_border_1 { border-width: 1px; }

.booking_border_t_1 { border-width: 1px 0 0 0; }

.booking_border_666 { border-color: #666; }

.booking_border_b_1 { border-width: 0 0 1px 0; }

.booking_border_ccc { border-color: #ccc; }

.booking_border_none { border: none; }

.booking_text_center { text-align:center; }



/* BUTTONS
============================================================================== */

.booking_public_button {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

#booking_submit_button {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-image: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: none !important;
	padding: 0px !important;
	border-radius: 5px;
}

.booking_grey_button:hover { background-color: #999; }

.booking_green_button:hover { background-color: #360; }


/*===============================================================
	header
=================================================================*/

.booking_header_container {
	width: 97%;
	margin-top: 10px;
}

/*** month and navigation ***/

.booking_month_container_all {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	background-color: #333;
}

.booking_month_container {
	float: left;
	position: relative;
	width: 70%;
	padding: 0 2%;
	box-sizing: border-box;
}

.booking_month_name {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 28px;
}

.booking_month_year {
	color: #999;
	font-size: 14px;
}

.booking_month_nav_container {
	float: left;
}

.booking_mont_nav_button_container_prev {
	float: left;
	width: 15%;
}

.booking_mont_nav_button_container_prev a {
    display: inline-block;
	padding: 0 3%;
	border-radius: 5px;
}

.booking_mont_nav_button_container_next {
    float: right;
    width: 15%;
    text-align: right;
    display: block;
}

.booking_mont_nav_button_container_next a {
    display: inline-block;
    padding: 0 3%;
    border-radius: 5px;
    text-align: right;
    float:right;
}

.booking_month_nav_button {
	float: left;
	display: block;
	padding: 2%;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
}



/****  filter select  ***/

.booking_select_calendar_container {
	float: right;
	margin-bottom: 2%;
}

#booking_calendar_select {
	float: right;
}

/**** back to today ****/
.booking_back_today {
	text-align: center;
}

.booking_back_today a {
	color:#fff;
}

/*===============================================================
	calendar
=================================================================*/

.booking_calendar_container_all {
	width: 100%;
	margin-top: 1%;
}

/*** name days  ***/

.booking_name_days_container {
	width: 97%;
	height: 30px;
	background-color: #333;
	color: #fff;
	margin-bottom: 1%;
}

.booking_day_name {
	width: 13%;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-align: center;
	float: left;
	margin-right: 1.3%;
	font-size: 13px;
}

/*** days ***/

.booking_day_container {
	width: 13%;
	height: 50px;
	float: left;
	margin-right: 1%;
	margin-bottom:1%;
}

.booking_day_container a {	
	width: 100%;
	height: 52px;
	display: block;
	float: left;
	border: 1px dashed #ccc;
	cursor:pointer;
    box-shadow: none !important;
}

.booking_day_grey a {
	background-color: #F6F6F6;
}

.booking_day_white a {
	background-color: #FFF;
}

.booking_day_red a {
	background-color: #D74E4E;
}
.booking_day_red a .booking_day_number,
.booking_day_red a .booking_day_slots,
.booking_day_red a .booking_day_book {
	color: #fff;
}

.booking_day_number {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #999;
	text-align: center
}

.booking_day_book {
	float: left;
	width: 72%;
	height: 30px;
	margin-left: 2%;
	margin-top: 10%;
	text-align: left;
	color: #999;
	font-size: 12px;
}

.booking_day_slots {
	color: #00CC33;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
    font-size: 12px;
}

.booking_slot_special_container {
	max-width: 900px;
}


/*===============================================================
	box preview
=================================================================*/

.booking_box_preview_container_all {
	background-color: #fff;
	border: 3px dashed #999;
	position: fixed;
	z-index: 100;
	top: 300px;
	padding: 0 0 20px 0;
}

.booking_box_preview_title {
	width: 240px;
	font-size: 18px;
	color: #333;
	padding: 10px 0 0 10px;
}

.booking_box_preview_slots_container {
	margin-top: 20px;
	width: 100%;

}

.booking_box_preview_column {
	float: left;
	margin-left: 20px;
}

.booking_box_preview_row {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #999;
}
 .booking_booked_slot {
	 color:#F00;
 }

/*===============================================================
	booking
=================================================================*/

#ok_response { color: #fff !important; }

.booking_container_all {
	width: 970px;
	margin-top: 30px;
}

.booking_left {
	float: left;
	width: 620px;
	height: 500px;
	background: #fff;
}

.booking_right {
	float: left;
	width: 314px;
	height: 480px;
	padding: 10px 18px;
	background-color: #567BD2;
	color: #fff;
}


.close_booking:hover {
	color: #567BD2;
}


/* left side */

.booking_title {
	font-size: 22px;
	width: 610px;
	padding: 5px 0 0 10px;
}

.booking_slots_container {
	width: 620px;
	margin-top: 20px;
}

.booking_slots_column {
	float: left;
	margin-left: 25px;
}

.booking_slots_row {
	height: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #999;
}

.booking_check {
	float: left;
	margin-top: 7px;
}

.booking_slot {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 10px;
}

.booking_price {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
	text-align:right;
}

.booking_seats {
	float: left;
	height: 30px;
	line-height: 34px;
	margin-left: 15px;
	text-align:right;
}

#booking_next, #booking_prev {
	margin-right: 5px;
}

#booking_next a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/sprite.png);
	background-position: -340px -240px;
}

#booking_next a:hover {
	background-position: -400px -240px;
}

#booking_prev a {
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(../images/sprite.png);
	background-position: -457px -240px;
}

#booking_prev a:hover {
	background-position: -517px -240px;
}

.booking_form_text {
	padding:10px;
	padding-bottom:0px;
	width:600px;
}

/* right side */

.booking_form_input_container {
	float: left;
	margin-right: 2%;
	width: 23%;
	margin-bottom: 2%;
}

.booking_form_textarea_container {
	float: left;
	margin-right: 2%;
	width: 98%;
}

.booking_form_box {
	float: left;
	padding:3px;
}

.booking_height_space {
	width: 310px;
	height: 10px;
}

.booking_form_label {
	font-size: 20px;
	color: #fff;
}

.booking_ok_button {
	display: block;
	width: 82px;
	height: 22px;
	text-align: center;
	color: #fff;
	background-position: -590px -60px;
	margin: 20px auto;
}

.booking_ok_button:hover {
	background-position: -680px -60px;
}

.booking_booknow_btn {
	float: right;
}

.booking_clear_btn {
	float: left;
}

/****REGISTER/LOGIN FORM***/

/* tabbed list */
ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
   
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E7E9F6;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
/* global styles */
#login-register-password-container {}
	#login-register-password-container h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#login-register-password-container p {
		margin: 0 0 15px 0;
		padding: 0;
		}
/* form elements */
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 25%; }
		.username input, .password input { 
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; border: none !important; }
.userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
	.userinfo p { 
		margin-left: 10px; 
		}
.usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
	.usericon img {
		border: 1px solid #F4950E;
		padding: 1px;
		}
		

@media screen and (max-width: 768px) {
	.booking_month_name {
		font-size: 20px;
	}
	
	.booking_form_input_container {
		margin-right: 2%;
		width: 98%;
		margin-bottom: 3%;
	}
	
	.booking_booknow_btn {
		width: 100%;
		margin-bottom: 25px;
	}
	
	#booking_submit_button {
		width: 100%;
	}

}
