@import url(http://fonts.googleapis.com/css?family=Roboto:100);
@import url(http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,200);


body {
  background:url(../img/bg.jpg) repeat-x left 0px;
  color: white;
  font-family: 'Yanone Kaffeesatz';
  font-weight: 200;
    margin: 0px;
}
/*=== Header ===*/
#header {
	margin:0 auto;
	padding:0;
	background:url(../img/header.jpg) no-repeat left 0px;
	width:900px;}
#headerpop {
	margin:0 auto;
	padding:0;
	width:580px;}
/*- Logo -*/
.logo {
	margin:0;
	margin-left: 260px;
	padding:0;
	height:125px;
	width:900px;
	}
.title {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 35px;
    color: #fff;
	font-weight: 300;
	}
.title-home {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 35px;
    color: #025fa3;
	font-weight: 300;
	}
.text-home {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    color: #051c48;
	font-weight: 300;
	}
.text-file {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    color: #051c48;
	font-weight: 300;
	}
.text-data-file {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    color: #051c48;
	font-weight: 200;
	}
.text-rivenditore {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    color: #051c48;
	font-weight: 200;
	}
.subtitle {
	margin:0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 25px;
    color: #fff;
	font-weight: 200;
	}
.social-button a {
	display:block;
	margin:0;
	padding:3px 0 0;
	width:163px;
	height:32px;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	line-height:1em; color:#fff;
	text-align:center;
	background:url(images/learnmore.png) no-repeat left top;
	}
.social-button a:hover { color:#ccc;}

#page {
	margin:0 auto;
	padding:0;
	width:auto;
	}
.home-registered {
    background: #fff none repeat scroll 0 0;
    font-family: "Yanone Kaffeesatz";
    height: 340px;
    margin: 25px auto;
    position: relative;
    width: 500px;
}
.tabella-macchine {
    background: #fff none repeat scroll 0 0;
    font-family: "Yanone Kaffeesatz";
    margin: 25px auto;
    position: relative;
    width: 800px;
	color: #000;
}		
.flat-form {
  background: #025fa3;
  margin: 25px auto;
  width: 500px;
  height: 415px;
  position: relative;
  font-family: 'Yanone Kaffeesatz';
}
.tabs {
  background: #051c48;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs a {
  background: #051c48;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 17px;
  padding: 12px 22px 12px 22px;
  /*border-right: 1px solid @tab-border;*/

}
.tabs li:last-child a {
  border-right: none;
  width: 174px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a.active {
  background: #025fa3;
  border-right: none;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.form-action {
  padding: 0 20px;
  position: relative;
}

.form-action h1 {
  font-size: 52px;
  padding-bottom: 10px;
}
.form-action h2 {
  font-size: 18px;
  padding-bottom: 10px;
}
.error-form {
  font-size: 16px;
  color:#FF0;
  padding-bottom: 0px;
}
.form-action p {
  font-size: 16px;
  line-height: 25px;
    margin-bottom: 0px;
}
.form-action1 p {
  font-size: 16px;
  line-height: 25px;
}
form {
  padding-right: 20px !important;
}
form input[type=text],
form input[type=textarea],
form input[type=password],
form input[type=submit] {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

form input[type=text],
form input[type=textarea],
form input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #051c48;
  outline: none;
  font-size: 15px;
}
form textarea {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}

form textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #051c48;
  outline: none;
  font-size: 15px;
}
form input.cerca[type=text],
form input.cerca[type=password] {
  width: 70%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #EFEFEF;
  border: thin;
  color: #051c48;
  outline: none;
  font-size: 15px;
}
/* Select */
.macchine-intestazione {
    color: black;
    font-size: 18px;
    font-weight: 300;
	text-align:center;
}
.macchine {
    color: black;
    font-size: 18px;
    font-weight: 200;
	text-align:center;
	vertical-align:middle;
}
.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0 !important;  /*REMOVES BORDER*/

 background-color: #0d98e8;
 color: #fff;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 10px;
 width: 35%;
 cursor: pointer;
 
 background: #0d98e8 url(drop-down-arrow.png) no-repeat right center;
 background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}


.dark-box {
  background: #051c48;
  box-shadow: 1px 3px 3px #3d0100 inset;
  height: 40px;
  width: 50px;
}
.form-action .dark-box.bottom {
  position: absolute;
  right: 0;
  bottom: -24px;
}
.tabs + .dark-box.top {
  position: absolute;
  right: 0;
  top: 0px;
}
.show {
  display: block;
}
.hide {
  display: none;
}

.button {
    border: none;
    display: block;
    background: #fff;
    height: 40px;
    width: 80px;
    color: #051c48;
    text-align: center;
    border-radius: 5px;
	font-size: 15px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.button:hover {
  color: #fff;
  background: #051c48;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
  color: #fff;
  background: #051c48;
  /*box-shadow: 0 3px 1px #0f608c;*/
}
.button1 {
    border: none;
    background: #025FA3;
    height: 40px;
    width: 80px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
	font-size: 15px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.button1:hover {
  color: #fff;
  background: #051c48;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button1:active {
  color: #fff;
  background: #051c48;
  /*box-shadow: 0 3px 1px #0f608c;*/
}
.button2 {
    border: none;
    background: #025FA3;
    height: 40px;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
	font-size: 15px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.button2:hover {
  color: #fff;
  background: #051c48;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button2:active {
  color: #fff;
  background: #051c48;
  /*box-shadow: 0 3px 1px #0f608c;*/
}
::-webkit-input-placeholder {
  color: #051c48;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #051c48;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #051c48;
}
:-ms-input-placeholder {
  color: #051c48;
}