.adj-active{
	
}
#adjSwitch{
	color: white;
	height:30px;
	border-radius: 15px;
	padding:0 30px;
	background-color: red;
	position: fixed;
	bottom:40px;
	left:40px;
	z-index: 9999;
	display: flex;
	align-items: center;
}
#adjSwitch.active{
	background-color: green;
}
.adjustable {
	position: relative; 
	background-size: cover;
	background-repeat: no-repeat;
}
.admin-bar.adj-active .adjustable:before{
	content:'';
	top:0;
	left:0;
	position: absolute;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,.5);
	display: none;
	z-index: 9;
}
.admin-bar .adjustable:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.admin-bar .adjustable:hover .dragBox{
	opacity: 1;
}
.admin-bar .adjustable:hover .scaleBox{
	opacity: 1;
}
.admin-bar .adjustable[showadj='true']:hover:before{
	display: block;
}
.adjHover{
	display: none;
}
.admin-bar.adj-active .adjHover{
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	z-index: 9;
}
.dragBox{
	display: none;
}
.adj-active .dragBox{
	display: block;
	width:30px; 
	height:30px; 
	border-radius: 15px;
	position:absolute; 
	background-image: url('../images/moveIcon.png');
	background-size: 100%;
	z-index: 10;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.scaleBox{
	display: none;
}
.adj-active .scaleBox{
	position: absolute;
	bottom:0px;
	width: 100%;
	left:0;
	right:0;
	top:auto;
	background-color: white;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	opacity: 0;
}
.scaleSlide{
	width: 90%;
	height:5px;
	background-color: orange;
	border-radius: 3px;
}
.ui-widget-content{
	background: rgb(220,220,220)!important;
	border-color: rgb(220,220,220)!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: black!important;
	width: 20px;
	height:20px;
	border-color: black!important;
	border-radius: 5px;
}
.ui-slider-horizontal .ui-slider-handle{
	top:-0.45em!important;
}
.ui-slider-horizontal .ui-slider-handle:focus{
	outline: none!important;
}
.ui-slider-horizontal{
	height: 8px!important;
}
.slideEditor{
	display: flex;
}