
#maincontent{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#panel{
    width: 80%;
    max-width: 500px;
    text-align: center;
}
#panel input{
    text-align: center;
}

#panel img{
    width: 200px;
}

#copyright img{
    width: 120px;
    vertical-align: sub;
   
}
#copyright{
    font-size: 9pt;
}

#support{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#virtualtour,h1, h2, h3, h4, h5, h6 {
    font-family: 'Potta One', cursive
}

#explore{
    cursor: pointer;
}

#modalLoader{
	height: 100px !important;
margin: auto !important;
top: 0px !important;
bottom: 0px !important;
min-height: unset;
position: absolute;
left: 0;
right: 0;
}

div.editable{
    position: absolute;
border: 1px dashed #333;
color: black !important;
}
#codescr{
    width: 24.5%;
height: 3%;
top: 26.5%;
left: 29.4%;
font-size: 0.9rem;
}
#codday{
    top: 30.5%;
left: 12.4%;
width: 5.5%;
}

#codmonth{
    top: 30.5%;
    left: 20%;
    width: 5.5%;
}

#codyear{
    top: 30.5%;
    left: 28%;
    width: 9.5%;
}

#codcampo{
    position: absolute;
top: 36.5%;
left: 5.5%;
}
#codcamps{
    position: absolute;
    top: 41%;
left: 5.5%;
}
#codmatr{
    position: absolute;
    top: 47%;
left: 56.5%;
}

#codrel{
    top: 73%;
width: 28%;
left: 63%;
}



#codfresca{
    position: absolute;
    top: 40.5%;
    left: 56.5%;
}
#codvecchia{
    position: absolute;
    top: 42.5%;
    left: 56.5%;
}
#codnomatr{
    position: absolute;
    top: 49%;
    left: 56.5%;
}
#codracc{
    position: absolute;
    top: 34%;
left: 76.5%;
}
#codnracc{
    position: absolute;
    top: 37.2%;
    left: 76.5%;
}
#codloc{
    position: absolute;
    top: 60.5%;
    left: 19.5%;
}
#codreg{
    position: absolute;
    top: 60.5%;
    left: 82.5%;
}
#codpro{
    position: absolute;
    top: 60.5%;
    left: 62.5%;
}
#codcoordE{
    position: absolute;
    top: 65%;
    left: 27.5%;
}
#codcoordN{
    position: absolute;
    top: 65%;
    left: 75.5%;
}
#codtrans{
    position: absolute;
    top: 44%;
    left: 29.5%;
}
#codfoto{
    position: absolute;
    top: 53.3%;
    left: 76.5%;
}
#codgene{
    position: absolute;
    top: 40.5%;
    left: 76.5%;
}

#autorotate{
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    height: 100px;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin: auto;
    background: #3e3a3a;
    padding-top:5px;
    z-index: 1;
}
#autorotatestatus{
background: #333;
padding: 5px;
}
#autorotate i{
    font-size: 2rem;
    color:white;
    margin: 5px;
}

#alertPanel{
    z-index: 3;
text-align: center;
width: 80%;
max-width: 500px;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
color: black;
}
#alertPanel *{
    color: black;
}

.pnlm-load-box {
    display: none;
    z-index:-999;
    opacity: 0;
 }

#tourloader{
    position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100px;
height: 100px;
background: #202020;
z-index: 1;
padding: 20px;
margin: auto;
}
 #openpopupscene{
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    height: 50px;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin: auto;
    background: #3e3a3a;
    padding:5px; 
    color: white;
    font-size: 2rem; 
    z-index: 1;
}