/*******************************
* Telesales agreement validation
********************************/

.heading{
    font-size: 18px;
    padding:0 0 20px;
    text-align: center;
}

.heading .retail-agreement {
	color: #0F3D58;
	font-family: "Comfortaa", Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
}

input[type="text"]:focus{
	border: 2px solid #38c2fe;
}

.mobile-number{
	color: #131E29;
	text-shadow: 10px; 
	text-align: center;
	font-size: 16px;
	font: normal normal medium 18px/26px "Montserrat";
}

.agreement-consent{
	color: #131E29;
	font-size: 12px;
	text-align: center;
}

.button-center{
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    padding: 8px 55px;
    background-color: #f04f23; 
	font-size: 15px;
	font-weight: bolder;
}

.button-btn-center{
	width: 100%;
	padding: 12px 0px !important;
}
    
.bg-grey{
    background-color: #EEF2F6 !important;
}

.ssn-box{
	width: 46px;
}
	   
    .checkbox-wrapper .checkbox-container {
	    display: inline-block;
	    position: relative;
	    margin-bottom: 3px;
	    cursor: pointer;
	    font-size: 14px;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	 }
	.checkbox-wrapper input {
		position: relative;
		margin-right: 15px;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	.checkbox-wrapper .checkmark {
		position: absolute;
		top: 5px;
		left: 0.3%;
		right: 100px;
		height: 10px;
		width: 10px;
		border: 2px solid #28c2fe;
		background-color: #fff;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		border-radius: 2px;
	}	
		
@media (max-width : 320px){
	.checkbox-wrapper .checkmark {
	left: 20px;
	}
}
	
	.checkbox-wrapper .checkmark:after {
		content: "";
		position: absolute;
		display: none;
		left: 3px;
		top: 1px;
		width: 2px;
		height: 6px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.checkbox-wrapper input:checked ~ .checkmark:after {
		display: block;
	}
    .checkbox-wrapper .checkbox-container.checkbox-alt input:checked ~ .checkmark {
	    background-color: #28c2fe;
	    border-color: #28c2fe;
    }
    
 #content{
    width: auto;
 }
    
.agreement_proceed_button{
	float: right;
	width: 15%;
	height: 0px;
	margin-right: 32px;
	margin-top: 13px;
	margin-bottom: 24px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	text-align: center;
	padding: 9px 0 30px;
	display: block;
	background: url('../images/btn/bbutton-my-account.png') no-repeat top right;
	color: white !important;
	font-weight: bold;
	text-decoration: none
	
}

.agreementDisplay .button{
	display: block;
}

.agreement_confirm{
	font-size: 20px;
}
.consent{
	font-size:18px;
	font-weight:bold;
	margin: 3%;
}

#mobile_area_code {
	width: 36px;		
}

#mobile_number_prefix {
	width:36px;
}

#mobile_number_suffix {
	width:46px;
}

.agreement_content {
	width: 100%;
	height: 450px;
}

@media (max-width : 460px){
	#wrapper .retail{
	font-size:15px ;
}
	.heading {
	font-size:16px ;	 
}

.download_link {
	font-weight:bold;
}

.consent {
	margin: 3%;
	font-size:16px ;
}
	
.agreement_instruction {
	font-weight: bold;
	margin-bottom: 5%;
}	
	
.agreementDisplay{
	-webkit-overflow-scrolling: touch;
  	overflow: scroll;
  	height:100%;
  	width:100%;
  	font-size: 18px;
}
.agreement_proceed_button{
	width: 70px;
	padding: 9px 10px 30px;
}
}

/* @media {
	.heading {
	margin-top:2em;
}
} */


a:link,a:visited {
	/*color: #2c72b6;*/
	text-decoration: none;
}

.hide_content {
	display: none;
}
