@font-face {
	font-family: "Material Design Icons";
	src: url(../../../../themes/smart/fonts/materialdesignicons-webfont.eot?v=5.8.55);
	src: url(../../../../themes/smart/fonts/materialdesignicons-webfont.eot?#iefix&v=5.8.55) format("embedded-opentype"), url(../../../../themes/smart/fonts/materialdesignicons-webfont.woff2?v=5.8.55) format("woff2"), url(../fonts/materialdesignicons-webfont.woff?v=5.8.55) format("woff"), url(../fonts/materialdesignicons-webfont.ttf?v=5.8.55) format("truetype");
	font-weight: 400;
	font-style: normal
}

.dd3-content {
	display: block;
	height: auto;
	margin: 5px 0;
	padding: 5px 10px 5px 60px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd3-content:hover {
	color: #2ea8e5;
	background: #fff;
}

.dd-dragel>.dd3-item>.dd3-content {
	margin: 0;
}

.dd3-item>button {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	height: 40px;
}

.dd3-handle {
	position: absolute;
	margin: 5px;
	margin-left: 10px;
	top: 0;
	cursor: pointer;
	height: 30px;
	width: 30px;
	text-indent: 30px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #aaa;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.dd3-handle:before {
	content: "\F035C";
	font-family: "Material Design Icons";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #343a40;
	font-size: 20px;
	font-weight: normal;
}

.dd3-handle:hover {
	background: #ddd;
}