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


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

.FormRicerca_Box {
	font-size: 16px;
	vertical-align: middle;
	
	border-bottom-color: #21245F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #21245F;
	border-top-style: solid;
	border-top-width: 1px;
    border-right-color: #21245F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #21245F;
	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: 12px;
	color: #21245F;
	font-weight: bold;
	vertical-align: middle;
	height: 40px;
	width: 700px;
	
	border-bottom-color: #21245F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #21245F;
	border-top-style: solid;
	border-top-width: 1px;
    border-right-color: #21245F;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #21245F;
	border-left-style: solid;
	border-left-width: 1px;
}

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

/***************** FORM GENERICO CON LE TABELLE *******************/
.FormTitle{
	font-size: 16px;
	color: #000000;
	background-color: #A3A3A3;
	border-radius: 8px 8px 0px 0px;
	height: 25px;
	padding: 12px 10px 5px 10px;
}


.Form {
	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;
}

/********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: #21245F;
	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%;
  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: #21245F;
	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: #21245F;
	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: #21245F;
	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: #21245F;
	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: #DDD solid 1px;
	border-radius: 10px;
}

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) {

	.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;
	}


}

.PagingRight{
  text-align: center;
  font-size: 1em;
  padding-top: 20px;
}


/*************** Formattazione degli input ******************/
input[type=text], [type=email], [type=url], textarea, select {
    padding: 8px 5px;
    margin: 5px 0;
	color: #203963;
	font-family: Roboto+Condensed, 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password], select {
    padding: 8px 5px;
    margin: 5px 0;
	color:#203963;
	font-family: Roboto+Condensed, 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    background-color: #BC2921;
	font-size:0.9rem;
    color: white;
    padding: 8px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #D70000;
	border-radius: 10px;
	color: #000000;padding: 8px 20px;
    margin: 8px 0;
}

textarea{	
	font-size: 1rem;
    color: #DB1515;
    padding: 13px 20px;
    margin: 8px 0;
    border: 1px #CCC solid;
	border-radius: 10px;
}

/************* BOTTONI **************/
.BottonLink {
	background-color: #BC2921;
    color: white;
	font-size: 0.9rem;
    padding: 8px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	-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 { 
	background-color: #D70000;
	border-radius: 10px;
	color: #000000;
	
	-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;
}




