/*----- Opayo Payment Page Templates Style Sheet - 09-APR-2009 -------*/


/* zero margins and padding */

* {
    margin: 0;
    padding: 0;
}

body {

    padding-bottom: 10px;
    font-family: Helvetica, Arial, Roboto;
    font-size: 12px;
    color : #65615e;
    /*	background-image:url(testbackground.gif); */
}

select {
    font-family: Helvetica, Arial, Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-align: left;
    width: 60px;
}


/* main document structure */

#pageWrapper {
    width: 670px;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF;
}

#pageWrapperLow {
    width: auto;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF;
}

#sagePayLogo {
    margin: 30px 20px 10px 0px;
}

#protxLogo {
    margin-top: 28px;
    vertical-align: top;
}

#vendorLogo {
    margin-top: 5px;
    float: right;
    clear: right;
}

#padlockContainer {
    font-family: Helvetica, Arial, Roboto;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    text-align: left;
    vertical-align: text-top;
    text-align:center;
}
#padlockimage {
    border: 0px none;
    vertical-align: middle;
}

#templateNavigation {
    margin: 10px;
    height: 25px;
    clear: both;
}
#backButton {
    float: left;
}
#proceedButton {
    float: right;
    clear: right;
}

#templateCancel {
    margin-top: 10px;
}
#templateCancel img {
    margin: 10px;
}

.sectionheader {
    padding: 25px 0px 12px 0px;
    font: 20px Helvetica, Arial, Roboto;
    color: #0C2074;
    text-align: left;
}
.popheader {
    color : #008469;
    font: bold 1.3em Helvetica, Arial, Roboto;
}

.noTopMargin {
    margin-top: 0px;
    padding-top: 0px;
}



/* Tables */

.formTable {
    margin-left: 10px;
    width: auto;
    border: 0px none;
    border-collapse: collapse;
}

.formTable td
{
    border-top: 1px solid #d3d3d3;
    border-right: 0px none;
    border-left: 0px none;
    border-bottom: 1px solid #d3d3d3;
    padding: 3px 10px 6px 3px;
    vertical-align: top;
}

.formTable .label {
    text-align: left;
    width: 150px;
    font: 14px Helvetica, Arial, Roboto;
    color:#575C53;
    white-space:nowrap;
}
.formTable .data {
    font: 14px Helvetica, Arial, Roboto;
    color:#575C53;
    width: auto;
}
.readonly .data {
    font-weight: bold;
}

.formTable .data input {
    font: 14px Helvetica, Arial, Roboto;
    color:#575C53;
    width: 210px;
}

.formTable .data select {
    font: 14px Helvetica, Arial, Roboto;
    color:#575C53;
    width: 210px;
}

.formTable .data input[type='checkbox'] {
    width: 20px;
}

.formTable .info {
    padding-top: 5px;
    font: 10px Helvetica, Arial, Roboto;
    color:#575C53;
    width: 480px;
}

#transactionDetails {
    font-size: 10px;
    font-weight: normal;
    color: #65615e;
}

#transactionDetails table {
    border: 0px none;
    border-collapse: collapse;
    margin: 0px 10px 10px 10px;
    background-color:#ffffff;
}

#transactionDetails td {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 0px none;
    border-left: 0px none;
    padding: 3px 10px 6px 3px;
    vertical-align: top;
}

#transactionDetails .label {

}

#transactionDetails .data {
    font-weight: bold;
}

#transactionDetails .data .total {
    font-size: 12px;
}

#shoppingBasket {
    font-size: 11px;
    color:#575C53;
}

#shoppingBasket thead {
    font-size: 10px;
    font-weight:bold;
    color: #A8B400;
}



/* Text */

p {
    font: 12px Helvetica, Arial, Roboto;
    color : #65615e;
    text-align:left;
    margin-bottom: 10px;
}

.indent {
    margin-left: 10px;
}

.errortext {
    color : #D80000;
    font-weight: bold;
}

.bodytextbold {
    color : #000000;
    font-weight: bold;
}

.bodybold {
    font-weight: bold;
}

.bodysmalltext {
    color : #65615e;
    font: 0.8em Helvetica, Arial, Roboto;
    text-align:left;
}

.bodysmalltextBold {
    color : #65615e;
    font: 0.8em Helvetica, Arial, Roboto;
    text-align:left;
    font-weight:bold;
    padding-left:5px;
}

.bodytextGreen {
    color : #69923A;
    text-align:left;
}

.bodytextOrange {
    color : #F2AF00;
    font: 0.8em Helvetica, Arial, Roboto;
    text-align:left;
}

.sagepayOrangeHeading {
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    color: #F2AF00;
    font-size: 16px;
}

.sagepaySmalltext {
    font-size: 10px;
}

.address {
    font-family: Helvetica, Arial, Roboto;
    font-size: 0.8em;
    font-weight: normal;
    color: #65615e;
    text-align:left
}

.copyright {
    font: 0.8em foco, Helvetica, Arial, Roboto;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    color: #0C2074;
    text-decoration: none;
}

.questiontext {
    font-weight: bold;
}

/* Hyperlinks */

.surcharge {

    font: 0.8em foco,Helvetica, Arial, Roboto;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    color: #D80000;
}

/* Buttons */

.btn, input[type="submit"] {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    padding: .55rem 1.1rem;
    -webkit-transition: color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), border 480ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), border 480ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), border 480ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 480ms cubic-bezier(0.215, 0.61, 0.355, 1), border 480ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 480ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
    min-width: 7.5rem;
    letter-spacing: .03rem;
    border-radius: .275rem;
    -webkit-box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0);
    box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0)
}

.btn:not(:disabled), .btn:not(.disabled),
input[type="submit"]:not(:disabled), input[type="submit"]:not(.disabled) {
    cursor: pointer
}

.btn:disabled, .disabled.btn,
input[type="submit"]:disabled, input[type="submit"].btn {
    pointer-events: none;
    opacity: 0.4;
    background-color: #a8a7a9;
    color: #fff;
    border-color: #9b9a9c
}

.btn:active,
input[type="submit"]:active {
    -webkit-transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), border 100ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), border 100ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), border 100ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 100ms cubic-bezier(0.215, 0.61, 0.355, 1), border 100ms cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 100ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 100ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.btn-primary, input[type="submit"] {
    color: #fff;
    background-color: #4a851f;
    border-style: solid;
    border-width: 1px;
    border-color: #4a851f
}

.btn-secondary {
    color: #fff;
    background-color: #6E6E6E;
    border-style: solid;
    border-width: 1px;
    border-color: #6E6E6E
}

.secured-by {
  background-color: #0c2074;
  text-align: right;
}