@charset "utf-8";


html, html * {
	font-family: 'Open Sans', sans-serif;
}

html {
	min-width:1024px;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	min-width:1024px;
	font-size:14px;
	color:#5050A0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

p, ul, li {
	font-size:14px;
}

.pmain {
	border:solid 1px #cccccc;
	padding: 40px 40px 40px 40px;
	font-size:1.4em;
}
.pmain.small {
	font-size:0.8em;
}

.biglietto {
	background:url(Scarpanti-bv.png) no-repeat center center transparent;
    width: 450px;
    height: 300px;
    text-align: right;
    font-size:2.4em;
}
  
a, a:active {
	color:#000;
}

a:hover {
	color:#148cfa;
}

.coltech {
	width: 20%;
}

.defloater, .break, .labelbreak {
	clear:both;
	font-size:0;
}

/*  Lingue    */ 
.flag {
	width: 25px;
	height: 15px;
	background:url(flags.png) no-repeat
}

.flag.flag-gb {background-position: -25px 0}
.flag.flag-it {background-position: 0 -15px}

/* -------------------------------------------------- START-FORM */


.button-blu {
	display:block;
	width:160px!important;
	height:40px;
	line-height:38px;
	text-align:center;
	background-color:#FFF;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	border: solid 1px #E8E8E8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#148cfa;
	padding-top:0;
	padding-bottom:0;
}

.button-blu.button-create {
	background-color:#148cfa;
	border: solid 1px #148cfa;
	color:#FFF;
}

.button-blu.button-create:hover {
	background-color:#127de0;
	color:#FFF;
}

.button-blu.center {
	margin:20px auto 0;
}

.w2ui-grid-records .button-blu {
	width:50%!important;
	min-width:100px!important;
	height:30px!important;
	line-height:28px!important;
	padding:0 4px;
}

.button-blu:hover {
	cursor:pointer;
	background-color:#F5F5F5;
	color:#148cfa;
}

.button-grey {
	display:block;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	width:160px!important;
	height:40px;
	line-height:38px;
	text-align:center;
	background-color:#FFF;
	border: solid 1px #E8E8E8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#999;
	padding-top:0;
	padding-bottom:0;
}

.button-grey[disabled] {
	cursor:default;
	background-color:#FFF;
	color:#CCC;
	border: solid 1px #E8E8E8;
}

.button-grey:hover {
	cursor:pointer;
	background-color:#F5F5F5;
	color:#999;
}

.data-grid {
	width:100%;
	height:100%;
}

.spacer, .spacer_5, .spacer_10, .spacer_20, .spacer_25, .spacer_30, .spacer_100 {
	display:block;
	float:left;
	clear:both;
	width:100%;
	height:40px;
}

.spacer_5 {
	height:5px;
}

.spacer_10 {
	height:10px;
}

.spacer_20 {
	height:20px;
}

.spacer_25 {
	height:25px;
}

.spacer_30 {
	height:30px;
}


.viewport {
	display:table;
	width:100%;
	min-width:1024px;
	height:100%;
	vertical-align:middle;
	opacity:0;
	padding-left:60px;
	padding-top:80px;
}

