/* Start: PageConfig_0208_BROWSER_STANDARD_0002 CSS */

/*  NON SESSION STYLE SHEET FOR STANDARD */

/* master style sheet */

/* clear browser margins */

html, body {
margin: 0px;
padding: 0px;
border: 0px;
/*height: 100%; causes scroll bar in chrome */
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -20px;
}

.push {
height: 20px;
display: block;
}

.DpsRegularTextWeight {
    font-weight: normal;
}

.DpsBoldText {
    font-weight: bold;
}

.DpsItalicText {
    font-style: italic;
}

/* default font */

body {
font-family: Arial, Helvetica, sans-serif;
}


/* clear header padding, margins */

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

/* normalise all text elements */

p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
margin: 0;
padding: 0;
}

/* some spice for special elements */

blockquote {
margin: 1.25em;
padding: 1.25em
}

q {
font-style: italic;
}

acronym, abbr {
border-bottom: 1px dashed;
}

/* set defaults for these */

small {
 font-size:.85em;
}

big {
font-size:1.2em;
}


/*link defaults */

a, a:link, a:visited, a:active, a:hover {
text-decoration: none;
}

/* remove ie greying link background*/
a:active{
    background-color: transparent; 
}

/* ensure no borders on img elements */

img {
border: none;
}


table {
margin: 0;
padding: 0;
border: none;
border-collapse: collapse; 
border-spacing: 0; 
}

tbody 
{
margin: 0;
padding: 0;
}

form {
margin: 0;
padding: 0;
display: inline;
}

/* ensure labels show as clickable */

label {
cursor: pointer;
}



.clear { clear: both; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }

/* end master style sheet */


fieldset 
{
    position: static;  
    height:100%;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
}

.DpsBody
{
}
/* Important Added For Captcha div */
.DpsHidden {
    display: none!important;
}

.DpsVisibilityHidden {
    visibility: hidden;
}

.DpsUppercase {
    text-transform: uppercase;
}

.DpsSrHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.DpsUiPanel
{
    box-sizing: border-box;
    moz-box-sizing: border-box;
	margin-top:20px;
    margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;

	position: static;
	display: block;

}


.DpsUiPanelLegend
{

}

.DpsButton1:hover, .DpsButton1:focus
{
   	text-decoration: underline;
}

.DpsButton1IsLink {
    display:inline-block;
    padding-top: 5px;
}

.DpsTab
{
    width: 80px;
    height: 10px;
}

/* Dps Field */

.DpsField
{
    text-align:left;
}

textarea.DpsField {
    white-space: normal;
}

.DpsFieldChar2 { width: 20px;}
.DpsFieldChar4 { width: 35px;}
.DpsFieldChar6 { width: 55px;}
.DpsFieldChar8 { width: 75px;}
.DpsFieldChar10 { width: 95px;}
.DpsFieldChar20 { width: 225px;}
.DpsFieldChar30 { width: 225px;}  
.DpsFieldChar40 { width: 225px;}

/* Adjusted this width to cater for the side by side Postal Code + Country */
.DpsFieldChar50 { width: 180px;}

.DpsFieldChar60 { width: 225px;}
.DpsFieldChar70 { width: 225px;}
.DpsFieldChar80 { width: 225px;}
.DpsFieldChar90 { width: 225px;}
.DpsFieldChar100 { width: 225px;}

.DpsFieldAmountCurrency
{
	text-align:right;
}

.DpsFieldAmountNumeral
{
	text-align:right;
}

.DpsFieldAmountFraction
{
	text-align:right;
}


/* Dps Menu */

.DpsMenuGroup
{
	padding-top:2px;
	padding-bottom:3px;
}

.DpsMenuItem
{
    margin-left: 10px;
    margin-right: 10px;
	padding-top:2px;
	padding-bottom:3px;
}

.DpsMenuItem:hover
{
 	text-indent:5px;
}

.DpsMenuItemSelected
{
    margin-left: 10px;
    margin-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
}

.DpsMenuItemSingle
{
	padding-top:2px;
	padding-bottom:2px;
}

.DpsMenuItemSingle:hover
{
 	text-indent:5px;
}

.DpsMenuLink
{
	margin-left:10px;
}

.DpsMenuLink:hover
{
}

.DpsMenuLinkDisabled
{
    margin-left:10px;
}

.DpsMenuLinkSingle
{
}

.DpsMenuLinkSingle:hover
{

}

.DpsTableCell
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.DpsTableCellLegend
{
	text-align:left;
	padding-left: 5px;
    padding-right: 10px;
	overflow:hidden;
	white-space:nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-weight:bold;*/
    width: 1%; /* this will encourage minimal width allowing for content*/
}

/* PXMI Classes */

.DpsTitleSessionInfo
{
   	width: 80px;
}

.DpsUiPanelException
{
	position: absolute;
	left: 170px; 
	top: 117px; 
	width: 400px;
}

.DpsUiPanelLogon
{
	position: absolute;
	left: 300px; 
	top: 200px; 
}

.DpsUiPanelLogonResult
{
	position: absolute;
	left: 300px; 
	top: 320px; 
}


.DpsPageContainer
{
    display: table-cell;
    position: static;
	left: 160px;
	margin-top: 10px;	
    margin-left: 10px;
}


.DpsUiPanelTitle1
{
	position: static;
	height: 60px;
	padding-bottom:6px;
}

.DpsUiPanelTitle2
{
	position: static;
	height: 15px;
}

.DpsUiPanelFooter
{
	position:static;
	bottom:0px;
     /* TODO match padding top/botton + height with .push and .wrapper height */
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	height: 10px;
}

.DpsFooterCol1
{
   	width: 100px;
}

.DpsFooterCol2
{
   	width: 200px;
}

.DpsLink
{
    margin: 5px;
}

/* End: PageConfig_0208_BROWSER_STANDARD_0002.CSS */

/* CC stuff */

.DpsPxPayBrandLogo
{
   /* max-width: 400px;
    max-height: 300px; define in the main css*/
}

.DpsFooterCardLogo
{
    vertical-align: top;
    float: left;
    display:inline-block;    
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
}

#TnC
{
    margin: 20px 10px 10px 60px;
}

#TnC2
{
    margin: 10px 10px 10px 60px;
}

#A2ASecurityInfoLink
{
    margin: 5px 10px 10px 60px;
    display: block;
}

#VisaCardLogo
{    
    background-image:url(/pxpay/images/Logos/PaymentScheme/VISA.png);
}
#MasterCardCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/MasterCard.png);
}
#AmexCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/Amex.png);
}
#QCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/QCard.png);
}
#UnionPayLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/UnionPay.png);
}
#JCBCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/JCB.png);
}
#DinersCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/DinersClub.png);
}
#EzibuyGiftCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/Ezibuy.png);
}
#VerifiedByVisaCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/VerifiedByVisa.png);
}
#VisaCheckoutLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/visacheckout.png);
}
#MasterCardSecureCodeCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/MasterCardSecureCode.png);
}
#AmexSafeKeyCardLogo
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/AmexSafeKey.png);
}
#DiscoveryCardLogo 
{
    background-image:url(/pxpay/images/Logos/PaymentScheme/DiscoveryCard.png);
}

#PxPayHeader
{
    min-width: 482px;
}

#PxPayAuthMain
{
    max-width: 482px;
}

#PxPaySelectMethodMain
{
    max-width: 482px;
}

#PxPayAuthResult
{
    max-width: 482px;
}

#TxnAuthGECard
{
    max-width: 482px;
}

#TxnAuthCreditCard
{
    max-width: 482px;    
}

#TxnAuthPago
{
    max-width: 482px;
}

#TxnAuthPago2
{
    max-width: 482px;
}

#TxnAuth3DSecure
{
    max-width: 482px;
}

#TxnAuthPayPal
{
    max-width: 482px;
}

#TxnAuthVisaCheckout
{
    max-width: 482px;
}

#TxnAuthUPOP
{
    max-width: 482px;
}

#TxnAuthApplePay
{
    max-width: 482px;
}

#TxnAuthGooglePay
{
    max-width: 482px;
}

#TxnRedirectUPOP
{
    max-width: 482px;
}

#TxnPayformErrorMain
{
    max-width: 482px;
}

#UpopPleaseWaitAndPoll
{
    max-width: 482px;
}

#PxPayAccount2AccountAuth
{
    max-width: 482px;
}

#PxPayA2AWrongPage
{
    max-width: 482px;
}


#PxPayFooter
{
    min-width: 482px;
}

/* A2A stuff */

#CustomerId
{
	width: 150px;
}


#CustomerPassword
{
	width: 150px;
}

#PayeeParticulars
{
    width: 100px;
}

#PayeeCode
{
    width: 100px;
}

#PayerParticulars
{
    width: 100px;
}

#PayerCode
{
    width: 100px;
}

#PayerReference
{
    width: 100px;
}

#ChallengeCode
{
    width: 100px;
}

.DpsUiA2AHeaderImage
{
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;    
}

.DpsUiA2AHeaderImageStepThrough{
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
}

#PxPayAccount2AccountAuth_Logo
{
    background-image:url(/pxpay/images/a2a/account2accountgrey2.png);
}

#PxPayAccount2AccountAuth_SelectBank
{
    background-image:url(/pxpay/images/a2a/selectbank.png);     
}

#PxPayAccount2AccountAuth_Logon
{
    background-image:url(/pxpay/images/a2a/logon.png);     
}

#PxPayAccount2AccountAuth_LogonFailed
{
    background-image:url(/pxpay/images/a2a/logonfailed.png);       
}

#PxPayAccount2AccountAuth_LogonTimeout
{
    background-image:url(/pxpay/images/a2a/logontimeout.png);     
}

#PxPayAccount2AccountAuth_SelectAccount
{
    background-image:url(/pxpay/images/a2a/selectaccount.png);     
}

#PxPayAccount2AccountAuth_NoAccount
{
    background-image:url(/pxpay/images/a2a/noaccount.png);     
}

#PxPayAccount2AccountAuth_Details
{
    background-image:url(/pxpay/images/a2a/details.png); 
}

#PxPayAccount2AccountAuth_PaymentVerify
{
    background-image:url(/pxpay/images/a2a/verify.png);      
}

#PxPayAccount2AccountAuth_PaymentVerifyFailed
{
    background-image:url(/pxpay/images/a2a/paymentverifyfailed.png);    
}

#PxPayAccount2AccountAuth_InsufficientFunds
{
    background-image:url(/pxpay/images/a2a/insufficientfunds.png);    
}

#PxPayAccount2AccountAuth_PaymentDeclined
{
    background-image:url(/pxpay/images/a2a/paymentdeclined.png);    
}

#PxPayAccount2AccountAuth_PaymentSuccess
{
    background-image:url(/pxpay/images/a2a/success.png);
}

#PxPayAccount2AccountAuth_GeneralError
{
    background-image:url(/pxpay/images/a2a/generalerror.png);       
}

#PxPayAccount2AccountAuth_Cancelled
{
    background-image:url(/pxpay/images/a2a/cancelled.png);      
}

#PxPayAccount2AccountAuth_TemporarilyUnavailable
{
    background-image:url(/pxpay/images/a2a/temporarilyunavailable.png);   
}

#PxPayAccount2AccountAuth_PossiblePayment
{
    background-image:url(/pxpay/images/a2a/possiblepayment.png);      
}

#PxPayAccount2AccountAuth_AccountBlocked
{
    background-image:url(/pxpay/images/a2a/notsetup.png);
}

#PxPayChinaUnionPay_Logo
{
    height: 50px;
    background-image: url(/pxpay/images/UnionPay_brand_logo_small.png);
    background-position: center;
}

#PxPayPayPal_Logo{
    height: 50px;
    background-image:url(/pxpay/images/Paypal_logo.png);
    background-position: center;
}
#PxPayLFSCard_Logo {
    height: 85px;
    background-image: url(/pxpay/images/GemVisa-BrandDevice-Cards-Landscape-Small.png);
    background-position: center;
}
#PxPayWallet_Logo {
    height: 80px;
    background-image: url(/pxpay/images/PxWalletLogo.png);
    background-position: center;
}
#PxPayWallet_Stepthrough {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThrough.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughTwo {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughTwo.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughThree {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughThree.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughFour {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughFour.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughPwReset {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughPwReset.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughPwResetTwo {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughPwResetTwo.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughPwResetThree {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughPwResetThree.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughPwResetFour {
    height: 70px;
    background-image: url(/pxpay/images/PxWalletStepThroughPwResetFour.png);
    background-position: center;
    background-repeat: no-repeat;
}

/*
 * PxWallet Stuff
 */
#TxnAuthPaymentExpressWalletAddANewCard,
#TxnAuthPaymentExpressWalletForgottenYourPassword,
#TxnAuthPaymentExpressWalletLogin,
#TxnAuthPaymentExpressWalletSelectAnExistingCard,
#TxnAuthPaymentExpressWalletSignup,
#TxnAuthPaymentExpressWalletServiceFailure
{
    max-width: 482px;
}
#PxPayWallet_Stepthrough {
    height: 97px;
    background-image: url(/pxpay/images/PxWalletStepThrough.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughTwo {
    height: 97px;
    background-image: url(/pxpay/images/PxWalletStepThroughTwo.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughThree {
    height: 97px;
    background-image: url(/pxpay/images/PxWalletStepThroughThree.png);
    background-position: center;
    background-repeat: no-repeat;
}
#PxPayWallet_StepthroughFour {
    height: 97px;
    background-image: url(/pxpay/images/PxWalletStepThroughFour.png);
    background-position: center;
    background-repeat: no-repeat;
}

/* Needed to hide the "numeric spinners" shown on "number" inputs. */

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* WebKit & Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.DpsFieldError {
    color: #a94442;
}

.DpsFieldErrorCaptcha{
    color: #a94442;
    background-color: #f2dede;
    padding: 15px!important;
    margin-top:5px;
    margin-bottom: 10px;
    border: 1px solid transparent!important;
    border-color: #ebccd1!important;
    border-radius: 4px;
    line-height:20px;
    display:inline-block;
}

:-moz-ui-invalid
{
    box-shadow: none;
}
.DpsExtraLongField {
	width:250px;
}

.DpsWarningBanner {
    color: #9F6000;
    background-color: #FEEFB3;

    padding:5px 10px 5px 50px;
    text-align: center !important;
}

#CaptchaContainer {
    max-width:300px;
    margin:0 auto;
    margin-top: 20px;
}

/* POP UP FOR CVC */
 .box {
     width: 40%;
     margin: 0 auto;
     background: #fff;
     padding: 35px;
     border: 2px solid #fff;
     border-radius: 20px/50px;
     background-clip: padding-box;
     text-align: center;
 }
 .button {
     color: red;
     padding-left: 10px;
     font-size: 13px;
     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: 30px auto;
     padding: 20px;
     background: #fff;
     border-radius: 5px;
     width: 30%;
     position: relative;
     transition: all 5s ease-in-out;
     font-family: Arial, Helvetica, sans-serif;
 }
 .content h2 {
     font-size: 20px;
     font-family: Arial, Helvetica, sans-serif;
     padding: 0 0 10px 0;
     font-weight: bold;
     color: #ee1c25;
 }
 .content h3 {
     font-size: 18px;
     font-family: Arial, Helvetica, sans-serif;
     padding: 0 0 10px 0;
 }
 .popup .close {
     position: absolute;
     top: 10px;
     right: 10px;
     transition: all 200ms;
     font-size: 30px;
     font-weight: bold;
     text-decoration: none;
     color: #333;
 }
 .popup .close:hover {
     color: #ee1c25;
 }
 .popup .content {
     max-height: 480px;
     overflow-y: scroll
 }
 @media screen and (max-width: 700px) {
     .box {
         width: 84%;
     }
     .popup {
         width: 84%;
     }
 }
 /* Responsive Pop-Up Content */
 
 .pop-up-row {
     width: 100%;
     margin: 0px 0 0 0;
     padding: 10px 0 0 0;
 }
 .pop-up-col8 {
     width: 100%;
     float: left;
 }
 .pop-up-col4 {
     width: 100%;
     float: left;
 }
 .clear {
     clear: both;
 }
 .pop-up-card {
     float: left;
     margin-top: 10px;
 }
 .img-responsive {
     max-width: 100%;
     height: auto;
     display: block;
 }
 /* Small devices (tablets, 768px and up) */
 
 @media (min-width: 768px) {
     .content h2 {
         font-size: 20px;
         font-family: Arial, Helvetica, sans-serif;
         padding: 0 0 30px 0;
         font-weight: bold;
         color: #ee1c25;
     }
     .content h3 {
         font-size: 18px;
         font-family: Arial, Helvetica, sans-serif;
         padding: 10px 0 10px 0;
     }
     .popup .content {
         max-height: 30%;
         overflow: auto;
     }
     .pop-up-col8 {
         width: 66.66666667%;
         float: left;
     }
     .pop-up-col4 {
         width: 33.33333333%;
         float: left;
     }
     .pop-up-card {
         float: right;
     }
     .popup .close {
         right: 30px;
     }
 }


.DpsChart
{
    width: 480px;
    height: 480px;
}

.DpsInlineValidationText {
    white-space: pre-line;
    font-size: 12px;
    color: #ee1c25;
}

