/*******************************************
****** BOOKING SELECTION (CART PAGE)********
********************************************/

/*To avoid selection of text on double click*/
.ph-calendar-date {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

.persons-title {
	width: 40%;
	float: left;
	/*margin: 3px 0px;*/
}
.person-value {
	display: inline-block;
	width: 40%;
}
.extra-resources {
	margin: 10px 0px;
	width: 100%;
	overflow: hidden;
}

.input-person{
	width: 70px;
	margin: 5px;
	border: 1px solid #dcdcdc;
}

.input-disabled{
	opacity: 0.3!important;
	filter: alpha(opacity=0.3)!important;
}
.rtl .persons-title {
    float: right !important;
}