@font-face {
    font-family: 'futura-pt';
    /* SOMENZ - INIZIO MODIFICA 2020 08 18
   	src: url("Font/FuturaStd-Light.otf");*/
   	src: url("Font/NeutrafaceText-Book.ttf");
   	/* SOMENZ - FINE MODIFICA 2020 08 18*/
}


@font-face{
    font-family: 'futura-pt';
    font-weight: bold;
  	/* SOMENZ - INIZIO MODIFICA 2020 08 18
   	src: url("Font/FuturaStd-Bold.otf");*/
   	src: url("Font/NeutrafaceText-Bold.ttf");
   	/* SOMENZ - FINE MODIFICA 2020 08 18*/
   	
}

@font-face {
    font-family: 'futura-pt';
    font-weight: 500;
    /* SOMENZ - INIZIO MODIFICA 2020 08 18
   	src: url("Font/FuturaStd-Medium.otf");*/
   	src: url("Font/NeutrafaceText-Demi.ttf");
   	/* SOMENZ - FINE MODIFICA 2020 08 18*/
}

@font-face {
    font-family: 'futura-pt';
    font-weight: 900;
    /* SOMENZ - INIZIO MODIFICA 2020 08 18
   	src: url("Font/FuturaStd-LightOblique.otf");*/
   	src: url("Font/NeutrafaceText-BookItalic.ttf");
   	/* SOMENZ - FINE MODIFICA 2020 08 18*/
}

@font-face{
    font-family: 'futura-pt';
    font-weight: bold;
    /* SOMENZ - INIZIO MODIFICA 2020 08 18
   	src: url("Font/FuturaStd-Bold.otf");*/
   	src: url("Font/NeutrafaceText-Bold.ttf");
   	/* SOMENZ - FINE MODIFICA 2020 08 18*/
}



body
{
        color: #313840;
        font-family: "futura-pt", sans-serif;
        font-size: 14px;
        line-height: 1.3;
}
/*a from piusi*/
a{
  color: #313840;
  text-decoration: none;
}
a.prevent {
  cursor: default;
}
a:hover {
  text-decoration: none;
}

.small{
        width: 30%;
}
.normal{
        width:50%; 
}
.large{
        width:80%;
}

.container
{
        margin:0 auto;
        width:100%;
        min-height: 300px;
        
}
.right
    {
        position: relative;
        margin-right: 100px;
        float:right;
        width:auto;
        display: inline-block;
      
    }
.left
    {
        display: inline-block;
        width:auto;
        vertical-align:top;
    }
.center
    {
        margin:0 auto;
    }    
.centerBlock
    {
        position: relative;
        margin:0 auto !important;
        text-align: center;
        clear:both;
    }
.miniForm{
		width: 250px; 
}    
.baseForm{
    	width: 350px;      
}
.middleForm{
		width: 400px; 
}
.mediumForm{
        width: 450px;      
}
.largeForm{
        width: 650px;      
}
.bigForm{
		width: 800px;
}
.totalForm{
		width:100%;
}
.headerForm{
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 1px;
        /* SOMENZ - INIZIO MODIFICA 2020 08 18 */
        /*background-color: #cb002e;*/
        background-color: #FFFFFF;
        /* SOMENZ - FINE MODIFICA 2020 08 18 */
        text-align: left !important;
    }
.bodyForm{
        height:auto;
        /* SOMENZ - INIZIO MODIFICA 2020 08 18 */
        /*background-color: #E6E7E8;*/
        background-color: #FFFFFF;
        /* SOMENZ - FINE MODIFICA 2020 08 18 */
        padding-top:10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: left !important;
    }
.paddingForm{
		padding-bottom: 15px; 
		padding-top:5px;
	}    
.title {
        position:relative;
        line-height: 25px;
        /* SOMENZ - INIZIO MODIFICA 2020 08 18 */
        /*color: #fff;*/
        color: #000000;
        /* SOMENZ - FINE MODIFICA 2020 08 18 */
        font-size: 16px;
        /*font-weight: bold;*/
    }
    
.submit input:hover {
        background: #c40028;
    }
.submit input {
        display: inline-block;
        padding: 3px 15px;
        background: #d40028;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-size: 14px;
        /*font-weight: bold;*/
        border: none;
        /*border-radius: 10px;*/
        border-radius: 3px;
        margin-top:2px;
        margin-bottom:2px;
        /*SOMENZ - INIZIO MODIFICA 2020 08 18*/
        outline: 0;
	    text-transform: uppercase;
	    font-weight: bold;
        /*SOMENZ - FINE MODIFICA 2020 08 18*/
    }
 
.inactive input:hover {
        background: #999;
    }
.inactive input {
        display: inline-block;
        padding: 3px 15px;
        background: #aaa;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-size: 14px;
        /*font-weight: bold;*/
        border: none;
        border-radius: 10px;
        margin-top:2px;
        margin-bottom:2px;
    }
    
.margineL{
        margin: 0px 0px 0px 15px;
    }
.margineR{
		margin: 0px 15px 0px 0px;
	}  
.testoPiccolo{
		/* SOMENZ - INIZIO MODIFICA 2020 08 18
		font-size:12px;*/
		font-size:14px !important;
		/*SOMENZ - FINE MODIFICA 2020 08 18*/
}	  
.navigationMenu{
        height:auto;
        background-color: #E6E7E8;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 19px;
        text-decoration: none;
        letter-spacing:2px;
    }

.text{
        line-height: 55px;
    }
.info{
        font-size: 18px;
        font-style: italic;
}
.pkElement{
        border-bottom: 1px solid #cfcfd0;
        box-shadow: 0px 1px 0px #f3f3f4;
        height: 88px;
        background: url('../images/nav-arrow.png') no-repeat center right;
        width:90%;
        margin:0 auto;
}
.pkElement:first-child{
         border-top: 1px solid #cfcfd0;
}
.input {
        background: rgb(247,247,247); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 73%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(73%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 73%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 73%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 73%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 73%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */    
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        width:200px;
        height:20px;
        margin:0px;
        /* SOMENZ - INIZIO MODIFICA 2020 08 18 */
        border: none !important;
	    border-bottom: 1px solid #999 !important;
	    background: none !important;
	    font-family: futura-pt, sans-serif !important;
	    margin-top: 10px !important;
	    font-size: 16px !important;
	    /* SOMENZ - FINE MODIFICA 2020 08 18 */
}
input:focus { 
    /*outline: none !important;*/
    /*border:1px solid red;*/
    box-shadow: 0 0 5px #cb002e;
}
.sx{
	width: 40%;
	display: inline-block; 
} 
.dx{
	width: 55%;
	height: 140px;
	display: inline-block;
	background: url(../images/lucchetto.png) no-repeat center right; 
	background-size: 138px 138px;
}
.pulsante{
        display: inline-block;
        padding: 5px 15px;
        background: #d40028;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-size: 14px;
        /*font-weight: bold;*/
        border: none;
        border-radius: 10px;
        margin-top:3px;
        margin-bottom:3px;
}
.pulsante:hover{
        background: #c40028;
}


.separator{
        padding: 7px 0px;
}
.download{
        color:#cb002e;
        text-decoration: underline;
}
.download:hover{
        color:#666;
}
.scaduto{
        color:#666;  
}
.colA{
		width: 45%;
		padding-right: 95px;
}
.colB{
		width: 75px;
}
.colC{
		width: 25%;
		padding-right: 15px;
}	
.colD{
		width: 20%;
}
.transparent{
		background:transparent;
		margin:0px !important;
		padding-bottom: 5px;
		padding-top: 5px;
		
}
.white{
		background: white;
		margin:0px !important;
		padding-bottom: 5px;
		padding-top: 5px;
}		
#usernameLogged{
	margin-right:5px;
	font-weight: bold;
}
#linkLogoff{
	margin-left:10px;
	margin-right:10px;	
	font-weight: bold;
}

#boxLogoff{
	width: 100px;
	height: 100px;
	border: 1px;
}

.downloadCenter{
	font-weight: bold;
	color: #535353;
	margin-right: 10px;
}
/*MODIFICA CSS PORTALE*/
.prtlPageConL{
 padding-left: 0px;
 }
/*FINE MODIFICA CSS PORTALE*/
/*MODIFICA CSS ERRORE*/
.error{
	 font-size:14px;
	 color:#cb002e;
	 display:inline-block;
	 margin:0px;
	 padding:0px;
	 word-wrap:break-word;
	 width:200px;
	 height:20px;
}
form td{
	
}
.errore{
	min-height:12px;
	height:auto;
	width:200px;
}
.bordered{
	/*border: 1px solid red;*/
	box-shadow: 0 0 5px #cb002e;
}

/*footer*/

/* footer */
/* footer */
.footer-outer {
  overflow: hidden;
  /*background: #cb002e url('../images/footer.png') repeat-x left top;*/
  background: #da2032 url('../images/footer.png') repeat-x left top;
}
.footer {
  position: relative;
  width: 980px;
  min-height: 165px;
  margin: 0 auto;
  color: #fff;
  /* watermark */
  /* texts */
  /* follow */
}
.footer .watermark {
  width: 165px;
  height: 165px;
  position: absolute;
  left: -24px;
  top: 28;
  background: url('../images/watermark3.png') no-repeat left top;
  text-indent: -999em;
}
.footer .texts {
  margin-left: 185px;
}
.footer .text {
  overflow: hidden;
  padding: 15px 0;
  font-size: 11px;
  line-height: 1.5;
}
.footer .text.primary {
  padding-top: 20px;
  border-bottom: 1px solid #cc4d6a;
  font-size: 16px;
}
.footer .text a {
  color: #fff;
  text-decoration: none;
}
.footer .text a:hover {
  text-decoration: underline;
}
.footer .follow {
  position: absolute;
  right: 0;
  top: 32px;
}
.footer .follow ul {
  list-style: none;
}
.footer .follow li {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 12px;
  font-size: 12px;
  font-weight: bold;
}
.footer .follow a,
.footer .follow img {
  display: block;
}
.footer .follow a {
  text-decoration: none;
}

/* SOMENZ - MODIFICA 2020 08 18*/
.piusi-form-dropdown {
    border: none !important;
    border-bottom: 1px solid #999 !important;
    font-family: futura-pt, sans-serif;
    margin-top: 10px !important;
    /*width: 275px !important;*/
    font-size: 15px !important;
    background: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

table tr td {
    font-size: 14px !important;
}