.contatti{
	background-color: #ffffff;
	border: 3px solid #333333;
	padding: 0;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
}

.contatti form {
	display: block;
	margin-top: 0;
	color: #000000;
	background-color: #222;
}
.contatti p{
	color: #ffffff;
}
.box-title-form{
	text-align: center;
	padding: 8px;
	font-size: 22px;
	margin-bottom: 10px;
	color: #000000;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.1);
}

.box-title-form b{
	padding: 3px 10px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: none;
	display: inline-block;
	min-width: 153px;
}


.box-title-form small{
	font-style: italic;
}

.title-form {
	text-align: center;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #000000;
}
.bg-green{
	background-color: #ffd000 !important;
}

.sep-form {
	display: block;
	height: 1px;
	background-color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}

.box-footer{
	display: inline-block;
	width: 100%;
}

input, select{
	height: 50px !important;
	border-radius: 0 5px 5px 0 !important;
}

.form-group{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	color: #ffffff;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-align: center;
    background-color: #ffd000;
    border: 0;
    border-radius: 4px;
	min-width: 40px;
}

.form-control{
	border: 1px solid #333;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #000000;
	font-weight: 400 !important;
}
.form-control:focus{
	box-shadow: none;
	outline-width: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}
#error-form{
	display: inline-block;
	float: none;
}
#error-form p{
	font-size: 16px;
	text-align: center;
	color: #dd4b39;
	padding: 15px;
	border: 2px solid #dd4b39;
	border-radius: 5px;
	background-color: #f2dede;
}

.input-group{
	border: 2px solid rgba(0,0,0,0);
	border-radius: 6px;
}

.input-group:hover{
	border: 2px solid rgba(255, 208, 0, 1);
}

.box-contratto span.form-control-feedback{
    position: relative;
    top: -56px;
    right: 0;
    display: inline-block;
    width: 50px !important;
	height: 50px !important;
	font-size: 26px;
	float: left;
	background-color: #ffffff;
	padding-top: 12px;
	border: 2px solid;
	border-radius: 3px;
}

.box-contratto span.small{
	font-size: 10px;
	color: #999999;
	display: inline-block;
	line-height: 13px;
	padding-bottom: 7px;
	width: 100%;
	margin: 0 0 0 0;
	min-height: 100px;
}

span.text-contratto{
	display: block;
	margin: -30px 0 20px 40px;
}


.glyphicon-ok{
    color: #01b559;
	font-size:20px;
	height: 22px;
}

.glyphicon-remove{
    color: #dd4b39;
	font-size:20px;
	height: 22px;
}

.nonvalido{
	position: absolute;
    z-index: 5;
    text-align: right;
    right: 5px;
    top: 35px;
	color: #dd4b39 !important;
	font-size: 11px;
	font-weight: bold;
}

.form-horizontal .has-feedback .form-control-feedback{
	position: absolute;
    top: 5px;
    right: 0;
}

.check-box{
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	border-radius: 5px;
}

input[type=checkbox] {
	width: 50px !important;
	height: 50px !important;
	margin: 0;
}

input[type=checkbox]:checked,
input[type=checkbox]:focus{
	width: 50px !important;
	height: 50px !important;
	margin: 0;
}

label.css-label {
	position: relative;
	left: 20px;
	bottom: 17px;
}

#contratto-error{
	position: absolute;
    top: 140px;
    right: 20px;
}

.riepilogo{
	padding: 10px;
	font-size: 18px;
}
.btn-lg{
	height: 50px;
}

/*--  MODAL STYLE --*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content{
	border: 3px solid #ff910a;
}
.modal-header{
	background-color: #ff910a;
	color: #ffffff;
	padding: 8px 15px 8px 15px !important;
}
.modal-title{
	font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0,0,0,0.4);
    letter-spacing: 2px;
    font-weight: 600;
}
.modal-body{
	padding-top: 0;
	padding-bottom: 0;
}
.modal-body .form-group{
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	color: #000000;
}
.check-label{
	font-size: 17px;
	display: inline-block;
	width: 80%;
	color: #000000;
}
.check-label small{
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #000000;
}
.desc h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	padding: 5px 8px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 2px solid #ebebeb;
	background-color: #f5f5f5;
	border-radius: 3px;
	color: #000000;
}
.desc p{
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.row-codice{
	background-color: #ebebeb;
	color: #000000;
}
.row-codice .desc h4{
	background-color: #ebebeb;
	border:2px solid #ffffff;
	color: #000000;
}
.form-codice{
	border-radius: 0 !important;
}
.btn-verifica{
	background-color: #ffd000 !important;
	letter-spacing: 1px !important;
	color: #ffffff !important;
}

.btn-verifica:hover,
.btn-verifica:focus{
	background-color: #ffd000;
	letter-spacing: 1px;
}

#noPay{
	display: none;
}
#rispostaCodice span{
	border-radius: 20px;
	color: #ffffff !important;
	display: inline-block;
	padding: 3px 10px 3px 3px;
}
#rispostaCodice span i{
	background-color: #fff;
    border-radius: 100%;
    padding: 5px;
    margin-right: 5px;
	height: 24px;
	width: 24px;
	line-height: 14px;
}
#rispostaCodice .success{
	background-color: #ffd000;
}
#rispostaCodice .success i{
	color: #ffd000;
}
#rispostaCodice .danger{
	background-color: #dd4b39;
}
#rispostaCodice .danger i{
	color: #dd4b39;
}

.msg-response{
	background-color: #337ab7;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}
.msg-response p{
	margin-bottom: 0;
	font-size: 20px;
	color: #ffffff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.3);
	font-weight: 300;
	text-align: center;
}
.msg-response p i{
	margin-right: 10px;
	font-size: 26px;
}
.refresh{
	padding: 15px;
}
.refresh i{
	font-size:30px;
	float: left;
    margin-left: 15px;
    margin-top: -5px;
    margin-bottom: -5px;
}

#riepilogo-omaggio{
	color: #01b559 !important;
	display: inline-block;
	width: 100%;
    line-height: 20px;
    margin-top: 5px;
}
#riepilogo-omaggio small{
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #000000;
}
.info-number{
	background-color: #333;
	border-radius: 0 10px 10px 0;
	color: #fff;
	border: 2px solid #333;
}

.info-number h3{
	margin-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px dashed #333;
	color: #ffffff;
}
.info-number h4{
	margin-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
	color: #999999;
}
.info-number p{
    font-size: 14px;
    text-align: left;
    border-bottom: 1px dashed #999999;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
	color: #999999;

}
.info-number p:last-child{
	border-bottom: none;
    margin-bottom: 10px;
	color: #999999;
}
.info-number p small{
	display: inline-block;
	color: #999999;
}
.fa-check-circle{
	color: #01b559;
    font-size: 22px;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: -1px;
}
.fa-circle{
	color: #999999;
	margin-right: 5px;
	font-size: 12px;
}



.alt-row{
	background-color: #000000;
	padding: 5px 0;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	color: #ffffff;
}

#messaggi,
#avviso {
  	display: none;
}
.css-label-messaggi,
.css-label-avviso{
	background-image: url('../img/csscheckbox.png?v=0.01');
  	background-position: top;
  	width: 50px;
  	height: 50px;
  	background-repeat: no-repeat;
	float: left;
}
#messaggi:checked + .css-label-messaggi,
#avviso:checked + .css-label-avviso{
  	background-position: bottom;
}

.add_service_text{
	font-weight: bold;
	display: inline-block;
	margin-top: 15px !important;
	margin-left: 5px;
	font-size:14px;
	color: #000000;
}
@media(min-width:768px){
	.add_service_text{
		font-weight: bold;
		display: inline-block;
		margin-top: 15px !important;
		margin-left: 20px;
		font-size:16px;
	}
}

.container-check {
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 40px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border:none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #137cf4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 15px;
	top: 11px;
	width: 10px;
	height: 16px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#accettazione_contratto-error,
#accettazione_espressa-error,
#accettazione_privacy-error{
	top: 0 !important;
	color: #000000;
}

.form-group-custom,
.form-group-custom-2{
	display: inline-block;
    width: 100%;
    background-color: #666;
    padding: 10px;
    margin-left: 0;
    min-height: 70px;
	border-radius: 5px;
	color: #fff;
}
.form-group-custom p,
.form-group-custom-2 p{
	color: #fff;
}

@media(min-width:992px){
	.form-group-custom,
	.form-group-custom-2{
		margin-left: 10px;
	}

	.form-group-custom-2{
		margin-left: -10px;
	}
}

.loader-contatti{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255);
    position: fixed;
	text-align: center;
}
.loader-contatti img{
	position: relative;
    top: 20%;
}
