@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?1r3pvq');
	src:url('icomoon.eot?1r3pvq#iefix') format('embedded-opentype'),
		url('icomoon.ttf?1r3pvq') format('truetype'),
		url('icomoon.woff?1r3pvq') format('woff'),
		url('icomoon.svg?1r3pvq#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.woocommerce_dpi.backend label
{
	width: 150px;
	display: inline-block;
}

#woocommerce_dpi_queues_list .productContainer
{
	display: none;
}
#woocommerce_dpi_queues_list.woocommerce_dpi_queues_kit .productContainer
{
	display: inline !important;
}
#woocommerce_dpi_queues_list .productContainer li li,
#woocommerce_dpi_queues_edit .productContainer li li
{
	margin-left: 20px;
}
#woocommerce_dpi_queues_list:not( .woocommerce_dpi_queues_all) .completed
{
	background-color: #eea;
}
#woocommerce_dpi_queues_list:not( .woocommerce_dpi_queues_all ) .type
{
	display: none;
}
#woocommerce_dpi_queues_list.woocommerce_dpi_queues_all form
{
	margin-bottom: 30px;
}
#woocommerce_dpi_queues_list.woocommerce_dpi_queues_all form input[type=text]
{
	width: 150px;
}

#woocommerce_dpi_queues_edit h2
{
	margin-bottom: 8px;
	text-decoration: underline;
	font-weight: bold;
}
#woocommerce_dpi_queues_edit section
{
	margin-bottom: 35px;
}
#woocommerce_dpi_queues_edit.woocommerce_dpi_queues_all #pushToProcessing
{
	display: none;
}
#woocommerce_dpi_queues_edit input[type=submit]
{
	margin-right: 20px;
}
#woocommerce_dpi_queues_edit label
{
	vertical-align: top;
	cursor: default;
}
#woocommerce_dpi_queues_edit textarea
{
	width: 250px;
	height: 80px;
}
#woocommerce_dpi_queues_edit #queuesContainer
{
	width: 48%;
	float: left;
}
#woocommerce_dpi_queues_edit #orderInformation
{
	width: 48%;
	float: right;
}
#woocommerce_dpi_queues_edit #orderInformation a
{
	text-decoration: none;
}

#woocommerce_dpi_queues_edit #customFileContainer div:first-child
{
	display: none;
}

#woocommerce_dpi_queues_edit fieldset.comment
{
	margin-bottom: 20px;	
}

#woocommerce_dpi_queues_edit #queueSaveOverlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba( 50, 50, 50, .8 );
	z-index: 99999;
}
#woocommerce_dpi_queues_edit #queueSaveOverlay div
{
	display: block;
	position: relative;
	top: 100px;	
	text-align: center;
}
#woocommerce_dpi_queues_edit #queueSaveOverlay img
{
	border-bottom: 10px solid #fff;
}

#ui-datepicker-div
{
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}
#ui-datepicker-div .ui-icon
{
	display: inline-block;
	text-indent: 0;
	cursor: pointer;
}
#ui-datepicker-div .ui-icon-circle-triangle-w
{
	float: left;
}
#ui-datepicker-div .ui-icon-circle-triangle-e
{
	float: right;
}
#ui-datepicker-div .ui-datepicker-title
{
	clear: both;
}

.widefat .column-order_status mark.custom-order::after,
.widefat .column-order_status mark.kit-order::after
{
	font-variant: normal;
	font-weight: 400;
	height: 100%;
	left: 0;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	text-indent: 0;
	text-transform: none;
	top: 0;
	width: 100%;
}
.widefat .column-order_status mark.custom-order::after
{
	color: #a00;
	content: "\f540";
	font-family: dashicons;
}
.widefat .column-order_status mark.kit-order::after
{
	color: #0a7ddd;
	content: "\e900";
	font-family: icomoon;
}