﻿


/* CARTELLA DEFAULT E SITE.MASTER, NON SI TOCCA PER MODIFICHE DI CONTENUTO */

html {
   scroll-behavior: smooth;
}

body {
	background-color:white;
	margin:0 auto;
}

.mainTop, .mainBottom {
    height:50px;
}

.contattiTestata {
    background-color: #424242;
    width: 100%;
    padding-bottom: 9px;
    padding-top: 9px;
    font-family: "Trebuchet MS";
    color: #8F8F98;
    font-size: 13px;
}

.contenutoHeader {
    background-color:white;
	width:auto;
}


.imgTestata {
	width: 50%;
    height: auto;
}

@media (min-width: 1000px) {
  .imgTestata {
	width: 491px;
	height:95.81px;
  }
}

.topnav {
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
    font-family: "Trebuchet MS";
}


.topnav a {
  float: left;
  text-align:center;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  transition:0.3s;
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #DC7633;
  color: #DC7633;
}

.topnav .icon {
  display: none;
}
/*1530*/
@media screen and (max-width: 1050px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

    .homeNav {
        background-color: #DC7633;
    }
}

@media screen and (max-width: 1050px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

    .homeNav {
        background-color: #DC7633;
    }
}

@media (min-width: 1051px) {
	
  .topnav a {
	float: left;
	text-align:center;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  .topnav {
	margin-left:20%;
  }
}

.sfondinoHome {
  background-image: url("sfondino.jpg");

  height: 500px; 

  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


.btnImage {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(135,135,135,0.69);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-family: "Trebuchet MS";
    outline:none;
}
.btnImage:hover{
	transition: 0.3s;
	background-color: rgba(220,118,51,0.69);
}

@media (max-width: 1000px) {
  .btnImage {
	font-size:1.5vw;
  }
}

@media (max-width: 600px) {
  .btnImage {
	font-size:9px;
  }
}


.cosaFaTitolo {
    text-align: center;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: #DC7633;
    font-size: 140%;
}

.contenitoreBody {
	width:100%;
	height:850px;
}

.contenitoreSinistra {
	width:20%;
	height:850px;
	float:left;
	/*background-color:pink;*/
}

.contenitoreCentrale {
    width: 60%;
    height: 850px;
    /*background-color:orange;*/
    float: left;
    font-family: "Trebuchet MS";
}

.contenitoreDestra {
	width:20%;
	height:850px;
	float:left;
	/*background-color:pink;*/
}


.descGlobale {
	width:100%;
	height:auto;
    text-align: justify;
    text-justify: inter-word;
    /*font-size: 10px; 
    font-size: 1.1vw;*/
}

.tableLicenze {
	width:100%;
	height:auto;
}

.tableLicenze table tr td{
	text-align:center;
	border-radius: 0px 13px 0px 13px;
}

.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10, .t11, .t12, .t13 {
	border-radius: 0px 13px 0px 13px;
	width:auto;
}

.sfondinoHomeNews {
    background-image: url("newsletter.jpg");

    height: 15vh; 
    background-repeat: no-repeat;
	background-position:center;
    background-size: cover;
}

@media (max-width:1500px){
	.sfondinoHomeNews {
		height:15vh;
	}
}

@media (max-width:760px){
	.sfondinoHomeNews {
		height:12vh;
	}
}

.spazioNewsletter {
    width: 100%;
    height: auto;
    font-family: "Trebuchet MS";
    font-size: 50px;
}


@media (max-width: 3000px) {
  .spazioNewsletter {
	font-size: 35px;
  }
}


@media (max-width: 1399px) {
  .spazioNewsletter {
	font-size: 35px;
  }
}

@media (max-width: 760px) {
  .spazioNewsletter {
	font-size: 25px;
    margin-top:0.5%;
  }
}

@media (max-width: 540px) {
  .spazioNewsletter {
	font-size: 20px;
	margin-top:1%;
  }
}

/*.scrittaNewsletter {
	width:30%;
	float:left;
	margin-left:20%;
	
	font-size:80%;
}*/

.spazioNewsletter a {
	color: rgba(220,118,51,0.99);
}

.mailNews {
	height:13%;
	border-radius:10px 10px 10px 10px;
	outline: none;
    background-color: rgba(220,118,51,0.19);
}

.btnNews {
    background-color: rgba(135,135,135,0.69);
    color: white;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-family: "Trebuchet MS";
}

.btnNews:hover{
	transition: 0.3s;
	background-color: rgba(220,118,51,0.69);
}

@media (max-width: 1000px) {
  .btnNews {
	font-size:1.5vw;
  }
}

@media (max-width: 600px) {
  .btnNews {
	font-size:9px;
  }
}

.programmiCorrelati {
	width:100%;
	height:400px;
}

.footer {
	width:100%;
	height:100px;
    background-color:#424242;
}

/*.footerSinistra {
	width:15%;
	height:100px;
	float:left;
	background-color: #424242;
}
*/
.footerCentrale {
	width:100%;
	min-height:110px;
	height:auto;
	float:left;
	background-color:#424242;
	color:#8F8F98;
	font-size:13px;
}

.copyrightTop {
	width:100%;
	height:120px;
	background-color:#303030;
}

.copyrightBottom {
	width:100%;
	height:10px;
	background-color:#303030;
}
.copyright {
	text-align:center;
    width:100%;
	height:auto;
	background-color:#303030;
	color:#8F8F98;
	font-size:11px;
}

/*
.footerDestra {
	width:15%;
	height:100px;
	float:left;
	background-color: #424242;
}*/



@media (max-width: 3000px) {
  .descGlobale {
	font-size: 10px;
    font-size: 1vw;
  }
  
  .tableLicenze table tr td {
	font-size: 10px;
    font-size: 1vw;
  }
}

@media (max-width: 1500px) {
  .descGlobale {
	font-size: 10px;
    font-size: 1.3vw;
  }

  .tableLicenze table tr td {
	font-size: 10px;
    font-size: 1.3vw;
  }
}

@media (max-width: 1100px) {
  .descGlobale {
	font-size: 10px;
    font-size: 1.6vw;
  }
  
  .tableLicenze table tr td {
	font-size: 10px;
    font-size: 1.6vw;
  }
}

@media (max-width: 900px) {
  .descGlobale {
	font-size: 10px;
    font-size: 1.8vw;
  }
  
  .tableLicenze table tr td {
	font-size: 10px;
    font-size: 1.8vw;
  }
}

@media (max-width: 600px) {
  .descGlobale {
	font-size: 10px;
    font-size: 2.3vw;
  }
  
  .tableLicenze table tr td {
	font-size: 10px;
    font-size: 2.3vw;
  }
}














/* CARTELLA "SCARICA" */
.formScarica {
    width:250px;
    height:150px;
    margin-left:auto;
    margin-right:auto;
}

.divScarica {
    text-align:center;
}

.labelEmail {
    font-size: 17px;
    font-family: "Trebuchet MS";
    font-weight: bold;
}

.txtEmail {
    margin-top: 5%;
    margin-bottom: 15%;
    width: 240px;
    height: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
    outline: none;
    border: 1px solid #DC7633;
}

.txtEmail:focus {
    transition: 0.3s;
    background-color: rgba(232,232,232,0.85);
}

.sensiLegge1, .sensiLegge2 {
    font-size: 10px;
    font-family: "Trebuchet MS";
    color: rgba(166,166,166,0.77);
}

.informazioniDownload {
    font-size: 15px;
    font-family: "Trebuchet MS";
    color: gray;
}
a.informazioniDownloadlink:link, a.informazioniDownloadlink:visited {
    font-size: 15px;
    font-family: "Trebuchet MS";
    color: #4287f5;
}

.btnScarica {
    margin-top: 2%;
    width: 170px;
    height: 35px;
    outline: none;
    border: 1px solid white;
    background-color: rgba(220,118,51,0.64);
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
    cursor: pointer;
}

.infoDwn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 700px;
}

.sfondinoScarica {
    background-image: url("sfondoScarica3.jpg");
    height: 250px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.sfondinoScarica2 {
    background-image: url("sfondoScarica4.jpg");
    height: 250px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 775px) {
    .informazioniDownload {
        font-size: 11px;
    }
    .informazioniDownloadlink {
        font-size: 11px;
    }
    .infoDwn {
        width: 500px;
    }
}

@media (max-width: 525px) {
    .informazioniDownload {
        font-size:10px;
    }
    .informazioniDownloadlink {
        font-size: 11px;
    }

    .infoDwn {
        width:350px;
    }
}


/* CARTELLA "PREZZI" */

.prezziLicenze {
    width:1000px;
    height:700px;
    /*background-color:pink;*/
    margin-left:auto;
    margin-right:auto;
}

.prezziLicenzeOpzionali {
    width: 980px;
    height: auto;
    margin-top:20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #DC7633;
    background: #FFF4F4;
    box-shadow: inset 0px 0px 15px #DC7633;
    -moz-box-shadow: inset 0px 0px 15px #DC7633;
    -webkit-box-shadow: inset 0px 0px 15px #DC7633;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float:left;
}

.prezzoStandard {
    float: left;
    height: 300px;
    width: 230px;
    margin-right: 10px;
    margin-left:10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #DC7633;
    background: #FFF4F4;
    box-shadow: inset 0px 0px 15px #DC7633;
    -moz-box-shadow: inset 0px 0px 15px #DC7633;
    -webkit-box-shadow: inset 0px 0px 15px #DC7633;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prezzoSilver {
    float: left;
    height: 300px;
    width: 230px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #DC7633;
    background: #FFF4F4;
    box-shadow: inset 0px 0px 15px #DC7633;
    -moz-box-shadow: inset 0px 0px 15px #DC7633;
    -webkit-box-shadow: inset 0px 0px 15px #DC7633;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prezzoGold {
    float: left;
    height: 300px;
    width: 230px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #DC7633;
    background: #FFF4F4;
    box-shadow: inset 0px 0px 15px #DC7633;
    -moz-box-shadow: inset 0px 0px 15px #DC7633;
    -webkit-box-shadow: inset 0px 0px 15px #DC7633;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prezzoPlatinum {
    float: left;
    height: 300px;
    width: 230px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #DC7633;
    background: #FFF4F4;
    box-shadow: inset 0px 0px 15px #DC7633;
    -moz-box-shadow: inset 0px 0px 15px #DC7633;
    -webkit-box-shadow: inset 0px 0px 15px #DC7633;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


@media (max-width:1050px) {
    .prezziLicenze {
        width:500px;
        height:1120px;
        
    }

    .prezzoGold {
        margin-top:20px;
    }

    .prezzoPlatinum {
        margin-top:20px;
    }

    .prezziLicenzeOpzionali {
        width: 500px;
        height: 440px;
    }
}

.titoloPrezzi {
    font-size: 24px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: #944F22;
}

.testoPrezzi {
    font-size: 17px;
    font-family: "Trebuchet MS";
    color: rgba(148,79,34,0.76);
    text-align: justify;
    text-justify: inter-word;
}

.testoCentro {
    font-size: 17px;
    font-family: "Trebuchet MS";
    color: rgba(148,79,34,0.76);
    text-align: center;
}

.testoAcquista{
    font-size: 17px;
    font-family: "Trebuchet MS";
    text-align: center;
    text-decoration: underline;
}

.noPrezzo {
    height:210px;
}

.siPrezzo {
    height:70px;
}

.prezzoTipo {
    font-size: 15px;
    font-family: "Trebuchet MS";
    color: rgba(148,79,34,0.76);
}

.prezzoEuro {
    font-size: 23px;
    font-family: "Trebuchet MS";
    color: #944F22;
}

.titoloPrezziOpz {
    font-size: 24px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: #944F22;
}

.testoPrezziOpz {
    font-size: 17px;
    font-family: "Trebuchet MS";
    color: rgba(148,79,34,0.76);
    text-align:left;

}

.corpoOpz {
    height: auto;
}

.tabellaOpz td {
    border-bottom: 1.5px solid;
    border-bottom-color: lightgray;
}

.infoLicenzeOpz {
    width: 650px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-family: "Trebuchet MS";
    text-align: justify;
    text-justify: inter-word;
    color:lightslategrey;
}




/* CARTELLA "CONTATTI" */
.bodyInternoii {
    width: 100%;
    margin: 0;
    padding-bottom:30px;
    padding-top:30px;
    background-image: url(/Immagini/bgContatti2.JPG);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.formContatti {
    width: 500px;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid;
    border-color:grey;
    box-shadow: inset 0px 0px 30px gray;
    -moz-box-shadow: inset 0px 0px 30px gray;
    -webkit-box-shadow: inset 0px 0px 30px gray;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.infoContatti {
    font-size: 19px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: black;
}

.infoContattiEmail {
    font-size: 17px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: black;
}

.divEmailContatti {
    margin-top: 120px;
}

.spiazo, .spiazo3 {
    float: left;
    height: 700px;
    width: 50px;
}

.spiazo2 {
    float:left;
    height:700px;
    width:400px;
    text-align:center;
    margin-top:30px;
}

.mailContact {
    margin-top: 7px;
    border-radius: 7px;
    width: 250px;
    height: 25px;
    font-size: 17px;
    font-family: "Trebuchet MS";
    outline: none;
    border: 1px solid;
    border-color: lightgray;
}

.testoContact {
    margin-top: 7px;
    border-radius: 7px;
    width: 250px;
    height: 250px;
    font-size: 17px;
    font-family: "Trebuchet MS";
    outline: none;
    border: 1px solid;
    border-color: lightgray;
    resize:none;
}

    .mailContact:focus, .testoContact:focus {
        border-color: #DC7633;
        transition: 0.5s;
    }

.divTestoContatti {
    margin-top: 50px;
}

.btnContatti {
    font-size: 17px;
    font-family: "Trebuchet MS";
    margin-top: 50px;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid;
    border-color: #DC7633;
    box-shadow: inset 0px 0px 7px #DC7633;
    -moz-box-shadow: inset 0px 0px 7px #DC7633;
    -webkit-box-shadow: inset 0px 0px 7px #DC7633;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(250,255,219,0.41);
}



/* CARTELLA "ACQUISTA" */
.regImg {
    background-image: url("/Immagini/reg.jpg");
    height: 200px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


/*     FAS     */


.divRegScritta {
    width:100%;
    height:auto;
    text-align:center;
}

.regScritta {
    font-size: 33px;
    font-family: "Trebuchet MS";
    color: #DC7633;
    font-weight:bold;
}

.btnImage2 {
    margin-top:60px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(135,135,135,0.69);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-family: "Trebuchet MS";
}

    .btnImage2:hover {
        transition: 0.3s;
        background-color: rgba(220,118,51,0.69);
    }

@media (max-width: 1000px) {
    .btnImage2 {
        font-size: 1.5vw;
    }
}

@media (max-width: 600px) {
    .btnImage2 {
        font-size: 9px;
    }
}



/*    FIN FAS     */



.accediAcq {
    width: 100%;
    height: 310px;
    text-align: center;
    font-family: "Trebuchet MS";
}

.titoloAccediAcq {
    font-size: 23px;
    color: #944F22;
    font-weight: bold;
}

.datiAccediReg{
    width:700px;
    height:360px;
    margin-left:auto;
    margin-right:auto;

}

.datiIntReg {
    width:345.25px;
    height:355px;
    float:left;
    border:1px solid;
    border-color:darkslategrey;
    margin-right:2px;
}

.datiIntSpazio {
    width:3.5px;
    height:355px;
    float:left;
    background-color:darkslategrey;
}

.datiIntLog {
    width: 345.25px;
    height: 355px;
    float: left;
    border: 1px solid;
    border-color: darkslategrey;
}

.righettaTop {
    width:60px;
    margin-left:auto;
    margin-right:auto;
    height:3.5px;
    background-color:darkslategrey;
}

.scrittaRegistratiInt {
    font-size:21px;
    font-weight:bold;
}

.scrittaAccediInt {
    font-size:21px;
    font-weight:bold;
}


.infoContatti {
    font-size: 19px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: black;
}

.codiceLogin {
    font-size: 16px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: black;
}

.divLogAcquista {
    margin-top: 40px;
}

.spiazo, .spiazo3 {
    float: left;
    height: 700px;
    width: 50px;
}

.spiazo2 {
    float: left;
    height: 700px;
    width: 400px;
    text-align: center;
    margin-top: 30px;
}

.txtCodiceLogin {
    margin-top: 7px;
    border-radius: 7px;
    width: 250px;
    height: 25px;
    font-size: 17px;
    font-family: "Trebuchet MS";
    outline: none;
    border: 1px solid;
    border-color: lightgray;
}

.testoContact {
    margin-top: 7px;
    border-radius: 7px;
    width: 250px;
    height: 250px;
    font-size: 17px;
    font-family: "Trebuchet MS";
    outline: none;
    border: 1px solid;
    border-color: lightgray;
    resize: none;
}

.txtCodiceLogin:focus, .txtCodiceLogin:focus {
    border-color: #DC7633;
    transition: 0.5s;
}

.divLogAcquista2 {
    margin-top: 50px;
}

.righettine {
    margin-left:auto;
    margin-right:auto;
    height:9px;
    width:3.5px;
    background-color:transparent;
}

.righettineNere {
    margin-left: auto;
    margin-right: auto;
    height: 13px;
    width: 3.5px;
    background-color: darkslategrey;
}

.btnEntraLogin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    border: 0.5px solid;
    border-color: darkslategrey;
    width: 100px;
    height: 30px;
    cursor: pointer;
    border-radius: 13px 13px 3px 3px;
    background-color: #E8E8E8;
    outline:none;
}





/* --- SEZIONE ORDINI --- */
.datiUtenteOrdini {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight:bold;
    color: darkslategrey;
    font-family: "Trebuchet MS";
}


.acquistaPossibilita {
    margin-left:auto;
    margin-right:auto;
    width:700px;
    height:200px;
    color:darkslategrey;
    font-family: "Trebuchet MS";
}

.licenzePossibili {
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:480px;
    color:darkslategrey;
    font-family: "Trebuchet MS";
    margin-bottom:30px;
}

.gvLicenze, .gvOpzionali {
    margin-left:auto;
    margin-right:auto;
    width:100%;
    text-align:center;
    border:1px solid;
    border-color:transparent;

}

.gvRigaLicenza, .gvRigaDescrizione, .gvRigaPrezzo, .gvRigaSeleziona {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 2.5px solid #DC7633;
}

.gvRigaH {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgba(255,186,84,0.5);
}

.ordiniConfermaDetrazione {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 270px;
    color: darkslategrey;
    background-color: lightgreen;
    border: 1px solid green;
    border-radius: 13px;
    box-shadow: inset 0px 0px 7px #00d70b;
    text-align: center;
    font-family: "Trebuchet MS";
}

.confermaOrdineEPaga {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 40px;
    color: darkslategrey;
    font-family: "Trebuchet MS";
    margin-bottom: 30px;
}

.pag1, .pag4 {
    float: left;
    width: 168px;
    height: 40px;
    font-family: "Trebuchet MS";
    color: darkslategrey;
}

.pag2, .pag3 {
    float: left;
    width: 150px;
    height: 40px;
    font-family: "Trebuchet MS";
    color: darkslategrey;
    border-top-left-radius:5px;
    border-top: 1px solid orange;
    border-left: 1px solid orange;
    margin-top: auto;
    margin-bottom: auto;
}

.pag2-3{
    float:left;
    width:60px;
    height:40px;   
}

.registrazioneGrandeForm{
    margin-left:13%;
    width:700px;
    height:800px;
    text-align:right;
}

.txtBoxRegistrazione {
    padding-top:3px;
    padding-bottom:3px;
    width:350px;
    height:17px;
    font-size:15px;
    outline:none;
    border:1px solid orange;
    border-top-left-radius:15px;
}


.divBtnInviaOrdine{
    text-align:center;
    margin-top:10px;
}

.btnInviaOrdine {
    width:150px;
    height:35px;
    outline:none;
    border:1px solid darkorange;
    background-color:#ff9933;
    border-radius:13px;
    cursor:grab;
}

.btnAggiornaDetrazione{
    background-color: #8dff71;
    border:1px solid #1e6800;
    border-radius:4px;
    cursor:grab;
}

.btnConfermaRegistrazione {
    outline:none;
    border:1px solid orange;
    background-color: transparent;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
}

.btnConfermaRegistrazione:hover {
    transition:0.5s;
    background-color: rgba(255,179,39,0.65);
}



/*PAGINA DESCRIZIONE*/
.contenitoreDescrizionePage {
    width:70%;
    height:600px;
    margin-left:auto;
    margin-right:auto;
}

.contenitoreDescrizionePageMenu {
    float: left;
    width: 20%;
    height: 600px;
    border-right: 3px solid #DC7633;
}

.contenitoreDescrizionePageDescr {
    float:left;
    width:76.5%;
    height:600px;
    margin-left:3%;
}

.btnDescrizionePage {
    background-color: orange;
    width: 100%;
    height:30px;
    color: dimgrey;
    outline: none;
    border: none;
}
.btnDescrizionePage1 {
    background-color: darkorange;
    width: 100%;
    height: 30px;
    color: dimgrey;
    outline: none;
    border: none;
}

.btnDescrizionePage:hover, .btnDescrizionePage1:hover {
    color:white;
}

.frameProva {
    border: none;
    outline:none;
}


/*--- AREA RISERVATA ---*/

fieldset {
    width:50%;      
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 10px groove;
    text-align: center;
    font-family: "Trebuchet MS";
}
legend {
    font-size:18px;
}
.btnSostituzioneLicenza {
    color: black;
    width: 150px;
    height: 30px;
    background-color: darkorange;
    margin-top: 8px;
    border: 1px,1px,1px,1px;
    border-color: #b32d00;
    border-radius: 2px;
    cursor: grab;
}

.formSostituzione {
    font-family: "Trebuchet MS";
}

.itemsOpzPrezzi {
    border-top:1px solid;
    border-color: darkorange;
}

.itemsOpzPrezzi2 {
    border-top: 1px solid;
    border-color: darkorange;
}

.itemsOpzPrezzi3 {
    border-top: 1px solid;
    border-color: darkorange;
}
/*ARANCIONE #DC7633*/