body {
	background: none;
	color: inherit;

}

@media screen and (min-width: 810px) {
	body {
		height: 100%;
		overflow: hidden;
	}
}

.intestazione {
	padding: 10px 0;
}

.separatore {
	width: 100%;
	border-top:1px solid silver;
}

.ghost {
	background-color: #fafafa;
}

.corpo {
	padding: 10px 0;
	
}

.spaziolavoro {
	background-color: transparent !important;
	border: 0px !important;

	overflow: hidden;
}

.strumenti {
	min-height: 150px;
}
.strumenti-fissi {
	position: fixed;
	top: 15px;
}

#strumenti-img {
	position: relative;
	z-index: 11;
}

.draggable {
	cursor: all-scroll;
}

.maniglie {
	cursor: move;
}

.maniglie .ruotabile, .maniglie .bordi {
	/*background-color: rgba(0, 0, 0, 0.2);*/
	border: 2px solid white;
}
.maniglie .bordi {
	background-color: aquamarine;
}
.maniglie .pomello, .maniglie .pomello2 {
	background-color: rgba(0, 0, 0, 0.2);
}

.font-select .fs-results li {
	color: black;
}

.lbuzzico {
	position: fixed; 
	z-index: -10;

	// background-color: rgba(100,100,100,0.5);
}


.pomello2 {
	height: 0px !important;
}

.step-container {
	z-index: 1000 !important;
	position: relative;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-widget-content {
	border: 0px !important;
	background-color: transparent !important;
}


@media screen and (min-width: 810px) {
	.app-configurations .step-container {
		height: 80vh ;
		overflow-x: scroll ;
	}
}

@media screen and (max-width: 809px) {
	.app-configurations-preview {
		height: 74vh;
	}
}

.main-app {
	min-height: 100vh;
}

.step-container {
	background-color: white !important;
}
