@media only screen and (min-width: 30px) and (max-width: 969px) {


input {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}


#vedi-ds
{
display:none;
}

.desktop-only {
display: none !important;
}

img
{
max-width:100%;
}

 .modal {
                padding: 20px;
                border-radius: 14px;
            }

            .modal h1 {
                font-size: 1.05rem;
            }

            .actions {
                flex-direction: column-reverse;
                align-items: stretch;
            }

            .btn {
                width: 100%;
            }


.content {
min-height: calc(100vh - 100px);
z-index:1;
}




header
{
width: 100%;
position:relative;
z-index:999;
height:100px;
background-color: #89388a; 
}


footer
{
width: 100%;
position:relative;
z-index:20;
height:120px;
background-color: #89388a; 
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}


#pos_logo
{
position:absolute;
z-index:50;
top:0px;
width:285px;
left:180px;
}

#pos_menu
{
display:none;
}

#home
{
width: 100%;
position:relative;
z-index:20;
min-height:750px;
background-image: url('../images/img-home.png');
background-position:center top;
background-repeat:no-repeat;
}


.rigamed
{
width: 80%;
border-top: 3px solid #000000;
margin: 0 auto; 
margin-top:40px;
margin-bottom:40px;
}

#box-priv
{
position:relative;
z-index:20;
width: 80%;
margin:auto;
}


.tabella {display: table;width:100%;position:relative;}

.tabella0 {
display: block;
width: 100%;
max-width: 100%; /* limita la larghezza */
margin: 0 auto;
padding: 0em;
border: none; /* rimuove il bordo del fieldset */
box-sizing: border-box;
}


.tabella-menu {float:right;position:relative;margin-right:175px;}



.riga  {
display: table;
width: 100%;
table-layout: fixed;
}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-menu {display: table-cell;vertical-align: middle;height:100px;}
.colonna-footer {display: table-cell;vertical-align: middle;height:120px;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}



A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "Nunito", sans-serif;
background-color: #000000;
margin-left:auto;
margin-right:auto;
border:2px solid #000000;
border-radius: 0px;
font-size: 5.5vw;
font-weight: 800;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
padding-right:0px;
padding-left:0px;
width:80%;
text-transform: uppercase;
display: block;
}


A.bottone:HOVER { 
background-color: #ffffff;
color:#000000;
cursor: pointer;
}


.bottoneform { 
font-family: "Nunito", sans-serif;
background-color: #000000;
margin-left:auto;
margin-right:auto;
border:2px solid #000000;
border-radius: 0px;
font-size: 5.5vw;
font-weight: 800;
text-align: center;
color:#ffffff;
padding-top: 15px;
padding-bottom: 15px;
padding-right:0px;
padding-left:0px;
width:80%;
text-transform: uppercase;
}


.bottoneform:hover { 
background-color: #ffffff;
color:#000000;
cursor: pointer;
}

.titolo {
font-size: 8vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:60px;
margin-bottom:30px;
margin-left:7%;
margin-right:7%;
}

.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:7%;
margin-right:7%;
}

.corpo_login1 {
font-size: 5vw;
font-weight: 800;
text-align: center;
margin-left:7%;
margin-right:7%;
margin-top:50px;
margin-bottom:5px;
line-height:1;
}


.corpo_form {
font-size: 4.5vw;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
line-height:18px;
}

.corpo33 {
font-size: 3.5vw;
}

input.forma {
margin-left:10%;
margin-right:9%;
margin-top:8px;
margin-bottom:24px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 80%;
height: 58px;
border:1px solid #000000; 
background-color: #ffffff;
font-size: 14px;
border-radius: 0px;
color:#1e345f;
}


/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 40px;
padding-right: 0px;
cursor: pointer;
display: inline-block;
vertical-align: top;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #000000;
border-radius: 50%; /* rettangolo con angoli arrotondati */
background: #fff
}

[type="checkbox"] + label::after {
content: '';
position: absolute;
top: 6px;
left: 6px;
width: 20px;
height: 20px;
background: #000000;
border-radius: 50%; /* quadratino per checkbox */
transition: all 0.2s ease;
opacity: 0;
transform: scale(0)
}

[type="checkbox"]:checked + label::after {
opacity: 1;
transform: scale(1);
}


/* Stile del testo */

label span.corpo33 {
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding-left:0px;
}


}