/*
File: Other css rules
*/

#loaderArea {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;

}

.badge-violet {
	background-color: #9729a7;
}

a {
	cursor: pointer;
}

#renderCanvas {
                width: 80%;
                height: 700px;
                touch-action: none;
            }

.titoloinalto {
	color: white;
}

h1 {
	color:#005580;
}


.nav-item .active {
	border-bottom: 2px solid #005580;
}

.page-title-box {
	padding-top: 20px;
}


.numero {
	font-size: 2.5em;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 60px;
	margin: 0px 0px 5px 5px;
	border-radius: .25rem;
	cursor: pointer;
}

.inputcm {
    width: 80px !important;

}


.spazioparti {
	clear: both;
}
.img250 {
    width: 250px;
    border-radius: .25rem;
    border: 1px solid grey;
}

.avanti {
    display: none;
}

.img120 {
	width: 120px;
}
.img100 {
	width: 120px;
}
.img80 {
	width: 80px;
    height: 80px;
}
.img50 {
	width: 50px;
    height: 50px;
}
.imglista {
	    width: 70px;
		margin-right: 30px;
     margin-top: 10px;

}
.custode, .custodito, .form-inline .form-check {
justify-content: left;

}

.custodito label {
   /* display: block;
   */
    justify-content: left !important;


}


.formline2 {
display: -webkit-box;
-webkit-box-align: center;
}

.form-check.custodito {
	display: none;
}

.colori {
	font-size: 0.6em;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 5px 5px;
	border-radius: .25rem;
	cursor: pointer;
	color: white;
}

.texture {
cursor: pointer;
	
}

.colorato {
	color: #005580;
}
.cestinato , .elimina {color: red;}

.fotoselezionata{
border: solid 2px #005580;
}

.model_previews {
width: 120px;
}


.category_previews {
width: 180px;
}

#upload-Image {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

.colorarea {
	display: none;
}

@media only screen and (min-width: 600px) {

.margine130 {
	margin-left: 100px;
}

.fissata {
max-width: 118px;
padding-right:0px;
	}



}
        .loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {            
            margin: 60px auto;
            font-size: 10px;
            position: relative;
            text-indent: -9999em;
            border-top: 1.1em solid rgba(255, 255, 255, 0.2);
            border-right: 1.1em solid rgba(255, 255, 255, 0.2);
            border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
            border-left: 1.1em solid #ffffff;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 1.1s infinite linear;
            animation: load8 1.1s infinite linear;
        }
        @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        #loadingDiv {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color:rgba(0, 0, 0, 0.6);
            z-index: 1000;

        }
.upload-Preview, .imgPreviewtemp {
    width: 300px;
}