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

.ricarica form {
	display: block;
	margin-top: 0;
}

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

.box-title-form b{
	padding: 3px 10px;
	text-transform: uppercase;
	color: #79b847;
	background-color: #ffffff;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: none;
}

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

.title-form {
	text-align: center;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #ffffff;
}

.bg-green{
	background-color: #ff7b0e !important;
}

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

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

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

.form-group{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}


.form-control{
	border: 2px solid #cccccc;
}
.form-control:focus{
	border: 2px solid #79b847;
}

#error-form p{
	font-size: 16px;
	text-align: center;
	color: #dd4b39;
	padding: 15px;
	border: 2px solid #dd4b39;
	border-radius: 5px;
	background-color: #f2dede;
}

.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;
}

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

.glyphicon-ok{
    color: #79b847;
	font-size:20px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 15px;
}

.glyphicon-remove{
    color: #dd4b39;
	font-size:20px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 15px;
}

.nonvalido{
	position: absolute;
    z-index: 5;
    text-align: right;
    right: 25px;
    top: 30px;
	color: #dd4b39 !important;
	font-size: 11px;
	font-weight: bold;
}
.form-horizontal .has-feedback .form-control-feedback{
	position: absolute;
    top: 5px;
    right: 0;
}
.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;
}

.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 3px;
}

.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

.container-check input:checked ~ .checkmark {
	background-color: #137cf4;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

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

.container-check .checkmark:after {
	left: 13px;
	top: 9px;
	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: 15px !important;
}
.text-form{
	padding: 15px 0 0 0;
    margin-bottom: 0;
    font-weight: 600;
}

.loader-attivazione{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.6);
    position: fixed;
}
.loader-attivazione img{
	position: fixed;
    top: 50%;
    left: 50%;
}

.btn-pagamento{
	margin-top: 30px;
	margin-bottom: 30px;
}