.cmb-sortable > .field-item {
		margin-right: 15px;
}

.cmb-sortable .cmb-handle {
	height: 100%;
	width: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	cursor: move;
	border-left: 3px solid #DFDFDF;
	border-right: 3px solid #DFDFDF;
}

.cmb-sortable.CMB_Post_Select .cmb-handle {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
	width: 25px;
	background: #eeeeee;
	border-radius: 4px 0 0 4px;
	border: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cmb-sortable.CMB_Post_Select .cmb-handle:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 4px;
	right: 4px;
	height: 2px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.cmb-sortable.CMB_Post_Select .cmb-handle:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 4px;
	right: 4px;
	height: 2px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.cmb-sortable.CMB_Post_Select .select2-container {
	margin-left: 20px;
}

.cmb-sortable .ui-sortable-helper {
	opacity: 0.75;
}

.cmb-sortable .ui-sortable-helper:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -6px;
	left: -6px;
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
	padding: 5px;
	z-index: -1;
}

.cmb-sortable > .ui-sortable-placeholder {
	border: 1px dashed #DDD !important;
	background: transparent !important;
	visibility: visible !important;
	margin-bottom: 8px !important;
}
