/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9-gen-2020, 17.43.33
    Author     : utente
*/

@charset "UFT-8";

article, aside, footer, header, main, nav, section {
    display: block;
}

html, body, h6, h5, h4, h3, h2, h1, ul, li, a, p, hr,
article, aside, footer, header, main, nav, section{
    padding: 0;
    margin:0;
}

body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

p {
    padding: 3px;
    margin:3px;
}

.banner {
    background-color: #0000ff;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 25px;
    background-image: linear-gradient(top right, #0000ff 0%, #00001F 100%);
    /* IE10 */
    background-image: -ms-linear-gradient(top right, #0000ff 0%, #00001F 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top right, #0000ff 0%, #00001F 100%);
    /* Opera */
    background-image: -o-linear-gradient(top right, #0000ff 0%, #00001F 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #0000ff), color-stop(1, #A00001F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top right, #0000ff 0%, #00001F 100%);
    /* Regola standard */
    background-image: linear-gradient(to top right, #0000ff 0%, #00001F 100%);
}

main{
    width: 960px;
    float: none;
    margin-bottom: 10px;
}

nav {
    width: 960px;
    overflow: hidden;
    margin-bottom: 0px; 
   /* background-color: #ffe509;*/
}

.line {
    clear: both;
    margin: 8px 20px 5px 20px;
}

.as {
    clear: both;
    font-size: 25px;
    text-align: center;
    color: #ff0033;
}

.login {
    float: none;
    width: 350px;
    border: 2px solid #0000ff;
    padding: 20px;    
    margin-left: auto;
    margin-right: auto;
    background-color: #0099ff;
}

.login .errorlogin {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 71px;
    color: #ffe509;
    font-size: 16px;
    font-weight: bold;
}

.login form {
    padding: 0 90px 0 90px;
}
.istruzioni {
    float: none;
    width: 370px;
    border: 2px solid #0000ff;
    padding: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-align: justify;
}

.index_info {
    float: none;
    width: 570px;
    padding: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-align: justify;
    font-size: 17px;
}

.btn_logout {
      margin-top: 3px;
      float: right;
}

.saluto {
    margin-top: 7px;
    width: 50px;
    float: left;
    margin-left: 5px;
}

a.pulsante { 
    height: 30px;
    width: 150px;
    display: block;
    background-color: #0095cd;
    color: white;
    text-decoration: none;
    margin: 10px auto;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    font-family: 'Belleza', arial, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px white, -1px -1px 1px black, 3px 3px 1px #C4C4C4,3px -3px 1px rgba(136, 136, 136, 0.7), -3px 3px 1px #BBB, -3px -3px 1px #888, 0px 0px 15px black;
    -webkit-box-shadow: 1px 1px 1px white, -1px -1px 1px black, 3px 3px 1px #C4C4C4,3px -3px 1px rgba(136, 136, 136, 0.7), -3px 3px 1px #BBB, -3px -3px 1px #888, 0px 0px 15px black;
    -moz-box-shadow: 1px 1px 1px white, -1px -1px 1px black, 3px 3px 1px #C4C4C4,3px -3px 1px rgba(136, 136, 136, 0.7), -3px 3px 1px #BBB, -3px -3px 1px #888, 0px 0px 15px black;
}

a.pulsanteEsc { 
    float: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    height: 25px;
    width: 80px;
    display: inline-block;
    background-color: #ff0033;
    color: white;
    text-decoration: none;
    margin: 0 10px 0 0;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    font-family: 'Belleza', arial, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    /*
    box-shadow: 1px 1px 1px white, -1px -1px 1px black, 3px 3px 1px #C4C4C4,3px -3px 1px rgba(136, 136, 136, 0.7), -3px 3px 1px #BBB, -3px -3px 1px #888, 0px 0px 15px black;
    -webkit-box-shadow: 1px 1px 1px white, -1px -1px 1px black, 3px 3px 1px #C4C4C4,3px -3px 1px rgba(136, 136, 136, 0.7), -3px 3px 1px #BBB, -3px -3px 1px #888, 0px 0px 15px black;
    -moz-box-shadow: 1px 1px 1px white, -1px -1px 1px black, 3px 3px 1px #C4C4C4,3px -3px 1px rgba(136, 136, 136, 0.7), -3px 3px 1px #BBB, -3px -3px 1px #888, 0px 0px 15px black;
     */
    }
    
a.pulsanteEsc:active {
    position: relative;
    top: 1px;
}

a.pulsanteEsc:hover {
    background: #ff0033;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff78a5), to(#ffadee));
    background: -webkit-linear-gradient(top, #ff78a5, #ffadee);
    background: -moz-linear-gradient(top, #ff78a5, #ffadee);
    background: -ms-linear-gradient(top, #ff78a5, #ffadee);
    background: -o-linear-gradient(top, #ff78a5, #ffadee);
    background: linear-gradient(top, #ff78a5, #ffadee);
}

/*
#pulsante {
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px 20px;
    border: solid 1px #0076a3;
    background: #0095cd;  
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
 */ 
 
a.pulsante:hover {
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -webkit-linear-gradient(top, #0078a5, #00adee);
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    background: -ms-linear-gradient(top, #0078a5, #00adee);
    background: -o-linear-gradient(top, #0078a5, #00adee);
    background: linear-gradient(top, #0078a5, #00adee);
}

a.pulsante:active {
    position: relative;
    top: 1px;
}

#contatti {
    font-size: 16px;
    color: #00001F;
    background: #ffffff;
    padding: 5px;
    margin: 5px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contatti input, select, fielset {
    font-family: "Times New Roman";
    font-size: 16px;
    margin: 10px 15px 10px 2px;
}

footer{
    clear: both;
    background-color: #20416c;
    color: #ffffff;
    padding: 5px 20px;
    text-align: center;
}