@font-face {
    font-family: 'fjalla';
    src: url("../../fonts/fjalla.ttf");
}

body{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	overflow:auto;
	color: #444;
	font-weight: 300;
	font-family: 'arial';
}

#container 
{
	margin: 0 auto;
	margin-left:10px;
	margin-right:20px;
    margin-top: 0px;
	max-width:100%;
	position:relative;
}

img {border: none}


.title {
	display: block;
	margin: 0 auto;
    position: relative;
	color: #ff8200;
	font-size: 1.6em;
	line-height: 29px;
	font-family: 'fjalla';
    text-align: left;
    padding-left: 6px;
	margin-top: 20px;
	margin-bottom: -10px;
	
}

label {
	width:95%;
	min-height:25px;
	margin-top: 15px;
	background:transparent;	
	float:left;
	display:block;	
	font-size: 1em;
	padding-left: 4px;
	
}

p{
	font-size: 1em;
	
}
a{
	padding-left:4px;
	font-size: 1em;
	color:#ff8200;
}

a:hover{
	color:#000;
}


#privacy a{
   	padding-top:5px;
	padding-left:4px;
	font-size: 1em;
	color:#ff8200;
}

#privacy a:hover{
	color:#000;
}

input[type="text"] {
 		background-color:#f4f4f4;
        color: #444;
		width:100%;
        border:0;
        font-size: 1em;
        height: 35px;
        float: left;
		padding-left: 15px;
	border-radius: 15px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}

input[type="text"]:hover{
	background-color:#fafafa;
	      -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}


select {
 		background-color:#f4f4f4;
        color: #444;
		width:100%;
        border:0;
        font-size: 1em;
        height: 35px;
        float: left;
		padding-left: 15px;
	border-radius: 15px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}

select:hover{
	background-color:#fafafa;
	      -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

textarea.box {
 		background-color:#f4f4f4;
        color: #444;
		width:100%;
        border:0;
        font-size: 1.3em;
        height: 100px;
		padding-left: 15px;
	border-radius: 15px;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}

textarea.box:hover{
	background-color:#fafafa;
	  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

input[type="radio"] {
cursor:pointer;
}
input[type="checkbox"] {
cursor:pointer;
}

#container input[type="text"]:focus {
            background-color: #f5f5f5;
            color: #333;
        }

#container select:focus {
            background-color: #f5f5f5;
            color: #333;
        }

 #container textarea:focus {
            background-color: #f5f5f5;
            color: #333;
        }

 #container input[type="submit"]:focus {
	border: solid 0px #333;
            color: #ffffff;
        }

 #container input[type="reset"]:focus {
	border: solid 0px #333;
            color: #ffffff;
        }

input:focus{
 outline:none;
}

select:focus{
 outline:none;
}

textarea:focus{
 outline:none;
}

#imAgreePanel {
    margin:0 auto;
    max-width: 550px;
	text-align: left;
	}

#button {
	width:95%;
}

.flex-split {
	    flex-direction:row;
  flex-wrap: wrap;
  }

.sinistra .btn:hover{
  box-shadow: 20vw 0 0 #ff8200 inset;
}

.btn{
	max-width: 110px;
	background-color: #444;
	border: none;
    color: #fff;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 1.2em;
	cursor: pointer;
margin-right: 15px;
	margin-top: 10px;
	position:relative;
  transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	border-radius: 8px;
}

.btn:hover{
	background-color: #ff8200;
  color: #fff;
border-radius: 0px;
}

p:not(#foo) > input[type='radio'], /* Nasconde checkbox e radio button */
p:not(#foo) > input[type='checkbox'] {
 position: absolute;
 clip: rect(1px, 1px, 1px, 1px);
}


p:not(#foo) > input[type='radio'] + label,
p:not(#foo) > input[type='checkbox'] + label {
  margin: 0;/* Azzera i margini */
 padding: 10px 0 0px 40px; /* Crea spazio con il padding sinistro per ospitare l'immagine di sfondo */
 cursor: pointer; /* Imposta il cursore */
 background: url('start.png') left center no-repeat; /* Imposta lo sfondo iniziale per checkbox e radio button */
}

p:not(#foo) > input[type='radio']:checked + label { /*Modifica lo sfondo del radio button quando viene attivato */
 background-image: url('radiobutton.png');
}

p:not(#foo) > input[type='checkbox']:checked + label { /*Modifica lo sfondo del checkbox quando viene attivato */
 background-image: url('checkbox.png');


