.PaymentPageHeader{
	color: #333;
	font-size: 28px;
	line-height: 33px;
	font-family: AvenirLTStd-Book,Arial,sans-serif;
    text-rendering: optimizeLegibility;
}
.PaymentPageMain{
	width: 100%;
	max-width:1115px;
	min-width:400px;
	margin: auto;
}


.Section-PaymentHeaderSection-Main{
	BORDER:1px solid #CDCDCD;
	width:100%;
	max-width:100%;
	height: 80px;
	BACKGROUND-COLOR:#F5F5F5;
	margin-top:4px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.Section-Payment-MyBasketSection-Main{
	margin-top:5px;
}

.Section-PaymentHeaderSection-Main td{
	vertical-align:middle;
}

.Section-PaymentSection-Main{
	BORDER:1px solid #CDCDCD;
	width:100%;
	max-width:100%;
	padding:0px 15px;
}

/* .Section-PaymentSection-GridCell{
	padding-bottom:10px;
} */

.PaymentDescription{
	FONT-SIZE:18px;
	TEXT-ALIGN: left;
    line-height: 1.24;
    font-weight: bold;
	font-family: AvenirLTStd-Book,Arial,sans-serif;
    text-rendering: optimizeLegibility;
	color: #333;
}

.PaymentDescription2{
	font-family: AvenirLTStd-Book;
	font-size:14px;
	
}

.Section-PaymentRadioSection-Main{
	width:40px;
}

.Section-PaymentBody-GridCell:first-child{
	width:100%
}

.Section-PaymentBody-GridCell:last-child{
	padding-left: 1%;
	padding-top: 4px;
	padding-right: 1%;
	min-width:300px;
}

.PaymentProfilesTable {
	align-items: center;
	background-color: #fff;
}
.PaymentPadBody
{
	width: auto;
	margin: auto;
}
@media only screen and (min-width: 910px){
	.PaymentProfilesTable
	{
		min-width: 800px;
		width: 800px;
		background-color: #fff;
	}	
	
	.TotalSummaryTable
	{
		
	}
}
/* Mobile device */
@media only screen and (max-width: 400px) {
	.PaymentPadBody {
    width: 100%;
  }
  
  .TotalSummaryTable 
  {
	width: 100%;
	border-style: solid;
    border: 1px #ddd solid;
    border-radius: 4px;
    margin-top: 20px;
  }
}
/* Desk top */
@media only screen and (min-width: 401px) {
  .TotalSummaryTable {
	 border-style: solid;
    border: 1px #ddd solid;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 20px;
	width: 260px;
  }
}

.Section-Summary-Main{
	width: 100%;
	BORDER:1px solid #CDCDCD;
	BACKGROUND-COLOR:#F5F5F5;
	min-height: 200px;
}

.Section-SavePayment-Main{
	width: 400px;
	margin: 0 auto;
	display: block:
}

.hostedPaymentPageIframe{
	width:600px;
	height:1000px;
	border:none;
	margin: 0 auto;
	display: block;
}

 .iframe-container {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.cybersourceIframe{
	width:500px;
	height:460px;
	border:none;
	margin: 0 auto;
	display: block;
}

.authorizeNetIframe{
	width:600px;
	height:500px;
	border:none;
	margin: 0 auto;
	display: block;
}

.adyenIframe{
	width:900px;
	height:900px;
	border:none;
	margin: 0 auto;
	display: block;
}

.monerisIframe{
	width:600px;
	height:1000px;
	border:none;
	margin: 0 auto;
	display: block;
}

.payFlowProIframe_New{
	width:480px;
	height:600px; /*was 350px before EASYPay*/
	border:none;
	margin: 0 auto;
	display: block;
}

.bluePayIframe{
	width:650px;
	height:1250px;
	border:none;
	margin: 0 auto;
	display: block;
}


.collapse {
     display: none;
     width:100%;
 }
 
 .Section-SinglePaymentInner-Main{
	 width:500px;
 }
 
 /****************************EASYPay start*****************************/
 
 .payFlowProIframe2{
	width:		480px;
	height:		600px;
	border: 	none;
	margin: 	0 auto;
	display: 	block;
}

.FailedDelayCapture {
	margin-left: -18px;
}


 .PopUpSection {
	background-color: 	#fefefe;
	margin: 			auto;
	padding: 			20px;
	border: 			1px solid #888;
	width: 				45%;
	border-radius:  	5px;
	/*clip-path: 			inset(0px 0px 270px 0px round 5px);*/
}

.PaymentPageTitle {
	color:			#013152;
    color:			var(--tertiary-color);
	font-weight: 	700;
	font-size: 		17px;
	line-height:	1.255;
	/*margin-left: 	-10px;*/
	margin-bottom: 	15px;
	margin-top: 15px;
	padding-bottom: -5px;
}

/* Horizontal rule */
.payment-divider {
	display: 		block;
	/*margin-left: 	-10px;*/
	line-height: 	19px;
	margin-top:	 	0px;
	width: 			100%;
	overflow:		hidden; 
	border-style: 	inset;
	border: 		1px #ddd solid;
}

.SplitPaymentLabel {
	font-weight:	400;
	font-size:	 	17px;
	line-height: 	1.255;
	display: 		inline;
	color: 			#111;
}

.SplitPaymentHeader {
	margin-left: -8px;
}

.highlight { 
	background-color: 	#F5F5F5;
	border-radius: 		5px;
}

 /* Add new card button */
.addCardBtn-Main {
	background-color:		Transparent;
	border:				none;
	display: 			inline;
	height: 			30px;
	color: 				#0066c0;
}

/* Use this payment button */
.ProcessPaymentBtn 
{
	background-color:	#EF8224;
	background: 		linear-gradient(to bottom,#f3a159,#EF8224);
	display: 			inline;
	height: 			30px;
	border-radius: 		5px;
	color: 				#FFF;
}

/* Buttons on page */
.yellowBtnSplit-Main {
	background-color:	#EF8224;
	background: 		linear-gradient(to bottom,#f3a159,#EF8224);
	display: 			inline;
	height: 			30px;
	border-radius: 		5px;
	color: 				#FFF;
}

/* Buttons on page */
.yellowBtn-Main {
	background-color:	#EF8224;
	background: 		linear-gradient(to bottom,#f3a159,#EF8224);
	display: 			inline;
	height: 			30px;
	border-radius: 		5px;
	color: 				#FFF;
}

/* Modal popup to add new card */
.newCard {
	display:			none; /* Hidden by default */
    position: 			fixed; /* Stay in place */
    z-index: 			1; /* Sit on top */
    padding-top: 		20px; /* Location of the box */
    left: 				0;
    top: 				0;
    width: 				100%; /* Full width */
    height: 			100%; /* Full height */
    overflow: 			auto; /* Enable scroll if needed */
    background-color: 	rgb(0,0,0); /* Fallback color */
    background-color: 	rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Add new payment plus button  */
.modalOpenBtn {
	color: 			#aaaaaa;
    float: 			left;
    font-size: 		21px;
    font-weight: 	bold;
}

.modalOpenBtn:hover,
.modalOpenBtn:focus {
    color: 				#000;
    text-decoration: 	none;
    cursor: 			pointer;
}


/* X button to close add new card pop out */
.modalCloseBtn {
    color: 			#aaaaaa;
    float: 			right;
    font-size: 		28px;
    font-weight: 	bold;
	display: 		inline;
}

.modalCloseBtn:hover,
.modalCloseBtn:focus {
    color: 				#000;
    text-decoration: 	none;
    cursor: 			pointer;
}

.CardImageGeneric {
	width: 			52px;
	display: 		inline-block;
	margin-left: 	-12%;
}

.OtherPaymentImage {
	width: 			52px;
	display: 		inline-block;
	margin-left: 	-7%;
}

.otherPaymentBtn {
	margin-left: -3px;
}

.collapse {
     display: 	none;
     width:		100%;
 }
 
 /****************************EASYPay End*****************************/