.mt-7{
	margin-top: 7px;
}
.mt-10{
	margin-top: 10px;
}
.form-group{
		/*margin-bottom: 0;*/
	}
.contact-form-m input{
	border-radius: 0;
}
.description textarea{
	border-radius: 0;
}
.activation_container{
	margin-top:50px;
	margin-bottom:50px;
	padding: 50px 30px;
}



@media (max-width: 550px){
	.hidden-text{
	display: none;
}
}

@media (min-width: 768px){
	.activation_container{
		padding: 50px;
	}
}
.addMoreWrapper{
	text-align: right;
}
.contact-form-m .device_card input{
	border-color: rgb(232, 232, 232);
	background-color: rgb(232, 232, 232);
}


.payment_button{
				padding: 0;
				width:100%;
				    margin: 10px 0;
			}
			.payment_button:hover{
				background-color: rgba(255,255,255,.2);
			}
			.payment_button.active{
				background-color: rgb(255,255,255);
				
			}
				.payment_button.active p{
					color: #333;
				}

				

		  		.block_credit_card input[type=radio] {
				    display: none;
				}

				.block_credit_card label {
				    display: inline-block;
				    cursor: pointer;
				    position: relative;
				    padding-left: 25px;
				    margin-right: 15px;
				    font-size: 13px;
				}

				.block_credit_card label:before {
				    content: "";
				    display: inline-block;
				 
				    width: 18px;
					height: 18px;
					border-radius: 9px; 
				    margin-right: 10px;
				    position: absolute;
				    left: 0;
				    bottom: 1px;
				    background-color: #fff;
				    border-style: solid;
				  	border-width: 2px;
				  	border-color: #d7d7d7;
				    /* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
				}

				.block_credit_card input[type=radio]:checked + label:before {
				    content: "\2022";
				    color: #0077b2;
				    font-size: 30px;
				    text-align: center;
				    line-height: 14.5px;
				}

/* SELECT CORECTION*/

.activation_select{
	margin-top: 10px;
	border-radius: 0;
	height: 42px;
}

	.activation_select button{
		padding: 10px 25px 10px 12px;
		border-radius: 0;
	}
	.activation_select .dropdown-menu.open{
		margin-top: 0px;
		border-radius: 0;
	}

	.activation_select .bs-searchbox .form-control{
		margin: 0;
		height: 36px;
    	padding: 0px 10px;
    	color: #000;
	}







.page{
	padding-bottom: 40px;
	text-align: center;
}

.header{
	text-align: center;
	padding: 20px 0;
}

.form{
	float: initial;
	display: inline-block;
	max-width: 500px;
	padding: 40px 20px;
	border-radius: 3px;
	background-color: rgba(250, 250, 250, 0.85);  
	box-shadow: 17.82px 9.08px 60.76px 1.24px rgba(0, 0, 0, 0.35);
	text-align: center;
}
.index_form p{
	margin: 0;
	font-size: 18px;
	font-family: "OpenSans-Regular";  
	color: rgb(41, 41, 41);
	/* text-transform: uppercase; */		
}
.index_form a{
	font-size: 16px;
	font-family: "OpenSans-Regular";
	color: rgb(41, 41, 41);
	font-weight: normal;
}
.index_form a span{
	color: rgb(255,255,255);
}
.modal_divider{
	background: url('../images/quiktrakglobal/modal_divider.png') no-repeat center center;
	background-size: 100% 100%;
	height: 3px;
	width: 100%;
	margin: 20px 0;
}
.btn{
	
}
.btn-existing{
	margin: 10px;
	border:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;

	color: rgb(0, 0, 6);
    background-image: -moz-linear-gradient( 90deg, rgb(173,173,173) 0%, rgb(227,227,227) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(173,173,173) 0%, rgb(227,227,227) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(173,173,173) 0%, rgb(227,227,227) 100%);
}
	.btn-existing:hover{
		background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(173,173,173) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(173,173,173) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(173,173,173) 100%);
	}
	.btn-existing:active{
		background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(227,227,227) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(227,227,227) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(227,227,227) 100%);
	}


.btn-new{
	margin: 10px;
	border:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;

	/* margin-left: 10px; */
    background-image: -moz-linear-gradient( 90deg, rgb(41,130,191) 0%, rgb(92,181,242) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(41,130,191) 0%, rgb(92,181,242) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(41,130,191) 0%, rgb(92,181,242) 100%);
}
	.btn-new:hover{
		background-image: -moz-linear-gradient( 90deg, rgb(92,181,242) 0%, rgb(41,130,191) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(92,181,242) 0%, rgb(41,130,191) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(92,181,242) 0%, rgb(41,130,191) 100%);
	}
	.btn-new:active{
		background-image: -moz-linear-gradient( 90deg, rgb(92,181,242) 0%, rgb(92,181,242) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(92,181,242) 0%, rgb(92,181,242) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(92,181,242) 0%, rgb(92,181,242) 100%);
	}
