/*Settings page*/ 
.ph_availability_table, .ph_availability_table td, .ph_availability_table th {
	border: 1px solid #dfdfdf;
	background: #fff;
}
.ph_rule_table, .ph_rule_table td, .ph_rule_table th {
	border: 1px solid #dfdfdf;
	background: #fff;
}

.ph_availability_table, .ph_rule_table {
	border-collapse: collapse;
	width: 100%;
}

table.ph_rule_table td:last-child{
    border-right: 1px solid #dfdfdf !important;
}

/*Setting page*/
.retuned{
	background: khaki;
}
.ph_asset_rule_table th{
	padding: 15px;
}
.ph_asset_rule_table {
    border-collapse: collapse;
    width: 95%;
    background: #fff;
}
.ph_asset_rule_table, .ph_asset_rule_table th, .ph_asset_rule_table td {
    border: 1px solid #dfdfdf;
}



/* Admin Bookings report page (html-ph-booking-admin-reports-list-filters.php)*/
div.ph-list-filter-wraper{
	width: 56%;
	float: left;
}
div.ph-list-bulkaction-wraper{
	width: 18%;
	float: left;
}
div.ph-list-pagination-wraper{
	float: right;
}
div.ph-filter-item{
	float: left;
}
.ph_filter_start{
	width: 100px;
}
.ph_booking_status, .ph_filter_product_ids, .ph_filter_from, .ph_filter_to, .btn_filter{
	height: 35px!important;
	margin-bottom: 5px;
	vertical-align: top;
	max-width: 150px;
}

/*Product page rules*/
.ph_booking_pricing_rule_type, .ph_booking_availability_type{
	max-width: 150px !important;
}
table.ph_pricing_table td, table.ph_availability_table td{
	padding: 4px!important;
	text-align: center;
}
.pricing_by_date, .pricing_by_month, .pricing_by_week_days, .pricing_by_time,
.availability_by_date, .availability_by_month, .availability_by_week_days, .availability_by_time{
	text-align: center;
}
.pricing_by_date select, .pricing_by_month select, .pricing_by_week_days select, .pricing_by_time select,
.availability_by_date select, .availability_by_month select, .availability_by_week_days select, .availability_by_time select,
ph_booking_rule_cost_per_unit, ph_booking_is_bookable{
	float: none !important;
}
.pricing_date_picker, .availability_date_picker{
	text-align: center!important;
}

.ph-availability-section{
	margin: 10px;
}

.restrict-start-day-label{
	float: left;
	overflow: hidden;
	margin: auto;
	padding: 2px 5px; 
}

table.ph_availability_table {
	margin: 5px;
	width: 99%!important;
}
tr.rule td {
	padding: 5px;
	/*text-align: center;*/
	vertical-align: middle;
}
.sort{
	cursor: move;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
table.ph_availability_table .ui-sortable:not(.ui-sortable-disabled) td.sort::before {
	content: '\f333';
	font-family: Dashicons;
	text-align: center;
	line-height: 1;
	color: #999;
	display: block;
	width: 17px;
	float: left;
	height: 100%;
}

.ph_availability_table td {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-top: 0;
	background: #fff;
	cursor: default;
}
.availability_date_picker{
	width: 100px;
}
select#_phive_first_availability_type {
	margin: 0px 5px 0px 0px;
}

table.ph_availability_table tr:last-child td {
	border-bottom: 0;
}

table.ph_availability_table tr.current td{
	background-color: #fefbcc;
}
table.ph_availability_table td:last-child {
	border-right: 1px solid #dfdfdf !important;
}

table.ph_availability_table th.sort {
	width: 17px;
	padding: 0 4px;
}
table.ph_availability_table th {
	padding: 10px;
	white-space: normal!important; 
}
a.close {
	text-decoration: none;
	color: #d4d4d4;
}
.remove:hover{
	cursor: pointer;
	background: #f00;
	color: #fff!important;
}
.remove{
	text-align: center;
}

span.label{
	margin: 0px 5px;
	/*float: left;*/
}
.woocommerce_options_panel input, .woocommerce_options_panel select, .woocommerce_options_panel textarea, .woocommerce_options_panel number{
	margin: 0px 5px;
}

.first-availablity-wraper{
	overflow: hidden;
	min-height: 115px;

}

/******* Product page Pricing rules ******/
/********** Input fields Booking Costs ***********/
.ph_base_cost,.ph_cost_per_block{
	min-width:50px !important;
	padding: 8px 5px !important;
}
.ph-calendar-month{
	width:auto !important;
}
#booking_availability .woocommerce-help-tip, #booking_options .woocommerce-help-tip{

	font-size: 1.4em !important;
}
.persons-wraper input[type="number"], .persons-wraper input[type="text"]{
	min-width: auto !important;
}
