.payment-main-logo {
    background: url('../img/payments_gray.png') no-repeat;
    display: block;
    height: 51px;
    margin: 0;
    padding: 0;
    width: 510px;
}

.payment-form-login {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.payment-method-list {
    background: transparent url('../img/payment-methods.png') no-repeat 0 50%;
    height: 35px;
    margin: 7px -30px;
    width: 500px;
}

.payment-method-list li {
    float: left;
    height: 0;
    overflow: hidden;
    padding: 35px 0 0 0;
    width: 13%;
    margin-left: -38px;
    margin-right: 40px;
}

.payment-lang {
    background-image: url('../img/ii-flags.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-bottom: .2em;
    margin-top: -6px;
    height: 16px;
    width: 16px;
}

.payment-lang-ee {
    background-position: 0 0px;
}

.payment-lang-en {
    background-position: 0 -16px;
}

.payment-lang-es {
    background-position: 0 -32px;
}

.payment-lang-lt {
    background-position: 0 -48px;
}

.payment-lang-lv {
    background-position: 0 -64px;
}

.payment-lang-ru {
    background-position: 0 -80px;
}

nav.nav a.nav-link.active {
    background-color: #87b5e6;
    color: #ffffff;
}

nav.nav a.nav-link {
    color: #4d9bee;
}

.table-cursor tr td:hover {
    cursor: pointer;
}


.payment-method-currency {
    font-weight: bolder;
    color: #ff5700;
    text-shadow: 1px 1px 1px #666;
    font-size: 26px;
    text-align: right;
}

.payment-method-fee {
    font-weight: bolder;
    color: #0f8caf;
    text-shadow: 1px 1px 1px #666;
    font-size: 18px;
    text-align: right;
}

.payment-method-fee-text {
    font-weight: bolder;
    color: #0f8caf;
    font-size: 12px;
    text-align: right;
}

input.payment-method[type=radio] {
    display: none;
}

input.payment-method[type=radio]:checked + label > span {
    border: 1px solid #6c757d;
    border-radius: 25px;
}

.payment-method span {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../img/payment_options.png');
    background-repeat: no-repeat, repeat;
}

.payment-method span:hover {
    opacity: 0.6;
    cursor: pointer;
}

.payment-method span:active {
    opacity: 0.4;
    cursor: pointer;
}

.method-company span {
    background-position: 0px 0px;
}

.method-person span {
    background-position: -100px 0px;
}

.method-sms span {
    background-position: -200px 0px;
}

.method-paypal span {
    background-position: -300px 0px;
}

.method-hbl span {
    background-position: -400px 0px;
}

.method-sebl span {
    background-position: -500px 0px;
}

.method-ccard span {
    background-position: -618px 0px;
}

.method-bitpay span {
    background-position: -725px 0px;
}

.method-citadele span {
    background-position: -854px 0px;
}

.sms-highlight {
    color: #070;
    font-weight: bold;
}

i.icon-move{
    cursor: pointer;
}

.bg-grey {
    background-color: #b0b0b0;
}

.word-wrapper {
    word-wrap: anywhere;
}

/* paypall screen */
#btn-appl {
    width: 240px;
}
/* paypal spinner */
.overlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.overlay__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay__spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 6px solid #fff;
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/*! pretty-print-json v0.3.0 ~ github.com/center-key/pretty-print-json ~ MIT License */
.json-key           { color: brown; }
.json-string        { color: olive; white-space: normal; }
.json-number        { color: navy; }
.json-boolean       { color: teal; }
.json-null          { color: dimgray; }
a.json-link         { color: purple; transition: all 400ms; }
a.json-link:visited { color: slategray; }
a.json-link:hover   { color: blueviolet; }
a.json-link:active  { color: slategray; }
.stringify { word-wrap: anywhere; }

/* Begin theming paypal custom page */
@media only screen and (min-width: 300px) {
    .paypal-custom-page .google-button-container, #btn-appl {
        min-height: 30px;
        max-height: 55px;
        height: 45px;
    }

    .paypal-custom-page .button-wrapper{
        min-width: 300px;
        max-width: 500px;
        vertical-align: top;
    }
}
@media only screen and (min-width: 200px) {
    .paypal-custom-page .google-button-container, #btn-appl {
        min-height: 35px;
        max-height: 55px;
        height: 35px;
    }

    .paypal-custom-page .button-wrapper{
        vertical-align: top;
        min-width: 200px;
        max-width: 300px;
    }
}
@media only screen and (min-width: 150px) {
    .paypal-custom-page .google-button-container, #btn-appl {
        height: 25px;
        min-height: 25px;
        max-height: 55px;
    }

    .paypal-custom-page .button-wrapper{
        min-width: 150px;
        max-width: 200px;
        vertical-align: top;
    }
}
@media only screen and (min-width: 75px) {
    .paypal-custom-page .google-button-container, #btn-appl {
        height: 25px;
        min-height: 25px;
        max-height: 30px;
    }

    .paypal-custom-page .button-wrapper{
        min-width: 75px;
        max-width: 150px;
        vertical-align: top;
    }
}

.paypal-custom-page .google-button-container, #btn-appl {
    height: 55px;
    min-height: 40px;
    max-height: 55px;
}

.paypal-custom-page .button-wrapper{
    min-width: 500px;
    max-width: 750px;
    vertical-align: top;
}

.paypal-custom-page #btn-appl {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    --apple-pay-button-height: 100%;
    --apple-pay-button-border-radius: 5px;
}

.paypal-custom-page .button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paypal-custom-page .button-wrapper {
    width: 100%;
}
/* End theming paypal custom page */
