.bs-inspect-hover, .shuffle-highlight-element {
	border: 2px dashed #5dce91;
	pointer-events: none;
	position: absolute;
}
.bs-inspect-hover {
	z-index: 9999;
}
.shuffle-highlight-element {
	background: rgba(93,206,145,.1);
	z-index: 99999;
}
#bs-component {
	outline: 2px solid #3758f9;
	display: none;
	font-size: 16px;
	min-height: 3.5rem!important;
	min-width: 3.5rem!important;
	pointer-events: none;
	position: absolute;
	z-index: 999999;
}
#bs-component__buttons, .bs-font {
	color: #3758f9;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
	font-weight: 400!important;
}
#bs-component__buttons {
	line-height: 1.5;
	pointer-events: none;
}
#bs-component__buttons #bs-component__buttons--list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
#bs-component__buttons .bs-component__buttons--edit, #bs-component__buttons--move {
	background-color: #3758f9;
	border-radius: 4px;
	margin: 3px;
	padding: 4px 8px;
	pointer-events: auto;
}
#bs-component__buttons--move {
	margin-left: auto;
	display: flex;
}
#bs-component__buttons button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: button;
	background: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 0;
	text-transform: none;
	width: 23px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#adminContextMenu.dropdown-menu {
	padding-top: 0px;
	z-index: 9999999;
}

#adminContextMenu.dropdown-menu > li > a {
	padding-left: 10px;
	color: #0a0d14;
}

#adminContextMenu.dropdown-menu > li > a i {
	margin-right: 5px;
}

#adminContextMenu li {
	position: relative;
}

#adminContextMenu li ul {
	display: none;
	left: 100%;
	top: -5px;
}

#adminContextMenu li:hover > ul {
	display: block;
}

#adminContextMenu .dropdown-header {
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 1.42857;
	background-color: #337ab7;
	padding-top: 6px;
}

#adminContextMenu.dropdown-menu > li.dropdown-header i {
	margin-right: 5px;
	font-weight: normal;
}
.ed_row.ed_blank {
	padding: 50px;
	position: relative;
}

.ed_row.ed_blank:hover {
	background-color: #f1f1f1;
}
.ed_row_blank_hover:before{
	width: 100%;
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	border: 2px dashed #5dce91!important;
	left: 0px;
	top: 0px;
}

.ed_row.ed_blank:before {
	width: 100%;
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	border: 2px dashed #e1e1e1;
	left: 0px;
	top: 0px;
}

.ed_clm.ed_blank {
	padding: 50px 0px;
}

.ed_clm.ed_blank:before {
	width: 100%;
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	border: 3px dashed red;
	left: 0px;
	top: 0px;
}

.ed_row.loading {
	background-image: url(/frontend/i/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#adminContextMenu .fa-caret-right {
	position: absolute;
	right: 5px;
	top: 30%;
}
#editorContent{
	min-height: 100%;
	padding-bottom: 200px;
}