body {
    margin: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #333333;
}

.intestazione {
    width: 100%;
    background: url(/img/sfondoIntestazione.jpg) no-repeat top right transparent;
}

    .intestazione .fascia, .footer .fascia {
        background-color: #021f5b;
        width: 100%;
        height: 24px;
    }

    .intestazione .logo {
        background: none;
        height: auto;
    }

        .intestazione .logo img {
            width: 300px;
            float: left;
        }

            .intestazione .logo img.abc {
                width: auto;
                margin-top: 27px;
            }

@media (max-width: 500px) {
    .intestazione {
        width: 100%;
        background: none;
    }

        .intestazione .logo img {
            width: 48%;
            float: left;
        }

            .intestazione .logo img.abc {
                width: 48%;
                margin-top: 0px;
                float: right;
            }
}

.intestazione ul.menu {
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    height: 28px;
    line-height: 25px;
    background: url(/img/sfondoMenu.png) repeat-x top transparent;
}

    .intestazione ul.menu li {
        display: inline-block;
        padding: 0px 2px 0px 0px;
        background: url(/img/menuSeparatore.png) no-repeat top right transparent;
        float: left;
    }

        .intestazione ul.menu li a {
            display: block;
            color: black;
            text-shadow: 0px 1px 0px rgba(255,255,255,1);
            padding: 0px 10px 0px 10px;
            text-decoration: none;
            font-weight: bold;
        }

            .intestazione ul.menu li a:hover, .intestazione ul.menu li a.sel {
                background: url(/img/menuSel.png) no-repeat top right transparent;
                color: #ffffff;
                text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
            }

            .intestazione ul.menu li a:active {
                box-shadow: 0px 2px 4px rgba(0,0,0,0.6) inset;
            }

            .intestazione ul.menu li a.primo {
                padding-left: 19px;
                background: url(/img/menuSeparatore.png) no-repeat top left transparent;
            }

                .intestazione ul.menu li a.primo:hover, .intestazione ul.menu li a.primo.sel {
                    background: url(/img/menuSel.png) no-repeat top left transparent;
                }

@media (max-width: 500px) {
    .intestazione ul.menu {
        list-style-type: none;
        margin: 10px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        height: auto;
        line-height: 25px;
        background: none;
    }

        .intestazione ul.menu li {
            display: block;
            padding: 0px 2px 0px 0px;
            background: none;
            float: none;
        }

            .intestazione ul.menu li a {
                display: block;
                color: black;
                text-shadow: 0px 1px 0px rgba(255,255,255,1);
                padding: 0px 10px 0px 10px;
                text-decoration: none;
                font-weight: bold;
            }
}


.intestazione ul.submenu {
    list-style-type: none;
    background-color: #b80f14;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
}

    .intestazione ul.submenu li {
        display: inline-block;
        /* padding-left: 20px; */
        width: 18%;
        text-align: center;
        vertical-align: middle;
        /* padding: 10px; */
        margin: 5px;
    }

        .intestazione ul.submenu li.sezione {
            font-style: italic;
            color: #b80f14;
            width: 100%;
            font-size: 15px;
            font-weight: bold;
            background-color: white;
        }

        .intestazione ul.submenu li a {
            display: inline-block;
            /* padding: 5px 15px; */
            text-decoration: none;
            color: #ffffff;
            width: 100%;
            /* height: 100%; */
            padding: 5px;
        }

            .intestazione ul.submenu li a:hover {
                background-color: #98050a;
                box-shadow: 0px 1px 0px rgba(0,0,0,0.7) inset;
            }

            .intestazione ul.submenu li a:active {
                box-shadow: 0px 0px 2px rgba(0,0,0,0.4) inset;
            }

@media (max-width: 500px) {
    .intestazione ul.submenu li {
        display: block;
        width: 98%;
    }

        .intestazione ul.submenu li a {
            font-size: 20px;
        }

    .intestazione ul.menu li a {
        font-size: 15px;
    }
}


.corpo {
    padding: 20px 10px 34px 10px;
}

.corpoSx {
    width: 100%;
}

@media (max-width: 500px) {

    .corpo {
        padding: 21px 10px 60px 10px;
    }
}

.init {
    text-align: right;
    width: 100%;
}

    .init .titolo {
        color: #ffffff;
        padding: 202px 200px 30px 120px;
        background: url(/img/sfondoInit.png) no-repeat top left transparent;
        display: inline-block;
        font-size: 18pt;
        float: left;
        margin: 0px 20px 10px 0px;
    }

    .init h2 {
        font-weight: normal;
        margin: 0px;
        padding: 20px 0px 30px 0px;
        color: #c61015;
    }

.corpoDx {
    width: 20%;
    float: right;
    background-color: #e5e7eb;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    /*margin-top:30px;*/
}

    .corpoDx h2 {
        font-size: 10pt;
        color: #444444;
        display: block;
        margin: 0px;
        padding: 0px 35px 0px 35px;
        height: 44px;
        line-height: 44px;
        background: url(/img/corpoDxH2.png) repeat-x top transparent;
        border-radius: 5px 5px 0px 0px;
        text-shadow: 0px 1px 0px rgba(255,255,255,1);
    }

    .corpoDx > ul {
        margin: 20px 0px 20px 0px;
        padding: 0px 35px 0px 35px;
        list-style-type: none;
    }

        .corpoDx > ul li {
            margin: 0px 0px 7px 0px;
            background: url(/img/corpoDxMenu.png) no-repeat 4px 5px transparent;
            padding: 0px 20px 0px 20px;
        }

            .corpoDx > ul li.sezione {
                margin: 12px 0px 12px 0px;
                background-color: #d9dbdf;
                box-shadow: 0px 1px 0px rgba(255,255,255,1), 0px 1px 0px rgba(0,0,0,0.3) inset;
                padding: 2px 5px 2px 5px;
                text-shadow: 0px 1px 0px rgba(255,255,255,1);
            }

            .corpoDx > ul li a {
                text-decoration: none;
                color: #444444;
                padding: 2px 5px 2px 5px;
            }

                .corpoDx > ul li a:hover {
                    background-color: #f7f7f7;
                }

                .corpoDx > ul li a:active {
                    box-shadow: 0px 1px 0px rgba(255,255,255,1), 0px 1px 0px rgba(0,0,0,0.2) inset;
                }

.footer {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

fieldset {
    border: solid 1px #dedede;
    border-radius: 6px;
    margin-bottom: 15px;
}

    fieldset legend {
        background-color: #dedede;
        border-radius: 2px;
        padding: 2px 10px 2px 10px;
        text-shadow: 0px 1px 0px rgba(255,255,255,1);
        font-size: 9pt;
    }

    fieldset input, fieldset textarea {
        min-width: 30%;
        border-radius: 3px;
    }

input.submit {
    background-color: #c71015;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,1);
    border: solid 1px rgba(255,255,255,0.5);
}

    input.submit:active {
        text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
    }

form label.error {
    padding-left: 20px;
    margin-left: 10px;
    color: #c71015;
    font-style: normal;
}

input, textarea, select {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 10pt;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.1) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type=radio] {
        box-shadow: none;
    }

.clear {
    clear: both;
}

/*LEGENDA TABELLE*/
.leg {
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
    color: #555555;
    background-color: #f5f5f5;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
}

    .leg td {
        padding: 4px;
        border: solid 1px #ffffff;
        border-radius: 2px;
    }

    .leg .int td {
        background-color: #dbdbdb;
        border-radius: 2px;
        color: #777777;
        text-transform: uppercase;
        font-size: 7pt;
        text-shadow: 0px 1px 0px #ffffff;
        padding: 2px 10px;
    }
/*----*/

.btnev {
    display: inline-block;
    background-color: #f1f1f1;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2), 0px 1px 1px rgba(0,0,0,0.06) inset;
    text-shadow: 0px 1px 0px #ffffff;
    color: #b80f14;
}

    .btnev:hover {
        background-color: #c71015;
        color: #ffffff;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.4), 0px 1px 1px rgba(0,0,0,0.06) inset;
        border: solid 1px rgba(255,255,255,0.8);
    }

.menuSelezionato {
    font-weight: bold;
    background-color: #e9050c;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.8) inset;
}

.attesa {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 172px;
    text-align: center;
    height: 19px;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;*/
    background-color: #b80f14;
    -moz-border-radius: 7px;
    -webkit-border-radius: 3px;
    border-radius: 7px;
    border: 1px solid #942911;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

.alert {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: auto;
    width: 500px;
    text-align: center;
    height: 63px;
    right: 0px;
    z-index: 100000;
    moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;*/
    background-color: #b80f14;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 3px;
    border-radius: 0px 0px 7px 7px;
    border: 1px solid #942911;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    padding: 6px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

.btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;*/
    background-color: #b80f14;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #942911;
    display: inline-block;
    color: #ffffff !important;
    font-family: Verdana;
    font-size: 9px;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

.btn2 {
    -moz-box-shadow: inset 0px 1px 0px 0px #cfca6c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cfca6c;
    box-shadow: inset 0px 1px 0px 0px #cfca6c;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;*/
    background-color: #dbe414;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #8b9411;
    display: inline-block;
    color: #c71015 !important;
    font-family: Verdana;
    font-size: 9px;
    padding: 2px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #818529;
}
    .btn:hover {
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
		background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
		background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
		background-color: #bc3315;*/
        background-color: #e9050c;
    }

    .btn:active {
        position: relative;
        top: 1px;
    }

.detail {
    top: 0px;
    left: 0px;
    margin: 0px auto 20px auto;
    text-align: center;
    height: 19px;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;*/
    border-radius: 5px;
    display: inline-block;
    font-family: arial;
    font-size: 12pt;
    padding: 6px 20px;
    border: solid 1px #dedede;
    background-color: #ededed;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    color: #555555;
}

#infoContatti {
    float: right;
    background-color: #f0f0f0;
    margin: 35px 300px 0px 0px;
    padding: 6px 20px;
    border-radius: 3px;
    border: solid 1px #e1e1e2;
    position: relative;
}

    #infoContatti div {
        width: 38px;
        height: 38px;
        background: url(/img/invia-segnalazione.png) no-repeat top left transparent;
        position: absolute;
        top: -6px;
        left: -30px;
    }

    #infoContatti span {
        display: inline-block;
        float: left;
    }

    #infoContatti a {
        color: #B80F14;
        text-decoration: none;
        display: inline-block;
        width: 0px;
        overflow: hidden;
        /*float:left;*/
        margin-left: 5px;
    }

.tabellaTetti {
    border: 1px solid gray;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .tabellaTetti th {
        background-color: gainsboro;
        border-top: 1px solid gray;
        padding: 3px;
    }


.numero {
    position: absolute;
    margin-top: -20px;
    margin-left: -1px;
    border-radius: 8px;
    border: 1px solid whitesmoke;
    font-size: 9px;
    /* padding-left: 3px; */
    /* padding-right: 3px; */
    background-color: red;
    color: white;
    /* font-weight: bold; */
    font-family: sans-serif;
    text-align: center;
    padding: 1px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
}

.ui-button-text img {
    vertical-align: top;
}


.tag {
    border: 1px solid gainsboro;
    border-radius: 12px;
    padding: 3px;
    background-color: white;
    font-size: 0.9em;
    padding-right: 7px;
    padding-left: 7px;
}

.tag-red {
    background-color: red;
    color: white;
}

.tag-green {
    background-color: green;
    color: white;
}
