#background-preview {
	
	height: 250px;
	width: 450px;
	border: 1px solid #455560;
}

.collection .collection-item .collection-item-buttons {
	
	position: absolute;
	right: 0px;
	top: 0px;
}

.collection .collection-item .collection-item-buttons .btn {
	
	padding: 0em 1em;
}

.color-picker input {
	
	margin-right: 1em;
}

.content-modal {
	
	color: #455560;
	cursor: default;
}

.content-modal h4 {
	
	color: #455560;
}

.content-modal .group {
	
	
}

.content-modal .group .tool {
	
	display: inline-block;
	border: 1px solid white;
	text-align: center;
	padding: 5px;
	margin: 5px 10px;
	cursor: pointer;
}

.content-modal .group .tool:hover {
	
	border: 1px solid #455560;
}

.content-modal .group .tool .btn {
	
	margin: 2em 0em;
}

.content-modal .group .tool i {
	
	padding: 5px;
}

.content-modal .group .tool .name {
	
	
}

.content-modal .group .tool.digital-tipjar {

	background-color: #455560;
	width: 100px;
	margin: 1em;
}

.content-modal .info {
	
	padding: 1em;
}

.content-modal .modal-footer .modal-action {
	
	border: 1px solid #455560;
}

#div-action-float {
	
	position: absolute;
	display: inline-block;
	top: -30px;
	left: 0px;
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 14pt !important;
	line-height: 36px;
	z-index: 890;
}

#div-action-float > div {

	margin: auto;
	display: inline-block;
	background-color: black;
	border: 1px solid white;
}

#edit-container > img {

	max-width: 100%;
}

#edit-modal.editing-code .modal-content {

	padding-top: 0em !important;
	padding-left: 0em !important;
	padding-right: 0em !important;
}

#edit-menu-modal .menu-items li {
	
	margin: .25em 0em;
	padding: 1em;
}

#edit-menu-modal .menu-items li a {
	
	display: inline-block;
}

#edit-menu-modal .menu-items li i {
	
	cursor: pointer;
}

#edit-menu-modal .menu-items .move {

	cursor: n-resize;
}

.modal .image-preview {

	border: 3px dashed rgba(0,0,0,0.1);
	padding: 1em;
	margin-bottom: 3em;
}

.modal .image-preview img {

	max-width: 100%;
}

.modal.modal-fixed-footer .modal-content {

	padding-bottom: 3.6em;
}

.modal-title {
	
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin: 0px;
	padding: 5px 10px;
}

.modal-title span:first-of-type {

	display: inline-block;
	margin-right: .25em;
}

.modal-title span:not(:first-of-type) {

	display: inline-block;
	margin: 0em .25em;
}

#main-container {
	
	margin-bottom: 6em !important; /* This is because of the #page-controls-display */
}

#main-container.selecting-element .selectable:hover {
	
	border: 3px dashed orange !important;
	cursor: pointer;
}

#main-container.selecting-element .selectable #div-action-float {
	
	display: none;
}

#main-container p[contenteditable] {

	border: 1px solid #e1e1e1;
}

#main-container .row {

}

#main-container .row .col, .demo .row .col {

	position: relative;
	border: 1px solid #e1e1e1;
}

.modal .select-dropdown {

	max-height: 300px;
}

.mui-portlet-placeholder {
	
	border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}

.mui-spacer:hover {

	background-color: rgba(0,0,0,0.1);
	border: 3px dashed black;
	
}

.mui-spacer:hover:after {
	
	content: 'Spacer';
}

#page-controls-display {
	
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 1em;
	background-color: white;
	border-top: 2px solid rgba(0,0,0,0.1);
	margin: 0em;
	z-index: 900;
	color: #455560;
}

#page-controls-display .display {
	
	
}

#page-controls-display .display.hovered {
	
	display: inline-block;
}

#page-controls-display .display.hovered:before {
	
	color: grey;
	content: "Hovered";
	position: absolute;
	left: 0px;
	top: -10px;
	font-weight: bold;
	font-size: .75rem;
}