.draggable {
    width: 20%;
    touch-action: none;
    user-select: none;
/*     border: 4px solid black;
 */}
.draggable:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.draggable img{
    margin :0px;
    position: absolute;
}

#sidebar {
    z-index: 2;
    width: 15%;
    background: #2c3e50;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0px;
    overflow-x:hidden;
    overflow-y:scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#sidebar::-webkit-scrollbar {
    display:none;
}

#sidebar img{
    width: 80%;
    padding: 10%;
    padding-bottom: 3%;
}
#sidebar h1{
    text-align: center;
    color: white;
}
#sidebar p{
    padding:0;
    margin: 0;
    text-align: center;
    color: white;
}
#canvas {
    z-index: 2;
    background: white;
    position: absolute;
    height: 100%;
    width: 85%;
    top: 0;
    left: 15%;
}
#nomeModello{
    position: absolute;
    width: 25%;
    text-align: center;
    font-size: 300%;
}
#area{
    border-width:3px;
    border-radius: 10px;
    border-style:solid;
    border-color:black;
    position: absolute;
    padding-top: 100%;
    width: 90%;
    top: 3%;
    left: 5%;
}
#dropArea{
    position: absolute;
    height: 95%;
    width: 95%;
    top: 5%;
    left: 5%;
}
#buttons{
    background-color: #2c3e50;
    height: 25%;
    right:2%;
    top: 70%;
    width: 15%;
    position:fixed;
    border-width:3px;
    border-radius: 10px;
    border-style:solid;
    border-color:black;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
#buttons div{
    text-align: center;
    font-size: 300%;
    border-width:3px;
    border-radius: 10px;
    border-style:hidden;
    height: 30%;
    margin-top:2%;
    margin-bottom:2%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#larghezza{
    position:absolute;
    top: 0;
    left: 25%;
    right: 25%;
    height: 5%;
}
#larghezza .start{
    border-left: 4px solid black;
    position: absolute;
    top:10%;
    height: 80%;
    left:0;
}
#larghezza .end{
    border-right: 4px solid black;
    
    position: absolute;
    top:10%;
    height: 80%;
    right:0;
}
#larghezza .mid{
    border-bottom: 4px solid black;
    text-align: center;
    font-size: 150%;
    position: absolute;
    top:5%;
    width: 100%;
    left:0;
}


#altezza{
    position:absolute;
    top: calc(5% + 50px);
    left:0;
    bottom: 25%;
    width:5%;

}
#altezza .start{
    border-top: 4px solid black;
    position: absolute;
    top:0;
    width: 80%;
    left:10%;
}
#altezza .end{
    border-bottom: 4px solid black;
    position: absolute;
    bottom:0;
    width: 80%;
    left:10%;
}
#altezza .mid{
    border-left: 4px solid black;
    text-align: center;
    font-size: 100%;
    position: absolute;
    top:0;
    height: 100%;
    left:50%;
}
#altezza .midtxt{
    text-align: center;
    font-size: 150%;
    position: absolute;
    top:50%;
    margin: 0px;
    padding: 0px;
    left:0;
    transform-origin: center,center;
    transform: translate(-35%,0) rotate(-90deg);
}
#popup{
    visibility: hidden;
    z-index: 3;
    border: 4px solid black;
    border-radius: 3%;
    background-color: #2c3e50;
    position: fixed;
    width: 30%;
    height: 80%;
    top:10%;
    left:35%;
    
}
#popup.show{
    visibility: visible;
}
.CatalogoModelli{
    position: absolute;
    top:10%;
    height: 88%;
    width: 94%;
    left:3%;
    overflow-y:scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#popup h1{
    text-align: center;
    color: aliceblue;
}
.CatalogoModelli div{
    position: relative;
    margin-top: 3%;
    border-radius: 2vh;
    background-color: #B4C7DA;
    width: 100%;
    height: 10%;
    text-align: center;
    font-size: 200%;
}
.CatalogoModelli::-webkit-scrollbar {
    display:none;
}
#elCatalogo{
    background-color: #B4C7DA;
    border-radius: 10%;
    position:relative;
    left:5%;
    width: 90%;
    text-align: center;
    border: 2px solid black;
    z-index: 3;
}
#table{
    font-size: 150%;
    z-index: 0;
}
.tg{
    width: 100%;
    left: 5%;
    position: absolute;
    top:40%;
    border-width: 2px;
    border-style: solid;
    border-collapse: collapse;
    text-align: center;
}
.tg th,td,tr{
    border-width: 2px;
    border-style: solid;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
    font-family: 'Franklin Gothic Medium';
}