﻿body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b9c0cb+0,89939b+36,303f48+100 */
    background: rgb(153,153,153);
    background: radial-gradient(circle, rgba(153,153,153,0.47102591036414565) 10%, rgba(230,246,229,0.5018382352941176) 100%);
    min-height: 100vh;
    height: 100%;
    font-family: 'Arial Narrow';
}
.contenuto {
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: auto;
   
}
.textbox {
    font-size: 415px
}
.intestazione {
    color: white;
    background-color: #39a337;
    height: 7.5vh
}

#SEL1 {
    background-image: url("immagini/send.png");
    background-size: 65PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    color: #bedff6;
    background-color: transparent;
    border-radius: 10PX;
    padding-bottom: 50px;
    border: none;
    height: 80px;
    width: 180px;
    border-color: #13519b;
    border: none;
}

#SELCLI {
    background-image: url("immagini/add_cli.png");
    background-size: 115PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    color: #bedff6;
    background-color: transparent;
    border-radius: 10PX;
    padding-bottom: 50px;
    border: none;
    height: 80px;
    width: 180px;
    border-color: #13519b;
    border: none;
}

#SELDEV {
    background-image: url("immagini/add.png");
    background-size: 95PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    color: #bedff6;
    background-color: transparent;
    border-radius: 10PX;
    padding-bottom: 50px;
    border: none;
    height: 100px;
    width: 180px;
    border-color: #13519b;
    border: none;
}


.SEL3 {
    background-size: 65PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    color: transparent;
    background-color: transparent;
    border-radius: 10PX;
    padding-bottom: 50px;
    border: none;
    height: 80px;
    width: 180px;
    border-color: transparent;
    border: none;
}

.SEL2 {
    background-size: 65PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    color: #bedff6;
    background-color: transparent;
    border-radius: 10PX;
    padding-bottom: 50px;
    border: none;
    height: 80px;
    width: 180px;
    border-color: transparent;
    border: 0px solid #13519b;
}

#back {
    background-image: url("immagini/BACK_2.png");
    background-size: 85PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    padding-left: 100PX;
    height: 80px;
    width: 180px;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    border-color: #13519b;
}

#back2 {
    background-image: url("immagini/home.png");
    background-size: 85PX;
    background-repeat: no-repeat;
    background-position-x: CENTER;
    background-position-y: center;
    padding-left: 100PX;
    height: 80px;
    width: 180px;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    border-color: #13519b;
}



#RIEPILOGO {
    background-image: url("immagini/riepilogo.png");
    background-size: 80PX;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 100PX;
    height: 80px;
    width: 150px;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    border-color: #13519b;
}

#s_titolo, #S_TITOLO {
    color: #bedff6;
}

.spesso {
    font-weight: 400;
    font-size:20px;
}

.acapo {
    text-wrap: normal;
    word-break: break-word;
    white-space: pre-line;
}

.blu {
    background-color: #39a337
}

.destra {
    text-align: right
}