.filter-block {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 5px 10px 10px;
	margin-bottom: 10px;
}
p.submit {
	text-align: left;
	clear: both;
	width: 100%;
	margin-top: 25px;
	padding-top: 10px;
}
.checkbox-section {margin-bottom: 10px;}
.filter-block-header {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 6px 10px 0 0;
	padding: 6px;
	font-size: 18px;
}

.csv-import-url-section .import-text input,.customer-note-section textarea{width: 100%;}
#import_order_form p.submit{ padding: 0px;margin: 0px; }
#process {margin: 10px 0px;}
.progress{
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000;
	background: #fff;
	position: relative;
}

.progress .progress-bar {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	background: #0073aa;
	width: 0%;
	height: 20px;
	color: #fff;
}
.progress-count{
	position: absolute;
	top: 35%;
	margin: auto;
	display: block;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}
