/* CSS Document */
.weight700 {
	font-weight:700;
}
span.originale {
	color: #FF0000;
	text-decoration: underline;
	display: none;
}
/* Hide Close "X" for modalbox alerts */
.window_confirm .ui-dialog-titlebar {
	display: none;
}
.ui-datepicker {
	z-index: 1151 !important;
}
div.blockPage {
	left: 18% !important;
	top: 30% !important;
	width: 64% !important;
}
.fullLoader {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	background-color: rgba(0,0,0,0.70);
	z-index: 15;
}

.main-top {
	margin-top:15px;
}
.code-container {
	margin-bottom:35px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}
.code-title {
	float:left;
}
.code-title h1 {
	font-size:1.8em;
	margin-top:25px;
	margin-right:30px;
}
/*.code-form {
	float:left;
	width:67%;
}*/
.code-form .form-group .form-control {
	font-weight:bold;
	height:46px;
	line-height:1.3333333;
	text-align:center;
}
.sign-in h4,
.create-new-account h4 {
    font-size:24px;
    font-family:'Signika', sans-serif;
    padding-bottom:14px;
    border-bottom:1px solid #ddd;
	text-transform: uppercase;
}
.radio .pull-right {
	margin-top: 5px;
}
.blockLostPassword {
	margin-top:20px;
}
.blockRegisterForm {
	margin-top:10px;
}
fieldset.field-border {
    border: 1px solid #ddd;
	padding: 20px !important;
	-webkit-box-shadow: 0 0 0 0 #000;
	box-shadow: 0 0 0 0 #000;
}
legend.field-border {
    font-size:20px;
    font-family:'Signika', sans-serif;
    font-weight:700;
    text-align:center;
	text-transform:uppercase;
}
.privacy-text {
	font-weight:400;
	font-size:12px;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	overflow:auto;
	text-align:left;
}
label.privacycheck {
	display:inline-block;
	font-size:70%;
}
@media only screen and (max-width: 992px) {
	/*.main-top {
		margin-top:20px;
	}
	.code-form {
		width:62%;
	}*/
	.code-title h1 {
		font-size:1.6em;
		margin-top:28px;
		margin-right:25px;
	}
}

@media only screen and (max-width: 767px) {
	/*.main-top {
		margin-top:70px;
	}*/
	.code-title h1 {
		font-size:1.7em;
		margin-top:26px;
	}
	.code-form {
		width:100%;
	}
	.sign-in {
		margin-bottom:30px;
	}
	.blockLostPassword {
		margin-bottom:30px;
	}
	/*.blockLogin,
	.blockRegistrazione {
		display:none;
	}*/
}

@media only screen and (max-width: 440px) {
	.main-top {
		margin-top:30px;
	}
	.code-title {
		float:none;
	}
	.code-title h1 {
		margin-top:10px;
		margin-right:0;
	}
	.code-form {
		float:none;
		width:100%;
	}
	.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
		padding: 10px 14px;
		font-size: 16px;
	}
	.input-group-lg > .form-control {
		padding: 10px;
	}
	.sign-in h4,
	.create-new-account h4 {
		font-size:20px;
		padding-bottom:10px;
	}
}