.admin-mode [data-tile-id]{
	/*position: relative;*/
	outline: 2px dashed #8A2BE2;
}


.admin-mode [data-tile-id] .editor-link{
	display:block !important;
	position:relative;
	background-color: #8A2BE2;
	box-shadow: -3px 2px 5px rgba(0,0,0,0.2);
	padding: 10px;
	margin-left:5px;
	color: white;
	z-index: 100;
	float: left;
	line-height: 20px;
	margin-bottom: -40px;
	opacity: 0.5;
	
}

.admin-mode [data-tile-id] [data-tile-id] .editor-link{
	margin-left: 100px;
}

.admin-mode [data-tile-id] .editor-link:hover{
	z-index: 1000;
	opacity: 1;
}

.admin-mode{
	margin-left: 300px;
}

.admin-mode #admin-panel{
	display: block !important;
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	width: 300px;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 5px 0 5px rgba(0,0,0,0.3);
}

/*
#CMS fieldset{
	background-color: whitesmoke;
}

#CMS .brix-button{
	padding: 5px 10px;
	background-color: dodgerblue;
	color: white;
}

#CMS .tabs{
	display: flex;
	clear: both;
}

#CMS .tab-content{
	max-height: 600px;
	overflow-y: auto;
}

#CMS .helper{
	display:none;
}*/