.fancyBox{
	box-shadow: inset 0 0 20px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding:15px;
}
.displayblock{
	display: block; 
}
 
.nomargin{
  margin: 0 !important;
}
.order  {
	min-height: 250px;
	padding:10px 10px 90px 10px;  
	background:#fff;
} 
.order  .subject{
	font-weight: bold;
	height: 54px;
	overflow: hidden;
}

.order  .request{
  height: 90px;
  overflow: hidden;
}

.order .tools{
	position: absolute;
	bottom: 10px;
}
.order .counterpart{
	position: absolute;
	bottom: 50px;
	left: 20px;
	right: 20px;
}

.timeline > li .timeline-footer .avatar_sm,
.timeline > li .timeline-footer .from_name  {
	float: right;
}

.timeline > li .customer {
	text-align: right;
}

.timeline > li .customer .timeline-header span.date {
	float: right;
}

.timeline > li .timeline-footer .avatar_sm,
.timeline > li .timeline-footer .from_name  {
	float: right;
}

.timeline > li .provider,
.timeline > li .other {
	text-align: left;
}

.timeline > li .provider .timeline-header span.date,
.timeline > li .other .timeline-header span.date {
	float: left;
}
.timeline > li .provider .timeline-footer .avatar_sm,
.timeline > li .provider .timeline-footer .from_name,
.timeline > li .other .timeline-footer .avatar_sm,
.timeline > li .other .timeline-footer .from_name  {
	float: left;
}
 