/* Manage-shipment action icon (Dashicons pencil) */
a.icon-wxp-set-shipping {
	text-decoration: none !important;
}
.icon-wxp-set-shipping:before {
	font-family: dashicons !important;
	content: "\f464";
	color: #2271b1;
	font-size: 18px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-wxp-set-shipping:hover:before {
	color: #135e96;
}

/* Admin order-items table shipment column */
.wxp-partital-item-head {
	vertical-align: middle;
	white-space: nowrap;
}
.wxp-partital-item-head.wxp-status-head {
	min-width: 100px;
	text-align: center;
}
.wxp-partital-item-head.wxp-manage-head {
	width: 40px;
	text-align: center;
}
.wxp-partital-item-head .dashicons {
	font-size: 18px;
	vertical-align: text-bottom;
}
td.wxp-partial-item-icon.wxp-status-col {
	min-width: 100px;
	text-align: center;
	vertical-align: middle;
}
td.wxp-partital-line-item {
	text-align: center;
	vertical-align: middle;
}
.wxp-partital-item-icon a.wxp-top {
	display: inline-block;
}
.wxp-partital-item-icon a.wxp-top .wxp-ship-status {
	text-align: center;
	display: inline-block;
}
.wxp-partital-item-icon a.wxp-top span.wxp-not-shipped {
	color: #D8000C;
	background-color: #FFBABA;
}
.wxp-partital-item-icon a.wxp-top span.wxp-partial-shipped {
	color: #9F6000;
	background-color: #FEEFB3;
}
.wxp-partital-item-icon a.wxp-top span.wxp-shipped {
	color: #270;
	background-color: #DFF2BF;
}
.wxp-partital-item-icon a.wxp-top span.wxp-refunded {
	color: #646970;
	background-color: #f0f0f1;
}
/* Leading glyph for partial shipment state removed per request */
.wxp-order-shipment-table table.widefat{

}
.wxp-order-shipment-table table.widefat th input[type="checkbox"]{
    margin: 0 0 0 15px;
    vertical-align: middle;
}
.wxp-order-shipment-table table.widefat tbody td input[type="checkbox"]{
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.wxp-order-shipment-table table th{
    font-weight: bold;
}
.wxp-order-shipment-table table.widefat tbody td{
    padding: 4px 10px;
}
.wxp-order-shipment-table table.widefat th.txt-ctr,
.wxp-order-shipment-table table.widefat tbody td.txt-ctr{
    text-align: center;
}
.wxp-order-shipment-table table.widefat th.txt-ltr,
.wxp-order-shipment-table table.widefat tbody td.txt-ltr{
    text-align: left;
}
.wxp-order-shipment-table table thead th.check-column {
    padding: 6px 0;
    vertical-align: bottom;
}
.wxp-order-shipment-table .wxp_partial_ship_foot{
    margin: 10px 0;
}
.wxp_partial_ship_foot .wxp-select-foot,
.wxp_partial_ship_foot .wxp-button-foot{
    display: inline-block;
}
.wxp_partial_ship_foot .wxp-button-foot{
    vertical-align: top;
}

a.wxp-top{
    text-decoration:none!important;
}
a.wxp-top{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}
a.wxp-top .wxp-ship-status{
    text-align: center;
    display: inline-block;
}
a.wxp-top span.wxp-not-shipped{
    color: #D8000C;
    background-color: #FFBABA;
}
a.wxp-top span.wxp-partial-shipped{
    color: #9F6000;
    background-color: #FEEFB3;
}
a.wxp-top span.wxp-shipped{
    color: #270;
    background-color: #DFF2BF;
}
a.wxp-top span.wxp-refunded{
    color: #646970;
    background-color: #f0f0f1;
}

/* Shared pill badge for shipment status */
.wxp-ship-status{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
div.wxp-order-shipment-table > table.widefat{
    margin: 15px 0;
}

@media (min-width: 320px) and (max-width: 480px){
    .wxp-order-shipment-table{
        min-width: 270px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .wxp-order-shipment-table{
        min-width:50%;
    }
}
@media (min-width: 768px){
    .wxp-order-shipment-table{
        min-width:50%;
    }
}