/* Style the container */
#registrazione_utente_contenitore,  #registrazione_utente_contenitore *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#registrazione_utente_contenitore {
    border-radius: 5px;
/*  
	background-color: #f2f2f2;
*/
    padding: 0px;
	width:100%;
}
#registrazione_utente_contenitore header{
	margin:0;
	padding:0;
}
fieldset#registrazione_utente_box ,
fieldset#registrazione_utente_consegna{
	border:0;
	background-color: #f2f2f2;
	padding-top:10px;
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:10px;
}
fieldset#registrazione_utente_privacy{
	margin:0;
	border:none;
	background-color: #f2f2f2;
	padding-top:20px;
	margin-bottom:20px;
	margin-top:20px;
}
fieldset#registrazione_utente_invia_modulo{
	background-color: #FFFFFF;
	border:0;
	margin-bottom:20px;
}
#registrazione_utente_contenitore input[type=text], 
#registrazione_utente_contenitore input[type=email], 
#registrazione_utente_contenitore input[type=tel], 
#registrazione_utente_contenitore input[type=date], 
#registrazione_utente_contenitore select,
#registrazione_utente_contenitore textarea {
    width: 70%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
input[type=radio] {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    border: 1px solid #ccc;
    resize: vertical;
    transform: scale(2);
	margin-right: 10px; /* Per separare meglio i radio dal testo */
}
#registrazione_utente_contenitore label {
    padding: 12px 12px 12px 0;
	display: inline-block;
}
#registrazione_utente_contenitore .col-25 {
    float: left;
    width: 18%;
    margin-top: 6px;
	padding-left:20px;
	text-align:left;
	font-weight:bold;
}
#registrazione_utente_contenitore .col-75 {
    float: left;
    width: 82%;
    margin-top: 6px;
	text-align:left;
}
/* Clear floats after the columns */
#registrazione_utente_contenitore .col-100 {
    float: left;
    width: 100%;
    margin-top: 6px;
	text-align:left;
	padding-left:20px;
}
#registrazione_utente_contenitore .col-100.titolo{
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}
#messaggio-avviso {
	display: none;
	background-color: #ffdddd;
	border: 1px solid #ff0000;
	padding: 15px;
	margin-left: 10px;	
	width: 95%;
	box-sizing: border-box;
	
}
		
/* Clear floats after the columns */
#registrazione_utente_contenitore .row:after {
    content: "";
    display: table;
    clear: both;
}
#domande {
    background-color: #FFFFFF;
	border: 3px solid #03D027;
	margin-left: 18%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 18%;
	padding: 20px;
}
#registrazione_utente_contenitore input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}
input[type=submit]:hover {
    background-color: #45a049;
}
#registrazione_utente_contenitore input[type=submit]:hover {
    background-color: #45a049;
}
.form_registrazione_utente_condizioni {
	height: 100px;
	overflow: scroll;
	overflow-x:hidden;
	margin:3px;
	max-width: 70%;

    width: 70%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
	
/*
	background-color: #EEEEEE;
*/	
	background-color: #FFFFFF;
	border: #BBBBBB 1px solid;
		
}
.form_registrazione_utente_condizioni p {
	font-size: 12px!important;
	margin:0;
	padding:0;
}
#cd_fiscale_sconto_ok{
	color:#33CC66;
}
#cd_fiscale_sconto_no{
	color:#FF0000;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    #registrazione_utente_contenitore .col-25,
	#registrazione_utente_contenitore .col-75,
	#registrazione_utente_contenitore .col-100,
	#registrazione_utente_contenitore label {
        width: 96%;
        margin-top: 0px;
		text-align:left;
    }
	
	#domande {
		width: 96%;
		margin-left: 0%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 0%;
		padding: 10px;
	}
	
 	#messaggio-avviso {
		padding: 10px;
		margin-top: 10px;
		
	}
  
	#registrazione_utente_contenitore label {
        height: 13px;
        padding-left: 0px;
    }
    
	#registrazione_utente_contenitore input[type=submit]{
        width: 100%;
		text-align:center;
	}	
	#registrazione_utente_contenitore input[type=text], 
	#registrazione_utente_contenitore input[type=email], 
	#registrazione_utente_contenitore input[type=tel], 
	#registrazione_utente_contenitore select,
	#registrazione_utente_contenitore textarea {
		width: 100%;
	}
	#registrazione_utente_contenitore .form_registrazione_utente_condizioni {
		box-sizing: border-box;
		max-width:100%;
	}
}
