/* 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_fatturazione ,
fieldset#registrazione_utente_consegna{
	border:0;
	background-color: #f2f2f2;
	padding-top:20px;
	margin-bottom:20px;
	margin-top:20px;
}
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 select,
#registrazione_utente_contenitore textarea {
    width: 70%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
#registrazione_utente_contenitore label {
    padding: 12px 12px 12px 0;
	display: inline-block;
}
#registrazione_utente_contenitore .col-25 {
    float: left;
    width: 30%;
    margin-top: 6px;
	text-align:right;
}
#registrazione_utente_contenitore .col-75 {
    float: left;
    width: 70%;
    margin-top: 6px;
}
/* Clear floats after the columns */
#registrazione_utente_contenitore .row:after {
    content: "";
    display: table;
    clear: both;
}

#registrazione_utente_contenitore input[type=submit] {
    background-color: #85AE1D;
    color: white;
    padding: 12px 20px;
    border: none;
    /*border-radius: 4px;*/
    cursor: pointer;
    float: left;
	transition: background ease-in-out 0.3s, padding ease-in-out 0.3s;
}

#registrazione_utente_contenitore input[type=submit]:hover {
    background-color: #9FCF23;
	padding-left: 35px;
}
.form_registrazione_utente_condizioni {
	height: 100px;
	overflow: scroll;
	overflow-x:hidden;
	margin:3px;
	width:auto;
	max-width:400px;
	padding:5px;
/*
	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 label {
        width: 100%;
        margin-top: 0px;
		text-align:left;
    }
	#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%;
	}
}
