/**
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future. If you wish to customize the module for your
* needs please contact us to https://www.milople.com/contact-us.html
*
* @category     Ecommerce
* @package      Milople_Rsp
* @copyright    Copyright (c) 2017 Milople Technologies Pvt. Ltd. All Rights Reserved.
* @url          https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html
*
* Milople was known as Indies Services earlier.
*
**/


input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
	float:left;
}
input[type=radio].css-checkbox + label.css-label {
	width:100%;
	height:27px; 
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 15px 0;
	vertical-align:middle;
	cursor:pointer;	
	text-align: left;
	padding-left: 50px;
}
input[type=radio].css-checkbox:checked + label.css-label {	background-position: 15px -27px;}
label.css-label {
	background-image:url(../images/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float:left;
}
.recurring-options {
	border: 1px solid #c5c5c5;
	float: left;
	margin: 0 0 10px 23px;
	width: 90%;
}
.recurring .required{ color:#ff0000; }
.recurring-options #one, .recurring-options #two{ margin:0; }
.recurring {
	background-color: #f4f4f4;
	border: 1px solid #c5c5c5;
	float: left;
	width: 100%;
	max-width: 450px;
}

.info {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	color: #333333;
	float: right;
	line-height: 1.1;
	margin-left: 7px;
	padding: 0 5px;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.recurring h4 {
	float: left;
	margin: 10px 0 10px 24px;
	font-size:16px;
	text-transform: none;
}
.white_content {
	border:1px solid #c5c5c5;
	position: relative;
	top: 25%;
	left:5%;
	width: 90%;
	height: 50%;
	margin-bottom:15px;
	overflow: auto;
	float:left;
	background:#FFF;
	padding: 13px 0px;
}	
.recurring-options > li {
	float: left;
	list-style: outside none none;
	padding: 3px 0;
	position: relative;
	text-align: center;
	width:100%;
}
.note-data {
	font-size: 13px;
	background:#fff url("../images/bullet.png") no-repeat;
	background-position:0 5px;
	float:left;
	text-align:left;
	padding-left: 12px;
	width:97%;
	text-align:left;
	margin: 4px auto;
}
#milople_rsp_subscription_type{
border-radius: 2px;
border: 1px solid silver;
background: #FFFFFF;
font-size: 15px;}

#recurring-help
{  
	margin-top: 20px;
}
.subscription-start {
	clear:both;
	padding-top:10px;
}

.subscription-start img {
	display:inline;
}

.rsp-subscription a {
	padding:3px 0 0 0px;
	position:absolute;
}

.rsp-subscription, .subscription-start { padding-left:20px;}

#subscription-price-info {
  color: #3399cc;
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
  float: inherit ;
}

#milople_rsp_termsandconditions {
  right: 3px;
  top: 3px;
}

.content {
    text-align: justify;
}	
	
.termsconditions {
	
   text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
	
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 99999;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -14px;
  right: 2px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
