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


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

.FormRicerca_Box {
	font-size: 16px;
	vertical-align: middle;
	
	border-bottom-color: var(--primary);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: var(--primary);
	border-top-style: solid;
	border-top-width: 1px;
    border-right-color: var(--primary);
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: var(--primary);
	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: var(--primary);
	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 *******************/
.FormTitle{
	font-size: 16px;
	font-weight: bold;
	color: var(--primary_c);
	background-color: var(--primary);
	border-radius: 8px 8px 0px 0px;
	height: 45px;
	padding: 12px 10px 5px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.Form {
    width: 100%;
	font-size: 15px;
	font-weight: normal;
	min-height: 34px;
	vertical-align: middle;
	padding: 20px 10px 20px 10px;
	border-bottom-color: #CCCCCC;
	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;
}
.Form td{
	padding: 0px 8px;
}
#TREE_ROOT td{
	padding: 0px;
}

/********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: var(--primary);
	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-size: 0.9em;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: var(--primary);
	border: none;
	margin: 3px;
 
	-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: var(--primary_c);
	text-decoration: none;
	background-color: var(--primary);
	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: 12px 15px;
	background-color: var(--primary);
	border: none;
	margin: 3px;
 
	-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_Secondary {
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	padding: 10px 15px;
	background-color: var(--secondary);
	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: 7px;
	color: var(--primary_c);
	text-decoration: none;
	background-color: var(--primary);
	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: #EAC73D;
  border-bottom-color: #EAC73D;
  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: #EAC73D;
	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) {

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


 /* Style inputs with type="text", select elements and textareas */
 input[type=text], select, input[type=number], input[type=email], input[type=date], input[type=password], input[type=datetime-local], textarea {
	width: 80%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	margin-right: 15px;
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
	background-color: var(--secondary);
	color:  var(--secondary_c);
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
	background-color:  var(--primary);
	color:  var(--primary_c);
  }

/* Customize the label (the CheckContainer) 
<label class="ChecContainer">One
  <input type="checkbox" checked="checked">
  <span class="checkmark"></span>
</label>
*/
.CheckContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .CheckContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--neutral);
  }
  
  /* On mouse-over, add a grey background color */
  .CheckContainer:hover input ~ .checkmark {
	background-color: var(--primary);
  }
  
  /* When the checkbox is checked, add a blue background */
  .CheckContainer input:checked ~ .checkmark {
	background-color: var(--primary);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .CheckContainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .CheckContainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } 


/* Customize the label (the RadioContainer) */
 /* 
 <label class="RadioContainer">One
  <input type="radio" checked="checked">
  <span class="radiomark"></span>
</label> 
*/
 .RadioContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .RadioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom radio button */
  .radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--neutral);
	border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .RadioContainer:hover input ~ .radiomark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .RadioContainer input:checked ~ .radiomark {
	background-color: var(--primary);
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radiomark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .RadioContainer input:checked ~ .radiomark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .RadioContainer .radiomark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  } 
 /*https://www.w3schools.com/howto/howto_css_custom_checkbox.asp*/

 .ResultColumn {
    background-color: var(--primary);
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px 2px;
}

.ResultRow {
	font-size: 15px;
	padding: 10px 10px 10px 0px;
	height: 50px;
	vertical-align: top;	
}

.VariantiLabel {
	margin-top: 15px;
	font-weight: bold;
}


#VideoBG{
	position:absolute;
	top:150px;
	left:0;
	height:850px;
	width: 100%;
	object-fit: cover;
	opacity: 0.8;
	z-index: -10;
} 
#VideoContact{
	font-size: 15px;
	text-align: left;
	background-color: var(--primary); 
	color: var(--primary_c);
	opacity:0.8; 
	max-width: 450px; 
	margin: 10px; 
	padding: 20px 50px; 
	margin-right: auto; margin-left: auto;
	border-radius: 10px;
	z-index: 5;
}

#VideoContact img{
width: 25px;
}
#VideoContact a{
color: var(--primary_c);
}
#VideoContact .Evidence, .Istruzioni{
color: var(--secondary);
}


/*********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: #E5E5E5;
}

/*parte responsiveness*/

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

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


.MyFormTitle{
	font-size: 1.1rem;
	color: #022363;	
	height: 23px;
	padding: 1%;
	margin-top: 30px;
	width: 48%;
	float: left;
}
.NewButton{    
	width: 48%;	
	float: right;
	padding: 1%;
	text-align: right;	
	margin-top: 30px;
}
