/* booking options */
.option_row {
	overflow: hidden;
	padding: 3px 5px;
}
.option_row .option_name {
	height: 44px;
}
.option_row .option_tools {
	float: right;
	text-align: right;
}
.option_row .option_fee {
	margin: 0 10px;
}
.option_row:nth-child(even) {
	background-color: #D9D9D9;
}
.option_row:nth-child(odd) {
	background-color: #EDEDED;
}
.option_row.even_row {
	background-color: #D9D9D9!important;
}
.option_row.odd_row {
	background-color: #EDEDED!important;
}
.option_row.option_row_visible {
	display: block;
}
.option_row.option_row_hidden {
	display: none;
}
/* booking items */
#items .composition {
	font-style: italic;
	font-size: 12px;
}
.items_details .composition {
	font-style: italic;
	font-size: 12px;
}
.btn.round {
	border-radius: 100%;
	width: 24px;
	height: 24px;
	padding: 2px;
	font-size: 13px;
}
/* days detail */
.days_detail,
.days_detail tr,
.days_detail tr th,
.days_detail tr td {
	border: none;
}
.days_detail tr td.day-row-first {
	border-top: 1px solid #D6D6D6;
}
.days_detail tr td.day-row-last {
	border-bottom: 1px solid #D6D6D6;
}
.days_detail:hover {
	box-shadow: none;
}
.days_detail .composition {
	font-style: italic;
	font-size: 12px;
}
/* qTip2 */
.qtip {
	max-width: 450px !important;
}
.qtip-title {
	margin-right: 20px;
}
.qtip-content div > div {
	float: left;
	text-align: center;
	margin: 0 20px 0 0;
	font-size: 13px;
}
.qtip-content div.btn_cnt {
	margin: 0;
	line-height: 50px;
}
.qtip-content select {
	padding: 0;
	height: initial;
}
.qtip-content div.al_msg {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #999900;
}
/* extras list */
#available_extra_list {
	border: 1px solid rgb(204,204,204);
}

#available_extra_list .grey {
	background-color: rgb(237,237,237);
}

#available_extra_list .light-grey {
	background-color: rgb(217,217,217);
}