@charset "UTF-8";
/* ------------------------------------------------------------------------
 *				
 * 	SIPS, Worldline e-payment Services
 *  Main Styles
 *  12/2013
 *
 -------------------------------------------------------------------------*/

.extend-client::after {
    content: " Worldline";
}

/* --------------------------------------------------------------------------- */

/* -------------------------------- DEFAULT VALUES --------------------------- */

/* --------------------------------------------------------------------------- */

/* ------------------------------ RESET ---------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
article,
aside,
big,
cite,
code,
del,
dfn,
em,
font,
figure,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

/* --- FONT FACE DECLARATIONS --- */

@font-face {
    font-family: 'StagBook';
    src: url("stag-book-webfont.eot");
    /* IE9 Compat Modes */
    src: url("stag-book-webfont.eot?#iefix") format("embedded-opentype"), url("stag-book-webfont.woff") format("woff"), url("stag-book-webfont.ttf") format("truetype"), url("stag-book-webfont.svg#svgFontName") format("svg");
    /* Legacy iOS */
}

html {
    overflow-y: scroll;
}

article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
    font: 100%/1.3 Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    background: #FFF;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
}

h1 {
    display: inline-block;
}

h1 img {
    width: 100px;
}

h2 {
    font: 1.3em StagBook, "Lucida Bright", Georgia, serif;
    color: #00925e;
    background: transparent;
    margin: 2em 0 0.5em;
}

@media screen and (min-width: 1000px) {
    h2 {
        margin-top: 0;
    }
}

h3 {
    font: 1em StagBook, "Lucida Bright", Georgia, serif;
    color: #00925e;
    background: transparent;
    margin-bottom: 1em;
    clear: both;
}

p,
li,
dt,
dd {
    font-size: 0.75em;
}

ul,
ol {
    padding-left: 21px;
}

li {
    line-height: 1.3;
    padding: 3px 0;
}

li li {
    font-size: 100%;
}

li dt,
li dd {
    font-size: 100%;
}

td p,
td li {
    font-size: 100%;
}

p+ul {
    margin: 0.5em 0;
}

code {
    font-size: 120%;
}

a,
a:link {
    color: #000;
    background: transparent;
}

a:visited {
    color: #333333;
    background: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

abbr {
    border-bottom: 1px dashed #707070;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: none;
}

img {
    max-width: 100%;
    border: 0;
}

div.panel h3 {
    color: #FFF;
}

.customMessage1,
.customMessage2 {
    clear: both;
}

@media screen and (max-width: 1000px) {
    .mobile-hidden {
        display: none;
    }
    .mobile-invisible {
        position: absolute;
        left: -9999px;
    }
}

/* --------------------------------------------------------------------------- */

/* --------------------------------- WALLET ---------------------------------- */

/* --------------------------------------------------------------------------- */

#wallet_body aside {
    display: none;
}

#wallet_body #main:not(:only-child) {
    float: none;
}

#wallet_body #wrapper {
    padding: 1em 2% 2em;
}

#wallet_body #wrapperwallet {
    padding: 1em 2% 2em;
    position: relative;
}

#wallet_body ul.k-actions.on-list {
    width: auto;
}

#wallet_body .k-actions.on-list li {
    display: inline-block;
    margin-left: 5px;
    margin-top: 8%;
}

#wallet_body .k-choice legend {
    margin: 0.5em 0;
    padding: 0.5em 0;
    width: 100%;
}

#wallet_body .k-error-messages {
    margin-bottom: 1px;
    margin-top: 5px;
    text-align: left;
}

#wallet_body .k-confirm-messages {
    margin-bottom: 1px;
    margin-top: 5px;
    text-align: left;
}

#wallet_body .stressed {
    margin-left: 3%;
}

#wallet_body h1 {
    color: #00925e;
}

#wallet_body .paymentMeanBrandLogo {
    vertical-align: middle;
}

@media screen and (max-width: 1000px) {
    #wallet_body #wrapperwallet {
        padding: 0 2%;
    }
    #wallet_body #wrapper {
        padding: .5em 2% 2em;
    }
    #wallet_body div:not(.card-data)>.k-choice {
        margin-top: 1rem;
    }
    #wallet_body div.card-choice,
    #wallet_body div.currency-choice,
    #wallet_body div.currency-choice {
        margin-top: 0;
    }
    #wallet_body div:not(.card-data)>.k-choice>legend {
        color: #00925e;
        font: 1.3em StagBook, "Lucida Bright", Georgia, serif;
        margin-bottom: .5rem;
        padding: 0;
    }
    #wallet_body .method-choice a,
    #wallet_body .method-choice a:link,
    #wallet_body .method-choice a:visited {
        margin-bottom: 0;
    }
    #wallet_body .k-buttons-bar div.secondaryButtons a {
        margin: 1.5em .5em 0 .5em;
        padding: 0;
    }
    #wallet_body .bt-reset {
        margin: .5em 0;
    }
}

@media screen and (max-width: 767px) {
    #wallet_body div.card-choice p,
    #wallet_body div.currency-choice p,
    #wallet_body div.currency-choice p {
        padding: 1em .25em 1em .5em;
    }
    #wallet_body div.card-choice strong:not(.stressed),
    #wallet_body div.currency-choice strong:not(.stressed),
    #wallet_body div.currency-choice strong:not(.stressed) {
        display: block;
        padding-top: 1em;
    }
}

@media screen and (max-width: 475px) {
    #wallet_body .method-choice li {
        padding: 0 5%;
    }
}

/* --------------------------------------------------------------------------- */

/* ----------------------------- PAGE STRUCTURE ------------------------------ */

/* --------------------------------------------------------------------------- */

#container {
    max-width: 1366px;
    min-width: 300px;
    margin: 0 auto;
}

header[role=banner] {
    position: relative;
    padding: 0 5%;
    margin: 0 auto;
    border-bottom: 2px solid #FFF;
}

header[role=banner] h1::before {
    content: url(../images/logo.svg);
}

header {
    background: #eeeeee;
}

#wrapper {
    position: relative;
    background: #FFF;
    padding: 1em 0;
}

@media screen and (max-width: 1000px) {
    #wrapper {
        padding: 0;
    }
}

#wrapper::after {
    display: block;
    clear: both;
    content: "";
}

#main,
aside[role=complementary] {
    clear: both;
    width: 90%;
    max-width: 1024px;
    min-width: 220px;
    padding: 0 5%;
    margin: 0 auto;
}

#main {
    padding-top: 0em;
}

#main+aside[role=complementary] {
    padding-top: 0em;
}

/*--- FOOTER ---*/

footer[role=contentinfo] {
    display: table;
    width: 100%;
    clear: both;
    color: #000;
    background: #FFF;
    padding: 10px 0;
    border-top: 2px solid #00925e;
}

footer[role=contentinfo] p {
    font-size: 0.55em;
    text-align: center;
}

footer[role=contentinfo] p:nth-child(2) {
    margin: 0.5em 0 1em;
}

footer[role=contentinfo] p.secured-by {
    /*background: url(../images/logo_securedby.svg) no-repeat center center;
    padding-top: 3em;*/
}

p.baseline {
    font-weight: bold;
    color: #00925e;
    background: transparent;
    margin-bottom: 5px;
}

p.k-copyright {
    color: #707070;
    background: transparent;
}

@media screen and (min-width: 1000px) {
    #wrapper {
        padding: 1em 5% 2em;
    }
    #main:not(:only-child),
    aside[role=complementary] {
        clear: none;
        min-width: 0;
        padding: 5.5em 0 0;
    }
    #main:not(:only-child) {
        float: right;
        width: 65%;
    }
    aside[role=complementary] {
        float: left;
        width: 30%;
        background: #f3f3f3;
        padding: 0;
        margin-top: 5.5em;
    }
    #main+aside[role=complementary] {
        padding-top: 0;
    }
    footer[role=contentinfo] {
        display: table;
        width: 100%;
    }
    footer[role=contentinfo] p {
        display: table-cell;
        width: 30%;
        text-align: left;
        vertical-align: top;
        padding: 0 1em;
    }
    footer[role=contentinfo] p:nth-child(2) {
        width: auto;
        text-align: center;
        margin: 0;
    }
    footer[role=contentinfo] p:last-child {
        width: 30%;
        text-align: right;
    }
}

#main h2 {
    margin-top: 0;
    float: left;
}

@media screen and (min-width: 1000px) {
    #main h2 {
        margin-top: 0;
    }
}

aside[role=complementary] {
    overflow: hidden;
}

/* --------------------------------------------------------------------------- */

/* --------------------------------- FORMS ----------------------------------- */

/* --------------------------------------------------------------------------- */

/* --- DEFAULTS --- */

fieldset {
    clear: both;
    margin-bottom: 1em;
}

@media screen and (max-width: 650px) {
    fieldset {
        margin-bottom: 0;
    }
}

fieldset p {
    padding: 0.5em 0;
    margin: 0.5em 0;
    border-top: 1px solid #00925e;
}

@media screen and (max-width: 1000px) {
    fieldset p {
        border-top: none;
    }
}

legend {
    font-size: 0.85em;
    font-weight: bold;
    color: #000;
    background: transparent;
    padding: 0 0 1em;
}

label {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

@media screen and (max-width: 1000px) {
    #captureCardForm>fieldset>legend,
    #walletSelectionForm>fieldset>legend {
        color: #00925e;
        font: 1.3em StagBook, "Lucida Bright", Georgia, serif;
    }
    #walletSelectionForm>fieldset>legend {
        margin-top: 0;
    }
}

/* General inputs */

input {
    font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0.3em;
    margin: 0 0 5px 0;
    border: 1px solid #707070;
    border-radius: 3px;
    box-shadow: none;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

input[type=checkbox],
input[type=radio] {
    background: #FFF;
    border: none;
    vertical-align: -0.2em;
}

input:focus,
select:focus,
textarea:focus {
    background: #F2F2F2;
    border: 1px solid #00925e;
    box-shadow: 0 0 3px #00925e;
}

input[type=text]:disabled,
input[type=text]:disabled:hover {
    font-style: italic;
    color: #000;
    background: #CCC;
    border-color: #CCC;
    cursor: default;
}

select {
    font-size: 120%;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #707070;
}

textarea {
    font-size: 120%;
    padding: 0 0 2px 2px;
    border-radius: 3px;
    border: 1px solid #707070;
}

[placeholder] {
    font-style: italic;
}

/* Input comments */

input:focus+[role="tooltip"] {
    display: block;
}

[role="tooltip"] {
    display: none;
    line-height: 1.1;
    color: #FFF;
    background: #2cffb4;
    padding: 0.4em 0.6em 0.4em;
    border-radius: 3px;
    margin: 0 0 0.5em;
}

/* --------- BUTTONS BAR --------- */

.k-buttons-bar {
    clear: both;
    text-align: center;
    padding: 2em 0 0;
    border: none;
}

.k-buttons-bar li {
    display: inline;
    font-size: 0.95em;
    list-style-type: none;
}

.k-buttons-bar p {
    display: inline;
    float: right;
}

.k-buttons-bar div.secondaryButtons {
    font-size: 0.70em;
    display: inline;
}

.k-modal .k-buttons-bar .bt-reset {
    margin: .5em 0;
}

@media screen and (max-width: 1000px) {
    .k-buttons-bar {
        padding: 0;
    }
    .k-buttons-bar p {
        float: right;
    }
    .k-buttons-bar div.secondaryButtons {
        float: right;
        font-size: 0.7em;
    }
    .k-buttons-bar a[role="button"].k-print {
        display: none;
    }
}

/* Submit actions */

input[type=button],
input[type=submit] {
    display: inline-block;
    font-size: 130%;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    background-color: #00925e;
    padding: 0.4em 1.3em 0.5em;
    margin: 0.5em;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/*hover*/

input[type=button]:hover,
input[type=submit]:hover {
    color: #FFF;
    background-color: #00925e;
}

/*focus*/

input[type=button]:focus,
input[type=submit]:focus {
    color: #FFF;
    background-color: #00925e;
}

/* Optional actions */

input[type=button].optional,
input[type=submit].optional {
    color: #FFF;
    background-color: #707070;
}

/*hover*/

input[type=button].optional:hover,
input[type=submit].optional:hover {
    color: #FFF;
    background-color: #00925e;
}

/*focus*/

input[type=button].optional:focus,
input[type=submit].optional:focus {
    color: #FFF;
    background-color: #00925e;
}

/* Disabled actions */

input[type=submit]:disabled,
input[type=button]:disabled {
    text-shadow: none;
    color: #707070;
    background-color: #CCC;
    box-shadow: none;
    cursor: default;
}

input[readonly] {
    border: none;
}

/* Reset Actions */

input[type=button].reset,
input[type=reset] {
    display: inline-block;
    font-size: 130%;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    background-color: #707070;
    padding: 0.4em 1.3em 0.5em;
    margin: 0.5em;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* Hover/Focus */

input[type=button].reset:hover,
input[type=reset]:hover,
a.k-button.reset:hover {
    color: #FFF;
    background-color: #00925e;
}

input[type=button]:focus,
input[type=reset]:focus,
a.k-button.reset:focus {
    color: #FFF;
    background-color: #00925e;
}

@media screen and (max-width: 1000px) {
    .secondaryButtons a.bt-reset {
        background: none;
        box-shadow: none;
        text-shadow: none;
        color: #000;
        text-decoration: underline;
        font-size: 100%;
        padding-top: 1em;
    }
    .secondaryButtons a.bt-reset:hover {
        background: none;
        color: #000;
    }
}

/* --------- LINK BUTTONS --------- */

a[role=button],
a[role=button]:link,
a[role=button]:visited,
a.bt-submit,
a.bt-reset {
    display: inline-block;
    font-size: 130%;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    background-color: #707070;
    padding: 0.4em 1.5em;
    margin: 0.5em;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

a.bt-submit,
a.bt-submit:link,
a.bt-submit:visited {
    color: #FFF;
    background-color: #00925e;
}

a[role=button]:hover,
a.bt-submit:hover,
a.bt-reset:hover {
    color: #FFF;
    background-color: #00925e;
}

/* ------------------------- FOR TOUCH EVENTS ------------------------------- */

html.flexNav-touch input:not([type=submit]),
html.flexNav-touch input:not([type=reset]),
html.flexNav-touch select,
html.flexNav-touch textarea {
    font-size: 130%;
    max-width: 83%;
}

/* -------------------------- ERROR FIELD WITH COMMENT --------------------- */

.has-error input,
.has-error select {
    /* Field error */
    color: #FFF;
    background-color: #C00;
}

.has-error .help-block {
    /* Contextual field error message */
    display: block;
    font-size: 90%;
    color: #C00;
    background: transparent;
    vertical-align: 4px;
    margin-top: .5em;
    padding: 0 0 0 5px;
    border: none;
}

.has-error .help-block:before {
    /* Warning logo */
    content: "⚠ ";
    font-size: 120%;
    vertical-align: top;
}

/* -------------------------- CONFIRMATION MESSAGES ------------------------ */

.k-confirm-messages {
    clear: both;
    text-align: center;
    color: #363;
    background-color: rgba(207, 237, 214, 0.3);
    background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(207, 237, 214, 0.4) 5px, rgba(207, 237, 214, 0.4) 20px);
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(207, 237, 214, 0.4) 5px, rgba(207, 237, 214, 0.4) 20px);
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(207, 237, 214, 0.4) 5px, rgba(207, 237, 214, 0.4) 20px);
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(207, 237, 214, 0.4) 5px, rgba(207, 237, 214, 0.4) 20px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(207, 237, 214, 0.4) 5px, rgba(207, 237, 214, 0.4) 20px);
    padding: 0.5em;
    margin: 1.5em 0;
}

.k-confirm-messages h3 {
    color: #363;
    background: rgba(207, 237, 214, 0.5);
    margin: 0 0 0.5em;
}

.k-confirm-messages h3::before {
    content: "\2611 \00A0 ";
    font-size: 150%;
}

.k-confirm-messages .content {
    background: rgba(207, 237, 214, 0.5);
    padding: 0.5em;
}

.k-confirm-messages p {
    display: block;
    font-size: 1.1em;
}

.k-confirm-messages li {
    list-style-position: inside;
    font-size: 1.1em;
}

/* -------------------------- ERROR MESSAGES ------------------------ */

.k-error-messages {
    clear: both;
    text-align: center;
    color: #C00;
    background-color: #FFF;
    background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    padding: 0.5em;
    margin-bottom: 2em;
}

.k-error-messages h3 {
    font-size: 1.5em;
    color: #C00;
    background: rgba(243, 214, 214, 0.5);
    padding: 0.5em;
    margin: 0 0 0.5em;
}

.k-error-messages h3::before {
    display: block;
    content: "\26A0 \00A0 ";
    font: 2em "DejaVu Sans", StagBook, "Lucida Bright", Georgia, serif;
}

.k-error-messages .content {
    background: rgba(243, 214, 214, 0.5);
    padding: 0.5em;
}

.k-error-messages p {
    display: block;
    font-size: 1.1em;
}

.k-error-messages li {
    list-style-position: inside;
    font-size: 1.1em;
}

/* -------------------------- GROUP OF CHOICES ------------------------ */

/* In a fieldset */

.k-choice {
    margin-top: 0.5em;
}

.k-choice legend {
    width: 100%;
    font-size: 0.75em;
    padding: 0.5em 0;
    margin: 0.5em 0;
    border-top: 1px solid #00925e;
}

@media screen and (max-width: 1000px) {
    .k-choice {
        margin-top: 0;
    }
    .k-choice legend {
        border-top: none;
    }
}

.k-choice label {
    display: inline-block;
    font-weight: normal;
    padding: 0;
}

.k-choice label+label {
    padding-left: 1em;
}

.k-choice p {
    padding: 0;
    margin-top: 0;
    border: none;
}

.k-choice p>img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    margin-right: 1em;
}

/* Exceptions to paragraphs */

p.k-choice {
    background: #FFF;
    padding: 0.5em 1em;
    margin: 1em 5%;
}

/* --------------- CONTEXTUAL HELP ---------------- */

a[role=button].k-field-help,
a[role=button]:link.k-field-help,
a[role=button]:visited.k-field-help {
    display: inline-block;
    color: #FFF;
    background: #00925e;
    padding: 0;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
    width: 27px;
    height: 27px;
}

a[role=button].k-field-help img,
a[role=button]:link.k-field-help img,
a[role=button]:visited.k-field-help img {
    vertical-align: bottom;
}

a[role=button].k-field-help:focus {
    box-shadow: 0 0 5px #A40800;
}

/* ------------ MEDIA QUERIES ------------ */

@media screen and (min-width: 650px) {
    .k-buttons-bar {
        clear: none;
        text-align: right;
    }
}

/* --------------------------------------------------------------------------- */

/* ----------------------------------- TABLES -------------------------------- */

/* --------------------------------------------------------------------------- */

/* --- Payment schedule --- */

#instalmentSchedule {
    position: relative;
    padding-top: 2em;
    top: 1.7em;
    background-color: #00925e;
}

#instalmentSchedule .contentTab {
    max-height: 239px;
    overflow: auto;
    margin-bottom: 2.2em;
}

#instalmentSchedule table {
    width: 100%;
}

#instalmentSchedule caption {
    font-size: 75%;
    position: absolute;
    top: -1.7em;
    width: 100%;
    text-align: center;
}

#instalmentSchedule th.amount {
    min-width: 80px;
    width: 20%;
}

#instalmentSchedule th.period {
    min-width: 90px;
    width: 30%;
}

#instalmentSchedule th.amount div {
    min-width: 80px;
    width: 17.5%;
}

#instalmentSchedule th.period div {
    min-width: 90px;
    width: 27.5%;
}

#instalmentSchedule th.ref div {
    width: 44%;
}

#instalmentSchedule th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
}

#instalmentSchedule th div {
    position: absolute;
    top: 0;
    font-size: 95%;
    color: white;
    font-weight: normal;
    font-family: StagBook, "Lucida Bright", Georgia, serif;
    text-align: center;
    padding: .5% 1%;
    white-space: normal;
    line-height: 1em;
}

#instalmentSchedule+div {
    font-size: 0.75em;
}

caption.plotters {
    position: absolute;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

@media screen and (min-width: 480px) {
    #instalmentSchedule th div {
        line-height: .9em;
    }
}

#instalmentSchedule td {
    background-color: #f3f3f3;
    font-size: 70%;
    padding: .2em 1%;
    text-align: center;
    white-space: nowrap;
}

#instalmentSchedule td:first-child {
    text-align: right;
}

#instalmentSchedule tr {
    border-top: 1px solid gray;
}

#instalmentSchedule tr:first-child {
    border-top: none;
}

#instalmentSchedule td {
    border-left: 1px solid #DDDDDD;
}

#instalmentSchedule td:first-child {
    border-left: none;
}

@media screen and (min-width: 375px) {
    #instalmentSchedule th.ref div {
        width: 47%;
    }
}

@media screen and (min-width: 425px) {
    #instalmentSchedule th.ref div {
        width: 48%;
    }
}

@media screen and (min-width: 480px) {
    #instalmentSchedule .contentTab {
        max-height: 256px;
    }
    #instalmentSchedule th.ref div {
        width: 48%;
    }
    #instalmentSchedule th div {
        font-size: 0.95em;
    }
    #instalmentSchedule td {
        font-size: 0.75em;
    }
}

@media screen and (min-width: 800px) {
    #instalmentSchedule th div {
        padding: .45em 1%;
    }
}

/* --------------------------------------------------------------------------- */

/* --------------------------------- EDITORIAL ------------------------------- */

/* --------------------------------------------------------------------------- */

/* -------- ARTICLES -------- */

article.k-article h2 {
    font-size: 2em;
    margin-bottom: 2em;
}

article.k-article h3 {
    font: 1.6em/1.2 StagBook, "Lucida Bright", Georgia, serif;
    margin: 1.5em 0 1em;
}

article.k-article p {
    font-size: 0.7em;
    line-height: 1.5;
    margin-bottom: 0.8em;
}

article.k-article li {
    font-size: 0.7em;
}

article.k-article li li {
    font-size: 100%;
}

article.k-article dl {
    margin: 1em;
}

article.k-article dt {
    font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}

article.k-article dt,
article.k-article dd {
    font-size: 0.7em;
    line-height: 1.5;
}

article.k-article .content {
    max-width: 45em;
}

/* -------- FOOTNOTES -------- */

section.footnote {
    float: left;
    width: 100%;
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px dotted #707070;
}

section.footnote p {
    font-size: 0.6em;
    color: #555;
    background: #FFF;
    margin: 0 0.5em 0.8em;
}

/* --------------------------------------------------------------------------- */

/* ----------------------------- PAYMENT MODULE ------------------------------ */

/* --------------------------------------------------------------------------- */

/* ---- GENERAL ---- */

/* ---- TRANSACTION DATA FORM ---- */

#captureCardForm {
    position: relative;
    margin-top: 1em;
}

#captureCardForm div.card-data {
    border-top: 1px solid #00925e;
    margin-top: .4em;
}

@media screen and (max-width: 1000px) {
    #captureCardForm div.card-data {
        border-top: none;
        margin-top: 0;
    }
}

@media screen and (min-width: 650px) {
    #captureCardForm div.card-data {
        float: left;
        width: 48%;
        min-width: 316px;
    }
}

@media screen and (min-width: 650px) {
    #captureCardForm div.conditional {
        float: none;
        width: 48%;
        min-width: 316px;
    }
}

@media screen and (min-width: 740px) {
    #captureCardForm div.conditional {
        float: right;
        padding: 0;
        margin-top: .4em;
    }
}

@media screen and (min-width: 1000px) {
    #captureCardForm div.conditional {
        float: none;
        margin: 0;
    }
}

@media screen and (min-width: 1120px) {
    #captureCardForm div.conditional {
        float: right;
        margin-top: .4em;
    }
}

#captureCardForm div.conditional .k-choice {
    margin-bottom: 0;
}

#captureCardForm div.conditional #aliasBlock {
    margin: 0;
}

@media screen and (min-width: 1000px) {
    #captureCardForm {
        margin-top: 0;
    }
}

#captureCardForm div.card-data p:first-child {
    border-top: none;
}

@media screen and (min-width: 650px) {
    #captureCardForm #aliasBlock {
        width: 95%;
        padding: 0.5em 2.5% 0 0;
        margin-top: 0em;
    }
    #captureCardForm fieldset.k-choice {
        margin: 0;
    }
    #captureCardForm fieldset.k-choice legend {
        margin-top: 0;
    }
}

#captureCardForm .k-buttons-bar {
    padding: 0;
}

#aliasBlock {
    color: #000;
    padding: 0.5em 0.8em 0 0;
    border: none;
}

#threeDsBefore {
    display: none;
}

/* Fields */

#cvvfield {
    width: 2.2em;
}

#cardNumberField {
    width: 15em;
    margin-right: .5em;
}

@media screen and (max-width: 1000px) {
    #cardNumberField {
        width: 13em;
    }
}

a.k-field-help svg {
    vertical-align: middle;
    height: 26px;
    width: 26px;
}

/* Method of payment */

a.method-choice-CB {
    display: inline-flex;
    margin: 0.5em 0;
    border: 1px solid #cccccc;
    text-decoration: none;
}

a.method-choice-CB:hover,
a.method-choice-CB:focus,
a.method-choice-CB:active {
    border: 1px solid #a40800;
}

.method-choice-CB ul {
    list-style-type: none;
    padding: 0 10px;
    overflow: hidden;
}

.method-choice-CB ul li {
    float: left;
    text-align: center;
    padding: 0;
    height: 72px;
    line-height: 72px;
    width: 87px;
}

.method-choice-CB ul li img {
    vertical-align: middle;
}

.method-choice {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.method-choice li {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
}

.method-choice a,
.method-choice a:link,
.method-choice a:visited {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 10px 0;
    margin: 0 1% 1rem 0;
    border: 1px solid #CCC;
    cursor: pointer;
    text-decoration: none;
}

.method-choice a img,
.method-choice a:link img,
.method-choice a:visited img {
    margin: 0 auto;
}

.method-choice a:hover {
    border: 1px solid #A40800;
}

.method-choice input {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -8px;
}

.method-choice input[type=checkbox]:focus,
.method-choice input[type=radio]:focus {
    outline: none;
}

.method-choice table {
    height: 100%;
}

.method-choice td {
    vertical-align: middle;
}

/* ---- SAFETY INFO ---- */

div.safety-info {
    padding: 1em 5% 0;
    margin-bottom: 1em;
}

p.threeDSLogo {
    text-align: center;
    padding-top: 1em;
}

@media screen and (min-width: 650px) {
    p.threeDSLogo {
        text-align: left;
    }
}

p.threeDSLogo img {
    width: auto !important;
    height: 30px;
    margin-right: 1em;
}

/* ---- CRYPTOGRAMS - PRESENTATION OF CARDS ---- */

#crypto-info ul.list-images {
    margin-top: 2em;
}

#crypto-info ul.list-images li {
    position: relative;
}

#crypto-info ul.list-images li:nth-child(1) {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#crypto-info ul.list-images li:nth-child(2) {
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    top: -20px;
    z-index: 30;
}

#crypto-info ul.list-images li:nth-child(3) {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: -30px;
    z-index: 35;
}

#cvvHelpText {
    display: none;
}

@media screen and (min-width: 570px) {
    ul.list-images li {
        width: 50%;
    }
}

@media screen and (min-width: 970px) {
    #crypto-info ul.list-images {
        float: left;
        width: 100%;
        margin: 2em 0;
    }
    #crypto-info ul.list-images li {
        position: static;
        float: left;
        width: 30%;
        margin: 0 10px;
    }
    #crypto-info ul.list-images li:nth-child(1) {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    #crypto-info ul.list-images li:nth-child(2) {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    #crypto-info ul.list-images li:nth-child(3) {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

/* ---- CARD CHOICE FORM ---- */

.walletPaymentMeansLogos {
    display: none;
}

#walletSelectionForm {
    position: relative;
}

#walletSelectionForm legend {
    border: none;
    border-bottom: 1px solid #00925e;
}

#walletSelectionForm strong:not(.stressed) {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    padding-left: 1.5em;
}

#wallet_body strong:not(.stressed) {
    font-weight: normal;
    line-height: 1.5;
    padding-left: 1.5em;
}

div.card-choice,
div.currency-choice {
    padding: 0.3em;
    margin-top: 1em;
    border: 1px solid #CCC;
}

div.card-choice p,
div.currency-choice p {
    min-height: 4.6em;
    color: #000;
    background: #EEE;
    padding: 1.2em 3.5em 1.2em 0.7em;
}

div.card-choice p.crypto-data,
div.currency-choice p.crypto-data,
div.card-choice p.info-data,
div.currency-choice p.info-data {
    min-height: 0;
    background: transparent;
    padding: 0.7em 0 0 2em;
}

div.card-choice p.crypto-data input,
div.currency-choice p.crypto-data input,
div.card-choice p.info-data input,
div.currency-choice p.info-data input {
    width: 2em;
}

div.card-choice .inline-thumb,
div.currency-choice .inline-thumb {
    vertical-align: bottom;
}

div.card-data p:first-child {
    border-top: none;
}

@media screen and (max-width: 768px) {
    #walletSelectionForm legend {
        border-bottom: 0;
    }
}

@media screen and (max-width: 649px) {
    #walletSelectionForm div.card-choice p,
    #walletSelectionForm div.currency-choice p,
    #walletSelectionForm div.currency-choice p {
        padding: 1.2em 0.7em;
    }
    #walletSelectionForm strong:not(.stressed) {
        padding-left: 0;
    }
    /*
   #walletSelectionForm ul.k-actions.on-list {
       bottom: 4px;
       right: -3px;
       top: auto;
       width: 5em;
   }
  */
    #walletSelectionForm ul.k-actions.on-list li {
        float: left;
    }
}

@media screen and (min-width: 650px) {
    #walletSelectionForm ul.k-actions.on-list {
        width: auto;
    }
    #walletSelectionForm ul.k-actions.on-list li {
        display: inline-block;
    }
    #walletSelectionForm strong:not(.stressed) {
        display: inline;
    }
    div.card-choice p,
    div.currency-choice p {
        min-height: 0;
    }
}

@media screen and (max-width: 475px) {
    #no_wallet_management_body .card-choice p .selectCard strong:not(.stressed),
    #no_wallet_management_body div.currency-choice p .selectCard strong:not(.stressed),
    #no_wallet_management_body div.currency-choice p .selectCard strong:not(.stressed),
    #no_wallet_management_body div.currency-choice p .selectCard strong:not(.stressed),
    #no_wallet_management_body div.currency-choice p .selectCard strong:not(.stressed) {
        padding-top: 1em;
    }
    #no_wallet_management_body .card-choice p input,
    #no_wallet_management_body div.currency-choice p input,
    #no_wallet_management_body div.currency-choice p input,
    #no_wallet_management_body div.currency-choice p input,
    #no_wallet_management_body div.currency-choice p input {
        vertical-align: top;
    }
}

@media screen and (max-width: 320px) {
    #no_wallet_management_body .card-choice p .selectCard,
    #no_wallet_management_body div.currency-choice p .selectCard,
    #no_wallet_management_body div.currency-choice p .selectCard,
    #no_wallet_management_body div.currency-choice p .selectCard,
    #no_wallet_management_body div.currency-choice p .selectCard {
        width: 85%;
    }
}

#change-card-data p+p {
    margin-top: 1rem;
}

/* ----------------------- MODIF NAME CARD ------------------------*/

div[id$="-edit"] .content form .k-buttons-bar input[type="submit"],
div[id$="-delete"] .content form .k-buttons-bar input[type="submit"] {
    float: right;
}

@media screen and (max-width: 1000px) {
    div[id$="-edit"] .content form p span {
        display: block;
    }
    div[id$="-edit"] .content form .k-buttons-bar,
    div[id$="-delete"] .content form .k-buttons-bar {
        margin-top: 1rem;
    }
}

/* ----------------------- CURRENCY CHOICE FORM ------------------- */

#currencySelectionForm {
    position: relative;
    padding-top: 10px;
}

#currencySelectionForm fieldset.k-choice legend {
    padding-top: 2rem;
    border: none;
}

#currencySelectionForm fieldset.k-choice label {
    display: block;
}

.warningDcc {
    font-size: 0.8em;
}

.amountDcc {
    float: right;
}

/* ----------------------- KEY PAD WIDGET ------------------- */

.inlineKeypad {
    background-color: #eeeeee;
}

.inlineKeypad legend {
    width: 100%;
    background-color: #FFFFFF;
    font-size: 0.75em;
    padding: 1em 0;
}

.inlineKeypad #cardNumberField {
    padding-right: 3.5em;
    width: 11.5em;
}

.keypad-row {
    text-align: center;
    background: #EEE;
    padding: .3em 1em;
    border-bottom: 4px solid #eeeeee;
}

.keypad-row button {
    font-size: 130%;
    width: 1.819em;
    height: 1.8971em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    background-color: #eeeeee;
    padding: 0.3em 0.5em;
    margin: 0.5em;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    right: 0;
}

.keypad-row button:hover {
    color: #FFF;
    background-color: #00925e;
}

@media screen and (min-width: 834px) and (max-width: 999px) {
    .keypad-row {
        padding: .3em 9.3%;
    }
}

@media screen and (min-width: 650px) and (max-width: 833px) {
    .keypad-row {
        padding: .3em 8%;
    }
}

@media screen and (min-width: 543px) and (max-width: 649px) {
    .keypad-row {
        padding: .3em 20%;
    }
}

@media screen and (min-width: 499px) and (max-width: 542px) {
    .keypad-row {
        padding: .3em 15%;
    }
}

@media screen and (min-width: 427px) and (max-width: 500px) {
    .keypad-row {
        padding: .3em 11%;
    }
}

.keypad-row::after {
    position: relative;
    left: 50%;
    top: 12px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: #eeeeee;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cardNumberBlock {
    text-align: center;
    background: #EEE;
    border: none;
    display: inline-block;
    font-size: .75em;
    text-align: left;
    padding: .5em 0 .5em .5em;
    margin-bottom: .5em;
    position: relative;
}

#cardNumberBlock div {
    position: relative;
}

#cardNumberBlock button#unDoKeyPadButton {
    right: 2.2em;
    width: 1.8em;
}

#cardNumberBlock button#clearKeyPadButton {
    width: 1.65em;
}

#cardNumberBlock button {
    background: #CCC;
    position: absolute;
    right: .5em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 1.8em;
}

#cardNumberBlock button img {
    vertical-align: bottom;
}

#card-owner {
    width: 15rem;
}

/* ---------------------- CAPTCHA ---------------------- */

#captcha-block legend {
    width: 100%;
    font-size: 0.75em;
    padding: 0.5em 0;
    margin: 0 0 0.5em;
    border-top: 1px solid #00925e;
}

#captcha-block legend+p {
    border: none;
}

#captchaField img {
    display: block;
    vertical-align: bottom;
    margin-bottom: 0.5rem;
}

#captchaField_input {
    width: 5em;
}

#refreshCaptchaImg {
    vertical-align: middle;
}

.error-banner {
    font-size: 0.9em;
    font-weight: bold;
    color: #F00;
    border: 1px solid #F00;
    padding: 15px 10px 15px 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    clear: both;
}

/* --------------------------------------------------------------------------- */

/* ---------------------------------- UTILITIES ------------------------------ */

/* --------------------------------------------------------------------------- */

/* ---- VENDOR LOGO ----- */

p.vendor {
    background: #FFF;
    padding-bottom: 1rem;
}

/* ---- MULTIPLE STEPS ----- */

ol.k-form-steps {
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    flex-flow: row;
    -webkit-flex-flow: row;
    flex-direction: row;
    position: relative;
    clear: both;
    counter-reset: step;
    padding: 0;
    margin: 2em 0 0;
}

ol.k-form-steps li {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    list-style-type: none;
    font: 0.65em/1 StagBook, "Lucida Bright", Georgia, serif;
    text-align: center;
    color: #b3b3b3;
    background: #EEE;
    padding: 0.5em 0.7em;
    margin: 10px 5px 0 0;
}

ol.k-form-steps li::before {
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em;
    font-size: 1.3em;
    content: counter(step);
    counter-increment: step;
    text-align: center;
    color: #EEE;
    background: #cccccc;
    margin: 0 auto 5px;
    border-radius: 1.5em;
    vertical-align: middle;
}

ol.k-form-steps li.past {
    color: #00925e;
    background: #EEE;
}

ol.k-form-steps li.past::before {
    color: #EEE;
    background: #00925e;
}

ol.k-form-steps li.active {
    color: #A40800;
    border: 1px solid #EEE;
}

ol.k-form-steps li.active::before {
    color: #EEE;
    background: #A40800;
}

@media screen and (min-width: 520px) {
    ol.k-form-steps li {
        font-size: 0.95em;
    }
}

@media screen and (min-width: 1000px) {
    ol.k-form-steps {
        margin: 0 0 2em;
    }
    ol.k-form-steps li {
        margin-top: 0;
    }
}

/* Exception */

#main:only-child ol.k-form-steps {
    margin-top: -1em;
}

/* ------- MODAL ------- */

.k-modal {
    float: left;
    width: 90%;
    padding: 2em 5% 1em;
    margin: 2em 0;
    border: 1px solid #00925e;
}

.k-modal .modal-body .k-buttons-bar {
    display: none;
}

.k-modal .modal-body p.close {
    display: none;
}

.k-modal .overlay {
    display: none;
    position: absolute;
    display: block;
    float: none;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 1001;
}

.k-modal .content form p img {
    display: inline-block;
    width: 45px;
    margin-bottom: 5px;
    margin-right: 1em;
    vertical-align: middle;
}

.k-modal.active {
    position: absolute;
    display: block;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.7);
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1000;
}

.k-modal.active .overlay {
    display: block;
    width: 100%;
    height: 100%;
}

.k-modal.active .modal-body {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 90%;
    background: #FFF;
    margin-left: -45%;
    border-radius: 5px;
    box-shadow: 0 0 3px #000;
    z-index: 1010;
}

.k-modal.active .modal-body h3 {
    padding: 1rem 1rem;
    margin: 0;
}

.k-modal.active .modal-body div.content {
    padding: 1rem;
}

.k-modal.active .modal-body>p {
    font-size: 0.65em;
    line-height: 1.5;
}

.k-modal.active .modal-body ul.list-images {
    margin: 1em 10% 0;
}

.k-modal.active .modal-body .k-buttons-bar {
    display: block;
    padding: 0;
}

.k-modal.active .modal-body p.close {
    display: block;
    position: absolute;
    top: -10px;
    right: -1.2em;
    width: auto;
    font-size: 1em;
}

.k-modal.active .modal-body p.close a,
.k-modal.active .modal-body p.close a:link,
.k-modal.active .modal-body p.close a:visited {
    display: block;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    color: #FFF;
    background: #A40800;
    text-decoration: none;
    border-radius: 2.2em;
}

@media screen and (min-width: 650px) {
    .k-modal.active .modal-body {
        width: 70%;
        margin-left: -35%;
    }
    .k-modal.active .modal-body h3 {
        font-size: 1.5em;
    }
    .k-modal.active .modal-body>p {
        font-size: 0.85em;
    }
}

.b-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(128, 128, 128, 0.7);
}

.b-modal .modal-body {
    position: absolute;
    left: 0;
    right: 0;
    width: 90vw;
    max-width: 800px;
    background-color: #FFF;
    padding: 0;
    margin: 5vh auto;
    z-index: 2010;
    border-radius: 5px;
}

.b-modal .modal-body>div.content {
    box-sizing: border-box;
    max-height: 90vh;
    padding: 1rem;
    overflow-y: auto;
}

.b-modal .modal-body p.close {
    position: absolute;
    top: -0.55rem;
    right: -0.55rem;
    font-size: 0.8em;
    width: 2.2em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-modal .modal-body p.close a,
.b-modal .modal-body p.close a:link,
.b-modal .modal-body p.close a:visited {
    display: block;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    color: #FFF;
    background: #A40800;
    text-decoration: none;
    border-radius: 2.2em;
}

.b-modal .modal-body a {
    font-size: 0.75em;
    color: #00925e;
}

.b-modal .modal-body h3 {
    padding: 1rem 1rem;
    margin: 0;
    font-size: 1.1em;
}

.b-modal .modal-body h4 {
    font-size: 1em;
    color: #000;
    background-color: #FFF;
    margin-bottom: 0.5em;
}

.b-modal .modal-body table {
    font-size: 0.75em;
    text-align: left;
}

.b-modal .modal-body th,
.b-modal .modal-body td {
    border: 1px solid;
    padding: 2px;
}

.b-modal .modal-body>p {
    font-size: 0.65em;
    line-height: 1.45;
}

.b-modal .modal-body ul.list-images {
    margin: 1em 10% 0;
}

.b-modal .modal-body .k-buttons-bar {
    display: block;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .b-modal .modal-body td::before {
        content: attr(data-head);
    }
}

.b-modal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-modal .content form p img {
    display: inline-block;
    width: 45px;
    margin-bottom: 5px;
    margin-right: 1em;
    vertical-align: middle;
}

.b-modal.active {
    display: block;
}

button.discrete {
    text-decoration: underline;
    font-size: 0.90em;
    border: none;
    cursor: pointer;
}

button.discrete:hover,
button.discrete:focus {
    outline: 2px dotted #600;
}

#gdpr button.discrete {
    margin-bottom: 1em;
}

/* --- LIST OF ACTIONS --- */

ul.k-actions {
    list-style-type: none;
    padding: 0;
}

ul.k-actions img {
    vertical-align: bottom;
}

ul.k-actions a[role=button],
ul.k-actions a[role=button]:link,
ul.k-actions a[role=button]:visited {
    padding: 5px;
    margin: 0;
    border: 1px solid #707070;
}

ul.k-actions.on-list {
    position: absolute;
    width: 3em;
    top: 0;
    right: 10px;
    text-align: right;
    z-index: 5;
}

#wallet_body ul.k-actions.on-list,
#no_wallet_management_body ul.k-actions.on-list {
    width: auto;
}

/* Parent Container */

.with-action {
    position: relative;
}

/* --- LIST OF IMAGES --- */

ul.list-images {
    list-style-type: none;
    padding: 0;
    margin: 1em 0;
}

ul.list-images li {
    margin: 0.5em 0;
}

/* --- ASIDE DATA --- */

aside.transaction-data h2 {
    margin-top: 2.3em;
    position: relative;
    font-size: 0.95em;
    color: #FFF;
    background: #00925e;
    padding: 0.5em 1em;
}

aside.transaction-data aside[role=complementary] {
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    aside.transaction-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    aside.transaction-data h2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        order: 2;
        margin-top: 0;
    }
    div.main-data {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        order: 1;
        text-align: center;
    }
    dl.data-sheet {
        width: 100%;
        margin: 0 auto;
        order: 3;
    }
    div.main-data .amount {
        display: table-cell;
    }
    div.main-data .authentAmount {
        display: table-cell;
    }
}

@media screen and (max-width: 475px) {
    div.main-data {
        padding: 0.5em 1% !important;
    }
    div.main-data dt.amount,
    div.main-data dt.authentAmount {
        max-width: 70%;
        padding-right: 0;
        font-size: 0.7em;
    }
    div.main-data dd.amount,
    div.main-data dd.authentAmount {
        max-width: 30%;
        min-width: 20%;
        font-size: 0.7em;
    }
}

@media screen and (max-width: 320px) {
    div.main-data dt.amount,
    div.main-data dt.authentAmount {
        letter-spacing: -0.03em;
    }
}

@media screen and (min-width: 1000px) {
    aside.transaction-data h2 {
        margin-top: 0;
    }
}

/* Important aside data */

div.main-data {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    background: #00925e;
    padding: 0.5em 5%;
}

div.main-data h3 {
    font-size: 0.91em;
    color: #FFF;
    margin: 0.1em 0 0.2em;
}

div.main-data dl {
    display: table-row;
    font-weight: bold;
}

div.main-data dt,
div.main-data dd {
    display: table-cell;
    font-size: 0.8em;
}

div.main-data dt {
    padding-right: 1em;
}

div.main-data dd.amount,
div.main-data dd.authentAmount {
    font-size: 1em;
}

div.main-data dd#amount,
div.main-data dd#authentAmount {
    font-size: 13.6px;
}

@media screen and (max-width: 1000px) {
    div.main-data dl {
        display: inline;
    }
}

div.main-data::before {
    position: absolute;
    bottom: -5px;
    right: 5%;
    margin-right: .7em;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #00925e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

/* --- DATA SHEET --- */

dl.data-sheet {
    padding: 0 1em;
}

@media screen and (min-width: 1000px) {
    dl.data-sheet {
        display: block !important;
    }
}

dl.data-sheet dt,
dl.data-sheet dd {
    font-size: 0.75em;
}

dl.data-sheet dd {
    font-weight: bold;
    padding-bottom: 0.8em;
    margin: 0.3em 0 0.8em;
    border-bottom: 1px dotted #707070;
    word-break: break-word;
}

@media screen and (min-width: 1000px) and (max-width: 1195px) {
    dl.data-sheet dd {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 650px) and (max-width: 999px) {
    dl.data-sheet dt,
    dl.data-sheet dd {
        float: left;
        width: 50%;
    }
}

dl.data-sheet dt.amount {
    display: none;
}

dl.data-sheet dt#amount {
    display: none;
}

dl.data-sheet dd.amount {
    /*font-size: 1.1em;
    font-weight: bolder;*/
    display: none;
}

dl.data-sheet dd#amount {
    /*font-size: 1.1em;
    font-weight: bolder;*/
    display: none;
}

span.transactionShowMore {
    position: absolute;
    right: .2em;
    top: .06em;
    height: 0.8em;
    width: 1.4em;
    text-align: center;
    font-size: 2.3em;
    line-height: 0.9em;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 999px) {
    span.transactionShowMore {
        display: block;
    }
    dl.data-sheet {
        display: none;
    }
}

@media screen and (max-width: 475px) {
    span.transactionShowMore {
        right: -.10em;
    }
}

/* --- INTRODUCTORY MESSAGES --- */

.k-intro {
    margin-bottom: 1em;
    clear: left;
    font-size: 0.85em;
}

@media screen and (max-width: 1000px) {
    .k-intro {
        color: #1f8e46;
        font: 1.3em StagBook, "Lucida Bright", Georgia, serif;
        margin-bottom: 0;
    }
    .k-intro strong {
        font-weight: 400;
    }
}

/* --- IMPORTANT MESSAGES --- */

div.message {
    float: left;
    width: 100%;
    padding-top: 0.3em;
    margin: 1em 0 0;
    border-top: 4px solid #707070;
}

div.message p {
    max-width: 50em;
    font-size: 0.7em;
    line-height: 1.4;
}

div.message strong.stressed {
    display: block;
    font-size: 120%;
    line-height: 1.2;
    padding-bottom: 1em;
}

@media screen and (min-width: 650px) {
    div.message {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    div.message p.paiementVisa {
        font-size: 0.9em;
    }
}

#zoneCoBadgingMessage div.message {
    border-top: none;
    padding-top: 0;
}

#zoneCoBadgingMessage div.message p {
    margin-top: -1em;
    padding-bottom: 0.5em;
}

/* --- INFO BLOCKS --- */

.k-info-block {
    margin-bottom: 1em;
}

.k-info-block h3 {
    /* color: $secondary_txt;
    background: $secondary_clr;
    padding: 0.5em;
    margin: 0; */
    display: none;
}

.k-info-block dl {
    color: #000;
    background: #EEE;
    padding: 0.6em 1em;
}

.k-info-block dd {
    font-weight: bold;
    padding: 0 0 0.6em;
    margin: 0.3em 0 0.6em;
    border-bottom: 1px dotted #707070;
}

@media screen and (min-width: 650px) {
    .k-info-block {
        padding-top: 0.5em;
        margin: 2em 0 3em;
        border-top: 4px solid #00925e;
    }
    .k-info-block h3 {
        color: #00925e;
        background: #FFF;
        padding: 0 0 1em;
    }
    .k-info-block dl {
        background: #FFF;
        padding: 0;
    }
    .k-info-block dt,
    .k-info-block dd {
        float: left;
        width: 30%;
        padding-bottom: 0.3em;
        margin: 0 0 0.6em;
        border-bottom: 1px solid #CCC;
    }
    .k-info-block dd {
        width: 70%;
    }
    .k-info-block+.message+.k-buttons-bar {
        margin-top: 5em;
    }
    .k-info-block+.message {
        margin-top: 1rem;
    }
}

/* --- LANGUAGE CHOICE --- */

form.k-language p {
    position: absolute;
    top: 8px;
    right: 5%;
    width: 17em;
    font-size: 0.7em;
    text-align: right;
    z-index: 50;
}

form.k-language select {
    color: #FFF;
    background: #eeeeee;
}

/* Used with languageFlag plugin */

ul.k-language {
    position: absolute;
    top: 12px;
    right: 5%;
    width: 15.5em;
    text-align: right;
    z-index: 50;
}

ul.k-language li {
    display: inline-block;
}

ul.k-language button {
    cursor: pointer;
}

ul.k-language button img {
    vertical-align: -1px;
}

ul.k-language button:hover::after,
ul.k-language button:focus::after {
    position: absolute;
    top: -8px;
    right: 0;
    content: "";
    font-size: 0.7em;
    text-transform: uppercase;
    color: #FFF;
}

ul.k-language button[lang=de]:hover::after,
ul.k-language button[lang=de]:focus::after {
    content: "Deutsch Version";
}

ul.k-language button[lang=en]:hover::after,
ul.k-language button[lang=en]:focus::after {
    content: "English Version";
}

ul.k-language button[lang=fr]:hover::after,
ul.k-language button[lang=fr]:focus::after {
    content: "Version Française";
}

ul.k-language button[lang=es]:hover::after,
ul.k-language button[lang=es]:focus::after {
    content: "Versión española";
}

ul.k-language button[lang=ne]:hover::after,
ul.k-language button[lang=ne]:focus::after {
    content: "Nederlandse versie";
}

/* --- LEGAL INFO --- */

#legal-info .content {
    overflow: auto;
    max-width: 100%;
    height: 500px;
}

/* --- LIST OF CARDS --- */

#zoneCoBadgingLogo {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5em;
}

ul.list-of-cards {
    text-align: center;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

ul.list-of-cards li {
    display: inline-block;
    width: 50px;
    list-style-type: none;
    padding: 0 5px;
    vertical-align: middle;
    margin-bottom: .5em;
}

@media screen and (min-width: 650px) {
    ul.list-of-cards {
        float: right;
        width: auto;
        margin-bottom: 1em;
    }
}

fieldset p.picto-field,
fieldset div.picto-field {
    margin-top: 0;
    border: none;
}

fieldset div.picto-field {
    font-size: .75em;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}

p.picto-field,
div.picto-field,
ul.list-of-cards-CbVisa {
    display: inline-block;
}

ul.list-of-cards-CbVisa {
    padding: 0;
    margin: 0;
}

ul.list-of-cards-CbVisa li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin-right: .4em;
    margin-left: .3em;
    width: 40px;
    height: auto;
}

ul.list-of-cards-CbVisa li img {
    vertical-align: middle;
    margin-top: 3px;
}

/* --- MOZAIC --- */

a.mozaic {
    font-size: .824em;
    display: block;
    text-align: center;
    background: none;
    margin: .5em 0 .5em .4em;
    padding: 1px 2px 1px 2px;
    border: 1px solid #cccccc;
    cursor: pointer;
    width: 98%;
    max-width: 46.6em;
}

a.mozaic,
a.mozaic:link,
a.mozaic:visited {
    text-decoration: none;
}

a.mozaic:hover,
a.mozaic:focus,
a.mozaic:active {
    border: 1px solid #a40800;
}

a.mozaic ul {
    list-style-type: none;
    overflow: hidden;
    display: table;
    width: 100%;
    padding: 0;
}

a.mozaic ul li {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
    line-height: 72px;
    padding: 1em;
}

a.mozaic ul li img {
    vertical-align: middle;
}

ul.mozaic {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    max-width: 39.4em;
    padding: 0;
    margin: .5em 0;
}

ul.mozaic li {
    float: left;
    vertical-align: middle;
    height: 72px;
    margin: 0 .4em;
    min-width: 23.4%;
    padding: 0;
    margin-bottom: .8em;
}

@media screen and (max-width: 1000px) {
    ul.mozaic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -1em 0 .5em;
    }
    ul.mozaic li div {
        height: 100%;
    }
    ul.mozaic li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 23.4%;
        flex: 0 1 23.4%;
    }
}

ul.mozaic li a {
    border: 1px solid #cccccc;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

ul.mozaic li a:hover,
ul.mozaic li a:focus,
ul.mozaic li a:active {
    border: 1px solid #a40800;
}

ul.mozaic li a img {
    vertical-align: middle;
}

a.mozaic.item_10 ul,
a.mozaic.item_11 ul,
a.mozaic.item_12 ul,
a.mozaic.item_12 ul {
    display: block;
    text-align: center;
}

a.mozaic.item_10 ul li,
a.mozaic.item_11 ul li,
a.mozaic.item_12 ul li,
a.mozaic.item_13 ul li {
    display: inline-block;
}

a.mozaic.item_10 li,
a.mozaic.item_11 li,
a.mozaic.item_12 li,
a.mozaic.item_13 li {
    height: 52px;
    line-height: 52px;
}

a.mozaic.item_10 ul li,
a.mozaic.item_11 ul li,
a.mozaic.item_12 ul li {
    padding: 0 3%;
}

a.mozaic.item_13 ul li {
    padding: 0 2%;
}

@media screen and (max-width: 699px) {
    a.mozaic.item_9 ul {
        display: block;
        text-align: center;
    }
    a.mozaic.item_9 ul li {
        display: inline-block;
        padding: 0 4%;
        height: 52px;
        line-height: 52px;
    }
}

@media screen and (max-width: 612px) {
    a.mozaic.item_8 ul {
        display: block;
        text-align: center;
    }
    a.mozaic.item_8 ul li {
        display: inline-block;
        padding: 0 6%;
        height: 52px;
        line-height: 52px;
    }
}

@media screen and (max-width: 608px) {
    a.mozaic.item_13 ul li {
        display: inline-block;
        padding: 0 3%;
    }
}

@media screen and (max-width: 586px) {
    a.mozaic.item_11 ul li {
        padding: 0 2%;
    }
}

@media screen and (max-width: 550px) {
    a.mozaic ul {
        display: block;
        text-align: center;
    }
    a.mozaic ul li {
        display: inline-block;
        padding: 0 7%;
    }
    a.mozaic.item_7 ul li,
    a.mozaic.item_4 ul li {
        padding: 0 6.5%;
        height: 52px;
        line-height: 52px;
    }
    a.mozaic.item_6 ul li,
    a.mozaic.item_5 ul li {
        height: 52px;
        line-height: 52px;
    }
}

@media screen and (max-width: 520px) {
    a.mozaic.item_9 ul li {
        padding: 0 7%;
    }
    a.mozaic.item_10 ul li {
        padding: 0 3%;
    }
}

@media screen and (max-width: 508px) {
    a.mozaic.item_7 ul li {
        padding: 0 4%;
    }
    a.mozaic.item_4 ul li {
        padding: 0 11%;
    }
}

@media screen and (max-width: 495px) {
    a.mozaic.item_11 ul li {
        padding: 0 4%;
    }
}

@media screen and (max-width: 348px) {
    #zoneCoBadgingLogo {
        margin-top: 0;
    }
}

@media screen and (max-width: 360px) {
    a.mozaic.item_7 ul li:nth-child(4),
    a.mozaic.item_7 ul li:nth-child(6) {
        padding: 0 4% 0 15%;
    }
    a.mozaic.item_7 ul li:nth-child(5),
    a.mozaic.item_7 ul li:nth-child(7) {
        padding: 0 15% 0 4%;
    }
}

@media screen and (max-width: 323px) {
    a.mozaic.item_3 ul li {
        height: 52px;
        line-height: 52px;
    }
}

/* --- ORIENTATION AIDS --- */

div.k-orientation-aid p {
    font-size: 0.7em;
    font-weight: bold;
}

div.k-orientation-aid a,
div.k-orientation-aid a:link,
div.k-orientation-aid a:visited {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #eeeeee;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
}

div.k-orientation-aid a::before {
    content: "\25C2 \00A0";
}

p.go-back {
    position: relative;
    top: -1rem;
    text-align: right;
}

/* ---- LOADER ---- */

.loader {
    position: relative;
    font: 1.3em Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    padding: 0.3rem 0 30px;
    margin: 2rem;
    border-top: 3px solid #00925e;
}

.loader::before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #00925e;
    margin-left: -15px;
    border-radius: 15px;
    -webkit-animation: load 1s linear 0s infinite alternate;
    -moz-animation: load 1s linear 0s infinite alternate;
    -o-animation: load 1s linear 0s infinite alternate;
    animation: load 1s linear 0s infinite alternate;
}

.loader::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #A40800;
    margin-left: -15px;
    border-radius: 15px;
    -webkit-animation: loadL 1s linear 0s infinite alternate;
    -moz-animation: loadL 1s linear 0s infinite alternate;
    -o-animation: loadL 1s linear 0s infinite alternate;
    animation: loadL 1s linear 0s infinite alternate;
}

@keyframes load {
    from {
        left: 50%;
    }
    to {
        left: 55%;
    }
}

@-webkit-keyframes load {
    from {
        left: 50%;
    }
    to {
        left: 55%;
    }
}

@-ms-keyframes load {
    from {
        left: 50%;
    }
    to {
        left: 55%;
    }
}

@-o-keyframes load {
    from {
        left: 50%;
    }
    to {
        left: 55%;
    }
}

@-moz-keyframes load {
    from {
        left: 50%;
    }
    to {
        left: 55%;
    }
}

@keyframes loadL {
    from {
        left: 55%;
    }
    to {
        left: 50%;
    }
}

@-webkit-keyframes loadL {
    from {
        left: 55%;
    }
    to {
        left: 50%;
    }
}

@-ms-keyframes loadL {
    from {
        left: 55%;
    }
    to {
        left: 50%;
    }
}

@-o-keyframes loadL {
    from {
        left: 55%;
    }
    to {
        left: 50%;
    }
}

@-moz-keyframes loadL {
    from {
        left: 55%;
    }
    to {
        left: 50%;
    }
}

/* --- GENERAL STYLES --- */

/* --- Back to link --- */

a.back-to::after {
    content: " à la boutique";
}

/* Stressed text */

.stressed {
    color: #A40800;
    background: transparent;
}

/* Hides content from display */

.k-no-display {
    position: absolute;
    overflow: hidden;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
}

div#surchargeSummaryListOfCards {
    display: none;
}

div#reglementation-wrapper {
    display: flex;
    flex-direction: row;
}

/* --------------------------------------------------------------------------- */

/* -------------------------------- INVOICE MODULE --------------------------- */

/* --------------------------------------------------------------------------- */

/* --- SIGNIN PAGE --- */

#signInForm {
    position: relative;
    margin-bottom: 2em;
}

#signInForm legend {
    padding: 0 3em 1em 0;
}

#signInForm .k-modal-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

/* --- SEND BY EMAIL FORM --- */

#send2friend {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    color: #000;
    background: #EEE;
    padding: 0.6em;
    margin: 1rem 0;
}

#send2friend p {
    font-size: 0.7em;
}

#send2friend p:first-of-type {
    margin-bottom: 0.5rem;
}

#send2friend label {
    display: inline-block;
}

#send2friend input[type=email] {
    max-width: 20em;
}

#send2friend input[type=submit] {
    position: relative;
    top: -2px;
    font-size: 100%;
    padding: 0.4em 1.3em;
    margin: 0;
}

/* --------------------------------------------------------------------------- */

/* --------------------------------- CUSTOM ---------------------------------- */

/* --------------------------------------------------------------------------- */

/* Include here below all style declarations you wish to modify for your interface */

legend.no-border-top,
p.no-border-top {
    border-top: none;
}

header[role=banner] {
    margin-bottom: 1em;
}

@media screen and (max-width: 1000px) {
    header[role="banner"] {
        margin-bottom: 0;
    }
}

header[role=banner] h1::before {
    content: "";
}

header[role=banner] h1 {
    display: block;
    background: url(../images/logo.png) no-repeat left transparent;
    height: 100px;
}

@media screen and (max-width: 1000px) {
    header[role=banner] h1 {
        background: url(../images/logo_mobile.png) no-repeat left transparent;
        height: 70px;
    }
}

div.main-data .amount {
    display: none;
}

div.main-data .authentAmount {
    display: none;
}

@media screen and (max-width: 1000px) {
    div.main-data .amount {
        display: inline-block;
    }
    div.main-data .authentAmount {
        display: inline-block;
    }
    div.main-data dl {
        display: block;
    }
}

dl.data-sheet dt.amount,
dl.data-sheet dd.amount,
dl.data-sheet dt.authentAmount,
dl.data-sheet dd.authentAmount {
    display: block;
}

@media screen and (max-width: 1000px) {
    dl.data-sheet dt.amount,
    dl.data-sheet dd.amount,
    dl.data-sheet dt.authentAmount,
    dl.data-sheet dd.authentAmount {
        display: none;
    }
}

dl.data-sheet dd,
dl.data-sheet dt {
    font-weight: normal;
}

dl.data-sheet dd.amount,
dl.data-sheet dt.amount,
dl.data-sheet dd.authentAmount,
dl.data-sheet dt.authentAmount {
    font-weight: bold;
    font-size: 0.9em;
}

dl.data-sheet dd.amount,
dl.data-sheet dd.authentAmount,
dl.data-sheet dd.authentAmount,
dl.data-sheet dd.authentAmount {
    font-size: 1em;
}

div.main-data {
    position: relative;
    background-color: transparent;
    color: black;
}

div.main-data h3 {
    color: black;
    border-bottom: 1px dotted #808080;
    padding-bottom: 1em;
}

@media screen and (max-width: 1000px) {
    div.main-data h3 {
        padding-bottom: 0;
        border-bottom: none;
    }
}

div.main-data::before {
    content: "";
    background: none;
    display: none;
}

aside.transaction-data {
    text-align: center;
    margin-top: 0;
}

#main {
    padding-top: 0 !important;
}

p.vendor {
    padding-bottom: 0;
}

a[role=button].k-field-help,
a[role=button]:link.k-field-help,
a[role=button]:visited.k-field-help {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#cvvfield {
    width: 2.5em;
}

@media screen and (max-width: 1000px) {
    label#cvvfield-label {
        display: inline;
        padding-right: 0.4em;
    }
}

.k-error-messages {
    background-image: none;
    background: transparent;
}

.k-error-messages>p,
.k-error-messages>.error-message {
    background: #f3d6d6;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.1em;
}

.k-error-messages>.error-message {
    background: transparent;
}

.k-confirm-messages {
    background-image: none;
}

.k-confirm-messages h3 {
    background: transparent;
}

.error-banner {
    display: block;
    clear: both;
}

.header_vendor_logo {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 95%;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 5;
    max-width: 1360px;
}

/* Field error */

.has-error input,
.has-error select {
    color: #000;
}

@media screen and (min-width: 700px) {
    ul.list-of-cards {
        top: 10px;
    }
}

.preprod {
    text-align: center !important;
    margin: 0 !important;
    border-bottom: 2px solid white;
    font-weight: bold;
}

.preprod.k-error-messages {
    clear: both;
    text-align: center;
    color: #C00;
    background-color: #FFF;
    background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(243, 214, 214, 0.4) 5px, rgba(243, 214, 214, 0.4) 20px);
    padding: 0.5em;
    margin-bottom: 2em;
}

/* --------------------------------------------------------------------------- */

/* ------------------------------- PRINT STYLES --------------------------- */

/* --------------------------------------------------------------------------- */

/* Preload alternative Worldline logo, Chromium issue 396186 workaround */

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../images/logo-grey.svg);
}

@media print {
    h1,
    h2,
    h3,
    h4,
    h5 {
        page-break-after: avoid;
    }
    figure {
        page-break-inside: avoid;
    }
    h1::before {
        font: 12px StagBook, "Lucida Bright", Georgia, serif;
        content: "Wordline e-payment solutions";
    }
    /* --- Alternative logo --- */
    header[role=banner] h1::before {
        content: url(../images/logo-grey.svg);
    }
    h2 {
        font-size: 18px;
    }
    h2:first-of-type {
        text-align: center;
    }
    /* --- CONTENT NOT TO PRINT --- */
    #main,
    .k-buttons-bar,
    div.message,
    ol.k-form-steps,
    .k-language,
    #send2friend,
    h1 img {
        display: none;
    }
    /* --- GENERAL --- */
    aside[role=complementary] {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        border-top: 4px solid #999;
    }
    aside[role=complementary] h2 {
        font-size: 18px;
    }
    div.main-data {
        position: static;
        padding: 0.5em 1em;
        margin-bottom: 1em;
        border-radius: 5px;
        border: 1px solid #999;
    }
    div.main-data #merchantName {
        font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #000;
        margin: 0 0 0.5em;
        text-shadow: none;
        font-size: 0.75em;
    }
    div.main-data #amount {
        font-size: 0.75em;
    }
    div.main-data::before {
        display: none;
    }
    .k-info-block {
        padding: 0;
        margin: 0;
    }
    .k-info-block dl {
        padding: 0;
        margin: 20px 0;
    }
    .k-info-block dd {
        padding-bottom: 7px;
        border-bottom: 1px solid #CCC;
    }
    /* --- INVOICE ONLY --- */
    #invoice #main {
        display: block;
    }
    #invoice aside[role=complementary] {
        display: none;
    }
    /* --- Payment schedule --- */
    #main.print {
        display: block;
    }
    #main.print .customMessage1,
    #main.print .customMessage2,
    #main.print h2,
    #main.print .k-confirm-messages,
    #main.print .customMessage3,
    #main.print .k-buttons-bar {
        display: none;
    }
    #instalmentSchedule {
        position: relative;
        padding: 0;
        margin: 0;
        top: inherit;
        background-color: transparent;
    }
    #instalmentSchedule .contentTab {
        max-height: inherit;
        overflow: auto;
        margin-bottom: 1em;
    }
    #instalmentSchedule caption {
        position: relative;
        top: inherit;
        margin-top: .7em;
        margin-bottom: .9em;
    }
    #instalmentSchedule thead {
        background-color: #3a7cad;
    }
    #instalmentSchedule thead th {
        height: auto;
        line-height: inherit;
        color: #FFF;
    }
    #instalmentSchedule th.period,
    #instalmentSchedule th.amount,
    #instalmentSchedule th.ref {
        width: auto;
        min-width: inherit;
    }
    #instalmentSchedule th div {
        position: relative;
        top: inherit;
        padding: .5em 1%;
    }
    #instalmentSchedule th.period div,
    #instalmentSchedule th.amount div,
    #instalmentSchedule th.ref div {
        width: auto;
        min-width: inherit;
    }
}