/*Copied from bootstrap */

.woocommerce_order_items.front_end tbody td {
	text-align: center;
}
.woocommerce_order_items.back_end {
	width:100%;
}
.woocommerce_order_items.back_end th,
.woocommerce_order_items.back_end td {
	text-align:left;
	line-height:26px;
}
.woocommerce_order_items.back_end th.column-actions {
	padding: .75em 1em;
}
.woocommerce_order_items.back_end td.column-actions {
	padding-right:1em;
}
.woocommerce_order_items.back_end .column-actions {
	text-align:right;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
/*Also */
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
.fileinput-button {
	position: relative;
	overflow: hidden;
}
/*Also*/
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter:'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.image.wccm_filesli span {
	text-align: center;
	word-wrap: break-word;
}

.file_size_wccm {
	display: inline-block;
	width: 15%;
	float: left;
}

.product_images.ui-sortable .image {
	clear: both;
	text-align: center;
}
.product_images.ui-sortable .image img {
	width: 75px;
	height: 75px;
}
.image.wccm_filesli li {
	margin-left: 0;
}
.image.wccm_filesli {
	clear: both;
	margin-left: 0;
}
.add_product_images .wccm_add_order_link:hover {
	background: #bb77ae;
	border-color: #aa559a;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
}
#wccm_name {
	float: right;
}
.tips.wccm_delete {
	cursor: pointer;
}
.add_product_images .wccm_add_order_link {
	background: #cc99c2;
	border-color: #b366a4;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	float: left;
	clear: both;
	margin-top: 10px;
}
#wccm_align_right_file {
	float:left;
}
#wccm_save_order_submit {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.wccm_results {
	float: left;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 13px;
}
.product_images.front_end {
	margin: 0;
	list-style: none;
}
.delete_action_wccm ul {
	list-style: none;
	margin: 0;
}
#wccm_save_order_submit.front_end {
	clear: both;
	margin-bottom: 20px;
}
.woocommerce_order_items_wrapper.front_end table.woocommerce_order_items thead th {
	background: #f5f5f5;
	padding: 8px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
.woocommerce_order_items.front_end {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
#woocommerce-order-files tbody.product_images td {
	border-top:0;
}