#wcfm_home {
	display: inline-block;
	float: left;
	margin: 0px 5px;
}

.required {
  color: red; 
}

.wcfm-clearfix {
	clear: both;
}

.wcfm-info, .wcfm-success, .wcfm-warning, .wcfm-error, .wcfm-validation {
	border: 1px solid;
	border-radius: 2px;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: none;
}

.wcfm-info span, .wcfm-success span, .wcfm-warning span, .wcfm-error span, .wcfm-validation span {
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 5px;
}

.wcfm-info { color: #00529B; }

.wcfm-success { color: #4F8A10; }

.wcfm-warning { color: #9F6000; }

.wcfm-error { color: #D8000C; }

.wcicon-status-on-hold:before { content: "\e033"; }

.wcicon-status-pending { color: #ffba00; }
.wcicon-status-processing { color: #73a724; }
.wcicon-status-completed { color: #2ea2cc; }
.wcicon-status-failed { color: #d0c21f; }
.wcicon-status-cancelled { color: #a00; }
th .wcicon-status-processing { color: #43454b !important; }

.wcicon-edit { color: #7ad03a; margin-right: 5px; }
.wcicon-view { color: #FF7400; margin-right: 5px; }
.wcicon-link, .wcicon-check { color: #ffba00; margin-right: 5px; }
.wcicon-view, .wcicon-check { font-weight: bold; }

.wcfm_product_title, .wcfm_coupon_title, .wcfm_order_title, .wcfm_booking_title { font-weight: bold; color: #2ea2cc; }

.wcicon-status-cancelled:hover, .wcicon-edit:hover, .wcicon-link:hover, .wcicon-view:hover, .wcicon-check:hover {
	color: #2ea2cc;
}

.backto_dashboard {
	float: left;
}

.backto_dashboard span {
	color: #232323;
	font-weight: 800;
	font-size: 20px;
	vertical-align: text-bottom;
}

.backto_dashboard a {
	margin-left: 5px;
	color: #00b9eb;
}

.img_tip {
	background: url("../images/question_mark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 12px;
	vertical-align: -1px;
	width: 12px;
	cursor: help;
	margin-left: 5px;
}

.wcfm_buttons {
	left: 0px;
	right: auto;
}
.wcfm_buttons {
	position:absolute;
	color: #fff;
	background-color: #aba8a8;
	background-color: #ccc;
	z-index: 999;
	width: auto;
	height:auto;
	padding: 3px;
	border-radius: 3px;
}

.wcfm_buttons .wcfm_button {
	display: block;
	float: left;
	width: 32px;
	height:24px;
	margin:0px;
	text-align: center;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 0px 7px;
}

.wcfm_buttons .wcfm_button_separator {
	color: #fff;
	float: left;
}

#ui-datepicker-div { display: none; }

.qtip-wcfm-core-css {
	background: #fff;
	color: #000;
	border-color: #2ea2cc;
}

table.dataTable.display tbody tr td:last-child {
	text-align: center;
}