.product.pic{
	width:100px;
	height:100px;
}
td.middle{
	display: table-cell;vertical-align: middle !important;	
}
.order_overview{
	text-align: center;
}
.order_overview button{
	margin: 42px auto;
}
.status_order{
	padding-top: 10px;
}
.reasion{
	padding-bottom: 8px;
}
.preview_inventory_check_img{
	width: 50px;
	height: 50px;
}
.preview_product_name{
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
}
.line-height50{
	line-height: 50px !important;
}
.display-table{
	display: table;
}
.hanover_option{
	width: 250px;
}
.middle{
	vertical-align: middle;
}
.activity_log_admin, .activity_log_client{
	height: 280px;
	overflow: auto;
	border-left: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
	body.customers .customer_profile .panel-body {
		padding: 12px;
	}

	body.customers .customer_profile .status_order .btn {
		float: left !important;
		margin-top: 8px;
	}

	body.customers .customer_profile .col-md-4,
	body.customers .customer_profile .col-md-6,
	body.customers .customer_profile .col-md-8,
	body.customers .customer_profile .col-md-12 {
		margin-bottom: 12px;
	}

	body.customers .customer_profile .s_table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.customers .customer_profile .invoice-items-table {
		min-width: 680px;
	}

	body.customers .customer_profile .invoice-items-table th,
	body.customers .customer_profile .invoice-items-table td {
		white-space: nowrap;
		font-size: 12px;
	}

	body.customers .customer_profile .product.pic {
		width: 56px;
		height: 56px;
	}

	body.customers .customer_profile .activity_log_admin,
	body.customers .customer_profile .activity_log_client {
		height: auto;
		max-height: 240px;
		border-left: 0;
	}
}

/* width */
.custom-bar::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.custom-bar::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
.custom-bar::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
.custom-bar::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
