//  =================
//      Imports
//  =================

@import '../../assets/base/color_variables';    // Color Variables
@import '../../assets/base/fonticons';              // Fonticons Variables
@import '../../assets/base/urls';                   // URLS Variables
@import '../../assets/base/utilities_variables';  // Utilities Variables

.row {
	[class*="col-"] {
		.widget {
			.widget-header {
				h4 {
					color: $color_56;
					font-size: 16px;
					font-weight: 600;
					margin: $m-0;
					padding: 25px 15px;
				}
			}
		}
	}
}
.clearfix {
	*zoom: 1;
	&:before {
		display: table;
		content: "";
		line-height: 0;
	}
	&:after {
		display: table;
		content: "";
		line-height: 0;
		clear: both;
	}
}
.dd-list {
	display: block;
	position: $pos-rel;
	margin: $m-0;
	padding: 0;
	list-style: none;
	.dd-list {
		padding-left: 30px;
	}
}
.dd-collapsed {
	.dd-list {
		display: none;
	}
}
.dd-item {
	display: block;
	position: $pos-rel;
	margin: $m-0;
	padding: $p-0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
	>button {
		display: block;
		position: $pos-rel;
		cursor: pointer;
		float: left;
		width: 25px;
		height: 20px;
		margin: 7px $m-0;
		padding: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border: 0;
		background: $color_none;
		font-size: 10px;
		line-height: 1;
		text-align: $align-center;
		font-weight: bold;
		&:before {
			content: '\e943';
			display: block;
			position: $pos-abs;
			width: 100%;
			text-align: $align-center;
			text-indent: 0;
			font-family: $font_family_1;
			font-weight: bold;
			margin-top: 2px;
		}
	}
	>button[data-action="collapse"] {
		&:before {
			content: '\e932';
		}
	}
}
.dd-empty {
	display: block;
	position: $pos-rel;
	margin: $m-0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin: $m-5 $m-0;
	padding: $p-0;
	min-height: 30px;
	background: $color_579;
	border: $b-width-1 $dash $color_8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: $b-width-1 $dash $color_287;
	min-height: 100px;
	background-color: $color_581;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}
.dd-placeholder {
	display: block;
	position: $pos-rel;
	margin: $m-0;
	padding: $p-0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin: $m-5 $m-0;
	padding: $p-0;
	min-height: 30px;
	background: $color_579;
	border: $b-width-1 $dash $color_8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.dd-handle {
	display: block;
	height: 40px;
	margin: $m-5 $m-0;
	cursor: move;
	padding: 8px $p-10;
	color: $color_53;
	text-decoration: none;
	font-weight: 600;
	font-size: $fs-15;
	border: $b-width-1 $solid $light-gray;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	&:hover {
		color: $additional-color-11;
		background: $white;
	}
}
.dd-dragel {
	position: $pos-abs;
	pointer-events: none;
	z-index: 9999;
	>.dd-item {
		.dd-handle {
			margin-top: $m-0;
		}
	}
	.dd-handle {
		-webkit-box-shadow: $shadow-50;
		box-shadow: $shadow-50;
	}
	>.dd3-item {
		>.dd3-content {
			margin: $m-0;
		}
	}
}
.dd-hover {
	>.dd-handle {
		background: $color_580 !important;
	}
}
.dd3-content {
	display: block;
	height: 40px;
	margin: $m-5 $m-0;
	padding: 8px $p-10 8px $p-40;
	color: $color_55;
	font-size: $fs-15;
	text-decoration: none;
	font-weight: 600;
	border: $b-width-1 $solid $light-gray;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	&:hover {
		color: $additional-color-11;
		background: $white;
	}
}
.dd3-item {
	>button {
		margin-left: $m-30;
	}
}
.dd3-handle {
	position: $pos-abs;
	margin: 0;
	left: 0;
	top: 0;
	cursor: move;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: $b-width-1 $solid $light-gray;
	border-top-right-radius: $br-0;
	border-bottom-right-radius: $br-0;
	&:before {
		content: '≡';
		display: block;
		position: $pos-abs;
		left: 0;
		top: 9px;
		width: 100%;
		text-align: $align-center;
		text-indent: 0;
		color: $additional-color-11;
		font-size: 22px;
		font-weight: normal;
	}
	&:hover {
		background: $color_118;
	}
}
