/*
 * Generic css for partners. Colors and specificities are placed into partners_id.css
 */

body {
	text-align: center;
	color: #ffffff;
	font-family:arial,helvetica;
}

a {color: #ffffff;}
.clear {clear: both; }

#booking_module_content {
  width: 300px;
	margin: auto;
}


h1 { font-size:12px; font-weight:normal; margin: 0px;}

h2 { font-size:12px; font-weight:normal; margin: 0px;}

.nodecoration { text-decoration:none; }

#error_message {
	margin-left: -5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom:5px;
	color: #401717;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	background-color: #cc0000;
}

#errorLogo {
	margin-bottom : -5px;
}

#notice_message {
	margin-left: -5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom:5px;
	color: #172C00;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	background-color: #85BF40;
}

#noticeLogo {
	margin-bottom : -5px;
}

#free_service {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	text-align: right;
}

#signature {
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

.close {
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	margin-right: 5px;
}


#restaurant_name {
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}

#disclaimer {
	font-size: 12px;
	text-align: left;
	background-color: #f1f0eb;
	color:#221F0F;
}

#disclaimer_partner_title {
	font-size: 18px;
	font-weight: bold;
}


.button_validate{
   border: 1px solid #b1cf25;
   background-color: #e2f07f;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px #fff, inset 0 -15px #d0e05d, 0 0 3px #b1cf25;
   -o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #d0e05d, 0 0 3px #b1cf25;
   -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #d0e05d, 0 0 3px #b1cf25;
   -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #d0e05d, 0 0 3px #b1cf25;
   color: #3d494f;
   text-shadow: 0 1px #fff;
   padding: 7px 30px;
   font-weight: bold;
}

.button_validate a{
	color: #3d494f;
}

.button_validate a:active {
	padding-left : 4px;
	padding-top : 4px;
}

/* ============ Detailbooking Part ================ */


#booking_criterias {
	text-align:center;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width:100%;
	background-color: #f1f0eb;
}


.dateCriteria {
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	color:#33332e;
}

#booking_criterias_date {
	margin-top: 10px;
	margin-right:3px;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	width: 120px;
}


#period_checkboxes {
	margin-top: 10px;
}

#persons_selection {
	margin-top: 10px;
}

#list_of_hours {
	margin: auto;
}

#available_hours {
	margin-left: auto;
 	margin-right: auto;
	width:90%;
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#available_hours a { color: #ffffff; }

#list_of_hours {
	align:center;
}

#select_hours {
	float: left;
	list-style: none;
	width: 60px;
	height: 20px;
	padding: 5px;
	margin-bottom:10px;
	background-color: #39444a;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	border-top:1px solid #f7fafa;
	border-left:1px solid #f7fafa;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

}

#select_hours a:active {
	padding-left : 4px;
	padding-top : 4px;
}


#select_hours_offer {
	float: left;
	list-style: none;
	width: 60px;
	height: 20px;
	padding: 5px;
	margin-bottom:10px;
	background-color:#fd8232;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	border-top:1px solid #f7fafa;
	border-left:1px solid #f7fafa;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#select_hours_offer a:active {
	padding-left : 4px;
	padding-top : 4px;
}

#select_hours_offer a {
	color:#ffffff;
}

#offer_explaination {
	margin: 5px auto 5px auto;
	width: 90%;
	color:#ffffff;
	background-color:#fd8232;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#no_offer_explaination {
	margin: 5px auto 5px auto;
	width: 90%;
	color:#fd8232;
	background-color:#ffffff;
	font-weight: bold;
	adding: 5px 0 5px 0;
}


#offer_available_title {
	font-size: 14px;
	color: #ffffff;
}
#offer_available_name {
	text-align:left;
	padding-top: -10px;
}

#loadingdiv {
	margin-left: -20px;
}

#bookingProposalPanel {
	margin-top: 20px;
	padding-top: 10px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#680505;
	color:#FFF;
}

/*
 * Overload Carousel
 */
.jcarousel-skin .jcarousel-item-horizontal {margin-right: 10px;}

/*
 * not Available bookings
 */

#not_available_reason {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#restaurantNumber {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#availabledates {
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#otheravailabledates {
	margin-top : 5px;
	margin-bottom : 10px;
	padding-left:20px;
	padding-right:20px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}



#bookinglimitexceeded {

	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

/*
 * Messages
 */

#booking_resto_info_block {
	margin: 0px;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 12px;
	text-align: left;
	border: solid 1px #AAC032;

}

#restaurateur_infos {
	background-color:#a7d0e5;
	padding: 5px;
	border: solid 1px #0983c2;
	color: #0983c2;
	margin-bottom: 5px;
}

.restaurateur_infos_text {
	padding-left: 10px;
	padding-top: 10px;
	width: 180px;
}

#restaurateur_event {
	background-color:#c57e80;
	padding: 5px;
	border: solid 1px #98090C;
	color: #98090C;
	margin-bottom: 5px;
}

#restaurateur_menu {
	background-color:#EFF5CC;
	padding: 5px;
	border: solid 1px #AAC032;
	color: #362b19;
	margin-bottom: 5px;
}


.fill_info_title {
	text-align:center;
}

#bookinglimitexceeded {
	background-color:#cc0000;
}

#fullformTable {
	margin-left:auto;
	margin-right:auto;
}

#newOnTableonline {
	padding-top :10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom:5px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	background-color:#f1f0eb;
	color: #33332e;
}

/*#fill_in_contact_form {
  max-width: 70%;
  margin: auto;
}*/

.fullTB {
	width: 90%;
}

.fullformText {
	width: 30%;
}
.module_form_tb {
	text-align:left;
}

#newbee {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#connect {
	margin-top: 20px;
	padding-top :10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	width:100%;
	font-weight: normal;
}

#loginForm {
	padding-right: 120px;
	text-align: right;
}

#loginPseudo {
	margin-top:10px;
	margin-left:-50px;
	width: 300px;
	font-size:14px;
}

.mytable {
	height: 20px;
	width:100px;
	font-size:14px;
}

#newsletter {
  width: 90%;
  margin: auto;
  text-align:right;
}


#connectAndBookBT {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 100px;
	text-align:center;
}

#saveBT {
	margin-top: 15px;
	text-align: center;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
}

#send_to_friend_bt {
	margin-top: 5px;
	text-align: center;
	width: 180px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	font-size: 14px;
}

#limitExceeded {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #480B00;
}

#agreement {
	padding-top: 10px;
	color: #480B00;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
  width: 90%;
  margin: auto;
}

#agreement a {
	color: #480B00;
}

/*-------------------------
restaurant confirmation page
---------------------------*/
#booking_warning {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	font-weight:normal;
	color: #cc0000;
	background-color:#FF9700;
}

#message {
	color: #534B3E;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
}

.descriptionText {
	font-size: 12px;
}


#bookingDescription {
	margin-top: 5px;
	margin-bottom:5px;
	background-color:#f1f0eb;
	color: #33332E;
	font-size: 14px;
	width:100%;
	text-align:center;
}

form#booking {
	background-color:#f1f0eb;
	color: #33332e;
}

.restaurantName {
	font-weight:bold;
}

#importantMessage {
	margin-top: 25px;
    margin-bottom:15px;
	background-color:#f1f0eb;
	color: #cc0000;
	font-weight:bold;
}

#inform_your_friends {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color:#fcfbf6;
}

#invitation_title {
    font-weight: bold;
	font-size:14px;
	padding: 5px;
}

#invitation_message {
	text-align: center;
}
#invitation_input {
	width: 90%;
	margin-top: 10px;
}

.descriptionTextforBooking {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#booking_confirm {
	font-size: 18px;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	background-color:#cce61b;
}
#booking_confirm a{
	color:#2c501c;
}

#booking_cancel {
	margin-top: 5px;
	margin-bottom: 5px;
}
#booking_cancel a {color:#5a1515; }

#choose_offers {
	padding : 10px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	border: solid 1px #fd8232;
	background-color: #FFF;
}

#dont_forget_offer {
	background-color:#fd8232;
	padding: 10px;
	color: #FFFFFF;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#offer_select {
	margin-left : 30px;
	color:#d45400;
	font-size: 16px;
	margin-bottom: 10px;
}



.loadingbookingdiv {
	display: none;
}



/* ================ Success css ======================= */

#congratulations {
	margin-top: 5px;
	margin-bottom:5px;
	color: #534B3E;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #534B3E;
	padding:5px;
	background-color: #d3e462;
}


#greetings {
	margin-top: 5px;
	color: #9f301b;

}

#redirection_link a {
	color: #534B3E;
}

.descriptionText {
	color:#221F0F;
}

#share_booking {
	background-color: #fcfbf6;
	margin-bottom: 5px;
}

.post_booking_action {
	float: left;
	width:35px;
	font-size: 10px;
	text-align: center;
	margin-left: 10px;
}
.post_booking_action a {
	color: #534B3E;
	text-decoration:none;
}

.post_booking_action.first {
	margin-left:30px;
}

#ggcalendar_popup {
	display:none;
}

#ggcalendar_explain {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	padding:5px;
}

.ggemail_input {
	width: 300px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #aaa;
	text-align:left;
	font-size: 16px;
	height: 20px;
	color: #252b31;
}

#loadingimagediv_gg {
	display: none;
	margin-left: 10px;
	margin-top: -5px;
	text-align:center;
}


/* hide div when datepicker is not created
 * to avoid blank line
 * http://redmine.tableonline.fr/issues/2188
 */
#ui-datepicker-div {
  top: -500px;
}
