.tendinaProcedure {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    color: #000;
    width: 57%;
    margin: 1px;
}

.tendinaProcedure2 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    color: #000;
    width: 68%;
    margin: 1px;
    margin-left: -22px;
}

.campo1Procedure {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    color: #000;
    width: 55%;
    margin: 1px;
}

.campo2Procedure {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    color: #000;
    width: 17%;
    margin: 1px;
}

.campo3Procedure {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    color: #000;
    width: 54%;
    margin: 1px;
}

.campo4Procedure {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 1.0em;
    color: #000;
    width: 13%;
    margin: 1px;
}
body {
    background: #fcfcfc;
    font-family: helvetica, arial, verdana, sans-serif;
    color: Black;
    font-size: 14px;
}

h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2f2f2f;
    font-size: 24px;
    line-height: 30px;
    text-align:center;
}

.riquadratura {
    border: 2px outset;
    padding:10px;
    border-radius: 10px;
    margin:2px;
}

.div_ricerca_left {
    float: left;
    width: auto;
    height: 60px;
    margin: 0;
    margin-right: 20px;
    border: none;
}

    .div_ricerca_left .btn {
    margin-top: 25px;
}


.overflow {
    width: 100%;
    line-height: 20px;
    display: block;
    overflow: auto;
    overflow-x: auto;
}

.linkpulsante {
    width: 60px !important;
    height: 28px;
    color: black;
    border: 2px;
    border-style: solid;
    background-image: linear-gradient(to bottom,#f9c97a,#ffaa00);
    background-color: #db6711;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #db6711, #cb5006);
    border-left-color: #cb5006;
    border-right-color: #cb5006;
    border-top-color: #cb5006;
    border-bottom-color: #ad6704;
    text-decoration: none !important;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    font-family: Verdana, "sans-serif", Arial;
    text-shadow: 2px 2px 3px #F9C97A;
}



    .linkpulsante:hover {
        background-image: linear-gradient(to bottom,#ccc,#ccc);
        text-decoration: none !important;
        border-color: #ccc;
    }

select {
    height: 28px !important;
}

input {
    height: 28px !important;
}


table.gridV3 {
    border: solid 1px #CCC;
    width: 100%;
    border-collapse: collapse;
}

    table.gridV3 tr td {
        border: 1px solid #CCC;
        padding: 3px;
        font-size: 12px;
    }


        table.gridV3 tr td.sin {
            text-align: left;
        }

        table.gridV3 tr td.cen {
            text-align: center;
        }

        table.gridV3 tr td.des {
            text-align: right;
        }

    table.gridV3 th {
        vertical-align: middle;
        font-weight: bold;
        /* background-image: url(/images/grid_header.png);*/
        text-align: center;
        background: #d6d4d4;
        border: solid 1px #AAA;
        border-bottom: solid 3px #AAA;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        table.gridV3 th.headerFisso {
            position: sticky;
            top: 0;
            border: none;
        }


/* SCHEDA PUBBLICA */
.numeri_ricerca {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: middle;
    float: right;
    clear: both;
}

    .numeri_ricerca input {
        margin-top: 10px;
        width: 28px;
        vertical-align: middle;
    }

        .numeri_ricerca input:hover {
            background-color: #CCC;
        }

.btn-procedure.disabled,
.btn-procedure[disabled] {
    padding-top: 5px;
    padding-bottom: 7px;
    vertical-align: middle;
    *vertical-align: bottom;
}

.disclaimerscheda {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.titolo_scheda {
    color: #2F2F2F;
    font-size: 24px;
    line-height: 30px;
    float: left;
    display: block;
}

.torna_scheda {
    font-weight: bold;
    margin: 0;
    margin-top: -18px;
    margin-left: 20px;
    font-size: 24px;
    line-height: 30px;
    float: left;
    display: block;
}

.rigacampo {
    border: none;
    border-bottom: solid 1px #E5E5E5;
    margin-bottom: 5px;
    line-height: 20px;
}

    .rigacampo:hover {
        background-color: #EEE;
    }

.titolocampo {
    float: left;
    width: 350px;
    line-height: 20px;
    margin: 0;
    padding: 5px 2px;
    border: none;
    display: block;
    border: none;
}

.valorecampo {
    width: auto;
    line-height: 20px;
    margin: 0;
    margin-left: 400px;
    padding-top: 5px;
    border: none;
    display: block;
    border: none;
}

.Documentazione {
    border: medium none;
    margin-left: 8px;
    list-style-type: none;
}

    .Documentazione li {
        list-style: none outside none;
        margin-left: -38px;
        margin-bottom: 0.5em;
    }

.invisible {
    width: 0px;
    position: absolute;
    height: 0px;
    overflow: hidden;
    top: -200em;
}


span.invisible {
    display: none;
}

.overflow {
    width: 100%;
    line-height: 20px;
    display: block;
    overflow: auto;
    overflow-y: none;
    overflow-x: auto;
}


.torna_scheda {
    font-weight: bold;
    margin: 0;
    margin-left: 20px;
    font-size: 24px;
    line-height: 30px;
    float: left;
    display: block;
}


/*iPad portrait*/
/*----------------------------------------------------------------------*/
@media (max-width: 767px) {
    .div_ricerca_left {
        width: 45%;
        float: left;
        margin: 0;
        margin-right: 20px;
    }

        .div_ricerca_left .btn {
            margin: 25px 0;
        }

        .div_ricerca_left span1, .div_ricerca_left span2, .div_ricerca_left span3, .div_ricerca_left span4 {
            width: 100%;
        }

    .titolo_scheda {
        float: none;
    }

    .torna_scheda {
        margin-left: 0;
        float: none;
    }

    .rigacampo {
        border: none;
        border-bottom: solid 1px #E5E5E5;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .titolocampo {
        width: 250px;
    }

    .valorecampo {
        margin-left: 250px;
    }

    .valorecampoMobile {
        margin-left: 0;
    }

        .valorecampoMobile input[type="text"] {
            width: 96%;
        }

    .overflow {
        margin-top: -15px;
    }
}

/*iPhone portrait width*/
/*----------------------------------------------------------------------*/
@media (max-width: 479px) {
    .div_ricerca_left {
        width: 100%;
        float: none;
    }

        .div_ricerca_left span1, .div_ricerca_left span2, .div_ricerca_left span3, .div_ricerca_left span4 {
            width: 100%;
        }

    .titolocampo {
        width: 150px;
    }

    .valorecampo {
        margin-left: 150px;
    }

    .valorecampoMobile {
        margin-left: 0;
    }
}
