/* LUCA */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


body {
  margin: 0px;
  padding: 0px;
  color: #666666;
  background-color: #FCFCFC;
    font-family: 'open_sanssemibold',sans-serif;

}

input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
}

a {
	color: #818181;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
  margin: 0px;
}

.bottmenu {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #666699;
}

#container {
    margin: auto;
 
}


input.button, input.button {
    cursor: pointer;
    display: inline-block;

    font-family: 'open_sanssemibold',sans-serif;
    margin: 0 0 0 10px;

    text-transform: uppercase;

    margin: 15px 0 0;
    padding: 10px 25px;
    text-align: center;


    background-color: #FFFFFF;
    border: 1px solid #909195;
    border-radius: 4px;
    color: #909195;
    font-family: 'open_sansregular',sans-serif;
    font-size: 12px;

}
input.button {
    background-color: #909196;
    color: #FFFFFF;
}




.button::-moz-focus-inner, awesome::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.button:hover {
    background-color: #444444;
    color: #FFFFFF;
}
.button:active {
    -moz-transform: translateY(1px);
}
.green.awesome, .green.button {
    background-color: #91BD09;
}
.green.awesome:hover, .green.button:hover {
    background-color: #749A02;
}
.blue.awesome, .blue.button {
    background-color: #2DAEBF;
}
.blue.awesome:hover, .blue.button:hover {
    background-color: #007D9A;
}
.grey.awesome, .grey.button {
    background-color: #AAAAAA;
}
.grey.awesome:hover, .grey.button:hover {
    background-color: #888888;
}
.red.awesome, .red.button {
    background-color: #E33100;
}
.red.awesome:hover, .red.button:hover {
    background-color: #872300;
}
.magenta.awesome, .magenta.button {
    background-color: #A9014B;
}
.magenta.awesome:hover, .magenta.button:hover {
    background-color: #630030;
}
.orange.awesome, .orange.button {
    background-color: #FF5C00;
}
.orange.awesome:hover, .orange.button:hover {
    background-color: #D45500;
}
.orangellow.awesome, .orangellow.button {
    background-color: #FFB515;
}
.orangellow.awesome:hover, .orangellow.button:hover {
    background-color: #FC9200;
}
.white.awesome, .white.button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #666666 !important;
    font-weight: normal;
    text-shadow: 0 1px 1px #FFFFFF;
}
.white.awesome:hover, .white.button:hover {
    background-color: #EEEEEE;
}

.clr {
  clear: both;
  padding-top: 3px;
  width: 500px;
  margin: auto;
  margin-top: 10px;
}

.clr2 {
 font-size: 14px;
   margin: auto;
  margin-top: 20px;
  width: 400px;
  text-align: center;
}

.img_ctr {
  clear: both;
  padding-top: 50px;
    padding-left: 50px;
}

.ctr {
  text-align: center;
  padding: 10px;
}

.discount {
  color: green;
}

.error {
  color: red;
}

.footer {}

.form-block {
 /* border: 1px solid #cccccc;
  background: #E9ECEF;   */
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.header1 {
  background-color: Aqua;
  border-bottom-width: 1px;
  font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #FFFFFF;
}

.inputbox {
  width: 250px;
  margin: 0 0 0.5em 0;
 border: 1px solid #B2B2B2;
 font-size: 20px;
 padding: 5px;
 padding-left: 5px;
  padding-right: 5px;
}

.inputlabel {
  padding-bottom: 2px;
  text-align: left;
  font-size: 16px;
  text-align: center;
}

.login {
 /*      background-color: #404040;
   background-image: -moz-radial-gradient(50% 0 , circle farthest-corner, #5C5C5C 0pt, #2E2E2E 100%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 10px #000000;      */
        margin-left: 0px;
    margin-top: 5px;
    min-height: 200px;
    padding: 5px;
    overflow: visible;
    text-align: center;


 /* margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  padding: 15px;
  border: 1px solid #cccccc;
  width: 429px;
  background: #F1F3F5;   */
}

.login h1 {
  background: url(../immagini/login_header.png) no-repeat;
  background-position: left top;
  color: #333;
  margin: 0px;
  height: 50px;
  padding: 15px 4px 0 50px;
  text-align: left;
  font-size: 1.5em;
}

div.title-login {
  font-size: 22px;
  font-weight: bold;

  padding-top: 5px;
}


.login p {
  padding: 0 1em 0 1em;
}

.login-form {
  text-align: left;
  float: right;
  width: 60%;
}

.login-text {
  text-align: left;
  width: 40%;
  float: left;
}

.version {
  font-size: 0.8em;
}

div.title {
  font-size: 26px;
  color: #00679E;
  font-weight: bold;
}

#bcd {
  position: relative;
  width: 100%;
  background-position: bottom right;
  margin: 0px;
  padding: 0px;
}

#break {
  height: 50px;
}

#header {
  background-color: #FFF;
  background-position: right top;
  background: url(../immagini/header_bg.gif);
}

#logo-block {
  background-image: url(../images/banner-bg.png);
  background-repeat: repeat-x;
  border-bottom: 1px solid #878787;
  height: 2em;
  min-height: 32px;
}

#welcome {
  border: solid 1px #cccccc;
  background: #E9ECEF;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
}

#wrapper {
  border: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

a.bottmenu:active {
  color: #CCCCCC;
  text-decoration: none;
}

a.bottmenu:hover {
  color: #CCCCCC;
  text-decoration: none;
}

a.bottmenu:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.bottmenu:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#headline {
  background: url("../Images/sprites-t1.gif") repeat-x scroll 0 -615px #000000;
  clear: both;
  color: #FFFFFF;
  margin: 0;
}

#logo_title {
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  font: 100 30px Georgia, "Times New Roman";
  color: #ffffff;
}

div#ctr {
/*    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #C5C5C5);
*/
    font-size: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 40;
    width: 100%;


}

 .Footer {
    bottom: 0;
    position: absolute;
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
    z-index: 10;
    color: #232323;
}



.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after { clear: both; }


#login {
	margin: 30px auto;
	width: 280px;
}

#login form span {
	background-color: #A6A6A6;
	border-radius: 3px 0px 0px 3px;
	color: #D6D6D6;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

#login form input {
	height: 50px;
}

#login form input[type="text"], input[type="password"], input[type="email"] {
	background-color: #E6E6E6;
	border-radius: 0px 3px 3px 0px;
	color: #606060;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 228px;
    outline: none;
}


input:-webkit-autofill {
background-color: #E6E6E6 !important;
background-image:none !important;
-webkit-box-shadow: 0 0 0px 1000px #E6E6E6 inset;
 }

#login form input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #646464;
	color: #eee;
	font-weight: bold;
	margin-bottom: 2em;
	text-transform: uppercase;
	width: 280px;
}

#login form input[type="submit"]:hover {
	background-color: #959595;
}

#login form input[type="text"]:focus, #login form input[type="password"]:focus {
	background-color: #E6E6E6 !important;
}

#login > p {
	text-align: center;
}

#login > p span {
	padding-left: 5px;
}

p {
	line-height: 1.5em;
}


.alert-box {
    color:#555;
    background-color: #F0F0F0;
    border-radius: 3px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size:14px;
    padding: 10px 20px;
    margin: 10px;
    text-align: center;
}