.customer-tabs {
	margin-top: 2em;
	margin-bottom: 25px;
}
.customer-tabs ul.nav-tabs > li > a {
	text-transform: uppercase;
	color: #666;
	font-size: .9em;
	padding: 10px;
}
.customer-tabs ul.nav-tabs > li.active > a {
	color: #010101;
}
.customer-tabs .tab-content {
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
}
.customer-tabs .tab-content .btn > img.icon {
	max-height: 18px;
	display: inline-block;
	margin-right: 5px;
}
.customer-tabs .tab-content .btn.mr-10 {
	margin-right: 10px;
}
.customer-tabs .tab-content .table {
	margin-bottom: 10px;
}
.customer-tabs .tab-content table .amount {
	font-size: 14px;
}
.customer-tabs .tab-content table td.state {
	font-weight: 600;
}
.customer-tabs .tab-content table td.processid a{
	font-style: italic;
	font-size: 85%;
}
.customer-tabs .tab-content table td.processdoc img {
	max-height: 25px;
	display: inline-block;
}
.customer-tabs .tab-content table td.tracking a {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.process_detail .modal-header h4.modal-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.process_detail .modal-header h4.modal-title .state {
	font-style: italic;
	font-weight: 400;
}
.process_detail .modal-header ul.info li {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
}
.process_detail .modal-header ul.info li:last-child {
	margin-right: 0;
}
.process_detail .modal-header ul.info li .pid,
.process_detail .modal-header ul.info li .pdate {
	font-weight: 600;
}

.process_detail .modal-body table th.price {
	width: 90px;
	text-align: right;
}
.process_detail .modal-body table td.art-price,
.process_detail .modal-body table td.art-sum {
	text-align: right;
}
.process_detail .modal-body table td.art-sum .amount {
	font-weight: 600;
}
.process_detail .modal-body table td.quant {
	text-align: center;
}
.process_detail .modal-body table .amount {
	font-size: 14px;
}
.process_detail .modal-body table .position_blocked .amount {
	font-size: 14px;
	color: #999;
	font-style: italic;	
}
.process_detail .modal-body table .art-image img {
	max-width: 75px;
}
.process_detail .modal-body table .art-desc {
	
}
.process_detail .modal-body table .art-desc p {
	font-size: 12px;
	font-weight: 200;
	color: #666;
}
.process_detail .modal-body table .art-desc.position_normal p.lead {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #1b1b1c;
}
.process_detail .modal-body table .art-desc.position_blocked p.lead {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #999;
	font-style: italic;
}
.process_detail .modal-body table .summary {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.process_detail .modal-body table .order-sum {
	text-align: right;
}
.process_detail .modal-body table .order-sum .amount {
	font-size: 14px;
	font-weight: 600;
}
.process_detail .modal-body table .summary,
.process_detail .modal-body table .order-sum {
	border-bottom: 2px solid #353535;
}

/* Rebuy Box with actual Price */
.process_detail .rebuy_tocart {
	border: 2px solid #e52332;
	z-index: 5001;
	background: #fff;
	padding: 10px;
	display: inline-block;
	box-shadow: 2px 2px 4px rgba(0,0,0,.18);
}
.process_detail .rebuy_tocart .act_price {
	font-size: 12px;
	margin: 0 0 10px;
	text-align: center;
}
.process_detail .rebuy_tocart .act_price .amount {
	font-size: 14px;
	color: #e52332;
}
.process_detail .rebuy_tocart .input-group .quantity {
	max-width: 47px;
	text-align: center;
	padding: 6px 8px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 0px;
	border-radius: 2px;
}
.process_detail .rebuy_tocart .input-group .btn-primary {
	background: #2f6394;
	border-color: #2f6394;
	border-radius: 2px;
	color: #fff;
	text-transform: none;
	padding: 6px 12px;
	box-shadow: none;
}


.process_detail .modal-body .recipient {
	background: #efefef;
	min-height: 100%;
	padding: 0 10px 10px;
}
.process_detail .modal-body .recipient  .block {
	margin-bottom: 20px;
}
.process_detail .modal-body .recipient .block p {
	font-size: 12px;
	padding: 3px 8px;
	color: #666;
	line-height: 14px;
}
.process_detail .modal-body .recipient .block .headline {
	border-bottom: 2px solid #efefef;
	padding: 8px 8px 0;
	margin: 0;
	line-height: 1.42857143;
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
.process_detail .modal-body .recipient .block:first-child .headline {
	border-bottom: 2px solid #ddd;
	padding: 8px 8px;
	margin-bottom: 10px;
}


@media screen and (max-width: 992px) {
	.process_detail .modal-body .recipient {
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.process_detail .modal-body table .art-image img {
		display: none;
	}
}
