[draggable=true] {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-khtml-user-drag: element;
	-webkit-user-drag: element;
}

[data-sortable].sortable {
	position: relative;
}
[data-sortable] .sortable-handle {
	display: none;
}
[data-sortable].sortable .sortable-handle {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 8px;
	opacity: 0.5;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	font-size: 24px;
	transform: scale(1, 0.67);
	-webkit-transform: scale(1, 0.67);
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

/*[data-sortable].sortable:after {
	content: '\f0c9';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 50%;
	margin: -12px 0 0 0;
	opacity: 0.5;
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 24px;
	vertical-align: middle;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0) scale(1, 0.67);
	-webkit-transform: translate(0, 0) scale(1, 0.67);
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}*/

