@charset "utf-8";
/* CSS Document */


/***************** FORM DI RICERCA GENERICO *******************/

.FormRicerca_Box {
	font-size: 16px;
	vertical-align: middle;
	
	border-bottom-color: #FDB827;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FDB827;
	border-top-style: solid;
	border-top-width: 1px;
    border-right-color: #FDB827;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FDB827;
	border-left-style: solid;
	border-left-width: 1px;
}

.FormRicerca_Pad {
    padding: /*sopra=*/5px /*destra=*/5px /*sotto=*/5px /*sinistra=*/15px;
}


/***************** FORM DI RICERCA nel catalogo *******************/
div#FormRicercaCatalogo_Box {
    
	font-size: 1rem;
	color: #FDB827;
	font-weight: bold;
	padding-top: 20px; 
	height: 60px;
	width: 100%;	
	border: 1px #A5A5A5 solid;
	border-radius: 15px;
}

div#FormRicercaCatalogo_Pad {
    padding: /*sopra=*/7px /*destra=*/5px /*sotto=*/5px /*sinistra=*/15px;
}

/***************** FORM GENERICO CON LE TABELLE *******************/
.TitoloForm{
	font-size: 1.3rem;
	color: #20419A;
	height: 45px;
	padding: 12px 10px 0px 10px;
	font-weight: bold;
}


.Form {
    width: 100%;
	font-size: 15px;
	font-weight: normal;
	min-height: 34px;
	vertical-align: middle;
	padding: 20px 10px 20px 10px;
	border-bottom-color: #A3A3A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
    border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-radius: 5px;
}

/********FORMATTAZIONE INPUT ********/
input[type="text"]:focus, input[type="password"]:focus { outline: none; }


.FormRow_Pad {
    padding: /*sopra=*/8px /*destra=*/15px /*sotto=*/6px /*sinistra=*/15px;
}

.Form2 {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	line-height: 35px;
}

.Form_TitoloParagrafo {
    font-size: 16px;
	font-weight: bold;
	color: #FDB827;
	text-align: center;
	line-height: 35px;
	padding: 10px 0px 5px 0px;
}

/********FORMATTAZIONE RISULTATI ********/
.SeparazioneRisultato {
	background-color: #EEEEEE;
	width: 99%;
	height: 1px;
}


/*////////////////////////FORM DIV////////////////////////////*/

.InFormResult_Box{
  width: 100%;
  text-align: left;
  font-size: 16px;
  vertical-align: top;
  color: #BBBBBB;
  border-top: #CCCCCC solid 1px ;
  clear: both; 
}

.InFormResult_Pad{
  padding: 20px 20px 20px 20px;
}


.InForm_Box{
  width: 100%;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  color: #555555;
  border: #CCCCCC solid 1px;
}

/************* BOTTONI **************/

.Botton {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 15px;
	background-color: #FDB827;
	border: none;
 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}

.Botton:hover {
    border-radius: 5px;
	color: #000000;
	text-decoration: none;
	padding: 4px 15px;
	background-color: #FDB827;
	border: none;
	
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.BottonLink {
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #FDB827;
	border: none;
 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}

.BottonLink:hover { 
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	padding: 4px 15px;
	background-color: #FDB827;
	border: none;
}

.AlertBottoneLink{
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	padding: 5px 15px;
	background-color:#FF0000;
	border: none;
 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}

.AlertBottoneLink { 
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	padding: 4px 15px;
	background-color: #FDB827;
	border: none;
}


.InForm_Pad{
  padding: 2% 5% 5% 10%;
}


.InFormTitle{
  font-size: 1.1em;
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
  color: #A3A3A3;
  border-bottom-color: #A3A3A3;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}



/***************** FORM CONTATTO *******************/
div#Form_Box{
    width: 100%;
    margin-right: auto;
    margin-left: auto;    
	font-size: 0.9em;
	font-weight: normal;
	border-bottom-color: #A3A3A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

div#Form_Pad{  
	padding: /*sopra=*/5px /*destra=*/30px /*sotto=*/5px /*sinistra=*/50px;
}

div#ContactForm_Box{
    margin-right: auto;
    margin-left: auto;    
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;	
}

div#ContactForm_Pad{  
	padding: /*sopra=*/50px /*destra=*/30px /*sotto=*/50px /*sinistra=*/30px;
}



/****************** Form di registrazione clienti ********************/
.FormRegistrazione {
    background-color: #FFFFFF;
	width: 700px;
	font-size: 11px;
	font-weight: normal;
	
	
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}

.Form2Registrazione {
    background-color: #FFFFFF;
	width: 700px;
	font-size: 11px;
	font-weight: normal;
}	
	
/***************** PAGINE DI DETTAGLIO DELLADMIN *******************/
.AdminDetailRow_LX{
    width: 20%;  
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding: /*sopra=*/5px /*destra=*/15px /*sotto=*/5px /*sinistra=*/0px;
	float: left;
}

.AdminDetailRow_RX{
	font-size: 14px;
	font-weight: bold;
	padding: /*sopra=*/5px /*destra=*/30px /*sotto=*/5px /*sinistra=*/0px;
	float: left;	
}

@media screen and (min-width: 768px) {
	.FormCol{
		width: 300px;
	}
}

@media screen and (min-width: 768px) {

	.AdminEditRow_label{
		width: 15%;  
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
		float: left;
	}
	.AdminEditRow_field{
		width: 30%;
		text-align: left;
		font-size: 14px;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
		float: left;	
	}
	
	.AdminEditRow_longfield{
		width: 75%;
		font-size: 14px;
		text-align: left;
		padding: /*sopra=*/10px /*destra=*/30px /*sotto=*/15px /*sinistra=*/0px;
		float: left;	
	}
}

@media screen and (max-width: 768px) {
	
	div#Form_Pad{  
		padding: /*sopra=*/5px /*destra=*/5px /*sotto=*/5px /*sinistra=*/25px;
	}

	.AdminEditRow_label{
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/0px /*sinistra=*/0px;
	}
	.AdminEditRow_field{
		text-align: left;
		font-size: 14px;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
	}
	
	.AdminEditRow_longfield{
		font-size: 14px;
		text-align: left;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
		width: 90%;
        overflow: hidden;
	}


}

/*************** Formattazione degli input ******************/
input[type=text], select {
    padding: 9px 5px;
	font-size: 1rem;
    margin: 8px 0;
	color: #004A99; /*Blu*/
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=datetime-local] {
    padding: 9px 5px;
	font-size: 1rem;
    margin: 8px 0;
	color: #004A99; /*Blu*/
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=date] {
    padding: 9px 5px;
	font-size: 1rem;
    margin: 8px 0;
	color: #004A99; /*Blu*/
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=time] {
    padding: 9px 5px;
	font-size: 1rem;
    margin: 8px 0;
	color: #004A99; /*Blu*/
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password] {
    padding: 6px 5px;
	font-size: 1rem;
    margin: 8px 0;
	color: #004A99; /*Blu*/
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit]:disabled {
    background-color: #A2A3A3;
	color: #000000;
}

textarea{	
	font-size: 1rem;
    color: #004A99; /*Blu*/
    padding: 6px 20px;
    margin: 8px 0;
    border: 1px #CCC solid;
	border-radius: 10px;
}



.BottoneBlu {
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #20419A; /*Blu*/
	border: none;
	padding: 8px 30px;
	font-family: Arial, Helvetica, sans-serif; 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}
.BottoneBlu:hover {
	background-color: #A3A3A3; /*verde*/
	color: #fff;

	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
.BottoneBlu a{
	color: #fff;
}


.BottoneRosso {
	border-radius: 5px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #ff0000;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}
.BottoneRosso:hover {
	background-color: #A3A3A3; /*Blu*/
	color: #FFF;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}


div#PrivatiButton_Box{
  float: left;
  width: 49%;
  text-align: center;
  height: 40px;
  background-color:#FDB827;
  border-radius: 10px;
  margin-right: 2%;
  cursor: pointer;
  font-weight: bold;
  color:#FFFFFF;
  
}

div#PrivatiButton_Pad{
   padding: 10px 0px 0px 0px;
}

div#MenuPrivati{
  width: 96%;
  min-height: 300px;
  border: 1px solid #FDB827;
  padding: 2%;
  text-align: center;
}


div#DealerButton_Box{
  float: right;
  width: 49%;
  text-align: center;
  height: 40px;
  background-color:#20419A;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  color:#FFFFFF;
}

div#DealerButton_Pad{
   padding: 10px 0px 0px 0px;
}

div#MenuDealer{
  width: 100%;
  text-align: center;
  height: 300px;
  border: 1px solid #20419A;
  padding-top: 15px;
}


/*********TABELLA RESPONSIVE **********/

.RespTable{
	width: 100%;
	border-collapse: collapse;
}

.RespTable td,.RespTable th{
  padding:12px 15px;
  border:1px solid #ddd;
  text-align: left;
  font-size:16px;
}

.RespTable th{
	background-color: var(--bg01);
	color:#ffffff;
}

.RespTable tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

/*parte responsiveness*/

@media(max-width: 768px){
	.RespTable thead{
		display: none;
	}

	.RespTable, .RespTable tbody, .RespTable tr, .RespTable td{
		display: block;
		width: 100%;
	}
	.RespTable tr{
		margin-bottom:15px;
	}
	.RespTable td{
		text-align: right;
		padding-left: 50%;
		text-align: right;
		position: relative;
	}
	.RespTable td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}