body {

}

a { 
	-webkit-transition-duration: 0.4s; 
	-o-transition-duration: 0.4s; 
	-moz-transition-duration: 0.4s; 
	transition-duration: 0.4s;
}

.breadcrumb{
	margin-top: 15px;
	background: #f4f4f4;
}


h1.toptop{
	padding-top: 15px;
	font-size: 18px;
	line-height: 27px;
}







.rp {
	color:red;
}


#thead_inputs td input{
	width: 100%;
	min-width: 30px;
	height: 24px;
	padding: 6px 12px;
	font-size: 12px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}

table caption{
	caption-side: top;
}

#thead_inputs{
	border-bottom: 2px solid #CCCCCC;
}

#thead_names span{
	color: #333;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}
#thead_names span.order_desc, #thead_names span.order_asc{ cursor: pointer; }
#thead_names span.active{ color: #007BFF; }



/* not_attached_sku */
.skus_full{cursor:pointer;} 
 


