.nestable {
	position: relative
}
.nestable-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}
.nestable-list .nestable-list {
	padding-left: 30px;
	margin-top: .3125rem
}
.nestable-collapsed .nestable-list {
	display: none
}
.nestable-empty,.nestable-item,.nestable-placeholder {
	display: block;
	position: relative
}
.nestable-handle,.nestable-placeholder {
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-bottom: .3125rem;
	border-radius: .25rem
}
.nestable-placeholder {
	background-color: #e5e5e5;
	border-color: #dadada
}
.nestable-item>button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 35px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	margin-right: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: 0 0;
	text-align: center;
	font-weight: 700;
	font-size: 18px
}
.nestable-item>button: before {
	text-indent: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Material Icons';
	font-size: 18px;
	content: '\e5d8';
	top: 2px
}
.nestable-item>button[data-action=collapse]: before {
	font-family: 'Material Icons';
	font-size: 18px;
	content: '\e5db';
	top: 2px
}
.nestable-item>button: focus {
	outline: 0
}
.nestable-item-handle {
	clear: both;
	margin-bottom: 5px
}
.nestable-item-handle .nestable-handle,.nestable-item-handle .nestable-placeholder {
	position: absolute;
	cursor: pointer;
	width: 38px;
	height: 38px;
	line-height: 48px;
	white-space: nowrap;
	margin-right: 15px;
	padding: 0;
	text-align: center
}
.nestable-item-handle .nestable-content {
	margin-left: 42px;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-bottom: .3125rem;
	border-radius: .25rem
}
.nestable-drag {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
	list-style: none
}
.nestable-drag .nestable-item {
	box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1)
}
.nestable-drag .nestable-item.nestable-item-handle {
	box-shadow: none
}
.nestable-handle-primary .nestable-handle,.nestable-handle-primary .nestable-placeholder {
	background-color: #2196F3;
	color: #fff;
	border-color: transparent
}
.list-group.list-group-sp .list-group-item {
	margin-bottom: .3125rem;
	border-radius: .25rem
}
.nestable-list-plain .nestable-handle,.nestable-list-plain .nestable-placeholder {
	padding: 2px 4px;
	margin: 0
}
.nestable-list-plain .nestable-placeholder {
	min-height: 52px;
	border-radius: 0;
	border: 0;
	opacity: .4
}
.nestable-handle i.material-icons,.nestable-placeholder i.material-icons {
	font-size: 20px
}
/*# sourceMappingURL=nestable.min.css.map*/
