/* Minification failed. Returning unminified contents.
(11570,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11571,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11576,27): run-time error CSS1039: Token not allowed after unary operator: '-cardTop'
(11583,39): run-time error CSS1039: Token not allowed after unary operator: '-cardPadding'
(11590,27): run-time error CSS1039: Token not allowed after unary operator: '-cardPadding'
(11597,32): run-time error CSS1039: Token not allowed after unary operator: '-cardPadding'
(11608,32): run-time error CSS1039: Token not allowed after unary operator: '-cardPadding'
 */
@charset "utf-8";
/* CSS Document */

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

p {
    margin: 0 0 10px 0;
}

a {
    color: #1e61af;
    text-decoration: none;
    outline: none;
}

    a:focus, a:active {
        outline: none;
    }
/*input:active, a:active, a.fake-active{background:#ffe1a6 !important;}*/

img {
    border: none 0;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 400;
}

.clear {
    clear: both;
    display: block;
}

.inline {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.leftText {
    text-align: left !important;
}

.rightText {
    text-align: right !important;
}

.colorGreen {
    color: #47991f;
}

.colorRed {
    color: #c7181e;
}

.colorGray {
    color: #8c8c8c;
}

.colorBlue {
    color: #2765ac;
}

.simpleLink {
    border-bottom: dashed 1px #1e61af;
}

.smallText {
    color: #737373;
    font-size: 13px;
}

.normalText {
    font-weight: 400;
}

.blackText {
    color: #333333;
}

.grayText {
    color: #737373;
}

.noBorder {
    border: none 0 !important;
}

.separator10 {
    height: 10px;
    line-height: 0;
}

.separator15 {
    height: 15px;
    line-height: 0;
}

.separator20 {
    height: 20px;
    line-height: 0;
}

.separator30 {
    height: 30px;
    line-height: 0;
}

.separator50 {
    height: 50px;
    line-height: 0;
}

.ctaBox {
    padding-top: 10px;
    margin-bottom: 20px;
}

.grayBox {
    padding: 10px;
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .grayBox .head.title {
        padding: 15px 0;
        font-weight: 700;
        text-align: center;
        font-size: 16px;
    }

/* FORMS, LINKS & BUTONS */
fieldset {
    border: none 0;
    margin: 0 0 15px 0;
    padding: 0;
}

input, select, textarea {
    background-color: #FFF;
    border: solid 1px #cbcbcb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 15px;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    vertical-align: middle;
}

select {
    padding: 12px 20px 12px 14px;
    display: inline-block;
}

textarea {
    min-height: 80px;
    resize: none;
}

input[type="submit"], button {
    background-color: #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    padding: 11px 15px;
    border: none 0;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    width: auto;
    min-width: 125px;
    -webkit-appearance: none;
}

input.redButton, .redButton {
    background-color: #ed1c24;
    color: #FFF;
    -webkit-appearance: none;
    border: none 0;
}

input.blueButton, .blueButton {
    background-color: #1e61af;
    color: #FFF;
    -webkit-appearance: none;
    border: none 0;
}

input.select {
    background: url(images/icon-arrow-select.png) right 10px center no-repeat;
    background-size: 10px 7px;
}

input[type="file"] {
    padding: 8px;
}

input[type="date"] {
    padding: 10px 15px;
    -webkit-appearance: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

select {
    background: url(images/icon-arrow-select.png) #FFF right 10px center no-repeat;
    background-size: 10px 7px;
}

button {
    outline: none;
}

    button:disabled, button[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
    }

label {
    display: inline-block;
}

a.redButton {
    background-color: #ed1c24;
    color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.smallButton {
    font-size: 13px;
    padding: 8px 8px;
    min-width: 0;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error, .checkbox.input-validation-error label, .selectInput .box a.input-validation-error {
    border: solid 1px #ed1f27;
}

.field-validation-error {
    color: #ed1c24;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-top: 4px;
    font-weight: normal;
}

.grayLink a {
    color: #8c8c8c;
    display: inline-block;
    padding: 5px;
}

.linkButton a {
    display: inline-block;
    padding: 11px 15px;
}

.loginBox .left .grayLink a {
    padding: 13px 5px;
}

.switchButton {
    color: #4c4c4c;
}

    .switchButton .switch {
        background-color: #bfbbbb;
        width: 32px;
        height: 16px;
        display: inline-block;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        box-sizing: border-box;
        padding: 2px;
        cursor: pointer;
        vertical-align: sub;
        margin-right: 2px;
    }

        .switchButton .switch .toggle {
            background-color: #737373;
            width: 12px;
            height: 12px;
            display: block;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

        .switchButton .switch.on {
            background-color: #b7dba4;
        }

            .switchButton .switch.on .toggle {
                background-color: #44a314;
                float: right;
            }

    .switchButton label {
        cursor: pointer;
        padding: 13px 0;
        display: inline-block;
    }

.fingerButton {
    width: 32px;
    height: 32px;
    background: url(images/icon-fingerprint-1.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 7px;
    border: none 0;
    background-size: 32px;
    cursor: pointer;
    min-width: 32px;
}

input[type="checkbox"] {
    visibility: hidden;
    padding: 8px;
    box-sizing: border-box;
}

.checkbox {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 4px 5px 4px 0;
}

    .checkbox label {
        width: 22px;
        height: 22px;
        border: solid 1px #cbcbcb;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        background-color: #FFF;
    }

        .checkbox label:after {
            opacity: 0;
            content: '';
            width: 22px;
            height: 22px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(images/icon-checkbox-blue.png) center no-repeat;
            background-size: 18px 18px;
        }

    .checkbox input[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .disabled .checkbox label:after, .checkbox.disabled label:after {
        background: url(images/icon-checkbox-gray.png) center no-repeat;
        background-size: 16px 16px;
    }

    .disabled .checkbox label, .checkbox.disabled label {
        background: #ebebeb;
    }

input[type="radio"] {
    visibility: hidden;
}

.radioButton {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 4px 5px 4px 0;
}

    .radioButton label {
        width: 22px;
        height: 22px;
        border: solid 1px #cbcbcb;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        background-color: #FFF;
    }

        .radioButton label:after {
            opacity: 0;
            content: '';
            width: 22px;
            height: 22px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(images/icon-radio-blue.png) center no-repeat;
            background-size: 16px 16px;
        }

    .radioButton input[type="radio"]:checked + label:after {
        opacity: 1;
    }

    .disabled .radioButton label:after, .radioButton.disabled label:after {
        background: url(images/icon-radio-gray.png) center no-repeat;
        background-size: 16px 16px;
    }

    .disabled .radioButton label, .radioButton.disabled label {
        background: #ebebeb;
    }

/*table .radioButton{padding-right:8px;}*/

label.title {
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    padding-top: 3px;
}

fieldset table {
    width: 100%;
    border-collapse: collapse;
}

    fieldset table .label {
        padding-right: 10px;
        width: 95px;
        vertical-align: middle;
    }

    fieldset table .last {
        padding-left: 8px;
        vertical-align: middle;
    }

    fieldset table td {
        vertical-align: middle;
        padding: 0;
    }

fieldset .smallText {
    line-height: normal;
    display: inline-block;
}

.redButton.addNew {
    background: url(images/icon-plus-white.png) #ed1c24 center no-repeat;
    background-size: 14px 14px;
    padding: 0;
    width: 34px;
    height: 34px;
}

.redButton.downloadPDF {
    background: url(images/icon-pdf-email-white.png) #ed1c24 center no-repeat;
    background-size: 21px 26px;
    padding: 0;
    width: 40px;
    height: 40px;
}

button.more {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    border: solid 1px #6d98cb;
    background-color: #FFF;
    color: #1e61af;
    font-size: 16px;
}

input.date, input.date:active, input.date:focus {
    background: url(images/icon-calendar.png) #FFF right 8px center no-repeat !important;
    background-size: 23px 24px !important;
}

input[disabled], select[disabled], textarea[disabled], .readonly {
    background-color: #ebebeb;
}

input.date[disabled], .date.readonly {
    background: url(images/icon-calendar.png) #ebebeb right 8px center no-repeat !important;
    background-size: 23px 24px !important;
}

select[disabled] {
    background: url(images/icon-arrow-select-disabled.png) #FFF right 10px center no-repeat;
    background-size: 10px 7px;
}

label.disabled {
    color: #737373;
}

    label.disabled .radioButton label, label.disabled .checkbox label {
        background-color: #ebebeb;
    }

.selectize-control {
    margin-bottom: 15px;
}

.selectize-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 12px 15px !important;
    overflow: visible !important;
    border: solid 1px #cbcbcb !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .selectize-input.has-items {
        padding: 8px !important;
    }

    .selectize-input.error, input.error {
        border: solid 1px #ed1f27 !important;
    }
/* FORMS, LINKS & BUTONS end */

/* ALERTS */
.redAlert {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #ffebeb;
    color: #ed1c24;
    padding: 10px;
    font-size: 13px;
    position: relative;
}

.greenAlert {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #e8f5e1;
    color: #47991f;
    padding: 10px;
    font-size: 13px;
    position: relative;
}

.blueAlert {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #e1eaf5;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    position: relative;
}

    .redAlert img, .greenAlert img, .blueAlert img {
        vertical-align: text-bottom;
    }

    .redAlert ul, .greenAlert ul, .blueAlert ul {
        padding: 0 0 0 20px;
        margin: 10px 0;
    }

    .greenAlert .close, .blueAlert .close, .redAlert .close {
        background: url(images/icon-button-close-gray.png) center no-repeat;
        background-size: 28px 28px;
        width: 18px;
        height: 18px;
        border: none 0;
        position: absolute;
        top: 4px;
        right: 4px;
        padding: 0;
        min-width: 0;
    }

.validation-summary-errors {
    webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #ffebeb;
    padding: 10px 10px 10px 35px;
    font-size: 13px;
    background: url(images/icon-alert-warning.png) #ffebeb left 10px center no-repeat;
    background-size: 16px;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .validation-summary-errors li {
        margin: 0;
        padding: 0;
    }

.grayBackground .validation-summary-errors, .grayBackground .redAlert, .grayBackground .greenAlert, .grayBackground .blueAlert {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.grayBackground .validation-summary-errors {
    background-color: #ffe0e0;
}

.accountDetails .box .validation-summary-errors {
    margin-bottom: 10px;
}

.loginBox .validation-summary-errors {
    background-color: #f4d9d9;
}

/*.blueAlert input[type="submit"], .blueAlert button{background-color:#c0c8d1; color:#000;}*/
/* ALERTS end */

/* HEADER */
header {
    width: 100%;
    height: 43px;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

    header .backButton {
        width: 20%;
        float: left;
        text-align: left;
    }

        header .backButton a {
            display: inline-block;
            padding: 12px 18px 7px 18px;
        }

    header .rightButton {
        width: 20%;
        float: right;
        text-align: right;
        padding-right: 5px;
        box-sizing: border-box;
    }

    header .logo {
        width: 180px;
        height: 43px;
        float: left;
        text-align: center;
        padding: 8px 0 0 0;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        margin-left: -90px;
    }

    header .btn-navbar {
        background: none;
        border: none 0;
        margin: 0;
        padding: 9px 15px 9px 15px;
        width: auto;
        height: auto;
        position: relative;
        cursor: pointer;
        min-width: 0;
    }

        header .btn-navbar .icon-bar {
            background-color: #ed1c24;
            height: 3px;
            width: 22px;
            margin: 0 0 4px 0;
            display: block;
        }

        header .btn-navbar .text {
            font-size: 11px;
            text-align: center;
            position: absolute;
            bottom: -3px;
            left: 12px;
            font-weight: 500;
            color: #000;
        }

    header .alertIcon {
        width: 18px;
        height: 17px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 1px;
        right: 5px;
        background-color: #ed1c24;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        display: block;
        font-family: inherit;
        font-size: 11px;
        line-height: 15px;
        padding-top: 1px;
    }
/* HEADER end */

/* FOOTER */
footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: bottom 0.3s;
}

.bottomMenu {
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    color: #8c8c8c;
    font-size: 13px;
    text-align: center;
    z-index: 1401;
    position: relative;
}

    .bottomMenu ul {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .bottomMenu li {
        margin: 0;
        padding: 0;
        text-align: center;
        display: inline-block;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .bottomMenu a {
        color: #737373;
        padding: 8px 3px;
        display: block; /*padding-top:35px;*/
        line-height: 19px;
        position: relative;
    }

        .bottomMenu a span {
            font-size: 18px;
            color: #8c8c8c;
        }

    .bottomMenu .active a, .bottomMenu .active a span {
        color: #ed1c24;
        font-weight: 700;
    }

    .bottomMenu .mbsc-ic {
        display: block;
    }

    .bottomMenu .promo {
        flex-grow: 1.3;
    }

        .bottomMenu .promo .mbsc-ic-ion-battery-charging {
            font-size: 29px;
        }

    .bottomMenu .mbsc-ic-fa-list-ul {
        font-size: 17px;
    }

    .bottomMenu .mbsc-ic-box-add {
        font-size: 17px;
    }

    .bottomMenu .mbsc-ic-fa-credit-card-alt {
        font-size: 15px;
    }

    .bottomMenu .mbsc-ic-material-more-horiz {
        font-size: 25px;
    }

    .bottomMenu .number {
        width: 14px;
        height: 13px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #ed1c24;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-family: inherit;
        font-size: 11px;
        font-weight: 700;
        line-height: 13px !important;
        padding-top: 1px;
        position: absolute;
        top: 3px;
        right: 50%;
        margin-right: -16px;
    }

    .bottomMenu .icon-libra::before {
        content: "";
        width: 18px;
        height: 18px;
        display: block;
        background: url(images/avatar-libra-inactiv.png) no-repeat;
        background-size: 18px;
        margin: 0 auto;
    }

    .bottomMenu .active .icon-libra::before {
        background: url(images/avatar-libra.png) no-repeat;
        background-size: 18px;
    }

.hasFooterMenu .topButton {
    bottom: 75px;
}

footer .snackbar {
    position: static;
    margin: 10px;
    background-color: #333333;
    color: #cccccc;
    clear: both;
}

footer .fabButton {
    position: static;
    float: right;
    margin: 10px;
}

footer .sheetMenu {
    background-color: #FFF;
    position: relative;
    z-index: 1400;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

    footer .sheetMenu .title {
        font-size: 16px;
        font-weight: 700;
        padding: 20px 20px 18px 20px;
    }

    footer .sheetMenu .container {
        padding: 0 10px 4px 10px;
    }

    footer .sheetMenu .menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .sheetMenu .menu li {
            border-top: solid 1px #e0e0e0;
            margin: 0;
            padding: 0;
        }

        footer .sheetMenu .menu a {
            padding: 18px 10px;
            display: block;
            color: #333333;
            background: url(images/icon-arrow-right.png) right 10px center no-repeat;
            background-size: 8px 14px;
        }

@media screen and (max-width:320px) {
    footer .sheetMenu .title {
        padding: 15px 20px 13px 20px;
    }

    footer .sheetMenu .menu a {
        padding: 15px 10px;
    }
}
/* FOOTER end */

/* PROMO BUTTONS */
.promoButtons {
    margin: 20px 0;
}

    .promoButtons .button a {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #737373;
        color: #FFF;
        padding: 12px 10px;
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .promoButtons .left {
        width: 36%;
    }

    .promoButtons .right {
        width: 64%;
        box-sizing: border-box;
        padding-left: 10px;
    }

    .promoButtons .button.depozite a {
        background-color: #f2c924;
        color: #333333;
    }

    .promoButtons .button.credit a {
        background-color: #c7181e;
    }

    .promoButtons .button.cont a {
        background-color: #1e61af;
    }

        .promoButtons .button.cont a span {
            background: url(images/icon-button-account-white.png) no-repeat;
            background-size: 61px 66px;
            padding: 11px 0 11px 70px;
            display: inline-block;
            text-align: left;
        }

    .promoButtons .button img {
        vertical-align: middle;
    }

.homepage .promoButtons .button {
    text-align: center;
}

.promoButtons .button.portare a {
    background-color: #f2c924;
    color: #333333;
}

.promoButtons.columns .button {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

    .promoButtons.columns .button a {
        font-weight: 700;
    }

.promoButtons.columns .left {
    padding-right: 5px;
}

.promoButtons.columns .right {
    padding-left: 5px;
}

.promoButtons.columns .button a {
    font-size: 14px;
    padding: 14px 10px;
}

.promoButtons.columns .button img {
    width: auto;
    height: 16px;
}

.promoButtons .button .icon {
    padding: 0 !important;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.promoButtons .button.cont .icon {
    background: url(images/icon-button-account-white.png) no-repeat;
    background-size: auto 16px;
}

.promoButtons .button.depozite .icon {
    background: url(images/icon-menu-deposit-black.png) no-repeat;
    background-size: auto 16px;
}

.promoButtons .button.credit .icon {
    background: url(images/icon-button-money-white.png) no-repeat;
    background-size: auto 16px;
}

.promoButtons .button.portare .icon {
    background: url(images/icon-menu-new-card-black.png) no-repeat;
    background-size: auto 16px;
    width: 26px;
}

.homepage {
    padding-bottom: 0;
}

    .homepage .newAccount {
        background-color: #f7f7f7; /*margin-bottom:3px;*/
        border-top: solid 1px #cbcbcb;
    }

        .homepage .newAccount ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .homepage .newAccount li {
            border-bottom: solid 1px #cbcbcb;
        }

        .homepage .newAccount ul a {
            padding: 18px 20px;
            color: #333333;
            display: block;
            background: url(images/icon-arrow-right.png) right 10px center no-repeat;
            background-size: 9px 15px;
        }

    .homepage .promoLinks {
        background-color: #f7f7f7; /*margin-bottom:3px;*/
        border-top: solid 3px #cbcbcb;
    }

        .homepage .promoLinks ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .homepage .promoLinks ul a {
                padding: 21px 20px 18px 20px;
                color: #333333;
                display: block;
                overflow: hidden;
                line-height: 16px;
            }

        .homepage .promoLinks li {
            display: flex;
            border-bottom: solid 3px #cbcbcb;
        }

        .homepage .promoLinks .image {
            width: 60px;
            height: 60px;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
        }

            .homepage .promoLinks .image img {
                width: auto;
                height: 60px;
            }

            .homepage .promoLinks .image a {
                padding: 0;
                line-height: 0;
            }

    .homepage .promoImage {
        line-height: 0; /*margin-bottom:3px;*/
    }

        .homepage .promoImage img {
            width: 100%;
            height: auto;
        }

        .homepage .promoImage .more {
            display: block;
            background-color: #383838;
            color: #FFF;
            padding: 15px 20px;
            line-height: normal;
            background: url(images/icon-arrow-right.png) #383838 right 10px center no-repeat;
            background-size: 9px 15px;
        }

    .homepage .infoLinks {
        padding: 30px 20px;
        background-color: #e6e6e6;
        color: #737373;
    }

        .homepage .infoLinks ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

            .homepage .infoLinks ul li {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

            .homepage .infoLinks ul a {
                color: #737373;
                font-size: 13px;
            }

        .homepage .infoLinks .mbsc-ic {
            font-size: 28px;
            line-height: 24px;
            display: block;
        }

    .homepage .footer {
        padding: 30px 20px;
        background-color: #383838;
        color: #b2b2b2;
    }
/* PROMO BUTTONS */

/* LOGIN */
.loginBox {
    background-color: #ededed;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .loginBox .redButton {
        background: url(images/icon-button-lock-white.png) #ed1c24 left 18px center no-repeat;
        background-size: 15px 20px;
        padding-left: 40px;
    }

.homepage .promoButtons .button a {
    padding: 20px;
}

.homepage .promoButtons .button.atm a {
    padding: 8px 20px;
}

.homepage .promoButtons .button.credit a {
    padding: 18px 20px;
}

.homepage .promoButtons .button.cont a {
    padding: 15px 20px;
}

.bottomLinks {
    padding: 10px;
}

    .bottomLinks a {
        color: #333333;
        display: inline-block;
        padding: 5px;
        margin: 0 15px;
    }
/* LOGIN end */

/* MAIN */
section {
    padding: 53px 0;
    margin: 0 auto;
    max-width: 600px;
}

    section.popup, section.overlay {
        max-width: 100%;
    }

.wrapper {
    padding: 10px 10px 0 10px;
}

.promoBanner {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 0;
}

    .promoBanner img {
        width: 100%;
        height: auto;
    }

.promoLogin {
    margin: 20px 0;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
}

    .promoLogin a {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

        .promoLogin a span {
            display: block;
            background: url(images/icon-fingerprint-2.png) left center no-repeat;
            background-size: 32px 32px;
            padding: 5px 0 5px 40px;
            min-height: 32px;
            margin: 0 auto;
            width: 160px;
        }

.accordionMenu .promoLogin {
    margin: 0;
    margin-bottom: 10px;
    border: none 0;
    padding: 0;
}

.promoUnificare {
    margin: 15px 0;
    text-align: center;
}

    .promoUnificare a {
        display: inline-block;
        background: url(images/img-smarty-02.png) left center no-repeat;
        background-size: 58px;
        padding: 5px 0 5px 57px;
        text-align: left;
        margin: 0 auto;
    }

    .promoUnificare p {
        margin: 0;
    }

.headTitle {
    color: #c7181e;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0 15px 0;
    position: relative;
}

    .headTitle.border {
        border-bottom: solid 1px #e0e0e0;
        margin-bottom: 10px;
    }

    .headTitle.confirmation {
        color: #47991f;
        background: url(images/icon-check-confirmation-green.png) left 5px top no-repeat;
        background-size: 36px 28px;
        padding-left: 50px;
    }

    .headTitle .redButton, .accountDetails .head .redButton {
        position: absolute;
        top: 0;
        right: 0;
    }

        .headTitle .redButton.addNew {
            top: -3px;
            min-width: 0;
        }

        .headTitle .redButton.downloadPDF {
            top: -3px;
        }

        .accountDetails .head .redButton.downloadPDF {
            top: -3px;
            min-width: 0;
        }

    .headTitle .info {
        text-align: center;
        font-size: 12px;
        color: #737373;
        font-weight: 400;
    }

    .headTitle .status {
        font-size: 13px; /*float:right; margin-top:1px;*/
        margin-bottom: -2px;
        display: block;
    }

.tabBox .headTitle {
    padding-bottom: 5px;
    margin-bottom: 8px;
}
/* MAIN end */

/* ACCORDION MENU */
.accordionMenu .box {
    margin-bottom: 10px;
}

    .accordionMenu .box .head {
        background-color: #ebebeb;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #c7181e;
        font-weight: 700;
        padding: 10px 10px;
    }

        .accordionMenu .box .head small {
            color: #737373;
            font-size: 14px;
            font-weight: 400;
        }

    .accordionMenu .box.open .head {
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        margin-bottom: 0;
    }

    .accordionMenu .box.closed .head {
        background: url(images/icon-arrow-right.png) #ebebeb right 7px center no-repeat;
        background-size: 8px 14px;
        padding-right: 24px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

    .accordionMenu .box.open .head {
        background: url(images/icon-arrow-down.png) #ebebeb right 5px center no-repeat;
        background-size: 14px 8px;
        padding-right: 24px;
    }

    .accordionMenu .box.open .container {
        display: block;
        clear: both;
    }

    .accordionMenu .box.closed .container {
        display: none;
    }

    .accordionMenu .box.open.noArrow .head {
        background: #ebebeb;
    }

    .accordionMenu .box .container {
        background-color: #f7f7f7;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

        .accordionMenu .box .container .row {
            padding: 10px;
            border-top: solid 1px #e0e0e0;
            overflow: hidden;
            line-height: 16px;
        }

        .accordionMenu .box .container .left { /*text-transform:uppercase;*/
        }

        .accordionMenu .box .container .right {
            text-align: right;
        }

        .accordionMenu .box .container small {
            font-size: 12px;
            color: #737373;
        }

        .accordionMenu .box .container .row.more {
            padding-right: 24px;
            background: url(images/icon-dots-vertical.png) right 10px center no-repeat;
            background-size: 4px 24px;
        }

        .accordionMenu .box .container .iban {
            color: #333333;
        }

.accordionMenu table {
    width: 100%;
    line-height: normal;
    border-collapse: collapse;
}

    .accordionMenu table tr td {
        padding: 5px 0;
    }

        .accordionMenu table tr td a {
            display: block;
            padding: 5px 10px;
            border-left: solid 1px #e0e0e0;
        }

        .accordionMenu table tr td:first-child a {
            border-left: none 0;
        }

.accordionMenu .normalText {
    font-size: 16px;
    font-weight: 400;
}

.accordionMenu .restanta {
    padding-top: 5px;
    margin: 5px 0 0 10px;
    border-top: solid 1px #e0e0e0;
}

    .accordionMenu .restanta .sold {
        color: #c7181e;
    }

.accordionMenu .box .head .total {
    float: right;
    color: #333333;
    font-weight: 400;
}

.accordionMenu .box.open .head .total {
    color: #737373;
}

.accordionMenu .head {
    margin-bottom: 5px;
    overflow: hidden;
}

    .accordionMenu .head .title {
        font-weight: 700;
        float: left;
    }

    .accordionMenu .head .more {
        float: right;
        font-size: 13px;
    }
/* ACCORDION MENU end */

/* ACCOUNT DETAILS */
.accountDetails .head {
    background: url(images/layout-gradient-01.png) #fff top repeat-x;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
    background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
}

    .accountDetails .head .name {
        text-align: center;
        font-size: 16px;
        color: #c7181e;
        text-transform: uppercase;
        position: relative;
    }

    .accountDetails .head .info {
        text-align: center;
        font-size: 12px;
        color: #737373;
    }

    .accountDetails .head .name.card {
        text-align: left;
        margin-bottom: 5px;
    }

        .accountDetails .head .name.card .info {
            text-align: left;
        }

        .accountDetails .head .name.card .image {
            padding-right: 10px;
            float: left;
        }

    .accountDetails .head .name {
        margin: 3px 0 15px 0;
    }

button.shareAccount, button.shareButton {
    width: 30px;
    height: 30px;
    background: url(images/icon-share-account.png) center no-repeat;
    background-size: 21px;
    padding: 0;
    min-width: 0;
}

button.pdfButton {
    width: 30px;
    height: 30px;
    background: url(images/icon-pdf-share.png) center no-repeat;
    background-size: 22px;
    padding: 0;
    min-width: 0;
}

.accountDetails .head .name.share {
    padding: 0 35px;
    position: relative;
}

    .accountDetails .head .name.share .shareAccount {
        position: absolute;
        top: 0;
        right: 7px;
        min-width: 0;
    }

.head .shareButton, .head .pdfButton {
    position: absolute;
    top: 0;
    right: 7px;
}

.headTitle .shareButton, .headTitle .pdfButton {
    position: absolute;
    top: 3px;
    right: 7px;
}

.accountDetails .head .menu {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
}

    .accountDetails .head .menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .accountDetails .head .menu li {
        display: inline-block;
        width: 24%;
        box-sizing: border-box;
        vertical-align: top;
        border-left: solid 1px #e0e0e0;
        padding: 0 0 0 5px;
        line-height: 16px;
    }

        .accountDetails .head .menu li:first-child {
            border-left: none 0;
        }

.accountDetails .head .details {
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
}

    .accountDetails .head .details .right {
        text-align: right;
    }

.accountDetails .head .menu {
    position: relative;
}

    .accountDetails .head .menu .scroll {
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 -10px;
        padding: 0 10px 12px 10px;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

        .accountDetails .head .menu .scroll li {
            width: 84px;
        }

        .accountDetails .head .menu .scroll ul {
            white-space: nowrap;
        }

    .accountDetails .head .menu .navLeft {
        position: absolute;
        top: 0;
        bottom: 12px;
        left: -10px;
        padding: 0;
        min-width: 0;
        width: 16px;
        z-index: 100;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: -moz-linear-gradient(left, transparent, #efefef 100%);
        background: -webkit-linear-gradient(right, rgba(239, 239, 239, 0), #efefef 100%);
        background: linear-gradient(to left, transparent, #efefef 100%);
        background-image: -o-linear-gradient(left, transparent, #efefef);
        background-image: -ms-linear-gradient(left, transparent, #efefef);
    }

    .accountDetails .head .menu .navRight {
        position: absolute;
        top: 0;
        bottom: 12px;
        right: -10px;
        padding: 0;
        min-width: 0;
        width: 16px;
        z-index: 100;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: -moz-linear-gradient(right, transparent, #efefef 100%);
        background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0), #efefef 100%);
        background: linear-gradient(to right, transparent, #efefef 100%);
        background-image: -o-linear-gradient(right, transparent, #efefef);
        background-image: -ms-linear-gradient(right, transparent, #efefef);
    }

    .accountDetails .head .menu .switch {
        margin: 7px 0 0 0;
        text-align: center;
        display: block;
        width: auto !important;
        height: auto !important;
    }

        .accountDetails .head .menu .switch .text {
            padding-top: 10px;
            display: block;
            color: #1e61af;
        }

        .accountDetails .head .menu .switch .slider {
            width: 32px;
            margin: 0 auto;
            height: 16px;
        }

    .accountDetails .head .menu .loader {
        font-size: 12px;
        color: #737373;
        padding-top: 5px;
    }

        .accountDetails .head .menu .loader .text {
            display: block;
            padding-top: 6px;
        }

.accountDetails .secondaryDetails {
    padding: 12px 10px 2px 10px;
    border-top: solid 1px #e0e0e0;
    color: #737373;
    font-size: 14px;
}

    .accountDetails .secondaryDetails table {
        border-collapse: collapse;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .accountDetails .secondaryDetails table td {
            padding: 3px 0;
            vertical-align: top;
        }

.accountDetails.border {
    border-top: solid 1px #e0e0e0;
    padding-top: 10px;
}

.transactionsMenu {
    background-color: #c7181e;
    color: #FFF;
    padding-left: 10px;
    position: relative;
    overflow-y: scroll;
}

    .transactionsMenu a {
        color: #FFF;
    }

    .transactionsMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
    }

    .transactionsMenu li {
        display: inline-block;
    }

        .transactionsMenu li a {
            padding: 16px 10px;
            display: block;
            height: 48px;
            box-sizing: border-box;
        }

        .transactionsMenu li.active a {
            background: url(images/icon-menu-active.png) bottom no-repeat;
            background-size: 20px 7px;
        }

    .transactionsMenu .search {
        padding: 5px;
        float: left;
        line-height: 0;
    }

        .transactionsMenu .search button {
            background: url(images/icon-menu-search-white.png) #ed1c24 center no-repeat;
            background-size: 22px 23px;
            border: none;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            width: 38px;
            height: 38px;
            min-width: 0;
        }

    .transactionsMenu .searchBox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 4px 0 4px 12px;
        background-color: #c7181e;
    }

        .transactionsMenu .searchBox .container {
            background-color: #FFF;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            position: relative;
            padding: 0 40px 0 0;
            width: 80%;
            float: left;
            box-sizing: border-box;
        }

            .transactionsMenu .searchBox .container input {
                background: none;
                border: none 0;
                padding: 11px 15px;
            }

            .transactionsMenu .searchBox .container button {
                position: absolute;
                right: 0;
                background: url(images/icon-menu-search.png) center no-repeat;
                background-size: 22px 23px;
                width: 48px;
                height: 40px;
                margin: 0;
                border: none 0;
                min-width: 0;
            }

        .transactionsMenu .searchBox button.close {
            background: url(images/icon-button-close-white.png) center no-repeat;
            background-size: 28px 28px;
            width: 20%;
            height: 42px;
            border: none 0;
            float: right;
            box-sizing: border-box;
            padding: 0;
            min-width: 0;
        }

        .transactionsMenu .searchBox .text {
            background: none;
            padding-top: 12px;
            padding-left: 10px;
        }

        .transactionsMenu .searchBox .buttons {
            background: none;
            padding: 7px 0 0 0;
            color: #FFF;
        }

            .transactionsMenu .searchBox .buttons button {
                color: #FFF;
                border: none;
                width: 28px;
                height: 28px;
                background: none;
                position: static;
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
            }

                .transactionsMenu .searchBox .buttons button.filters {
                    background: url(images/icon-filters-white.png) left no-repeat;
                    background-size: 28px 28px;
                    padding: 0 0 0 34px;
                    width: auto;
                }

                .transactionsMenu .searchBox .buttons button.select {
                    background: url(images/icon-multiple-select-white.png) center no-repeat;
                    background-size: 28px 28px;
                }

                .transactionsMenu .searchBox .buttons button.delete {
                    background: url(images/icon-delete-white.png) center no-repeat;
                    background-size: 28px 28px;
                }

            .transactionsMenu .searchBox .buttons li {
                border-left: solid 1px #FFF;
                padding: 0 10px 0 13px;
            }

                .transactionsMenu .searchBox .buttons li:first-child {
                    border-left: none 0;
                    padding-left: 5px;
                }

.sticky + .accountDetails {
    padding-top: 57px;
}

.sticky.hasFilters + .accountDetails {
    padding-top: 150px !important;
}

.accountExtras .box {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.accountExtras .details {
    margin-bottom: 5px;
}

.accountExtras .right {
    font-size: 14px;
}

.accountExtras small {
    color: #808080;
    font-size: 13px;
}

.accountDetails .box {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.accountDetails small {
    color: #737373;
    font-size: 12px;
}

.accountDetails p {
    padding: 0;
    margin: 0;
}

.accountDetails .right {
    text-align: right;
}

.accountDetails .box label {
    display: block;
    font-weight: 700;
}

.accountDetails .box ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.accountDetails .iban {
    color: #333333;
}

.accountDetails .status {
    font-size: 12px;
    line-height: 13px;
    display: block;
}

.accountDetails span.redButton {
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.accountDetails .selectMenu {
    margin: 0;
}

    .accountDetails .selectMenu .box {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        display: flex;
        width: 100%;
        align-items: center;
    }

        .accountDetails .selectMenu .box a {
            padding: 0 20px 0 0;
            width: 100%;
        }

        .accountDetails .selectMenu .box label {
            display: block;
            font-weight: 700;
        }

        .accountDetails .selectMenu .box .iban {
            color: #333333;
        }

.accountDetails .disabled .box a { /*background:url(images/icon-lacat.png) right center no-repeat; background-size:16px 22px;*/
    color: #737373;
    background: none;
}

.accountDetails .disabled small {
    color: #999999;
}

.accountDetails .disabled .box .iban {
    color: #737373;
}

.accountDetails .selectInput.disabled .box a {
    background: #ebebeb;
    color: #666666;
}

.separatorLineArrow { /*background:url(images/layout-separator-arrow-down.png) center no-repeat;*/
    background-size: 20px 7px;
    width: 100%;
    height: 7px;
    line-height: 0;
    border-top: solid 4px #c7181e;
}

.accountExtras.statements {
    margin-top: -10px;
}

    .accountExtras.statements .box {
        padding: 0;
        margin: 0;
    }

    .accountExtras.statements a {
        color: #333333;
        display: block;
        padding: 10px 0;
        padding-right: 20px;
        background: url(images/icon-dots-vertical.png) right 5px center no-repeat;
        background-size: 4px 24px;
    }

    .accountExtras.statements small.new {
        color: #ed1c24;
        font-weight: 700;
    }

.tabBox .accountExtras.statements {
    margin-top: 0;
}

.accountDetails .tabBox .tabs {
    background: none;
}

.transactionsList .accountDetails {
    padding-bottom: 53px;
}

    .transactionsList .accountDetails .box {
        padding: 0;
        margin: 0;
    }

    .transactionsList .accountDetails .selectMenu .checkbox {
        display: block;
        margin: 10px 5px 10px 10px;
    }

    .transactionsList .accountDetails .selectMenu .box a {
        padding: 10px 20px 10px 10px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-wrap: wrap;
    }

    .transactionsList .accountDetails .selectMenu .left {
        width: 65%;
    }

    .transactionsList .accountDetails .selectMenu .right {
        width: 35%;
    }

    .transactionsList .accountDetails .signature {
        text-align: right;
        margin-bottom: -5px;
        padding-left: 10px;
        flex-basis: 100%;
        font-size: 13px;
        color: #ABABAB;
    }
/* ACCOUNT DETAILS end */

/* POPUP */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 1300;
    margin-top: 0;
    padding: 0;
}

.popup {
    position: fixed;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
    z-index: 3000;
    display: none;
    margin: 0;
    padding: 0;
    max-height: 100%;
    overflow-y: scroll;
}

    .popup.topPosition {
        top: 0;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.popupBox {
    width: 100%;
    max-width: 500px;
    background-color: #FFF;
    margin: 10px auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

    .popupBox button.close {
        background: url(images/icon-button-close-gray.png) center no-repeat;
        background-size: 28px 28px;
        width: 34px;
        height: 34px;
        border: none 0;
        position: absolute;
        top: 13px;
        right: 13px;
        padding: 0;
        min-width: 0;
    }

    .popupBox .title {
        padding: 20px 45px;
        font-weight: 700;
        text-align: center;
        font-size: 16px;
    }

    .popupBox label.title {
        padding: 3px 0 0 0;
        font-size: 16px;
        text-align: left;
    }

    .popupBox .menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .popupBox .menu li {
            margin: 0;
            padding: 0;
            border-top: solid 1px #e0e0e0;
        }

        .popupBox .menu a {
            padding: 16px 20px;
            display: block;
            color: #333333;
        }

            .popupBox .menu a small {
                color: #737373;
            }

        .popupBox .menu .promoted {
            border-bottom: none 0;
        }

            .popupBox .menu .promoted a {
                background-color: #f2f2f2;
                color: #1e61af;
            }

        .popupBox .menu .iban {
            color: #333333;
        }

    .popupBox .container.border {
        border-top: solid 1px #e0e0e0;
    }

    .popupBox .wrapper {
        padding: 15px;
    }

label.title .smallText {
    font-weight: 500;
}

.popup.loading {
    left: 60px;
    right: 60px;
}

    .popup.loading .popupBox {
        padding-top: 35px;
        padding-bottom: 15px;
    }

        .popup.loading .popupBox .wrapper {
            padding: 0 10px;
        }

        .popup.loading .popupBox .smartyIcon {
            padding-top: 0;
        }

.popupBox ul {
    margin: 0 0 10px 0;
    padding-left: 20px;
}

.popupBox .title.leftText {
    padding-left: 20px;
    padding-right: 55px;
}

.popupBox .contactInfo .phone {
    margin-right: 3px;
}

.popupBox .accordionMenu .box {
    margin-bottom: 0;
}

.popupBox .feedback table {
    text-align: center;
    width: 100%;
    margin: 20px 0 20px 0;
    border-collapse: collapse;
    font-weight: bold;
}

    .popupBox .feedback table td {
        padding: 0;
    }

    .popupBox .feedback table .radioButton {
        margin: 0;
    }

    .popupBox .feedback table input {
        padding: 0;
    }

    .popupBox .feedback table .radioButton {
        display: block;
        margin-top: 5px;
    }

.popupBox .wrapper {
    position: relative;
}

.errorOverlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 15px;
    background: #FFF;
    z-index: 3010;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .errorOverlay .container {
        width: 100%;
    }

.popupBox img {
    max-width: 100%;
    height: auto;
}

.moreSeparator {
    width: 100%;
    height: 140px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3100;
    background-image: -moz-linear-gradient(bottom, #ffffff, transparent);
    background-image: -webkit-linear-gradient(bottom, #ffffff, transparent);
    background-image: -o-linear-gradient(bottom, #ffffff, transparent);
    background-image: -ms-linear-gradient(bottom, #ffffff, transparent);
}

    .moreSeparator .roundButton {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #ed1c24;
        min-width: 0;
        background: url(images/icon-arrow-down-white.png) #ed1c24 center no-repeat;
        background-size: 20px 12px;
        display: inherit;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -30px;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    }

.popupBox .container {
    position: relative;
}

.popup .overlay {
    position: absolute;
    background-color: rgba(256,256,256,0.6);
}

.popupBox .menu .info {
    padding: 16px 20px;
    border-top: dashed 2px #e0e0e0;
    color: #737373;
    position: relative;
}

    .popupBox .menu .info .mbsc-ic {
        position: absolute;
        right: 20px;
    }
/* POPUP end */

/* MAIN MENU */
.sideMenu {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 15%;
    right: 0;
    bottom: 0;
    z-index: 2100;
    margin: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    overflow-y: scroll;
    padding: 0;
    max-width: 100%;
}

    .sideMenu .profileBox { /*background-color:#b91218;*/
        background-color: #FFF;
        padding: 15px;
        border-bottom: solid 1px #e5e5e5;
    }

        .sideMenu .profileBox .avatar {
            width: 50px;
            height: 50px;
            overflow: hidden;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #FFF;
            color: #333333;
            font-size: 24px;
            text-align: center;
            float: left;
            margin-right: 15px;
            border: solid 1px #cbcbcb;
        }

            .sideMenu .profileBox .avatar a {
                display: block;
                width: 50px;
                height: 50px;
                color: #333333;
            }

            .sideMenu .profileBox .avatar.empty a {
                line-height: 50px;
            }

            .sideMenu .profileBox .avatar img {
                width: 50px;
                height: auto;
            }

        .sideMenu .profileBox .name {
            float: left;
            color: #333;
            margin-top: 3px;
        }

            .sideMenu .profileBox .name a {
                display: inline-block;
                padding: 7px 0;
            }

    .sideMenu a { /*color:#FFF;*/
        color: #333;
    }

    .sideMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sideMenu .menuBox { /*background-color:#b91218; border-top:solid 1px #a9141a;*/
        background-color: #FFF;
    }

        .sideMenu .menuBox li { /*border-bottom:solid 1px #a9141a;*/
            display: block;
            font-weight: 400;
        }

            .sideMenu .menuBox li.active { /*background-color:#ed1c24;*/
                background-color: #e6e6e6;
                font-weight: 700;
            }

            .sideMenu .menuBox li ul {
                background-color: #f7f7f7;
            }

                .sideMenu .menuBox li ul li { /*border-top:solid 1px #d9d9d9;*/
                    border-bottom: none 0;
                    font-weight: 400;
                }

                    .sideMenu .menuBox li ul li:first-child {
                        border-top: none 0;
                    }

                .sideMenu .menuBox li ul a {
                    color: #333333;
                    padding-left: 30px;
                }

        .sideMenu .menuBox a {
            display: block;
            padding: 17px 10px 17px 15px;
        }

        .sideMenu .menuBox .promo a {
            display: inline-block;
            padding-right: 0;
        }

        .sideMenu .menuBox .promoLink { /*color:#ffcc00;*/
            color: #c7181e;
            font-size: 14px;
            font-weight: 400;
            padding: 0 10px 10px 5px;
        }

            .sideMenu .menuBox .promoLink span {
                border-bottom: dashed 1px #c7181e;
                margin-left: 10px;
            }

        .sideMenu .menuBox .icon a {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .sideMenu .menuBox .icon span {
            display: inline-block;
            padding: 5px 30px 5px 0;
        }

        .sideMenu .menuBox .icon1 span {
            background: url(images/icon-menu-deal.png) right center no-repeat;
            background-size: 23px 23px;
        }

        .sideMenu .menuBox .logout { /*background-color:#b91218;*/
        }

            .sideMenu .menuBox .logout a {
                background: url(images/icon-button-lock-black.png) left 15px center no-repeat;
                background-size: 10px 14px;
                padding-left: 30px;
            }

        .sideMenu .menuBox .submenu a {
            background: url(images/icon-arrow-right.png) right 10px center no-repeat;
            background-size: 8px 14px;
            padding-right: 28px;
        }

        .sideMenu .menuBox .submenu.active a {
            background: url(images/icon-arrow-down.png) right 7px center no-repeat;
            background-size: 14px 8px;
        }

        .sideMenu .menuBox .submenu.active ul a {
            background: none;
            border-bottom: none 0;
        }

        .sideMenu .menuBox .submenu.active ul {
            border-bottom: solid 1px #cbcbcb;
        }

        .sideMenu .menuBox li.footerLink { /*background-color:#44464a; border-bottom:solid 1px #4d4d4d;*/
            background-color: #e6e6e6;
            font-weight: 400;
        }

            .sideMenu .menuBox li.footerLink.logout { /*background-color:#1a1a1a; border-bottom:solid 1px #1a1a1a;*/
            }

    .sideMenu .closeButton .btn-navbar {
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        padding: 9px;
        width: auto;
        height: auto;
        float: right;
        border: none 0;
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        min-width: 0;
        background: url(images/icon-button-close-gray.png) center no-repeat;
        background-size: 28px 28px;
    }

.user .sideMenu .closeButton .btn-navbar {
    top: 55px;
}

.sideMenu .closeButton .icon-bar {
    background-color: #FFF;
    height: 3px;
    width: 7px;
    margin: 0 0 4px 0;
    display: none;
}

.sideMenu .menuBox .alertIcon span {
    display: inline-block;
    position: relative;
}

.sideMenu .menuBox .alertIcon .number {
    width: 18px;
    height: 17px;
    -webkit-border-radius: 100%;
    border-radius: 100%; /*background-color:#FFF; color:#ed1c24;*/
    background-color: #ed1c24;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    padding-top: 1px;
    position: absolute;
    top: -5px;
    right: -22px;
}

.sideMenu .menuBox .share a {
    background: url(images/icon-share-account.png) right 15px center no-repeat;
    background-size: 21px;
    padding-right: 35px;
    color: #c7181e;
    border-bottom: solid 1px #e5e5e5;
}

.sideMenu .menuBox .new a::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 15px;
    background: url(images/icon-menu-new.png) center no-repeat;
    background-size: 37px 15px;
    vertical-align: middle;
    line-height: 0;
    margin-left: 5px;
}

.sideMenu .menuBox .new ul a::after {
    display: none;
}
/* MAIN MENU end */

/* MESSAGES */
.messagesList {
    border-top: solid 1px #e0e0e0;
}

    .messagesList .box {
        border-bottom: solid 1px #e0e0e0;
        font-size: 14px;
        display: flex;
        width: 100%;
    }

        .messagesList .box p {
            margin: 0;
        }

    .messagesList .new {
        font-weight: bold;
    }

    .messagesList .box .checkbox {
        display: block;
        margin: 10px 0px 10px 8px;
    }

    .messagesList .box a {
        display: block;
        padding: 10px 20px 10px 10px;
        box-sizing: border-box;
        width: 100%;
        background: url(images/icon-dots-vertical.png) right 5px center no-repeat;
        background-size: 4px 24px;
        color: #333;
    }

.message h2 {
    margin: 0 0 15px 0;
}
/* MESSAGES */

/* CARDS */
.cardsList {
    padding: 5px;
}

    .cardsList .card {
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .cardsList .card .box {
            border: solid 1px #e0e0e0;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            padding: 18px 20px;
            background: url(images/layout-gradient-01.png) top repeat-x;
            position: relative;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        }

        .cardsList .card .title {
            font-size: 16px;
            color: #c7181e;
            margin-bottom: 10px;
        }

            .cardsList .card .title small {
                color: #333333;
                font-size: 14px;
            }

                .cardsList .card .title small.grayText {
                    color: #737373;
                }

        .cardsList .card .ammount {
            margin-bottom: 15px;
        }

        .cardsList .card .series {
            border-top: solid 1px #e0e0e0;
            font-size: 18px;
            padding-top: 14px;
            margin-bottom: 7px;
            letter-spacing: 2px;
        }

        .cardsList .card .name {
            font-size: 14px;
            color: #737373;
            font-weight: 400;
            text-transform: uppercase;
        }

        .cardsList .card .inactive {
            width: 47px;
            height: 47px;
            background: url(images/card-inactive.png) top right no-repeat;
            background-size: 47px 47px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .cardsList .card .active {
            width: 47px;
            height: 47px;
            background: url(images/card-active.png) top right no-repeat;
            background-size: 47px 47px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .cardsList .card .blocked {
            width: 47px;
            height: 47px;
            background: url(images/card-blocked.png) top right no-repeat;
            background-size: 47px 47px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .cardsList .card .production {
            width: 47px;
            height: 47px;
            background: url(images/card-production.png) top right no-repeat;
            background-size: 47px 47px;
            position: absolute;
            top: 0;
            right: 0;
        }

        .cardsList .card .nfcPay a {
            width: 105px;
            height: 18px;
            position: absolute;
            top: 8px;
            right: 9px;
            color: #6aa951;
            font-size: 14px;
            font-weight: 700;
            background: url(images/icon-nfc-small.png) right no-repeat;
            background-size: 15px 18px;
            padding-right: 20px;
            text-align: right;
        }

            .cardsList .card .nfcPay a span {
                border-bottom: dashed 1px #6aa951;
            }

        .cardsList .card .cardLogo {
            position: absolute;
            right: 10px;
            bottom: 5px;
        }

        .cardsList .card .expDate {
            margin-bottom: 10px;
        }

        .cardsList .card .head {
            display: flex;
            width: 100%;
            margin-bottom: 5px;
        }

        .cardsList .card .title {
            flex: 1;
            vertical-align: bottom;
            margin-bottom: 0;
        }

    .cardsList .freeze {
        font-size: 13px;
        line-height: 20px;
        color: #737373;
        text-align: right;
        vertical-align: bottom;
        margin-top: auto;
    }

        .cardsList .freeze .action {
            text-transform: uppercase;
            font-size: 9px;
            line-height: 9px;
            text-align: right;
            margin-right: 5px;
            padding-top: 1px;
            color: #A4A4A4;
            float: right;
        }

        .cardsList .freeze .status {
            text-transform: uppercase;
            font-size: 10px;
            line-height: 10px;
            float: right;
            width: 42px;
            padding-top: 5px;
            font-weight: 700;
        }

        .cardsList .freeze .switch {
            float: right;
        }

.limits .box {
    margin-bottom: 5px;
}

.limits table {
    text-align: left;
}

    .limits table tr td {
        padding: 2px 5px;
        vertical-align: middle;
    }

.limits .box .head {
    color: inherit;
    padding: 5px 10px;
}

.limits .box .container .row {
    padding: 8px 5px;
}

.limits .box label {
    font-size: 12px;
    font-weight: 700;
}

.cardImage {
    width: 160px;
    height: 102px; /*background-color:#333333;*/
    box-shadow: 0 1px 5px rgba(0,0,0,0.25);
    color: #FFF;
    overflow: hidden;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}

    .cardImage .info {
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
    }

        .cardImage .info .series {
            margin: 68px 0 0 0;
            font-size: 12px;
            font-weight: 700;
            text-shadow: 0 1px 3px rgba(0,0,0,0.6);
        }

    .cardImage .image {
        width: 100%;
        height: 100%;
    }

        .cardImage .image img {
            width: 100%;
            height: auto;
            text-align: center;
        }

    .cardImage.center {
        margin: 0 auto;
    }
/* CARDS end */

/* PAYMENTS */
.accordionMenu.insideForm .box {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 15px;
}

    .accordionMenu.insideForm .box .head {
        color: #333333;
        font-weight: inherit;
        padding-right: 10px;
        background: #ebebeb;
    }

        .accordionMenu.insideForm .box .head .checkbox {
            margin-right: 10px;
        }

.accordionMenu.insideForm table tr td a {
    display: inline;
    padding: 0;
    border-left: none 0;
}

.accordionMenu.insideForm fieldset.head {
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
}

.accordionMenu.insideForm table td {
    padding: 0;
}

    .accordionMenu.insideForm table td.last {
        vertical-align: middle;
        padding-left: 8px;
    }

.accordionMenu.insideForm .wrapper {
    padding: 15px 8px 0 8px;
    border-bottom: solid 1px #e0e0e0;
    overflow: hidden;
}

.selectMenu {
    margin-bottom: 20px;
}

    .selectMenu a {
        color: inherit;
        display: block;
        overflow: hidden;
        background: url(images/icon-dots-vertical.png) right 5px center no-repeat;
        background-size: 4px 24px;
        padding: 10px 0;
        padding-right: 20px;
    }

        .selectMenu a.readonly {
            background: none;
            padding-right: 0 !important;
        }

    .selectMenu .box {
        padding-bottom: 10px;
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
        margin-top: 10px;
    }

    .selectMenu.noLink a {
        background: none 0;
    }

.popupBox .accountDetails {
    padding-top: 10px;
}

    .popupBox .accountDetails .box {
        padding: 0 15px 10px 15px;
    }

    .popupBox .accountDetails .wrapper {
        padding: 0 10px 10px 10px;
    }

.popupBox .title.confirmation {
    padding: 9px 45px 9px 35px;
}

    .popupBox .title.confirmation span {
        color: #47991f;
        background: url(images/icon-check-confirmation-green.png) left 5px center no-repeat;
        background-size: 36px 28px;
        padding: 10px 25px 10px 50px;
        display: inline-block;
    }

.popupBox .searchBox {
    background-color: #f2f2f2;
    padding: 10px; /*border-bottom:solid 1px #e0e0e0;*/
}

    .popupBox .searchBox .container {
        background-color: #FFF;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        padding: 0 40px 0 0;
        width: 70%;
        float: left;
        box-sizing: border-box;
        border: solid 1px #cbcbcb;
    }

        .popupBox .searchBox .container input {
            background: none;
            border: none 0;
            padding: 11px 15px;
        }

    .popupBox .searchBox button {
        position: absolute;
        right: 0;
        background: url(images/icon-menu-search.png) center no-repeat;
        background-size: 22px 23px;
        width: 40px;
        height: 40px;
        margin: 0;
        border: none 0;
        opacity: 0.5;
        min-width: 40px;
    }

    .popupBox .searchBox .linkButton {
        width: 30%;
        float: right;
        font-size: 14px;
        text-align: center;
    }

        .popupBox .searchBox .linkButton a {
            padding: 6px 10px 5px 10px;
            line-height: 16px;
        }

.safeLabel {
    color: #4bad1a;
    font-size: 11px;
    background: url(images/icon-check-safe-bullet.png) left no-repeat;
    background-size: 12px 12px;
    padding-left: 15px;
    display: inline-block;
    padding-top: 2px;
    font-weight: 500;
}

    .safeLabel.normalText {
        font-size: 14px;
    }

.safeLabelOrange {
    color: #ef5318;
    font-size: 11px;
    background: url(images/icon-check-safe-bullet_orange.png) left no-repeat;
    background-size: 12px 12px;
    padding-left: 15px;
    display: inline-block;
    padding-top: 2px;
    font-weight: 500;
}

    .safeLabelOrange.normalText {
        font-size: 14px;
    }

.accordionMenu.recurrence .box .container .left {
    text-transform: none;
}

.accordionMenu.recurrence .box.open .head {
    color: inherit;
}

.accordionMenu.recurrence .box.open .head {
    background: #ebebeb;
}
/* PAYMENTS end */

/* ALERTS */
.alertType {
    background: url(images/layout-gradient-02.png) bottom repeat-x;
    padding: 10px;
    border-bottom: solid 1px #b4b4b4;
}

    .alertType .head {
        border-bottom: solid 1px #e0e0e0;
        padding-bottom: 10px;
    }

    .alertType .checklist {
        margin-bottom: 10px;
    }

        .alertType .checklist label {
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 15px;
        }

    .alertType fieldset table .label {
        width: 115px;
    }
/* ALERTS end */

/* OPEN ACCOUNT */
.popup.bigImage {
    height: 90%;
}

    .popup.bigImage .popupBox {
        background: url(images/img-cont-online-01.jpg) #87919c center no-repeat;
        background-size: auto 100%;
        color: #FFFFFF;
        height: 100%;
        position: relative;
        margin: 0 auto;
    }

    .popup.bigImage .cta {
        position: absolute;
        bottom: 50px;
        left: 20px;
        right: 20px;
    }

    .popup.bigImage h2 {
        font-size: 28px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }

    .popup.bigImage .redButton {
        padding-left: 25px;
        padding-right: 25px;
    }

.imageBox {
    margin-bottom: 10px;
    overflow: hidden;
}

    .imageBox img {
        max-width: 100%;
        height: auto;
    }
/* OPEN ACCOUNT end */

/* SEARCH FILTERS */
.searchFilters {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #e0e0e0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .searchFilters .wrapper {
        width: 100%;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }

    .searchFilters .item {
        width: 33.33%;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .searchFilters input, .searchFilters select {
        background-color: #FFF;
        padding: 6px;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
        min-width: 0;
    }

    .searchFilters select {
        padding: 5px;
    }

    .searchFilters input[type="date"] {
        padding: 4px;
        width: 100% !important;
    }

    .searchFilters label {
        font-size: 13px;
        font-weight: 700;
    }

    /*.onlyFilters .searchFilters{border-top:solid 1px #e0e0e0;}*/
    .searchFilters input[type="submit"] {
        background-color: #e6e6e6;
        color: #333333;
        font-weight: 500;
        cursor: pointer;
        padding: 8px;
    }

    .searchFilters input.redButton {
        background-color: #ed1c24;
        color: #FFF;
    }

    .searchFilters input.date {
        background-size: 14px !important;
    }

    .searchFilters input.button {
        background-color: #1e61af;
        color: #FFF;
        padding: 7px;
    }

.transactionsHead .toggle {
    text-align: right;
    display: block;
    font-weight: 700;
    padding: 8px 5px;
    background-color: #f0f0f0;
}

    .transactionsHead .toggle a {
        background: url(images/icon-arrow-down.png) right no-repeat;
        background-size: 14px 8px;
        padding: 0 18px;
        color: #333333;
    }

    .transactionsHead .toggle.open {
        background-color: #e0e0e0;
    }

        .transactionsHead .toggle.open a {
            background: url(images/icon-arrow-up.png) right no-repeat;
            background-size: 14px 8px;
        }

/* SEARCH FILTERS end */

.transactionsMenu .searchBox .container input {
    height: 41px;
}

.sticky {
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 1200;
}

    .sticky + .accountExtras {
        padding-top: 57px;
    }

    .sticky.hasFilters + .accountExtras {
        padding-top: 118px;
    }

    .sticky.onlyFilters + .accountDetails {
        padding-top: 170px;
    }

.loaderImg {
    line-height: 0;
    padding: 15px;
    opacity: 0.7;
    text-align: center;
}

    .loaderImg img {
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }

.overlay .loaderImg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1200;
    margin-left: -25px;
    margin-top: -40px;
}

.accountDetails .box {
    position: relative;
}

    .accountDetails .box .more {
        display: none;
    }

.moreLink a {
    font-size: 13px;
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    padding: 4px;
    background: url(images/icon-arrow-down.png) left no-repeat;
    background-size: 7px 4px;
    padding-left: 10px;
}

.modifyLink a {
    font-size: 13px;
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    padding: 0;
}

.reloadLink {
    background: url(images/icon-refresh-01.png) left no-repeat;
    background-size: 18px 18px;
    padding: 11px 5px 10px 20px;
    display: inline-block;
}

.searchLink {
    background: url(images/icon-menu-search-inline.png) left no-repeat;
    background-size: 17px 18px;
    padding: 11px 5px 10px 20px;
    display: inline-block;
}

.lineSeparator {
    border-bottom: solid 1px #e0e0e0;
    height: 10px;
    margin-bottom: 10px;
}

.selectMenu.payments {
    margin-top: -10px;
}

    .selectMenu.payments .box {
        padding: 0;
        margin: 0;
    }

.selectInput .box {
    border: none 0;
    padding: 0;
    margin: 0 0 15px 0;
}

    .selectInput .box a {
        background: url(images/icon-arrow-select.png) right 10px center no-repeat;
        background-size: 10px 7px;
        background-color: #FFF;
        border: solid 1px #cbcbcb;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 12px 15px;
        display: block;
        color: #777777;
    }

.transactionsList .accountExtras .details {
    margin-bottom: 0;
}

    .transactionsList .accountExtras .details .highlight {
        background-color: #ffed26;
    }

.transactionsList .accountExtras .date {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999999;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 5px;
    font-weight: 700;
}

.transactionsList .accountExtras .box {
    margin-bottom: 0;
    border: none 0;
}

    .transactionsList .accountExtras .box small {
        font-size: 11px;
        color: #a6a6a6;
    }

    .transactionsList .accountExtras .box .left {
        float: left;
        width: 73%;
    }

    .transactionsList .accountExtras .box .right {
        float: right;
        width: 25%;
        margin-top: 2px;
        line-height: 14px;
        font-size: 14px;
    }

.transactionsList .accountExtras {
    padding-bottom: 200px;
}

.smartyIcon {
    padding: 10px;
}

    .smartyIcon img {
        width: 110px;
        height: 87px;
    }

.refreshButton {
    background: url(images/icon-refresh-01.png) center no-repeat;
    background-size: 18px 18px;
    padding: 0;
    width: 34px;
    height: 34px;
}

.headTitle .refreshButton {
    position: absolute;
    top: -2px;
    right: 0;
    min-width: 0;
}

.refreshButton.link {
    width: auto;
    background-position: left center;
    padding-left: 22px;
    color: #1e61af;
    font-size: 14px;
}

.deleteButton {
    background: url(images/icon-delete-01.png) center no-repeat;
    background-size: 18px 18px;
    padding: 0;
    width: 34px;
    height: 34px;
}

.headTitle .deleteButton {
    position: absolute;
    top: -2px;
    right: 0;
    min-width: 0;
}

.linkButton.deleteButton {
    background: none;
    width: auto;
    height: auto;
}

/* INFO PAGES */
.headTitle .rightSelect {
    float: right;
    width: auto;
    padding: 6px 10px;
    margin: -6px 0;
}

.mapBox {
    line-height: 0;
    position: relative;
}

    .mapBox.border {
        border-bottom: solid 4px #e0e0e0;
        border-top: solid 1px #e0e0e0;
    }

    .mapBox .mapExpand {
        background: url(images/icon-arrow-down.png) #e0e0e0 center no-repeat;
        background-size: 14px 8px;
        width: 74px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -37px;
        z-index: 10;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

        .mapBox .mapExpand.open {
            background: url(images/icon-arrow-up.png) #e0e0e0 center no-repeat;
            background-size: 14px 8px;
        }

#mapholder {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.mapBox button {
    min-width: initial;
}

.contactInfo .box {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contactInfo .phone {
    background: url(images/icon-phone-gray.png) left no-repeat;
    background-size: 20px;
    padding: 5px 0 5px 25px;
    color: #333;
    display: inline-block;
    margin-right: 20px;
}

.contactInfo .phoneGreen {
    background: url(images/icon-phone-green.png) left no-repeat;
    background-size: 20px;
}

.contactInfo .phoneRed {
    background: url(images/icon-phone-red.png) left no-repeat;
    background-size: 20px;
}

.contactInfo .email {
    background: url(images/icon-email-gray.png) left no-repeat;
    background-size: 20px;
    padding: 5px 0 5px 25px;
    color: #333;
    display: inline-block;
    margin-right: 20px;
}

.contactInfo label.inline {
    display: inline-block;
}

.contactInfo.grayText .phone {
    color: #1e61af;
}


.accordionMenu .box .bestOffer {
    color: #47991f;
}

.accordionMenu .box.open .bestOffer {
    background: none #ebebeb;
}

.accordionMenu .box .separator {
    border-bottom: solid 1px #e0e0e0;
    height: 8px;
    margin-bottom: 8px;
}

.simpleTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px; /*-webkit-border-radius:4px; border-radius:4px; overflow:hidden; border:solid 1px #e0e0e0;*/
    table-layout: fixed;
}

    .simpleTable td {
        border: solid 1px #e0e0e0;
        padding: 10px 10px;
        overflow: hidden;
    }

    .simpleTable thead { /*color:#737373;*/
        background-color: #f7f7f7;
    }

    .simpleTable .radioButton {
        padding-right: 0;
    }

    .simpleTable.documents td {
        border-left: none 0;
        border-right: none 0;
        padding: 5px;
    }

.invisibleTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .invisibleTable td {
        border: none 0;
        padding: 2px 5px;
    }

        .invisibleTable td:first-child {
            padding-left: 0;
        }

.tableBox {
    overflow-y: auto;
}

    .tableBox .simpleTable td {
        padding: 10px 5px;
    }

.tabBox .tabs {
    border-bottom: solid 1px #e0e0e0;
    background: url(images/layout-gradient-01.png) top repeat-x; /*margin-bottom:10px;*/
    padding: 10px 10px 0 10px;
}

    .tabBox .tabs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: table;
        margin-bottom: -1px;
        width: 100%;
    }

    .tabBox .tabs li {
        margin: 0;
        padding: 0;
        display: table-cell;
        text-align: center;
    }

    .tabBox .tabs a {
        display: block;
        color: #333333;
        padding: 8px 6px;
    }

    .tabBox .tabs .active a {
        background-color: #FFF;
        border: solid 1px #e0e0e0;
        border-bottom: none 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        color: #c7181e;
        font-weight: bold;
    }

    .tabBox .tabs a strong {
        font-size: 16px;
    }
/* INFO PAGES end */

.accordionMenu.insideForm .box.closed .head {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

/* MOBISCROLL */
.mbsc-fr-w {
    color: #333333 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.mbsc-material .mbsc-fr-popup {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mbsc-material .mbsc-fr-w {
    background-color: #FFF !important;
}

.mbsc-material .mbsc-fr-btn {
    color: #1e61af !important;
}

.mbsc-material .mbsc-sc-whl-l {
    border-color: #cbcbcb !important;
    background-color: #f7f7f7;
}

.mbsc-material .mbsc-np-del {
    color: #1e61af !important;
}

.mbsc-material .mbsc-fr-hdr {
    color: #333333 !important;
}

.mbsc-control {
    background: url(images/icon-arrow-select.png) #FFF right 10px center no-repeat !important;
    background-size: 10px 7px !important;
    padding-right: 25px !important;
}

.searchFilters .mbsc-control {
    background-size: 8px 6px !important;
    padding-right: 21px !important;
}

.mbsc-fr-overlay {
    background: rgba(0,0,0,0.2) !important;
}

@media screen and (max-height:680px) {
    .mbsc-fr-w {
        font-size: 1em !important;
    }

    .mbsc-ios.mbsc-np .mbsc-fr-c {
        font-size: 1em !important;
    }

    .mbsc-material .mbsc-ltr .mbsc-fr-btn-cont {
        font-size: 1.2em !important;
    }
}
/* MOBISCROLL end */

.noscroll { /*overflow:hidden; position:absolute; top:0; bottom:0; left:0; right:0; height:auto;*/
    touch-action: none;
    overflow: hidden;
}

.popupBox .menu {
    max-height: 420px;
    overflow-y: scroll;
}

/* FLUX CONT ONLINE */
.iconList {
    list-style: none;
    padding-left: 30px;
    margin: 0 0 10px 0;
}

    .iconList li {
        margin-bottom: 5px;
    }

        .iconList li:before {
            padding-right: 5px;
            margin-left: -30px;
            display: block;
            float: left;
            font-size: 20px;
            color: #b8b8b8;
        }

    .iconList small {
        line-height: normal;
        display: inline-block;
        color: #737373;
    }

.imageBox {
    line-height: 0;
}

    .imageBox img {
        width: 100%;
        text-align: center;
    }

.contOnline .info {
    padding: 0 10px;
}

    .contOnline .info.smallText {
        color: inherit;
        font-size: 13px;
        line-height: 16px;
    }

        .contOnline .info.smallText h3 {
            font-weight: 700;
            color: #737373;
            font-size: 15px;
        }

        .contOnline .info.smallText textarea[readonly] {
            background-color: #f5f5f5;
            padding: 5px 10px;
            line-height: 15px;
        }

.contOnline fieldset {
    margin-bottom: 10px;
}

    .contOnline fieldset h3 {
        margin: 0 0 3px 0;
    }

.contOnline section {
    max-width: 600px;
    margin: 0 auto;
}

.contOnline .simpleTable td {
    vertical-align: top;
}

fieldset.separator {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}

    fieldset.separator table {
        margin: 5px 0;
    }

.helpIcon {
    color: #bababa;
    font-size: 22px;
    vertical-align: middle;
    line-height: 0;
}

.helpText {
    font-size: 13px;
}

.simulator .left {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
}

.simulator .right {
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
}

.simulator small {
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
}

.simulator .center small {
    text-align: left;
}

.simulator .sliderBox {
    background-color: #f5f5f5;
    border: solid 1px #e0e0e0;
    padding: 12px 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

    .simulator .sliderBox .arrow {
        width: 20px;
        height: 6px;
        background: url(images/simulator-slider-box-arrow.png) bottom no-repeat;
        position: absolute;
        top: 4px;
        left: 198px;
    }

.simulator input.amount {
    font-size: 17px;
    font-weight: 700;
    text-align: right;
    padding: 2px 10px;
}

.simulator .resultBox {
    background-color: #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}

    .simulator .resultBox .total {
        color: #1e61af;
        font-weight: 700;
    }

        .simulator .resultBox .total strong {
            font-size: 19px;
        }

    .simulator .resultBox table td {
        padding: 3px 0;
    }

        .simulator .resultBox table td:first-child {
            padding-right: 10px;
        }

.simulator .smallText {
    font-size: 12px;
}

.sliderBox .sumMin {
    float: left;
    font-size: 12px;
    width: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.sliderBox .sumMax {
    float: right;
    font-size: 12px;
    width: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.sliderBox .sliderArea {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

    .sliderBox .sliderArea .line {
        background-color: #c9d3d9;
        height: 2px;
        line-height: 0;
    }

    .sliderBox .sliderArea .button {
        width: 26px;
        height: 26px;
        background: url(../images/simulator-slider-button.png) bottom no-repeat;
        background-size: 26px;
        position: absolute;
        left: 0;
        top: -5px;
        margin-left: -13px;
        cursor: pointer;
    }

.sliderBox .slider {
    width: 90%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background: none;
}

    .sliderBox .slider:before {
        position: inherit;
    }

.switch {
    width: 34px !important;
    height: 18px !important;
    margin-right: 5px;
}

    .switch .slider {
        background-color: #e6e6e6;
        border: solid 1px #d4d4d4;
    }

        .switch .slider:before {
            width: 14px;
            height: 14px;
            bottom: 0;
            left: 0;
            border: solid 1px #FFF;
            background-color: #f2f2f2;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        }

    .switch input:checked + .slider {
        background-color: #47991f;
        border: solid 1px #3a8814;
    }

        .switch input:checked + .slider:before {
            transform: translateX(16px);
        }

    .switch input:checked[disabled] + .slider {
        opacity: 0.4;
    }

.inlineInput {
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 10px;
}
/* FLUX CONT ONLINE end */

.accountSelect .menu {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

    .accountSelect .menu li {
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #e0e0e0;
    }

    .accountSelect .menu a {
        padding: 16px 0;
        display: block;
        color: #333333;
    }

        .accountSelect .menu a small {
            color: #737373;
        }

    .accountSelect .menu .iban {
        color: #333333;
    }

.accountType table td {
    vertical-align: top;
}

.accountType fieldset {
    margin-bottom: 5px;
}

.smallText.rightText {
    display: block;
    padding-top: 4px;
}

/* USER SELECT */
.userSelect {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    background-color: #383838;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    z-index: 2500;
    padding-top: 40px;
}

    .userSelect a {
        color: #FFF;
        padding-right: 15px;
        display: block;
        padding: 5px;
    }

    .userSelect .drop {
        background-color: #383838;
        z-index: 1400;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
    }

        .userSelect .drop table {
            border-collapse: collapse;
            width: auto;
            margin: 0 auto;
        }

            .userSelect .drop table td {
                padding: 0 0 0 5px;
            }

        .userSelect .drop span {
            font-weight: 400;
        }

    .userSelect .users {
        background-color: #FFF;
        display: none;
        margin: 0 0 0 0;
        text-align: left;
        -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        right: 0;
    }

        .userSelect .users ul {
            margin: 0;
            padding: 0;
            list-style: none;
            max-height: 290px;
            overflow-y: scroll;
        }

        .userSelect .users li {
            margin: 0;
            padding: 0;
        }

        .userSelect .users a {
            background: none;
            padding: 10px 10px 10px 15px;
            display: block;
            border-top: solid 1px #e0e0e0;
            color: #333333;
        }

        .userSelect .users .head {
            font-weight: 400;
            padding: 10px 10px 10px 15px;
            background-color: #f2f2f2;
            color: #333333;
        }

        .userSelect .users span {
            font-weight: 400;
            color: #737373;
        }

    .userSelect .heading {
        padding-left: 20px !important;
    }

    .userSelect .name {
        display: block;
        width: 100%;
        height: 15px;
        overflow: hidden;
    }

.user header {
    padding-top: 47px;
}

.user section {
    padding-top: 95px;
}

.user .sticky {
    top: 95px;
}

.user .sideMenu {
    padding-top: 40px;
}

.user .popup {
    padding-top: 0;
}

@media screen and (max-width:360px) {
    .userSelect .heading {
        font-size: 12px;
    }
}
/* USER SELECT end */

/* CHATBOT */
.chatBox {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .chatBox .headTitle {
        flex-grow: 0;
        margin-bottom: 0;
        border-bottom: solid 1px #dbdbdb;
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
        z-index: 10;
    }

    .chatBox .conversation {
        padding: 20px 10px;
        flex-grow: 1;
        overflow-y: auto;
    }

    .chatBox .textInsert {
        flex-grow: 0;
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.10);
        z-index: 10;
    }

    .chatBox .group {
        padding: 0 0 0 30px;
        position: relative;
        margin-bottom: 5px;
    }

    .chatBox .avatar {
        width: 20px;
        height: 20px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

        .chatBox .avatar img {
            width: 20px;
            height: 20px;
        }

    .chatBox .bubble {
        background-color: #f0f0f0;
        padding: 10px 12px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 15px;
        display: inline-block;
        clear: both;
    }

    .chatBox .user {
        text-align: right;
    }

        .chatBox .user .bubble {
            background-color: #1e60ad;
            color: #FFF;
        }

            .chatBox .user .bubble.first {
                -webkit-border-radius: 5px 5px 0 5px;
                border-radius: 5px 5px 0 5px;
                position: relative;
            }

                .chatBox .user .bubble.first .arrow {
                    width: 8px;
                    height: 10px;
                    background: url(images/chat-bubble-arrow-01.png) bottom right no-repeat;
                    background-size: 8px 10px;
                    position: absolute;
                    bottom: 0;
                    right: -8px;
                    left: auto;
                    top: auto;
                }

    .chatBox .bubble .error {
        color: #e50008;
    }

    .chatBox .bubble .thumb img {
        max-width: 200px;
        height: auto;
    }

.progressBar {
    margin: 5px 0 0 0;
    position: relative;
    box-sizing: border-box; /*background-color:#f0f0f0; padding:4px; -webkit-border-radius:3px; border-radius:3px;*/
    border-bottom: solid 1px #e0e0e0;
    padding-top: 4px;
}

    .progressBar .bar {
        width: 100%;
        box-sizing: border-box;
    }

        .progressBar .bar .completed {
            height: 10px;
            background-color: #e0e0e0; /*-webkit-border-radius:2px; border-radius:2px;*/
        }

    .progressBar .value {
        font-size: 9px;
        line-height: 10px;
        font-weight: 500;
        width: 58px;
        margin-left: 5px;
        position: absolute;
        top: 2px;
        color: #737373;
    }

.textInsert {
    padding: 0;
}

    .textInsert .bubble {
        border-top: solid 1px #dbdbdb;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #FFF;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

        .textInsert .bubble table {
            border-collapse: collapse;
            width: 100%;
        }

            .textInsert .bubble table td {
                padding: 0;
            }

        .textInsert .bubble input {
            border: none 0;
            width: 100%;
        }

    .textInsert .enterButton {
        width: 40px;
        height: 44px;
        float: right;
        margin: 0;
        cursor: pointer;
        background: url(images/chat-icon-enter.png) center no-repeat;
        background-size: 23px 19px;
        min-width: 40px;
    }

    .textInsert .bubble .buttons {
        padding: 5px;
        text-align: right;
    }

        .textInsert .bubble .buttons .button {
            display: inline-block;
            width: auto;
            margin: 2px;
            padding: 8px 10px;
            font-size: 16px;
        }

    .textInsert .checkButton input {
        -webkit-appearance: checkbox;
    }

.editButton {
    width: 30px;
    height: 30px;
    background: url(images/icon-chatbot-edit.png) center no-repeat;
    background-size: 18px;
    position: absolute;
    left: -32px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.chatBox .bubble input, .chatBox .bubble select, .chatBox .bubble textarea {
    padding: 7px 9px;
    font-size: 13px;
}

.chatBox .bubble select {
    padding: 6px 9px;
    padding-right: 30px;
}

.chatBox .bubble table {
    border-collapse: collapse;
}

    .chatBox .bubble table td {
        padding: 5px 2px;
    }

.chatBox .bubble .button {
    font-size: 16px;
    display: inline-block;
    width: auto;
    padding: 8px 10px;
}

.chatBox .bubble .button {
    background-color: #ed1c24;
    color: #FFF;
    margin: 10px 10px 10px 0;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    padding: 10px;
}

.chatBox .bubble label {
    font-weight: 700;
}

.checkButton {
    padding: 6px 8px;
    background-color: #ed141d;
    margin: 0 5px 5px 0;
    font-weight: 500;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
}

    .checkButton input[type="checkbox"] {
        width: auto !important;
        display: inline !important;
        padding: 0 !important;
        visibility: visible;
    }

.buttonposition {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .buttonposition .button {
        color: #FFF;
        margin: 10px 10px 10px 0;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
        width: auto;
        padding: 10px 10px 10px 10px;
    }

.booth {
    width: 400px;
    background: #ccc;
    border: solid 1px #ddd;
    margin: 0 auto;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.chatBox .headInfo {
    font-size: 13px;
    font-weight: 400;
    display: block;
    background-color: #f2f4f5;
    padding: 5px 8px;
    -webkit-border-radius: 4px 8px;
    border-radius: 4px;
    margin-top: 15px;
}

    .chatBox .headInfo .merchant {
        border: none 0;
        background: none;
        margin: 0;
        width: 100%;
        float: none;
        color: #333333;
    }

        .chatBox .headInfo .merchant td {
            padding: 0 4px;
        }

        .chatBox .headInfo .merchant .label {
            width: 110px;
        }

.chatBox .bubble.first {
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

    .chatBox .bubble.first .arrow {
        width: 8px;
        height: 10px;
        background: url(images/chat-bubble-arrow-02.png) top left no-repeat;
        background-size: 8px 10px;
        position: absolute;
        top: 0;
        left: -8px;
    }


.chatBox .links {
    padding: 0;
    width: 100%;
}

    .chatBox .links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .chatBox .links li {
        border-top: solid 1px #e0e0e0;
        margin: 0;
    }

        .chatBox .links li:first-child {
            border-top: none 0;
        }

    .chatBox .links a {
        display: block;
        padding: 10px;
        margin: 0;
    }

        .chatBox .links a:hover {
            background-color: #f5f5f5;
        }

    .chatBox .links .open {
        background: url(images/collapse-arrow-open.png) top 13px right 10px no-repeat;
    }

        .chatBox .links .open a:hover {
            background: url(images/collapse-arrow-open.png) #f5f5f5 top 13px right 10px no-repeat;
        }

    .chatBox .links .close {
        background: url(images/collapse-arrow-closed.png) top 13px right 10px no-repeat;
    }

        .chatBox .links .close a:hover {
            background: url(images/collapse-arrow-closed.png) #f5f5f5 top 13px right 10px no-repeat;
        }

        .chatBox .links .open a, .chatBox .links .close a {
            padding-right: 23px;
        }

.chatBox .response {
    text-align: left;
    padding: 0 10px 10px 10px;
    display: block;
}

@media screen and (min-width:600px) {
    .chatBox {
        border-left: solid 1px #dbdbdb;
        border-right: solid 1px #dbdbdb;
    }
}
/* CHATBOT end */

/* CONT ECONOMII */
.contEconomii .box .head {
    margin-bottom: 0;
    color: #333333;
    font-weight: inherit;
    position: relative;
    padding-right: 55px;
}

    .contEconomii .box .head label {
        width: 100%;
    }

    .contEconomii .box .head .dobanda {
        position: absolute;
        top: 17px;
        right: 10px;
        font-weight: 700;
        color: #47991f;
    }

.contEconomii .box.open .head {
    background: #ebebeb;
}

.contEconomii .box .head .radioButton label {
    width: 22px;
}

.contEconomii .box .head .radioButton.left {
    margin-right: 9px;
}
/* CONT ECONOMII end */

/* DEPOZITE */
.deposits .box .bestOffer {
    background: none !important;
    color: inherit;
    margin-bottom: 14px;
}

    .deposits .box .bestOffer a {
        padding: 15px 10px;
        position: relative;
    }

    .deposits .box .bestOffer .ribbon {
        background: url(images/depozit-best-offer.png) top right no-repeat;
        background-size: 58px;
        width: 58px;
        height: 58px;
        position: absolute;
        top: 0;
        right: 0;
    }

.deposits .box a {
    background-color: #ebebeb;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    border: none 0;
}

.deposits .box p {
    margin-bottom: 3px;
}

.deposits table {
    margin-bottom: 5px;
}

    .deposits table tr td {
        padding: 4px;
        box-sizing: border-box;
    }

        .deposits table tr td:first-child {
            padding-left: 0;
        }

        .deposits table tr td:last-child {
            padding-right: 0;
        }

/* DEPOZITE end */

/* DATE PERSONALE */
.datePersonale h3 {
    font-weight: 700;
    color: #737373;
    font-size: 15px;
    margin: 0 0 3px 0;
}

.datePersonale ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}

.datePersonale li {
    margin: 0;
    padding: 0;
}

.accordion-toggle {
    padding: 10px;
    padding-right: 25px;
    margin-top: 5px;
    cursor: pointer;
    background: url(images/icon-arrow-down.png) #ebebeb right 10px center no-repeat;
    background-size: 14px 8px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.accordion-content {
    display: none;
    padding: 10px;
    border: solid 1px #ebebeb;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-top: none 0;
}

    .accordion-content.default {
        display: block;
    }

    .accordion-content input.buttonOk {
        font-size: 14px;
        padding: 7px 10px;
    }

    .accordion-content .redButton {
        padding: 8px 15px;
    }
/* DATE PERSONALE end */

/* Custom Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
    vertical-align: middle;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0666c3
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* Custom Switch end */

.termsBox {
    margin-bottom: 10px;
}

    .termsBox textarea {
        background-color: #f5f5f5;
        padding: 5px 10px;
        line-height: 15px;
        font-size: 13px;
    }

    .termsBox h3 {
        font-weight: 700;
        color: #737373;
        font-size: 15px;
        margin: 0 0 3px 0;
    }

/* CREDIT ONLINE */
.creditOnline .info.smallText {
    color: inherit;
    font-size: 13px;
    line-height: 16px;
}

    .creditOnline .info.smallText h3 {
        font-weight: 700;
        color: #737373;
        font-size: 15px;
    }

    .creditOnline .info.smallText textarea[readonly] {
        background-color: #f5f5f5;
        padding: 5px 10px;
        line-height: 15px;
    }

.creditOnline fieldset {
    margin-bottom: 10px;
}

    .creditOnline fieldset h3 {
        margin: 0 0 3px 0;
    }

.switchBox {
    width: 100%;
}

    .switchBox td {
        vertical-align: top;
    }

        .switchBox td.toggle {
            width: 35px;
        }

.creditOnline h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.visualSelect {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    .visualSelect td {
        text-align: center;
    }

        .visualSelect td.first {
            padding-left: 0;
        }

    .visualSelect .option {
        display: block;
        text-align: center;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #f0f0f0;
        width: auto;
        margin: 3px;
        overflow: hidden;
    }

        .visualSelect .option span {
            display: block;
            padding: 12px 5px;
            cursor: pointer;
        }

        .visualSelect .option input[type="radio"] {
            margin-bottom: 5px;
            width: auto;
        }

    .visualSelect label.option input[type="radio"] {
        position: absolute;
        top: -20px;
        margin: 0;
    }

        .visualSelect label.option input[type="radio"]:checked + span {
            background-color: #1e60ad;
            color: #FFF;
        }

.numberSelector {
    padding: 20px 0;
}

    .numberSelector input {
        width: 80px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    .numberSelector .leftButton, .numberSelector .rightButton {
        padding: 12px 5px;
        text-align: center;
        background-color: #f0f0f0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 40px;
        display: inline-block;
        font-size: 22px;
        line-height: 18px;
        height: 18px;
        vertical-align: top;
    }

.creditOnline .simpleTable {
    margin-bottom: 20px;
}

.simpleTable .ctaBox {
    margin: 0;
    padding: 0;
}

    .simpleTable .ctaBox .smallButton {
        font-size: 14px;
        padding: 8px 12px;
    }

.creditOnline .inlineLinks a {
    display: inline-block;
    padding: 5px 5px 5px 0;
    word-break: break-word;
}
/* CREDIT ONLINE end */

/* ACTUALIZARE DATE */
.actualizareDate h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.actualizareDate table {
    width: 100%;
}

table td.tooltip {
    padding-left: 8px;
    width: 22px;
}

select.thin, input.thin {
    padding-left: 10px;
    padding-right: 10px;
}

.checkList .checkbox {
    margin-right: 3px;
}

.checkList label {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    min-width: 85px;
}

    .checkList label label {
        margin-right: 0;
        min-width: 0;
    }

.actualizareDate .info.smallText {
    padding: 0;
}

.actualizareDate .accordionMenu.insideForm table .label {
    padding-right: 10px;
}
/* ACTUALIZARE DATE end */

/* SWIPE ACTIONS */
.swipeList {
    overflow: hidden;
}

    .swipeList .swipeItem {
        position: relative;
        display: table;
        width: 100%;
        background: #FFF;
        margin-top: 5px;
    }

        .swipeList .swipeItem .action {
            position: absolute;
            width: 80px;
            height: 100%;
            top: 0;
            border: 0;
            color: #FFF;
            outline: none;
        }

            .swipeList .swipeItem .action:first-child::before, .swipeList .swipeItem .action:last-child::before {
                position: absolute;
                top: 0;
                content: '';
                width: 2000px;
                height: 100%;
            }

            .swipeList .swipeItem .action:first-child {
                left: -80px;
            }

                .swipeList .swipeItem .action:first-child::before {
                    right: 80px;
                }

            .swipeList .swipeItem .action:last-child {
                right: -80px;
            }

                .swipeList .swipeItem .action:last-child::before {
                    left: 80px;
                }

            .swipeList .swipeItem .action, .swipeList .swipeItem .action::before {
                background: #e0e0e0;
                border-bottom: solid 1px #e0e0e0;
            }

    .swipeList .deleteButton {
        padding: 10px;
        min-width: 0;
        height: 100%;
        width: 100%;
        background: #ed1c24;
        font-size: 13px;
        color: #FFF;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
/* SWIPE ACTIONS end */

/* FIXED HEADER */
.fixedHeader {
    background: url(images/layout-gradient-01.png) top repeat-x;
}

    .fixedHeader.border {
        margin-bottom: 0;
    }

    .fixedHeader .wrapper {
        position: relative;
    }

        .fixedHeader .wrapper .smallButton {
            top: 10px;
            right: 10px;
        }

/* FIXED HEADER end */

/* IOS FIXES - nu mai sunt necesare */
/* Detectie automata link-uri (tel, adrese, etc.):
a[x-apple-data-detectors]{
  color:inherit !important;
  text-decoration:none !important;
  font-size:inherit !important;
  font-family:inherit !important;
  font-weight:inherit !important;
  line-height:inherit !important;
}

/*
header{
	/* Status bar height on iOS 10
	padding-top:20px;
	/* Status bar height on iOS 11.0 
	padding-top:constant(safe-area-inset-top);
	/* Status bar height on iOS 11+
	padding-top:env(safe-area-inset-top);
}
*/
/* IOS FIXES end */

/* DIVERSE FIX-uri */
.transactionsList .accountExtras {
    padding-bottom: 0;
}

.accordionMenu .box .container a {
    color: inherit;
}

    .accordionMenu .box .container a.linkButton {
        color: #1e61af;
        padding: 8px 0;
        display: block;
    }

.topButton {
    background: url(images/icon-button-top-white.png) center no-repeat;
    background-size: 28px 28px;
    width: 30px;
    height: 42px;
    border: none 0;
    box-sizing: border-box;
    padding: 0;
    min-width: 0;
}

.transactionsHead .topButton {
    position: absolute;
    top: 3px;
    right: 16px;
    visibility: hidden;
    opacity: 0;
}

.sticky .transactionsHead .topButton {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.hasFilters.sticky .transactionsHead .topButton {
    visibility: hidden;
}

.transactionsHead.sticky .topButton {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.transactionsHead.hasFilters.sticky .topButton {
    visibility: hidden;
}

.transactionsHead.hasFilters .topButton {
    position: absolute;
    top: 3px;
    right: 16px;
    visibility: hidden;
    opacity: 0;
}

.hoverButton {
    width: 40px;
    height: 40px;
    background: url(images/icon-button-top-white.png) #383838 center center no-repeat;
    background-size: 30px 30px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    box-shadow: 0 2px 3px #c1c1c1;
    z-index: 500;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
/* DIVERSE FIX-uri end */

/* USER SCREEN */
.userScreen .wrapper {
    padding: 60px 30px 0 30px;
}

.userScreen h2 {
    font-weight: 400;
    margin: 0 0 45px 0;
    font-size: 16px;
}

.userScreen .avatar {
    width: 120px;
    height: 120px;
    background-color: #f3f3f3;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
}

    .userScreen .avatar img {
        width: 120px;
        height: auto;
        text-align: center;
    }

.userScreen .ctaBox .redButton {
    background: url(images/icon-button-lock-white.png) #ed1c24 left 18px center no-repeat;
    background-size: 15px 20px;
    padding-left: 40px;
}

.homepage.userScreen {
    padding-bottom: 85px;
}

footer.homepage {
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 0.4s;
    background-image: -moz-linear-gradient(bottom, #ffffff, transparent);
    background-image: -webkit-linear-gradient(bottom, #ffffff, transparent);
    background-image: -webkit-gradient(linear, 0 0, 0 0, from(transparent), to(#ffffff));
    background-image: -o-linear-gradient(bottom, #ffffff, transparent);
    background-image: -ms-linear-gradient(bottom, #ffffff, transparent);
}

    footer.homepage ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer.homepage li {
        display: inline-block;
    }

    footer.homepage a {
        color: #333333;
        display: block;
        padding: 10px;
    }

    footer.homepage.shadow {
        -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        transition: 0.4s;
    }
/* USER SCREEN end */

.moreIcon {
    color: #1e61af;
    font-size: 28px;
    vertical-align: middle;
}

.deleteIcon {
    color: #bababa;
    font-size: 28px;
    vertical-align: middle;
}

table td.more {
    padding-left: 8px;
    width: 28px;
    padding-top: 2px;
    vertical-align: bottom;
    padding-bottom: 3px;
}

.deleteIcon-2 {
    color: #bababa;
    font-size: 22px;
}

.accountDetails .box.morePadding {
    padding: 8px 0 18px 0;
}

.switch.right {
    margin: 0 0 0 5px;
}

.formTable {
    border-collapse: collapse;
    width: 100%;
}

    .formTable td {
        padding: 0 5px;
    }

        .formTable td table td {
            padding: 0;
        }

.deviceManager table {
    width: 100%;
    border-collapse: collapse;
}

    .deviceManager table td {
        border-bottom: solid 1px #e0e0e0;
        padding: 7px;
    }

    .deviceManager table thead {
        color: #999999;
        font-size: 12px;
        font-weight: 700;
    }

.deviceManager .device {
    display: block;
}

    .deviceManager .device.registered {
        background: url(images/icon-alert-ok.png) left no-repeat;
        background-size: 24px 24px;
        padding-left: 30px;
    }

.deviceManager .status {
    display: block;
    color: #999999;
    font-size: 12px;
    margin: 5px 0 1px 0;
}

.deviceManager .editButton {
    display: inline-block;
    width: auto;
    height: 15px;
    background: url(images/icon-edit-small.png) right no-repeat;
    background-size: 15px 15px;
    position: static;
    margin: 0;
    padding-right: 20px;
    vertical-align: bottom;
}

.popup .deviceManager {
    margin-bottom: 18px;
}

    .popup .deviceManager .checkbox {
        margin: 0 0 2px 0;
    }

    .popup .deviceManager input[type="checkbox"] {
        padding: 0;
    }

    .popup .deviceManager td:first-child {
        padding-left: 15px;
    }

    .popup .deviceManager td:last-child {
        padding-right: 15px;
    }

.loginHistory {
    font-size: 12px;
}

    .loginHistory table td {
        padding: 7px 5px;
    }

.switch.text input:checked + .slider:after {
    content: "DA";
    color: #FFF;
    font-size: 8px;
    line-height: 18px;
    padding-left: 2px;
    float: left;
}

.switch.text input + .slider:after {
    content: "NU";
    color: #000;
    font-size: 8px;
    line-height: 18px;
    padding-right: 2px;
    float: right;
}

.switch.textInversed input:checked + .slider:after {
    content: "NU";
    color: #FFF;
    font-size: 8px;
    line-height: 18px;
    padding-left: 2px;
    float: left;
}

.switch.textInversed input + .slider:after {
    content: "DA";
    color: #000;
    font-size: 8px;
    line-height: 18px;
    padding-right: 2px;
    float: right;
}

.backOldMBK a {
    background: url(images/icon-arrow-left-white.png) #ffcc00 left 10px center no-repeat;
    background-size: 8px 14px;
    padding-left: 28px !important;
    color: #000;
}

.simpleList {
    list-style: disc;
    padding-left: 20px;
}

    .simpleList li {
        margin: 0 0 8px 0;
    }

    .simpleList.smallText {
        color: inherit;
    }

.accountDetails .selectMenu.menu .box {
    display: block;
}

.transactionsList .accountDetails .selectMenu.menu .box a {
    display: block;
}

.accountDetails .head .menu .popupBox li {
    display: block;
    width: auto;
    line-height: normal;
    padding: 0;
    text-align: left;
    border-left: none 0;
}

.accountDetails .head .menu .popupBox .title {
    line-height: normal;
}

.accountDetails .head .menu .popupBox .loader {
    font-size: 12px;
    color: #737373;
    padding-top: 5px;
    padding: 16px 20px;
}

    .accountDetails .head .menu .popupBox .loader img {
        float: left;
        margin: 0 10px 0 0;
    }

    .accountDetails .head .menu .popupBox .loader .text {
        display: inline-block;
        padding-top: 2px;
    }

.userSelect.login .drop {
    padding-top: 10px;
    height: 30px;
    line-height: 18px;
}

.userSelect.login .users {
    display: block;
    top: 40px;
    bottom: 40px;
    overflow-y: scroll;
}

    .userSelect.login .users ul {
        max-height: none;
        border-bottom: solid 1px #e0e0e0;
    }

    .userSelect.login .users li a {
        background: url(images/icon-arrow-right.png) right 10px center no-repeat;
        background-size: 8px 14px;
    }

.userSelect.login .logout {
    height: 40px;
    background-color: #e6e6e6;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

    .userSelect.login .logout a {
        display: block;
        padding: 11px;
    }

        .userSelect.login .logout a span {
            background: url(images/icon-button-lock-black.png) left center no-repeat;
            background-size: 10px 13px;
            padding-left: 15px;
            line-height: 18px;
            color: #333;
        }

.shareIcons {
    list-style: none;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    display: flex;
}

    .shareIcons li {
        display: inline-block;
        flex-basis: 0;
        flex-grow: 1;
    }

    .shareIcons .mbsc-ic {
        display: block;
        font-size: 38px;
        line-height: 50px;
        height: 50px;
    }

    .shareIcons a {
        color: #333333;
    }

    .shareIcons .mbsc-ic-fa-whatsapp {
        color: #60bf59;
        font-size: 40px;
    }

    .shareIcons .mbsc-ic-material-message {
        color: #ff7601;
    }

    .shareIcons .mbsc-ic-fa-facebook {
        color: #1e88e5;
        font-size: 34px;
    }

    .shareIcons .mbsc-ic-material-email { /*color:#ed9e00;*/
        color: #a964e1;
    }

/* SMALL SCREENS FIXES */
@media screen and (max-width:360px) {
    body {
        font-size: 13px;
    }

    input, select, textarea {
        font-size: 13px;
    }

        input[type="submit"], button {
            font-size: 14px;
        }

            button.more {
                font-size: 14px;
            }

    a.redButton {
        font-size: 14px;
    }

    .smallButton {
        font-size: 12px;
    }

    .smallText {
        font-size: 11px;
    }

    .sideMenu {
        font-size: 13px;
    }

    .headTitle {
        font-size: 14px;
    }

    .cardsList .card .title {
        font-size: 14px;
    }

    .cardsList .card .name {
        font-size: 12Px;
    }

    .accountDetails .head .name {
        font-size: 15px;
    }

    .accountDetails .head .menu {
        font-size: 13px;
    }

    .accountDetails .secondaryDetails {
        font-size: 13px;
    }

    .accountExtras .box {
        font-size: 13px;
    }

    .transactionsList .accountExtras .box .right {
        font-size: 13px;
    }

    .popupBox .title {
        font-size: 14px;
    }

    .promoButtons .button a {
        font-size: 14px;
    }

    .accordionMenu .normalText {
        font-size: 14px;
    }

    .tabBox .tabs a strong {
        font-size: 14px;
    }

    .homepage .infoLinks ul a {
        font-size: 12px;
    }

    .messagesList .box {
        font-size: 13px;
    }

    .accountExtras small {
        font-size: 12px;
    }

    .popupBox label.title {
        font-size: 13px;
    }

    .creditOnline h2 {
        font-size: 14px;
    }

    .transactionsMenu li a {
        padding: 16px 5px;
    }

    .userScreen .wrapper {
        padding: 40px 10px 0 10px;
    }

    .userScreen h2 {
        margin: 0 0 25px 0;
    }

    .userScreen .avatar {
        margin: 0 auto 20px auto;
    }

    .userScreen .ctaBox {
        margin-bottom: 10px;
    }

    .bottomMenu a {
        font-size: 11px;
        padding-bottom: 3px;
    }

    .creditOnline h2 {
        font-size: 14px;
    }

    .refreshButton.link {
        font-size: 13px;
    }

    h2 {
        font-size: 14px;
    }

    input[type="submit"], button {
        min-width: 100px;
    }

    .validation-summary-errors {
        font-size: 12px;
        padding: 5px 5px 5px 35px;
        z-index: 1000;
        position: relative;
    }

    .moreIcon, .deleteIcon {
        font-size: 24px;
    }

    table td.more {
        width: 24px;
        padding-left: 6px;
        padding-bottom: 6px;
    }

    input, select, textarea {
        padding-left: 10px;
        padding-right: 10px;
    }

    .shareIcons {
        margin-bottom: 15px !important;
    }

    .cardBox p {
        margin-bottom: 5px;
    }

    .cardBox fieldset {
        margin-bottom: 10px;
    }
}
/* SMALL SCREENS FIXES end */

/* PROFILE PAGE */
.userScreen.profile .avatar {
    width: 80px;
    height: 80px;
    margin: 40px auto 20px auto;
}

    .userScreen.profile .avatar img {
        width: 80px;
        height: auto;
    }

.userScreen.profile .name {
    text-align: center;
    margin-bottom: 40px;
}

.userScreen.profile .wrapper {
    padding: 10px 10px 0 10px;
}

.userScreen.profile .accountDetails {
    border-top: solid 1px #e0e0e0;
    margin-bottom: 40px;
}

    .userScreen.profile .accountDetails .box {
        padding: 0;
        margin: 0;
    }

        .userScreen.profile .accountDetails .box a {
            padding: 18px 22px 18px 10px;
            display: block;
            background: url(images/icon-arrow-right.png) right 5px center no-repeat;
            background-size: 8px 14px;
            color: #333;
        }

.userScreen.profile .invisibleTable td:first-child {
    width: 125px;
}

.userScreen.profile .invisibleTable label {
    color: #737373;
    font-size: 12px;
}

.ctaBox input.logout {
    background: url(images/icon-button-lock-black.png) #e6e6e6 left 15px center no-repeat;
    background-size: 12px 16px;
    padding-left: 30px;
}
/* PROFILE PAGE end */

/* EXTRERNAL LINK BOX */
.linkBox {
    background-color: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .linkBox iframe {
        border: none 0;
        width: 100%;
        box-sizing: border-box;
        display: block;
        height: 100%;
        padding-top: 53px;
    }

    .linkBox header {
        padding-top: 7px;
        z-index: 6000;
        top: -2px;
    }

        .linkBox header .backButton {
            width: 55px;
        }

        .linkBox header .title {
            font-weight: 700;
            padding-top: 14px;
            line-height: 15px;
        }

    .linkBox .errorOverlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: rgba(0,0,0,0.6);
    }

        .linkBox .errorOverlay .container {
            position: absolute;
            width: 250px;
            left: 50%;
            margin-left: -125px;
            background-color: #FFF;
            top: 50%;
            margin-top: -125px;
            padding: 20px;
            box-sizing: border-box;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .linkBox .errorOverlay .reload {
            padding: 10px 0 10px 22px;
            background: url(images/icon-refresh-01.png) left center no-repeat;
            background-size: 18px;
        }

/* EXTRERNAL LINK BOX */

/* 2 FACTOR AUTH */
button.twofactor {
    clear: both;
    margin-bottom: 10px;
    border: solid 1px #6d98cb;
    background-color: #FFF;
    color: #1e61af;
    font-size: 16px;
    background: url(images/icon-button-lock-blue.png) #FFF left 18px center no-repeat;
    background-size: 15px 20px;
    padding-left: 40px;
}

.loginBox.twofactor {
    padding-top: 30px;
    overflow: hidden;
    border: solid 1px #e0e0e0;
}

    .loginBox.twofactor .redButton {
        background: #ed1c24;
        padding: 11px 15px;
    }

    .loginBox.twofactor .icon {
        padding-right: 10px;
    }

        .loginBox.twofactor .icon img {
            width: 34px;
            height: auto;
            vertical-align: middle;
        }

    .loginBox.twofactor table {
        margin: 0 0 10px 0;
    }

    .loginBox.twofactor.auth {
        padding: 10px;
        background-color: #f7f7f7;
        margin-bottom: 20px;
    }

        .loginBox.twofactor.auth .ctaBox {
            margin: 0;
            padding: 0;
        }

        .loginBox.twofactor.auth input[type="submit"] {
            padding: 9px 15px;
            min-width: 110px;
        }

        .loginBox.twofactor.auth .left {
        }

        .loginBox.twofactor.auth .right {
        }

        .loginBox.twofactor.auth .separator {
            border-top: solid 1px #e0e0e0;
            clear: both;
            height: 9px;
        }

        .loginBox.twofactor.auth .ctaBox .left {
            width: auto;
        }

        .loginBox.twofactor.auth .ctaBox .right {
            width: auto;
        }

        .loginBox.twofactor.auth .status {
            padding: 8px 5px;
            line-height: 18px;
        }

            .loginBox.twofactor.auth .status img {
                vertical-align: middle;
                width: 18px;
                height: 18px;
            }

        .loginBox.twofactor.auth .title {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: solid 1px #e0e0e0;
            font-weight: 700;
        }

        .loginBox.twofactor.auth .more {
            border-bottom: solid 1px #e0e0e0;
            text-align: center;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            .loginBox.twofactor.auth .more a {
                padding: 8px 20px;
                display: inline-block;
                background: url(images/icon-arrow-down.png) right 2px center no-repeat;
                background-size: 14px 8px;
            }

                .loginBox.twofactor.auth .more a.collapse {
                    background: url(images/icon-arrow-up.png) right 2px center no-repeat;
                    background-size: 14px 8px;
                }

    .loginBox.twofactor h3 {
        font-size: 15px;
    }

    .loginBox.twofactor.auth h3 {
        margin-bottom: 10px;
    }

    .loginBox.twofactor .cardImage {
        margin: 10px auto 20px auto;
    }
/* 2 FACTOR AUTH end */

/* PROMO */
.downloadApp {
    background-color: #000000 !important;
    color: #FFF !important;
    display: inline-block;
    min-width: 130px;
    padding: 13px;
    margin: 0 5px;
}

    .downloadApp.android {
        background: url(images/icon-android-white.png) #000 left 10px center no-repeat;
        background-size: 22px;
        padding-left: 38px;
    }

    .downloadApp.ios {
        background: url(images/icon-apple-white.png) #000 left 12px top 9px no-repeat;
        background-size: 22px;
        padding-left: 38px;
    }

.blueAlert table {
    width: 100%;
}

.blueAlert .icon {
    padding-right: 10px;
}
/* PROMO end */

.orderCardList .item {
    margin-bottom: 10px;
    clear: both;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}

    .orderCardList .item a {
        display: block;
        padding: 10px 0;
        background: url(images/icon-arrow-down.png) right 10px center no-repeat;
        background-size: 14px 8px;
        color: #333;
        padding-right: 28px;
    }

    .orderCardList .item.open {
        padding-bottom: 20px;
    }

        .orderCardList .item.open a {
            background: url(images/icon-arrow-up.png) #ededed right 10px center no-repeat;
            background-size: 14px 8px;
            margin-bottom: 10px;
            padding-left: 10px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

.orderCardList .imageBox {
    width: 40%;
    margin: 0 10px 0 0;
}

.orderCardList .redButton {
    width: 100%;
    white-space: normal;
}

/* BOTTOM TOOLBAR */
.bottomToolbar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    color: #737373;
    font-size: 13px;
    text-align: right;
    padding: 10px 10px;
    box-sizing: border-box;
}

    .bottomToolbar.center {
        text-align: center;
    }

    .bottomToolbar .deleteButton {
        background: url(images/icon-delete-01.png) left no-repeat;
        background-size: 18px 18px;
        padding: 0;
        width: auto;
        height: 34px;
        min-width: 0;
        padding-left: 22px;
        color: #1e61af;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
    }

    .bottomToolbar .left .selector {
        padding-top: 4px;
    }
/* BOTTOM TOOLBAR end */

/* BANNER CREDIT */
.promoBox {
    background-color: #f7f7f7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
}

    .promoBox a {
        color: #333333;
        font-weight: 700;
    }

    .promoBox .closeButton {
        margin: 0;
        padding: 8px;
        width: auto;
        height: auto;
        float: right;
        border: none 0;
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        min-width: 0;
        background: url(images/icon-button-close-gray.png) center no-repeat;
        background-size: 24px 24px;
    }

    .promoBox table {
        vertical-align: middle;
        text-align: left;
        width: auto;
        margin: 0 auto;
        border-collapse: collapse;
    }

        .promoBox table td {
            padding: 0 !important;
        }

    .promoBox .icon {
        width: 75px;
    }

    .promoBox .image {
        width: 65px;
        height: 65px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        display: block;
        background-color: #FFF;
        line-height: 0;
    }

        .promoBox .image img {
            width: 100%;
            height: auto;
        }

    .promoBox .button {
        background-color: #ed1c24;
        color: #FFF;
        display: inline-block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 2px 10px;
        font-weight: 400;
        margin-top: 3px;
    }

.promoBoxTop {
    background-color: #e1eaf5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

    .promoBoxTop .arrow {
        width: 20px;
        height: 7px;
        background: url(images/icon-banner-credit-xs-sageata.png) center no-repeat;
        background-size: 20px 7px;
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -10px;
    }

    .promoBoxTop a {
        color: inherit;
    }

    .promoBoxTop .wrapper {
        padding: 10px;
        display: block;
    }

    .promoBoxTop .visual {
        display: block;
        background: url(images/icon-banner-credit-xs-aprobat.png) right top no-repeat;
        background-size: 47px 43px;
        padding: 1px 50px 1px 0;
    }

    .promoBoxTop .cta {
        border-top: solid 1px #c6ced7;
        display: block;
        padding-top: 10px;
        color: #1e61af;
    }

    .promoBoxTop .time {
        color: #71757b;
        font-size: 12px;
        background: url(images/icon-banner-credit-xs-rapid.png) left center no-repeat;
        background-size: 24px 18px;
        padding: 4px 0 0 28px;
        display: block;
        margin-bottom: 10px;
    }

    .promoBoxTop .title {
        margin-bottom: 5px;
        display: block;
    }
/* BANNER CREDIT end */

/* BENEFICIARI */
.aliasRibbon {
    background: #DDD;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
    font-size: 11px;
    color: #737373;
}

.filters {
    padding: 10px;
    border-top: solid 1px #e0e0e0;
    overflow-y: auto;
    white-space: nowrap;
}

    .filters .filter {
        background-color: #ededed;
        color: #7a7a7a;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        margin-right: 4px;
        display: inline-block;
        padding: 8px 13px;
        cursor: pointer;
    }

        .filters .filter.active {
            background-color: #c9dcef;
            color: #1e61af;
        }
/* BENEFICIARI end */

/* DESCHIDE CONT */
.currencyList .item {
    clear: both;
    margin-bottom: 10px;
}

    .currencyList .item a {
        display: block;
        padding: 10px;
        overflow: hidden;
    }

.currencyList .icon {
    width: 38px;
    height: 38px;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border: solid 1px #ebebeb;
}

    .currencyList .icon img {
        width: 38px;
        height: auto;
    }

.currencyList a {
    color: inherit;
}

.currencyList .info {
    padding-top: 3px;
    float: left;
}

.currencyList .item small {
    color: #737373;
    font-size: 12px;
}

.currencyDetails {
    margin-bottom: 50px;
}

    .currencyDetails .icon {
        display: block;
        width: 80px;
        height: 80px;
        margin: 70px auto 30px auto;
        overflow: hidden;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

        .currencyDetails .icon img {
            width: 80px;
            height: auto;
        }

    .currencyDetails .info {
        display: block;
        text-align: center;
        font-size: 28px;
        margin: 0;
        line-height: 18px;
    }

        .currencyDetails .info small {
            color: #737373;
            font-size: 12px;
        }
/* DESCHIDE CONT end */

/* SEMNARE DOCUMENTE */
.simpleTable.documents {
    margin-bottom: 10px;
    border-radius: 4px;
}

    .simpleTable.documents td {
        border-left: none 0;
        border-right: none 0;
        padding: 5px 10px;
    }

        .simpleTable.documents td:last-child {
            border-right: solid 1px #e0e0e0;
        }

        .simpleTable.documents td:first-child, .simpleTable.documents .inlineLinks {
            border-left: solid 1px #e0e0e0;
        }

        .simpleTable.documents td.selector {
            background-color: #e0e0e0;
            vertical-align: top;
            width: 25px;
            text-align: center;
            padding: 8px 4px 8px 5px;
        }

    .simpleTable.documents .colorRed {
        color: #c7181e;
    }

    .simpleTable.documents .inlineLinks {
        word-break: break-word;
    }

    .simpleTable.documents table {
        border-collapse: collapse;
        width: 100%;
    }

        .simpleTable.documents table td {
            border: none 0 !important;
            padding: 0;
        }

    .simpleTable.documents p {
        margin: 5px 0;
    }

    .simpleTable.documents .date {
        font-size: 13px;
        color: #737373;
        width: 67px;
        text-align: right;
        padding-left: 0;
    }

    .simpleTable.documents .field-validation-error {
        display: block;
    }

.documentBox {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

.documentsBox {
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    border-collapse: collapse;
    padding-top: 1px;
}

    .documentsBox .box, .documentBox .box {
        padding: 10px;
        vertical-align: top;
        border: solid 1px #e0e0e0;
        box-sizing: border-box;
        margin: -1px -1px 0 0;
        overflow: hidden;
    }

        .documentsBox .box a, .documentBox .box a {
            word-break: break-word;
        }

.smsBox {
    background-color: #ededed;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .smsBox.smallText {
        color: #333;
    }

    .smsBox .field {
        width: 100px;
    }
/* SEMNARE DOCUMENTE end */

/* CONFIGURARI NOTIFICARI SI ALERTE */
.notifications {
    margin-bottom: 15px;
}

    .notifications table td { /*padding:10px 5px;*/
        text-align: center;
    }

        .notifications table td:first-child {
            text-align: left;
            padding-left: 0;
        }

        .notifications table td:last-child {
            padding-right: 0;
        }

    .notifications .inactive {
        opacity: 0.4;
    }

    .notifications h2 {
        font-size: 12px;
        border-bottom: solid 1px #e0e0e0;
        margin-bottom: 10px;
        padding: 10px 0 5px 0;
        color: #8c8c8c;
    }

    .notifications .box {
        padding: 8px 10px 18px 10px;
    }

    .notifications .smallText {
        color: #8c8c8c;
        font-size: 12px;
    }

.blueAlert .blueButton {
    padding: 7px 12px;
    min-width: 0;
}

@media screen and (max-width:360px) {
    .notifications .box {
        padding: 7px 5px 10px 5px;
        margin-bottom: 5px;
    }

    .notifications h2 {
        margin-bottom: 5px;
    }
}
/* CONFIGURARI NOTIFICARI SI ALERTE end */

/* COUNTDOWN */
#countdown {
    position: relative;
    margin: auto;
    height: 30px;
    width: 30px;
    text-align: center;
    float: right;
}

#countdown-number {
    color: #b3b3b3;
    display: inline-block;
    line-height: 30px;
    font-size: 11px;
}

svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

    svg circle {
        stroke-dasharray: 87px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke: #cccccc;
        fill: none;
        animation: countdown 90s linear infinite forwards;
    }

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 130px;
    }
}
/* COUNTDOWN end */

/* 2 FACTOR POPUPS */
.overlayPopup {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/overlay.png) repeat;
    z-index: 2000;
}

    .overlayPopup .popup {
        background-color: #FFF;
        width: 800px;
        height: 470px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -410px;
        border: solid 10px #FFF;
    }

        .overlayPopup .popup .closeButton a {
            width: 28px;
            height: 28px;
            background: url(images/button-close-1.png) no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0.4;
        }

            .overlayPopup .popup .closeButton a:hover {
                opacity: 0.8;
            }

    .overlayPopup.twofactor .popup {
        top: 110px;
        margin-top: 0;
        height: auto;
        width: 380px;
        margin-left: -190px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        display: block;
    }

        .overlayPopup.twofactor .popup .wrapper {
            padding: 18px 25px;
        }

        .overlayPopup.twofactor .popup .title {
            text-align: left;
            font-size: 22px;
            padding: 0;
            margin: 0 0 15px 0;
            font-weight: normal;
        }

        .overlayPopup.twofactor .popup .info {
            margin: 20px 0 25px 0;
        }

            .overlayPopup.twofactor .popup .info p {
                margin: 0;
            }

        .overlayPopup.twofactor .popup .cta a {
            color: #8c8c8c;
        }

        .overlayPopup.twofactor .popup .left {
            float: left;
        }

        .overlayPopup.twofactor .popup .right {
            float: right;
        }

        .overlayPopup.twofactor .popup .icon {
            margin: 0 10px 0 0;
            vertical-align: middle;
            line-height: 0;
        }

    .overlayPopup.twofactor .popup {
        width: 420px;
        margin-left: -220px;
        overflow-y: auto;
        position: fixed;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        .overlayPopup.twofactor .popup .closeButton a {
            background: url(images/icon-close-1.gif) bottom center no-repeat;
            width: 9px;
            height: 9px;
        }

    .overlayPopup.twofactor.new .title {
        color: #9e9e9e;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .overlayPopup.twofactor.new .icon {
        margin-bottom: 25px;
    }

    .overlayPopup.twofactor.new .info {
        font-size: 18px;
        margin-bottom: 40px;
    }

.twofactor.new .wrapper table {
    width: 100%;
    margin-bottom: 20px;
}

    .twofactor.new .wrapper table .title {
        font-weight: bold;
    }

    .twofactor.new .wrapper table #countdown {
        margin: 0;
    }

.twofactor.new .wrapper .icon {
    margin-bottom: 30px;
}

.twofactor.new .wrapper .info {
    margin-bottom: 80px;
}

.twofactor.new .colorRed {
    color: #c7181e;
}

.twofactor.new .colorGray {
    color: #9e9e9e;
}

.twofactor.new #countdown {
    width: 44px;
    height: 44px;
    color: #4685d3;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.twofactor.new #countdown-number {
    color: #4685d3;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
}

.twofactor.new svg {
    width: 44px;
    height: 44px;
}

    .twofactor.new svg circle {
        stroke-dasharray: 130px;
        stroke: #4685d3;
    }

.twofactor.new .cta.disabled {
    visibility: hidden;
}

.devicesList {
    padding: 30px 0 30px 30px;
}

    .devicesList li {
        padding: 10px 0;
    }

    .devicesList small {
        color: #9e9e9e;
    }
/* 2 FACTOR POPUPS end */

/* UPDATE STORE */
.cta.store {
    padding: 10px 0;
}

.store .button {
    width: 50%;
    display: inline-block;
}

    .store .button a {
        background: #000;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: none 0;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 2px;
        margin-bottom: 10px;
        font-weight: normal;
        box-shadow: 0 3px 5px rgba(0,0,0,0.10);
        display: block;
        color: #FFF;
        text-align: center;
    }

.storea .button a:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.store .button img {
    margin-right: 5px;
    vertical-align: top;
}
/* UPDATE STORE end */

/* MODAL DRAWER */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.65);
}

.drawer {
    background-color: #FFF;
    position: absolute;
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

    .drawer.bottom {
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1200;
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        height: 80%;
    }

    .drawer .chatBox .headTitle {
        padding: 15px;
    }

    .drawer .chatBox .conversation {
        height: 100%;
    }

    .drawer button.close {
        background: url(images/icon-button-close-gray.png) center no-repeat;
        background-size: 28px 28px;
        width: 34px;
        height: 34px;
        border: none 0;
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 0;
        min-width: 0;
    }

table.info {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}

    table.info .helpIcon {
        font-size: 28px;
        color: #1e61af;
        position: relative;
    }

        table.info .helpIcon span {
            position: absolute;
            font-size: 12px;
            right: 30px;
            top: 7px;
            width: 150px;
            display: block;
            text-align: right;
        }

table.headTitle.confirmation td:first-child {
    padding: 6px 0 15px 0;
    padding-left: 50px;
}
/* MODAL DRAWER end */

/* SNACKBAR */
.snackbar {
    background-color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 15px 10px 15px;
    color: #737373;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.popup .snackbar {
    position: absolute;
    z-index: 3100;
    bottom: 3px;
    left: 0;
    right: 0;
    background-color: #CCC;
    color: #333333;
    max-width: 460px;
    margin: 0 auto;
    padding: 12px 20px 10px 20px;
}

.snackbar.pageBottom {
    position: absolute;
    z-index: 1100;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #333333;
    color: #cccccc;
}

.hasFooterMenu .snackbar.pageBottom {
    bottom: 65px;
}

.snackbar a {
    color: #ff7f84;
}

@media screen and (max-width:360px) {
    .hasFooterMenu .snackbar.pageBottom {
        bottom: 60px;
    }
}
/* SNACKBAR end */

/* MATERIAL DESIGN */
body.material {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.material header {
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    padding: 0;
}

    .material header .backButton {
        width: 52px;
        float: left;
        text-align: left;
        line-height: 0;
        margin-right: -20px;
    }

        .material header .backButton a {
            display: inline-block;
            width: 52px;
            height: 52px;
            background: url(svg/icon-back-gray.svg) center no-repeat;
            background-size: 24px 24px;
            padding: 0;
        }

    .material header .title {
        float: left;
        font-weight: 700;
        font-size: 17px;
        height: 50px;
        padding-top: 2px;
        padding-left: 20px;
    }

        .material header .title span {
            height: 50px;
            width: 1px;
            display: inline-block;
            vertical-align: middle;
        }

    .material header .rightButton {
        width: 52px;
        float: right;
        padding: 0;
    }

    .material header .btn-navbar {
        width: 52px;
        height: 50px;
        padding: 0 0 2px 0;
    }

        .material header .btn-navbar .icon-bar {
            margin: 0 auto 4px auto;
        }

        .material header .btn-navbar .text {
            bottom: 5px;
        }

    .material header .rightButton a {
        display: inline-block;
        width: 52px;
        height: 52px;
        padding: 0;
        position: relative;
    }

        .material header .rightButton a .mbsc-ic {
            color: #737373;
            font-size: 17px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -9px;
            margin-left: -9px;
        }

.material.main {
    padding-top: 52px;
    padding-bottom: 100px;
}

.material .wrapper {
    padding: 15px;
}

.material .buttonOk {
    background-color: #ed1c24;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    padding: 12px;
    text-align: center;
    width: 100%;
    border: none 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

    .material .buttonOk:disabled, .material .buttonOk:disabled:hover {
        background-color: #f9b0b3;
    }

    .material .buttonOk:hover {
        background-color: #de0007;
    }

@media screen and (max-width:320px) {
    .material .buttonOk {
        padding: 9px;
    }
}

.material .cta.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    background: rgba(255,255,255,0.75);
    padding-top: 0;
}

    .material .cta.bottom .buttonOk {
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
        box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    }

        .material .cta.bottom .buttonOk:disabled {
            -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.15);
            box-shadow: 0 3px 8px rgba(0,0,0,0.15);
        }

.material .centerScreen {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.material .tabs .head {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    font-size: 15px;
}

    .material .tabs .head ul {
        display: table;
        border-collapse: collapse;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .material .tabs .head li {
        display: table-cell;
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .material .tabs .head a {
        color: #8c8c8c;
        font-weight: 700;
        display: block;
        padding: 10px 20px;
        border-bottom: solid 3px #FFF;
        box-sizing: border-box;
        min-height: 42px;
    }

    .material .tabs .head .active a {
        color: #c7181e;
        border-bottom: solid 3px #c7181e;
    }

.material .tabs.fixedTop .head {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 1001;
    min-height: 42px;
}

.material .tabs .head .active a:hover {
    background-color: #fff5f5;
    border-bottom: solid 3px #c7181e;
}
/*.material .tabs .head a:hover{background-color:#fff5f5; border-bottom:solid 3px #fff5f5;}*/
.material .tabs.fixedTop .wrapper {
    padding-top: 55px;
}

.fabButton {
    width: 56px;
    height: 56px;
    background-color: #ed1c24;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0;
    min-width: 0;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
    color: #FFF;
    font-size: 24px;
    z-index: 1200;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .fabButton .addIcon {
        font-size: 20px;
        line-height: 36px;
    }

    .fabButton.close {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: rotate(45deg) scale(1, 1) !important;
        opacity: 1 !important;
        z-index: 1300;
    }

    .fabButton.withMenu {
        bottom: 70px;
    }

.fabMenu {
    position: fixed;
    bottom: 90px;
    right: 23px;
    z-index: 2000;
}

    .fabMenu .item {
        margin-bottom: 15px;
    }

    .fabMenu .label {
        background-color: #FFF;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 6px 10px;
        font-size: 15px;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
        float: left;
        margin: 5px 15px 0 0;
        width: 130px;
    }

    .fabMenu button {
        width: 40px;
        height: 40px;
        background-color: #FFF;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        min-width: 0;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
        float: right;
    }

    .fabMenu .icon.portare {
        background: url(images/icon-menu-new-card.png) #FFF center center no-repeat;
        background-size: 30px;
    }

    .fabMenu .icon.economii {
        background: url(images/icon-menu-money.png) #FFF center no-repeat;
        background-size: 20px;
    }

    .fabMenu .icon.depozit {
        background: url(images/icon-menu-deposit.png) #FFF center no-repeat;
        background-size: 22px;
    }

    .fabMenu.withMenu {
        bottom: 145px;
    }

    .fabMenu.cards .label {
        width: 220px;
    }

        .fabMenu.cards .label small {
            color: #737373;
        }

    .fabMenu .icon.comandaCard {
        background: url(images/icon-menu-card.png) #FFF center center no-repeat;
        background-size: 22px;
    }

    .fabMenu .icon.altaBanca {
        background: url(images/icon-menu-move.png) #FFF center center no-repeat;
        background-size: 24px;
    }

.dashboard .total {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

    .dashboard .total sup {
        vertical-align: super;
        font-size: 50%;
    }

    .dashboard .total .label {
        color: #8c8c8c;
        font-size: 15px;
    }

.dashboard .list .heading {
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 500;
    margin: 18px 0 10px 0;
}

    .dashboard .list .heading sup {
        vertical-align: super;
        font-size: 50%;
    }

.dashboard .list .box {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .dashboard .list .box .grayText {
        color: #8c8c8c;
    }

    .dashboard .list .box .ammount {
        font-size: 18px;
        font-weight: 500;
    }

        .dashboard .list .box .ammount sup {
            vertical-align: super;
            font-size: 50%;
            font-weight: normal;
        }

    .dashboard .list .box .wrapper {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

        .dashboard .list .box .wrapper .left {
            display: table-cell;
            float: none;
            vertical-align: middle;
            font-size: 15px;
            padding: 10px 0 10px 15px;
        }

        .dashboard .list .box .wrapper .right {
            display: table-cell;
            float: none;
            vertical-align: middle;
            text-align: right;
            padding: 5px 0 5px 15px;
            min-width: 140px;
        }

    .dashboard .list .box .moreButton {
        width: 15px;
        display: table-cell;
    }

    .dashboard .list .box .closed {
        width: 40px;
        padding: 0 0 0 5px;
        background: url(svg/icon-arrow-down-gray.svg) center no-repeat;
        background-size: 24px 24px;
        margin: 0 -15px 0 0;
    }

    .dashboard .list .box .open {
        width: 40px;
        background: url(svg/icon-arrow-up-gray.svg) center no-repeat;
        background-size: 24px 24px;
        margin: 0 -15px 0 0;
        padding: 0 0 0 5px;
        display: table-cell;
    }

    .dashboard .list .box .actions {
        font-size: 13px;
        display: table;
        border-collapse: collapse;
        width: 100%;
        text-align: center;
    }

        .dashboard .list .box .actions a {
            display: table-cell;
            padding: 0 10px 10px 10px;
            text-align: center;
        }

        .dashboard .list .box .actions span {
            display: inline-block;
            ;
            padding: 5px;
        }

        .dashboard .list .box .actions .iconTransfer {
            background: url(images/icon-menu-payment.png) left no-repeat;
            background-size: 30px;
            padding-left: 35px;
        }

        .dashboard .list .box .actions .iconMuta {
            background: url(images/icon-menu-move.png) left no-repeat;
            background-size: 18px;
            padding-left: 25px;
        }

        .dashboard .list .box .actions .iconColateral {
            background: url(images/icon-menu-deposit.png) left no-repeat;
            background-size: 18px;
            padding-left: 25px;
        }

        .dashboard .list .box .actions .iconRetrage {
            background: url(images/icon-menu-remove-money.png) left no-repeat;
            background-size: 30px;
            padding-left: 35px;
        }

        .dashboard .list .box .actions .iconAdauga {
            background: url(images/icon-menu-add-money.png) left no-repeat;
            background-size: 30px;
            padding-left: 35px;
        }

        .dashboard .list .box .actions .iconPorteaza {
            background: url(images/icon-menu-payment.png) left no-repeat;
            background-size: 30px;
            padding-left: 35px;
        }

        .dashboard .list .box .actions .iconLichideaza {
            background: url(images/icon-menu-lichidare.png) left no-repeat;
            background-size: 30px;
            padding-left: 35px;
        }

        .dashboard .list .box .actions.simple {
            border-top: solid 1px #ebebeb;
            text-align: left;
        }

            .dashboard .list .box .actions.simple a {
                padding: 7px 10px;
                display: inline-block;
                font-weight: 500;
            }

            .dashboard .list .box .actions.simple .iconRetrage, .dashboard .list .box .actions.simple .iconAdauga, .dashboard .list .box .actions.simple .iconPorteaza {
                background-size: 18px;
                padding-left: 25px;
            }

    .dashboard .list .box .moreButton {
        width: 25px;
        background: url(svg/icon-arrow-right-gray.svg) center no-repeat;
        background-size: 24px 24px;
        margin: 0 -15px 0 0;
        padding: 0 0 0 5px;
        display: table-cell;
        opacity: 0.65;
    }

.accountDetails .disabled .box a {
    padding-right: 0;
}

.dashboard .graph {
    border-bottom: solid 1px #d9d9d9;
    width: 100%;
    height: 120px;
}

    .dashboard .graph .scale {
        color: #8c8c8c;
        font-size: 11px;
        width: 7%;
        height: 100%;
        float: left;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-direction: column;
    }

        .dashboard .graph .scale .value {
            flex-basis: 1;
            padding: 5px 0;
        }

    .dashboard .graph .bars {
        width: 93%;
        float: right;
        height: 100%;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

        .dashboard .graph .bars .bar {
            background-color: #ed1d25;
            width: 100%;
            height: 2px;
            margin: 0 2px;
            flex-basis: 1;
            align-self: flex-end;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            border: solid 2px #ed1d25;
            box-sizing: border-box;
            position: relative;
        }

            .dashboard .graph .bars .bar:hover {
                border: solid 2px #000;
                background-color: #000;
            }

            .dashboard .graph .bars .bar .label {
                font-size: 11px;
                text-align: center;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -17px;
                font-weight: 500;
                color: #000;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

            .dashboard .graph .bars .bar:hover .label {
                visibility: visible;
                opacity: 1;
            }

            .dashboard .graph .bars .bar .ammount {
                font-size: 11px;
                text-align: center;
                position: absolute;
                left: 50%;
                top: -15px;
                font-weight: 500;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: 0.3s;
                transition: 0.3s;
                background-color: #000;
                color: #FFF;
                padding: 1px 5px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
                -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

            .dashboard .graph .bars .bar:hover .ammount {
                visibility: visible;
                opacity: 1;
                z-index: 10;
            }

.material .wrapper .graph {
    margin: 0 -15px;
    padding: 0 15px;
}

.material.accountDetails.wrapper {
    padding-top: 10px;
}

.material.accountDetails .head {
    background: none;
}

.material.accountDetails .wrapper.head {
    padding: 10px 10px 0 10px;
}

.material.accountDetails .dashboard .total {
    font-size: 30px;
    padding-top: 8px;
}

.moveSlider {
    padding: 0 11px 20px 11px;
    margin-bottom: 20px;
    margin-top: -15px;
    position: relative;
}

    .moveSlider .bar {
        background-color: #ed1c24;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        height: 18px;
    }

    .moveSlider .filled {
        background-color: #326fb5;
        height: 18px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: relative;
    }

    .moveSlider .scale {
        color: #8c8c8c;
        font-size: 11px;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

        .moveSlider .scale .value {
            flex-basis: 1;
            padding: 0 0 3px 0;
        }

    .moveSlider .info {
        color: #8c8c8c;
        font-size: 11px;
        position: absolute;
        left: 25px;
        bottom: -0;
        z-index: 1;
    }

    .moveSlider .sliderButton {
        width: 22px;
        height: 27px;
        background: url(images/button-slider-1.png) no-repeat;
        background-size: 22px 27px;
        position: absolute;
        right: -11px;
        bottom: -25px;
    }

    .moveSlider .mbsc-form {
        background: none !important;
        color: inherit !important;
        font-size: inherit !important;
        font-family: inherit !important;
    }

    .moveSlider .mbsc-ios.mbsc-progress {
        padding: 0;
        background: none !important;
        min-height: 0;
        z-index: 1000;
    }

    .moveSlider .mbsc-ios .mbsc-control-w:before, .moveSlider .mbsc-ios .mbsc-control-w:after {
        border: none 0 !important;
    }

    .moveSlider .mbsc-ios.mbsc-progress .mbsc-input-wrap {
        padding: 0;
    }

    .moveSlider .mbsc-ios .mbsc-progress-cont {
        padding: 0;
    }

    .moveSlider .mbsc-ios .mbsc-progress-track {
        background-color: #ed1c24;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        height: 18px;
    }

    .moveSlider .mbsc-ios .mbsc-slider-primary .mbsc-progress-bar {
        background-color: #326fb5;
        height: 18px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .moveSlider .mbsc-slider-handle-cont {
        width: 32px;
        height: 32px;
        background: none;
    }

    .moveSlider .mbsc-ios .mbsc-slider-handle {
        width: 22px;
        height: 27px;
        background: url(images/button-slider-1.png) no-repeat;
        background-size: 22px 27px;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: auto;
        bottom: -25px;
        -webkit-border-radius: 0;
        border-radius: 0;
        z-index: 1000;
    }

    .moveSlider .mbsc-ios .mbsc-slider-tooltip {
        color: #326fb5;
        font-size: 13px;
        font-weight: 700;
        top: -3px;
        background-color: #FFF;
        box-sizing: border-box;
    }

    .moveSlider .tooltip {
        position: absolute;
        right: 8px;
        top: -35px;
        color: #1e61af;
    }

        .moveSlider .tooltip .mbsc-ic-material-help {
            color: #1e61af;
            font-size: 24px;
        }

.material .promoBoxTop .wrapper {
    padding: 10px !important;
}

.promoBoxTop .closeButton {
    margin: 0;
    padding: 8px;
    width: auto;
    height: auto;
    float: right;
    border: none 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 0;
    background: url(images/icon-button-close-gray.png) center no-repeat;
    background-size: 24px 24px;
}

.moveSlider .popup {
    top: 105px;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.moveSlider .popupBox {
    max-width: 600px;
}

    .moveSlider .popupBox .bottomInfo {
        margin-bottom: 15px;
        color: #8c8c8c;
    }

    .moveSlider .popupBox .options ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .moveSlider .popupBox .options li {
        border-bottom: solid 1px #e0e0e0;
    }

    .moveSlider .popupBox .options .option {
        display: block;
        padding: 12px 20px;
        color: #1e61af;
        font-weight: normal;
    }

    .moveSlider .popupBox .options .radioButton {
        margin-right: 15px;
    }

    .moveSlider .popupBox .values {
        border-bottom: solid 1px #e0e0e0;
        color: #8c8c8c;
    }

        .moveSlider .popupBox .values label {
            color: #8c8c8c;
            display: block;
            margin-bottom: 4px;
        }

        .moveSlider .popupBox .values input {
            width: 110px;
            color: #333333;
        }

        .moveSlider .popupBox .values .right {
            text-align: left;
        }

            .moveSlider .popupBox .values .right input {
                color: #326fb5;
                font-weight: 700;
                border: solid 1px #ebebeb;
            }

    .moveSlider .popupBox .slider {
        position: static;
        background: #FFF;
        height: 60px;
        padding: 10px 13px 0 13px;
    }

    .moveSlider .popupBox .box {
        margin-top: 10px;
    }

        .moveSlider .popupBox .box table .label {
            width: 112px;
            font-weight: 700;
        }

        .moveSlider .popupBox .box table .last {
            padding-left: 8px;
            color: #7a7a7a;
        }

        .moveSlider .popupBox .box table input {
            font-weight: 700;
            font-size: 15px;
            padding: 11px 15px;
        }

    .moveSlider .popupBox .box {
        background-color: #f7f7f7;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        border: none 0;
        padding: 0;
    }

        .moveSlider .popupBox .box .header {
            background-color: #ebebeb;
            padding: 14px 15px;
            border-bottom: solid 1px #e0e0e0;
        }

        .moveSlider .popupBox .box .container {
            padding: 17px;
        }

            .moveSlider .popupBox .box .container p {
                margin: 0 0 10px 0;
            }

    .moveSlider .popupBox .infoText {
        color: #7a7a7a;
        font-size: 13px;
        padding: 30px 0;
        margin-bottom: 10px;
    }

        .moveSlider .popupBox .infoText.smarty {
            background: url(images/img-smarty-11.png) left 20px center no-repeat;
            background-size: 40px;
            padding-left: 80px;
            padding-right: 30px;
        }

.cardBox {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .cardBox .linkButton {
        padding: 5px;
        display: block;
    }

    .cardBox h1 {
        margin-bottom: 15px;
    }

.grayBackground {
    background-color: #f2f2f2;
}

.iconMessenger {
    background: url(images/icon-share-messenger.svg) center no-repeat;
    background-size: 34px;
}

.iconWhatsapp {
    background: url(images/icon-share-whatsapp.svg) center no-repeat;
    background-size: 33px;
}

.user .material .tabs.fixedTop .head {
    top: 94px;
}

.user .material.main {
    padding-top: 98px;
}

@media screen and (max-width:360px) {
    .material .tabs.fixedTop .wrapper {
        padding: 10px;
        padding-top: 55px;
    }

    .dashboard .list .box .ammount {
        font-size: 18px;
    }

    .dashboard .list .box .wrapper .left {
        font-size: 14px;
    }

    .dashboard .list .box .wrapper .right {
        min-width: 120px;
    }

    .dashboard .list .box .closed, .dashboard .list .box .open {
        width: 30px;
    }

    .dashboard .list .box .actions {
        font-size: 12px;
    }

        .dashboard .list .box .actions a {
            padding: 0 5px 10px 5px;
        }

    .dashboard .graph {
        height: 90px;
    }

    .fabMenu {
        bottom: 80px;
    }

        .fabMenu.withMenu {
            bottom: 120px;
            right: 15px;
        }

    .moveSlider .popupBox .slider {
        height: 55px;
    }

    .moveSlider .popupBox .values input {
        padding: 10px;
        width: 100px;
    }

    .moveSlider .popupBox .options .option {
        padding: 10px 15px;
    }

    .moveSlider .popupBox .options .radioButton {
        margin-right: 10px;
    }

    .moveSlider .popupBox .buttonOk {
        padding: 11px 15px;
    }

    .moveSlider .popupBox .box .header {
        padding: 10px 12px;
    }

    .moveSlider .popupBox .box .container {
        padding: 12px;
    }

    .moveSlider .popupBox .box table .label {
        width: 105px;
    }

    .moveSlider .popupBox .infoText.smarty {
        padding: 15px 10px 15px 50px;
        background-position: left center;
    }

    .mbsc-ltr .mbsc-slider-handle-cont {
        right: -1.2em !important;
    }

    .material .cardBox .wrapper {
        padding: 10px;
    }

    .fabButton {
        width: 48px;
        height: 48px;
        right: 10px;
        bottom: 10px;
    }

        .fabButton .addIcon {
            font-size: 16px;
        }

        .fabButton.withMenu {
            bottom: 65px;
        }

    .material .cta.bottom {
        padding: 10px;
        padding-top: 0;
    }

    .material .wrapper {
        padding: 10px;
    }
}
/* MATERIAL DESIGN */

.imgPromoSmarty {
    padding-right: 5px !important;
}

    .imgPromoSmarty img {
        width: 70px;
    }

.textLinePromo {
    position: relative;
    display: inline-block;
}

    .textLinePromo:before {
        content: " ";
        background: url(images/img-text-taiat.png) center no-repeat;
        background-size: 20px;
        width: 20px;
        height: 17px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

@media screen and (max-width:360px) {
    .imgPromoSmarty img {
        width: 55px;
    }

    .textLinePromo:before {
        background-size: 16px;
        width: 16px;
        height: 13px;
    }
}

/* FILTERS FIX */
.searchFilters .wrapper:first-child {
    display: flex;
}

    .searchFilters .wrapper:first-child .item {
        flex: 1;
    }

.searchFilters input[type="submit"] {
    min-width: 0;
}
/* FILTERS FIX */

.mbsc-control.readonly {
    background: url(images/icon-arrow-select.png) #ebebeb right 10px center no-repeat !important;
    background-size: 10px 7px !important;
}

.selectCard {
    padding: 0 8px;
}

    .selectCard .card {
        width: 47%;
        text-align: center;
    }

        .selectCard .card .image .container {
            -webkit-border-radius: 5px;
            border-radius: 5px;
            display: block;
            overflow: hidden;
            line-height: 0;
        }

        .selectCard .card .image img {
            width: 100%;
            height: auto;
        }

        .selectCard .card .name {
            margin-top: 5px;
            display: block;
        }

.cardGuerrilla ul {
    margin: 0 0 11px 0;
    padding-left: 20px;
    list-style: none;
}

    .cardGuerrilla ul li::before {
        content: "\2022";
        color: #e13d92;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.cardGuerrilla h1 {
    margin-bottom: 10px;
}

.cardGuerrilla .image .container {
    text-align: center;
}

.cardGuerrilla .image .small {
    width: 65%;
    margin: 0 auto;
}

.accountDetails p.history {
    margin: 10px 0;
}

ul.checkList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.checkList li {
        background: url(images/icon-checkbox-blue.png) left top no-repeat;
        background-size: 15px;
        padding: 0 0 0 20px;
        margin: 0 0 5px 0;
    }

/* VIDEO BOX */
.videoBox {
    background-color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 320px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

    .videoBox .overlay1 {
        position: absolute;
        background: url(images/video-center.png) center no-repeat;
        background-size: 200px 200px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .videoBox .overlay1::before {
            content: "";
            width: 17px;
            height: 17px;
            position: absolute;
            left: 10px;
            top: 10px;
            background: url(images/video-corner.png) center no-repeat;
            background-size: 17px 17px;
        }

        .videoBox .overlay1::after {
            content: "";
            width: 17px;
            height: 17px;
            position: absolute;
            right: 10px;
            top: 10px;
            background: url(images/video-corner.png) center no-repeat;
            background-size: 17px 17px;
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .videoBox .overlay2::before {
        content: "";
        width: 17px;
        height: 17px;
        position: absolute;
        left: 10px;
        bottom: 10px;
        background: url(images/video-corner.png) center no-repeat;
        background-size: 17px 17px;
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .videoBox .overlay2::after {
        content: "";
        width: 17px;
        height: 17px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        background: url(images/video-corner.png) center no-repeat;
        background-size: 17px 17px;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
/* VIDEO BOX end */

/* CSS DEV */
.mockShell .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: block;
    z-index: 10000;
    margin-top: 0;
    padding: 0;
}

.mockShell .popup {
    position: fixed;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
    z-index: 10000;
    display: block;
    margin: 0;
    padding: 0;
    max-height: 100%;
    overflow-y: scroll;
}

    .mockShell .popup .popupBox .wrapper {
        padding: 0px;
    }

        .mockShell .popup .popupBox .wrapper .accordionMenu .box .container .row {
            word-wrap: break-word;
            padding: 3px;
        }

        .mockShell .popup .popupBox .wrapper .accordionMenu .box .container .redButton {
            width: 100%
        }

        .mockShell .popup .popupBox .wrapper .accordionMenu .box .container img {
            display: none;
            width: 18px;
            height: 18px;
            vertical-align: middle;
        }
/* CSS DEV end */

/* CARDS CAROUSEL */
.cards .carousel {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 10px 0 0 0;
    overflow: hidden;
}

.cards .total {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

    .cards .total sup {
        vertical-align: super;
        font-size: 50%;
    }

    .cards .total .label {
        color: #8c8c8c;
        font-size: 15px;
    }

.cards .mainCard {
    width: 70%;
    margin: 0 auto;
}

.cards .image {
    position: relative;
}

    .cards .image .container {
        line-height: 0;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .cards .image img {
        width: 100%;
        height: auto;
    }

.cards .leftCard {
    width: 220px;
    position: absolute;
    left: -180px;
    bottom: 0;
}

.cards .rightCard {
    width: 220px;
    position: absolute;
    right: -180px;
    bottom: 0;
}

.cards .card .code {
    position: absolute;
    left: 7%;
    text-align: center;
    bottom: 45%;
    color: #FFF;
    font-size: 6.5vw;
    font-weight: 300;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}

.cards .card .exp {
    position: absolute;
    left: 7%;
    bottom: 30%;
    color: #FFF;
    font-size: 4vw;
    font-weight: 500;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

    .cards .card .exp:before {
        content: "EXP:";
        font-size: 3vw;
    }

.cards .card .name {
    position: absolute;
    left: 7%;
    bottom: 22px;
    color: #FFF;
    font-size: 3vw;
    font-weight: 500;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.cards .card .title {
    position: absolute;
    left: 7%;
    top: 22px;
    right: 30%;
    color: #FFF;
    font-size: 3vw;
    font-weight: 500;
    -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    opacity: 0.75;
    line-height: normal;
    text-align: left;
}

@media screen and (min-width:600px) {
    .cards .card .code {
        font-size: 42px;
    }

    .cards .card .exp {
        font-size: 24px;
    }

        .cards .card .exp:before {
            font-size: 20px;
        }

    .cards .card .name {
        font-size: 20px;
        line-height: normal;
    }

    .cards .card .title {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .cards .card .code {
        font-size: 6vw;
    }
}

.cards .inputName {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    margin-top: -20px;
}

    .cards .inputName input {
        -webkit-border-radius: 50px;
        border-radius: 50px;
        border: none 0;
        padding: 10px 45px 10px 15px;
    }

        .cards .inputName input[type="submit"] {
            background: url(images/icon-forward.png) center no-repeat;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 100;
            width: 45px;
            height: 38px;
            padding: 10px;
        }

.cards .card .container {
    background-color: #808080;
}

.cards .card .colorBlack {
    background-color: #000;
}

.cards .card .colorGray {
    background-color: #d9d9d9;
}

.cards .card .colorRed {
    background-color: #FF0000;
}

.cards .card .colorOrange {
    background-color: #f26500;
}

.cards .card .logo {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
}

    .cards .card .logo img {
        max-width: 17vw;
        width: auto;
        height: auto;
        display: inline-block;
    }

.cards .addCard {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    margin-top: -35px;
    color: #1e61af;
}

    .cards .addCard .plus {
        font-size: 34px;
        font-weight: 300;
        line-height: 50px;
    }

.cards .pending {
    opacity: 0.5;
}

.slick-list {
    overflow: visible !important;
}

.slick-slide {
    padding: 0 5px;
    margin: 0 auto;
    transform: translate(0, -15px);
    transition: all 0.5s;
    outline: none;
}

    .slick-slide .image {
        transition: all 0.5s;
        transform: scale(0.90);
        opacity: 0.5;
    }

    .slick-slide .sold {
        opacity: 0;
        transition: all 0.5s;
    }

.slick-current {
    transform: translate(0, 0);
    transition: all 0.5s;
}

    .slick-current .image {
        transition: all 0.5s;
        transform: scale(1);
        opacity: 1;
    }

    .slick-current .sold {
        opacity: 1;
        transition: all 0.5s;
    }

.cards .bullets {
    text-align: center;
}

    .cards .bullets .bullet {
        width: 9px;
        height: 9px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #FFF;
        border: solid 1px #707070;
        margin: 0 1px;
        display: inline-block;
    }

        .cards .bullets .bullet.active {
            background-color: #FF0000;
            border: solid 1px #FF0000;
        }

.accountDetails.cards .head {
    background: none;
}

.material .cards .wrapper {
    padding: 10px 10px 0 10px;
}

.material .cards .pageIcon {
    margin: 20px 0;
}

.material .cards h1 {
    font-weight: 300;
    margin-bottom: 20px;
}

@media screen and (max-width:360px) {
    .cards .code {
        font-size: 18px;
    }
}
/* CARDS CAROUSEL end */

/* P2P */
.p2p {
    font-size: 15px;
}

    .p2p h1 {
        font-size: 16px;
    }

    .p2p.login {
        background: url(images/p2p-homepage.png) top center no-repeat;
        background-size: cover;
    }

    .p2p .loginBox {
        background-color: #FFF;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
        margin-bottom: 20px;
    }

        .p2p .loginBox h2 {
            margin-bottom: 8px;
        }

        .p2p .loginBox .redButton {
            background-size: 12px 16px;
            background-position: left 13px center;
            padding-left: 34px;
        }

    .p2p.login .infoLinks {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.45);
        padding: 20px 20px;
        color: #808080;
        font-weight: 500;
    }

    .p2p.login .signup {
        padding: 10px 0;
    }

        .p2p.login .signup a {
            color: #FFF;
            text-decoration: underline;
            text-align: center;
            padding: 20px;
            display: block;
            font-size: 15px;
        }

    .p2p .tabs .head {
        text-transform: uppercase;
    }

        .p2p .tabs .head li {
            width: 50%;
        }

    .p2p.login.light {
        background: #f2f2f2;
    }

        .p2p.login.light .infoLinks {
            background: rgba(0,0,0,0.1);
        }

        .p2p.login.light .loginBox {
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        }

        .p2p.login.light .signup {
            padding: 0;
            margin-bottom: 20px;
        }

            .p2p.login.light .signup a {
                color: #8c8c8c;
            }

        .p2p.login.light .cardBox {
            margin-bottom: 20px;
        }

            .p2p.login.light .cardBox .wrapper {
                padding: 10px !important;
            }

        .p2p.login.light .homeMenu .box {
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            margin-bottom: 15px;
        }

        .p2p.login.light .tabs .head {
            padding-top: 20px;
        }

        .p2p.login.light .tabs.fixedTop .wrapper {
            padding-top: 75px;
        }

.homeMenu .box {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .homeMenu .box a {
        color: #333333;
        display: block;
        background: url(images/icon-arrow-right.png) center right 10px no-repeat;
        background-size: 8px 14px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .homeMenu .box .wrapper {
        padding: 20px !important;
    }

    .homeMenu .box p {
        color: #8c8c8c;
        margin: 0;
    }

    .homeMenu .box .image {
        float: left;
        background-color: #f2f2f2;
        width: 48px;
        height: 48px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        margin-right: 15px;
    }

        .homeMenu .box .image img {
            height: 30px;
            width: auto;
            margin-top: 9px;
        }

    .homeMenu .box .text {
        display: inline-block;
        padding-top: 5px;
    }

.homeMenu h1 {
    font-size: 18px;
}

.homeMenu .box .cta {
    padding: 5px 0 0 0;
    display: block;
    margin-bottom: -10px;
    text-align: right;
}

    .homeMenu .box .cta .link {
        font-weight: 500;
        color: #1e61af;
        padding: 10px;
        background: url(images/icon-arrow-right.png) center right no-repeat;
        background-size: 6px 12px;
        padding-right: 15px;
    }

.p2p fieldset {
    margin-bottom: 10px;
}

.p2p input, .p2p select, .p2p textarea {
    outline: none;
    font-size: 15px;
    padding: 15px;
}

.floatingInput {
    position: relative;
    padding-top: 10px;
    padding-bottom: 12px;
}

    .floatingInput label {
        position: absolute;
        left: 15px;
        top: 26px;
        transition: 0.1s;
    }

    .floatingInput::placeholder {
        opacity: 0;
        color: #AFAFAF;
        transition: 0.3s;
    }

    .floatingInput.active::placeholder {
        opacity: 1;
        transition: 0.3s;
    }

    .floatingInput.active label {
        top: 2px;
        transition: 0.1s;
        color: #5e8bb9;
        font-size: 14px;
        background-color: #FFF;
        padding: 0 5px;
        margin-left: -5px;
    }

    .floatingInput.error {
        padding-top: 20px;
    }

        .floatingInput.error label {
            color: #970B0B;
        }

    .floatingInput :focus {
        border: solid 2px #6791bc;
        margin: -1px
    }

        .floatingInput :focus label {
            color: #5e8bb9;
        }

    .floatingInput .rightInfo {
        position: absolute;
        right: 15px;
        top: 26px;
    }

    .floatingInput .info {
        color: #8c8c8c;
        margin-top: 5px;
        font-size: 13px;
    }

    .floatingInput .card {
        width: 22px;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -9px;
        display: block;
        background: url(images/p2p-icon-card-input.png) center no-repeat;
        background-size: 22px 16px;
    }

    .floatingInput.ammount {
        width: 200px;
        margin: 0 auto;
    }

        .floatingInput.ammount input {
            font-weight: 700;
            font-size: 18px;
        }

        .floatingInput.ammount label {
            font-size: 18px;
        }

        .floatingInput.ammount.active label {
            font-size: 15px;
        }

        .floatingInput.ammount .rightInfo {
            font-size: 18px;
        }

.p2p fieldset .columns {
    display: table;
    width: 100%
}

fieldset .columns .floatingInput {
    display: table-cell;
    width: 1%;
    padding-right: 20px;
    box-sizing: border-box;
}

    fieldset .columns .floatingInput:last-child {
        padding-right: 0;
    }

.optionsMenu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding-left: 0;
}

.optionsMenu li {
    margin: 0;
    padding: 0;
}

.optionsMenu .image {
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    margin-right: 15px;
    position: relative;
}

.optionsMenu .icon {
    width: 42px;
    height: 42px;
    background-color: #f2f2f2;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 42px;
}

    .optionsMenu .icon img {
        height: 30px;
        width: auto;
        margin-top: 6px;
    }

.optionsMenu .text {
    display: inline-block;
    padding-top: 5px;
    padding-top: 13px;
}

.optionsMenu a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
}

.material .tabs.fixedTop .optionsMenu {
    padding-top: 55px;
}

.optionsMenu.contacts {
    border-top: solid 1px #dedede;
    padding-top: 15px !important;
    margin-top: 15px;
}

    .optionsMenu.contacts a {
        font-weight: 400;
        background: url(images/icon-arrow-right.png) center right 15px no-repeat;
        background-size: 8px 14px;
        padding-right: 20px;
    }

    .optionsMenu.contacts .image .avatar {
        width: 42px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
        color: #FFF;
        background-color: #cccccc;
        font-size: 17px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .optionsMenu.contacts .text {
        padding-top: 5px;
    }

        .optionsMenu.contacts .text small {
            color: #8c8c8c;
            font-size: 15px;
        }

.optionsMenu .title {
    padding: 15px 20px;
    position: relative;
}

.optionsMenu button.search {
    background: url(images/p2p-icon-search-1.png) center no-repeat;
    background-size: 20px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0;
}

.optionsMenu.contacts .libra a {
    background: url(images/avatar-libra.png) center right 15px no-repeat;
    background-size: 18px 18px;
}

.optionsMenu.contacts .payLink a {
    background: url(images/p2p-icon-link-plata-2.png) center right 13px no-repeat;
    background-size: 22px 22px;
}

.avatar.color1 {
    background-color: #6caaac !important;
}

.avatar.color2 {
    background-color: #e789ce !important;
}

.avatar.color3 {
    background-color: #cfa47a !important;
}

.avatar.color4 {
    background-color: #5e8bb9 !important;
}

.optionsMenu.transcations h1 {
    color: #8c8c8c;
}

.optionsMenu.transcations li {
    color: #333333;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
}

.optionsMenu.transcations .ammount {
    text-align: right;
    float: right;
    font-size: 15px;
    padding-top: 5px;
}

    .optionsMenu.transcations .ammount sup {
        font-size: 50%;
        vertical-align: super;
    }

.optionsMenu.transcations .anulat {
    color: #8c8c8c;
}

    .optionsMenu.transcations .anulat .image .avatar {
        background-color: #bfbfbf !important;
    }

    .optionsMenu.transcations .anulat .ammount {
        text-decoration: line-through;
    }

.image .tag {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-size: 12px;
}

.icon-tag-trimite {
    background: url(images/p2p-icon-avatar-trimite.png) center no-repeat;
}

.icon-tag-cere {
    background: url(images/p2p-icon-avatar-cere.png) center no-repeat;
}

.icon-tag-asteptare {
    background: url(images/p2p-icon-avatar-asteptare.png) center no-repeat;
}

.icon-tag-anulat {
    background: url(images/p2p-icon-avatar-anulat.png) center no-repeat;
}

.userBox {
    margin: 15px;
}

    .userBox .image {
        display: block;
        background-color: #f2f2f2;
        width: 60px;
        height: 60px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        margin-right: 15px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

        .userBox .image .avatar {
            width: 60px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            color: #FFF;
            background-color: #cccccc;
            font-size: 24px;
            font-weight: 300;
        }

        .userBox .image .icon img {
            height: 44px;
            width: auto;
            margin-top: 8px;
        }

    .userBox .text {
        display: block;
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }

    .userBox .info {
        display: block;
        text-align: center;
        color: #8c8c8c;
        padding-top: 5px;
    }

.userInfo {
    border-bottom: solid 1px #dedede;
}

    .userInfo a {
        display: block;
        padding: 15px 20px;
        color: inherit;
        background: url(images/p2p-icon-edit-1.png) right 20px center no-repeat;
        background-size: 16px;
    }

    .userInfo .name {
        display: block;
        font-size: 17px;
    }

    .userInfo .contact {
        display: block;
        color: #8c8c8c;
    }

.p2p .grayLink {
    color: #8c8c8c;
}

    .p2p .grayLink a {
        display: block;
        padding: 20px;
    }

.material .checkbox, .material .radioButton {
    width: 16px;
    height: 16px;
}

    .material .checkbox label {
        width: 16px;
        height: 16px;
        border: solid 2px #999999;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .material .checkbox label:after {
            opacity: 0;
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            top: -2px;
            left: -2px;
            background: url(svg/icon-check-white.svg) #1e61af center no-repeat;
            background-size: 16px 16px;
            border: solid 2px #1e61af;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

    .material .radioButton label {
        width: 16px;
        height: 16px;
        border: solid 2px #999999;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

        .material .radioButton label:after {
            opacity: 0;
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 2px;
            left: 2px;
            background: #1e61af;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

.p2p .list {
    margin-bottom: 15px;
}

    .p2p .list table {
        width: 100%;
    }

        .p2p .list table td {
            padding-bottom: 15px;
            vertical-align: top;
            padding-top: 5px;
        }

    .p2p .list .toggle {
        padding: 0 12px 0 0;
        width: 16px;
        text-align: center;
        line-height: 0;
    }

    .p2p .list a {
        text-decoration: underline;
    }

        .p2p .list a:hover {
            text-decoration: none;
        }

.p2p .smallText {
    color: inherit;
}

.p2p .pageIcon {
    margin-bottom: 15px;
}

.p2p h2.title {
    margin-bottom: 5px;
}

.p2p h2 {
    margin-bottom: 10px;
}

.material header .rightText {
    float: right;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
    font-size: 17px;
}

.popupBox.cardBox .text {
    padding: 15px 20px 20px 20px;
}

.popupBox.cardBox .image {
    background-color: #f2f2f2;
}

.popupBox.cardBox .cta {
    padding: 0 20px 20px 20px;
}

.popupBox.cardBox .secondaryButton {
    background: none;
    color: #c7181e;
    font-weight: 500;
    text-transform: uppercase;
}

.popupBox.cardBox .buttonOk {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
}

.p2p .infoButton {
    width: 22px;
    height: 22px;
    background: url(images/p2p-icon-info-1.png) center no-repeat;
    background-size: 22px 22px;
    min-width: 0;
}

.p2p .dashboard .total {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px 0;
}

    .p2p .dashboard .total strong {
        font-size: 30px;
    }

    .p2p .dashboard .total .label {
        font-weight: normal;
    }

    .p2p .dashboard .total .infoButton {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -11px;
        padding: 0;
    }

.p2p .dashboard .menu {
    text-align: center;
}

    .p2p .dashboard .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .p2p .dashboard .menu li {
        display: inline-block;
        width: 30%;
    }

    .p2p .dashboard .menu a {
        color: #c7181e;
    }

    .p2p .dashboard .menu .icon {
        width: 42px;
        height: 42px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        margin-bottom: 3px;
    }

    .p2p .dashboard .menu .trimite .icon {
        background: url(images/p2p-icon-trimite-1.png) #c7181e center no-repeat;
        background-size: 30px;
    }

    .p2p .dashboard .menu .cere .icon {
        background: url(images/p2p-icon-cere-1.png) #c7181e center no-repeat;
        background-size: 30px;
    }

    .p2p .dashboard .menu .cont a {
        color: #6caaac;
    }

    .p2p .dashboard .menu .cont .icon {
        background: url(images/p2p-icon-cont-2.png) #6caaac center no-repeat;
        background-size: 30px;
    }

.p2p .cards .carousel {
    overflow: visible;
}
/*.p2p .slick-slider .slick-list{padding:0 30px !important;}*/
/*.p2p .slick-slide{padding:0;}*/

.slick-dots {
    bottom: -36px !important;
}

    .slick-dots li {
        width: 12px !important;
    }

        .slick-dots li button {
            min-width: 0;
            padding: 2px !important;
            width: 12px !important;
        }

            .slick-dots li button:before {
                font-size: 8px !important;
                color: #d1d1d1 !important;
                opacity: 1 !important;
                width: 12px !important;
            }

    .slick-dots .slick-active button:before {
        color: #5e8bb9 !important;
    }

.popupBox .closeButton {
    width: 52px;
    float: left;
    text-align: left;
    line-height: 0;
    margin-right: -20px;
}

    .popupBox .closeButton a {
        display: inline-block;
        width: 32px;
        height: 28px;
        padding: 0;
        position: relative;
    }

        .popupBox .closeButton a:after {
            content: "";
            position: absolute;
            left: 3px;
            top: 2px;
            width: 14px;
            height: 14px;
            background: url(images/icon-button-close-gray-small.png) center no-repeat;
            background-size: 12px 12px;
        }

.material header .closeButton {
    width: 52px;
    float: left;
    text-align: left;
    line-height: 0;
    margin-right: -20px;
}

    .material header .closeButton a {
        display: inline-block;
        width: 52px;
        height: 52px;
        background: url(images/icon-button-close-gray-small.png) center no-repeat;
        background-size: 12px 12px;
        padding: 0;
    }

/*
.cards .card.single{margin:10px 20px;}
.cards .card.single .container{background-color:#f0f0f0; color:#333333; box-shadow: 0 3px 3px rgba(0,0,0,0.15);}
.cards .card.single .code, .cards .card.single .exp, .cards .card.single .name{color:#333333; -webkit-text-shadow:none; text-shadow:none;}
.cards .card.single .code{right:7%;}

.cards .card.single .logo{position:absolute; top:20px; left:auto;right:20px; text-align:right;}
.cards .card.single .logo img{max-width:50%; max-height:80px; width:auto; height:auto;}
*/

.cards .card.single {
    margin: 10px 35px;
}

/*.p2p header .logo{padding-top:12px;}*/

.p2p .transaction {
    margin-bottom: 50px;
}

    .p2p .transaction .ammount {
        font-size: 50px;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .p2p .transaction .message {
        color: #8c8c8c;
    }

.p2p .appIcon span {
    padding: 15px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border-bottom: solid 1px #c7c7c7;
    display: inline-block;
    margin: 0 auto;
    line-height: 0;
    background: url(images/layout-gradient-01.png) #fff top repeat-x;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
    background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
}

.p2p .appIcon img {
    width: 46px;
    height: auto;
}

.p2p .card2card {
    background: url(images/icon-forward.png) center no-repeat;
    padding: 20px 0;
    margin: 15px 0 30px 0;
    position: relative;
}

    .p2p .card2card .card {
        width: 47%;
    }

        .p2p .card2card .card .code {
            font-size: 13px;
            bottom: 45%;
            left: 10px;
            right: 0;
            text-align: left;
        }

        .p2p .card2card .card .exp {
            font-size: 10px;
            bottom: 30%;
            left: 10px;
        }

            .p2p .card2card .card .exp:before {
                font-size: 10px;
            }

        .p2p .card2card .card .name {
            left: 10px;
            font-size: 10px;
            bottom: 15%;
        }

        .p2p .card2card .card .image .container {
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }

.p2p .arrowButton {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    padding: 0;
    min-width: 0;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0,0,0,.12);
    color: #FF0000;
    font-size: 24px;
    line-height: 38px;
    z-index: 1200;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width:360px) {
    h1 {
        font-size: 16px;
    }

    .p2p.login .tabs .head {
        font-size: 14px;
    }

    .homeMenu .box .wrapper {
        padding: 10px !important;
    }

    .homeMenu .box .image {
        margin-right: 10px;
    }

    .homeMenu .box .text {
        padding-top: 8px;
    }

    .homeMenu .box h1 {
        font-size: 16px;
    }

    .homeMenu .box p {
        font-size: 13px;
    }

    .optionsMenu a, .optionsMenu.transcations li {
        padding: 10px 10px;
        font-size: 15px;
    }

    .optionsMenu .image {
        margin-right: 10px;
    }

    .p2p .dashboard .total {
        font-size: 15px;
    }

        .p2p .dashboard .total strong {
            font-size: 22px;
        }

    .p2p .material .wrapper {
        padding: 15px 10px;
    }

    .separator50.smallScreen {
        height: 30px;
        line-height: 0;
    }

    .p2p.login .infoLinks {
        padding: 10px 20px;
    }
}

@media screen and (max-width:360px) {
    @media screen and (max-height:640px) {
        .p2p.login.light .floatingInput {
            padding-top: 5px;
            padding-bottom: 6px;
        }

        .p2p.login.light input {
            padding: 13px;
        }

        .p2p.login.light .floatingInput label {
            top: 19px !important;
        }

        .p2p.login.light .floatingInput.active label {
            top: -2px !important;
        }

        .p2p.login.light .loginBox .redButton {
            padding-left: 32px;
        }

        .p2p.login.light .loginBox {
            margin-bottom: 10px;
        }

        .p2p.login.light .material .tabs.fixedTop .wrapper {
            padding-top: 65px;
        }

        .p2p.login.light .cardBox .wrapper {
            padding: 10px !important;
        }

        .p2p.login.light .cardBox .wrapper {
            padding: 5px !important;
        }

        .p2p.login.light .signup a {
            padding: 15px;
        }

        .homepage .infoLinks .mbsc-ic {
            font-size: 24px;
        }
    }
}

@media screen and (max-height:620px) {
    .p2p.login.light .signup {
        display: none;
    }
}

/*
@media screen and (max-height:520px){
	.cta.bottom{position:static !important; padding:10px !important;}
    .cards.material .cardBox.noShadow.bottom{position:static !important;}
}
*/
/* P2P end */

.contOnline section.popup, .contOnline section.overlay {
    max-width: 100%;
}

.videoButton {
    background-color: #ed1c24;
    color: #FFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding: 0;
    text-align: center;
    min-width: 0;
    font-weight: 700;
}

    .videoButton.stop {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 60px;
        height: 60px;
    }

@media screen and (max-height:580px) {
    .videoBox {
        height: 260px;
        margin-bottom: 15px;
    }

    .videoButton {
        width: 60px;
        height: 60px;
    }

        .videoButton.stop {
            width: 54px;
            height: 54px;
        }
}

/* BANNER ECONOMII */
.promoBoxTop.economii .visual {
    background: url(images/icon-banner-premiera-romania.png) right center no-repeat;
    background-size: 56px 56px;
    padding: 2px 60px 0 0;
    margin-bottom: 5px;
}

.promoBoxTop.economii .time {
    background: url(images/icon-banner-dobanda-1.png) left center no-repeat;
    background-size: 18px 18px;
    padding: 4px 0 2px 24px;
}
/* BANNER ECONOMII end */

/* OCT 2020 */
.cards .transactionsList {
    position: relative;
    padding-bottom: 60px;
}

    .cards .transactionsList .overlay {
        position: absolute;
        background-color: rgba(256,256,256,0.6);
        z-index: 900;
    }

        .cards .transactionsList .overlay .loaderImg {
            margin-top: -24px;
            margin-left: -24px;
        }

    .cards .transactionsList .accountExtras {
        min-height: 85px;
    }

.accountDetails .box.canceled {
    color: #999999;
}

.accountExtras .box.canceled .right {
    color: #BCBABA !important;
}

.promoBox.apple a {
    font-weight: 500;
    color: #000;
}

@media screen and (max-width:320px) {
    .promoBox.apple .image {
        width: 54px;
        height: 54px;
    }

    .promoBox.apple .icon {
        width: 62px;
    }
}

.promoBox.apple.wallet {
    vertical-align: middle;
}

    .promoBox.apple.wallet a {
        display: block;
        padding: 15px 0;
    }

    .promoBox.apple.wallet .image {
        background: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        vertical-align: middle;
        height: auto;
        margin-right: 17px;
    }

        .promoBox.apple.wallet .image img {
            vertical-align: middle;
        }

@media screen and (max-width:320px) {
    .promoBox.apple.wallet {
        font-size: 12px;
    }

        .promoBox.apple.wallet a {
            padding: 10px 0;
        }

        .promoBox.apple.wallet .image {
            margin-right: 12px;
        }
}

.transactionsList .accountExtras .box .fee {
    color: #a6a6a6;
    font-size: 11px;
}

    .transactionsList .accountExtras .box .fee .right {
        font-size: 11px;
    }

.colorSelector {
    margin: 0 -5px;
    text-align: center;
}

    .colorSelector label {
        display: inline-block;
        position: static;
        padding-left: 5px;
        width: 88px;
    }

    .colorSelector .color { /*border:solid 1px #cbcbcb;*/
        background-color: #FFF;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        vertical-align: middle;
        width: 38px;
        height: 38px;
        display: inline-block;
        margin: 3px;
        position: relative;
    }

        .colorSelector .color.selected::after {
            content: "";
            width: 18px;
            height: 18px;
            position: absolute;
            background: url(images/icon-checkbox-white.png) center no-repeat;
            background-size: 18px 18px;
            top: 50%;
            left: 50%;
            margin: -9px 0 0 -9px;
            z-index: 10;
        }

    .colorSelector .colorwheel {
        background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
        position: relative;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.2)
    }

        .colorSelector .colorwheel::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background: radial-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%);
        }

.colorwheelBox {
    text-align: center;
    margin-bottom: 20px;
}

.IroColorPicker {
    display: inline-block !important;
}

.material .ctaBox .redButton {
    padding: 12px;
}

@media screen and (max-width:320px) {
    .colorSelector .color {
        width: 32px;
        height: 32px;
    }
}

/* TRADEVILLE */
.hasFooterMenu .material .cta.bottom {
    bottom: 55px;
}

.tradeville section .logo {
    margin: 30px 0;
}

.tradeville .titleBox {
    display: table;
    margin: 10px auto 20px auto;
}

    .tradeville .titleBox .logo {
        display: table-cell;
        margin: 0;
        vertical-align: middle;
        padding-right: 15px;
    }

    .tradeville .titleBox .text {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

    .tradeville .titleBox .logo img {
        width: 50px;
        height: auto;
    }

.tradeville .checkbox, .tradeville .radioButton {
    margin: 0 15px 0 0;
}

.tradeville .list .text {
    padding: 3px 0 15px 0;
    vertical-align: top;
}

.tradeville .list .toggle {
    vertical-align: top;
}

.dataTable {
    border-collapse: collapse;
}

    .dataTable td {
        padding: 3px 0;
        vertical-align: top;
    }

    .dataTable .label {
        color: #737373;
        width: 125px;
        padding-right: 5px;
    }

.tradeville .dataTable {
    font-size: 13px;
    width: 100%;
}

.tradeville .ciBox {
    background-color: #f0f0f0;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .tradeville .ciBox td {
        padding: 5px;
        vertical-align: middle;
    }

    .tradeville .ciBox .image {
        width: 70px;
        line-height: 0;
        padding-right: 10px;
    }

        .tradeville .ciBox .image img {
            max-width: 100%;
            height: auto;
        }

.tradeville .ibanBox {
    background-color: #f0f0f0;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0;
}

    .tradeville .ibanBox .box {
        margin-bottom: 8px;
    }

    .tradeville .ibanBox .wrapper {
        padding: 10px;
    }

    .tradeville .ibanBox .linkButton {
        border-top: solid 1px #CCC;
    }

.tradeville section .logo img {
    max-width: 160px;
}

@media screen and (max-width:360px) {
    .tradeville section .logo img {
        max-width: 100px;
        height: auto;
    }

    .tradeville section .logo {
        margin: 10px 0 20px 0;
    }

    .hasFooterMenu .material .cta.bottom {
        bottom: 50px;
    }
}
/* TRADEVILLE end */

.noMargin {
    margin: 0 !important;
}

.notifications .box.morePadding {
    padding-left: 10px;
    padding-right: 10px;
}

.notifications .blueAlert {
    font-size: 14px;
}

/* APPLE WALLET */
.accountDetails.cards .head .appleWallet {
    margin-bottom: 10px;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 5px 0;
}

.appleWallet button.add {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #1e61af;
    font-family: inherit;
    font-size: 14px;
    background: url(images/icon-arrow-right.png) right 1px center no-repeat;
    background-size: 8px 14px;
    box-sizing: border-box;
    position: relative;
    padding: 15px 20px 15px 65px;
}

    .appleWallet button.add::before {
        content: "";
        width: 50px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 7px;
        background: url(images/icon-logo-apple-pay.png) center no-repeat;
        background-size: 50px;
        border: solid 1px #000;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.accountDetails.cards .head .appleWallet.active {
    color: #737373;
    font-size: 12px;
    border-top: none 0;
    padding-bottom: 12px;
}

.accountDetails.cards .appleWallet.loading {
    background: url(images/loader-01.gif) center no-repeat;
    background-size: 18px;
    padding: 30px;
}
/* APPLE WALLET end*/

/* JOURNEY */
.journey .deviceManager tbody td {
    padding: 12px 7px;
}

.journey .deviceManager .icon img {
    width: 36px;
    height: auto;
}

.journey .deviceManager .card img {
    width: 56px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.journey .deviceManager .card .number {
    display: block;
    padding-top: 2px;
    font-size: 12px;
}
/* JOURNEY */

/* DARK MODE */
/*
@media (prefers-color-scheme:dark) {
	html{background-color:#000000;}
	body{color:#d9d9d9;}
	
	header{background-color:#000000; box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);}
	header .logo img{background:url(images/dark-logo-libra.png) center no-repeat !important; background-size:158px 28px !important; width:158px; height:28px; position:relative; box-sizing:border-box; padding:28px 0 0; overflow:hidden; opacity:0.5;}
	header .btn-navbar .icon-bar{background-color:#d9d9d9;}
	header .btn-navbar .text{color:#737373;}
	header .alertIcon{background-color:#cc6666}

	.accordionMenu .box .head{color:#cc6666;}
	.accordionMenu .box .container{background-color:#1a1919;}
	.accordionMenu .box.open .head, .accordionMenu .box.closed .head{background-color:#1f1d1d;}
	.accordionMenu .box .container .row{border-top:solid 1px #2e2d2d;}
	.accordionMenu .box .head .total{color:#737373;}
	.accordionMenu .box .container .iban{color:#737373;}
	
	.promoBoxTop{background-color:#151617;}
	.promoBoxTop .cta{border-top:solid 1px #2e2d2d; color:#268cbf;}
	.promoBoxTop .arrow{background:none; border-bottom:solid 7px #151617; border-left:solid 10px #000; border-right:solid 10px #000; width:0; height:0; transform: rotate(180deg);}
	
	.headTitle{color:#d9d9d9;}
	.colorRed{color:#cc6666;}
	
}
*/
/* DARK MODE end */

.simpleTable.documents td.selector {
    overflow: visible;
}

.simpleTable.documents .checkbox {
    position: relative;
}

    .simpleTable.documents .checkbox .tooltip {
        display: block;
        position: absolute;
        background-color: #333333;
        color: #cccccc;
        width: 250px;
        z-index: 1;
        left: 30px;
        top: -3px;
        font-size: 13px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 8px 10px;
        text-align: left;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
        box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    }

        .simpleTable.documents .checkbox .tooltip:after {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #333333;
            position: absolute;
            left: -5px;
            top: 50%;
            margin-top: -6px;
            display: block;
            transform: rotate(45deg);
        }

.creditOnline .specsList {
    display: inline-block;
    margin: 0 auto 5px auto;
}

    .creditOnline .specsList li {
        padding: 3px 0;
    }

/* INBOX */
.inbox .date {
    color: #737373;
    font-size: 12px;
    margin: 0 0 7px 0;
    padding-top: 5px;
}

.inbox .box {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .inbox .box .wrapper {
        padding: 15px;
        display: flex;
        opacity: 0.8;
    }

    .inbox .box a {
        color: #333333;
        display: block;
        background: url(images/icon-arrow-right.png) center right 10px no-repeat;
        background-size: 8px 14px;
        padding-right: 30px !important;
        box-sizing: border-box;
    }

    .inbox .box .image {
        display: block;
        background-color: #f2f2f2;
        width: 48px;
        height: 48px;
        overflow: hidden;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        margin-right: 15px;
        flex-grow: 0;
        flex-shrink: 0;
        align-self: center;
    }

        .inbox .box .image img {
            height: 30px;
            width: auto;
            margin-top: 9px;
        }

    .inbox .box .text {
        display: block;
        align-self: center;
    }

    .inbox .box h1 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .inbox .box p {
        margin: 0;
    }

.inbox .deleteButton {
    background: url(images/icon-delete-gray.png) center no-repeat;
    background-size: 18px 18px;
}

.inbox .cancelButton {
    background: none;
    position: absolute;
    top: -2px;
    right: 0;
    min-width: 0;
    font-size: 13px;
    color: #737373;
    padding: 10px 2px;
}

.inbox .article .image img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inbox .article {
    margin-bottom: 30px;
    line-height: 18px;
}

    .inbox .article h2 {
        margin: 0 0 5px 0;
    }

.inbox.news .date {
    margin-bottom: 15px;
    border-top: solid 1px #e0e0e0;
    padding-top: 15px;
}

.inbox .box.new {
    font-weight: bold;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

    .inbox .box.new .wrapper {
        opacity: 1;
    }

    .inbox .box.new .smallText {
        font-weight: normal;
    }

.inbox .box .checkbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    background: rgba(0,0,0,0.05);
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

    .inbox .box .checkbox label {
        left: 7px;
        top: 7px;
        border: solid 2px #888;
    }

    .inbox .box .checkbox input {
        width: 16px;
    }

#topBut {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: center;
    background-color: #737373;
}

.bottomToolbar .deleteButton[disabled] {
    border: none 0;
    opacity: 0.35;
    cursor: auto;
}

.inbox .userBadge {
    font-size: 9px;
    display: inline-block;
    color: #737373;
    border-collapse: collapse;
    vertical-align: middle;
    line-height: 0;
    margin-left: 5px;
    font-weight: 500;
}

    .inbox .userBadge td {
        vertical-align: middle;
        padding: 0;
    }

    .inbox .userBadge img {
        width: 14px;
        height: 14px;
        padding: 2px;
        line-height: 0;
        background-color: #EAEAEA;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        margin-right: 5px;
        vertical-align: middle;
    }

    .inbox .userBadge .text {
        line-height: 8px;
    }

@media screen and (max-width:360px) {
    .inbox .box {
        margin-bottom: 10px;
    }

        .inbox .box .wrapper {
            padding: 10px;
        }

        .inbox .box .image {
            margin-right: 10px;
        }

        .inbox .box .text {
            font-size: 12px;
            padding-top: 3px;
        }

            .inbox .box .text h1 {
                font-size: 13px;
            }
}
/* INBOX end */

/* COMANDA CARD */
.cards.order .carousel {
    padding: 10px 0 15px 0;
}

.cards.order .headTitle {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cards.order .total .label {
    color: #333333;
}

.cards.order h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.cards.order .specs {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .cards.order .specs li {
        padding: 0 0 10px 0;
        background: url(images/icon-alert-ok.png) top -2px left no-repeat;
        background-size: 20px;
        padding-left: 30px;
    }

.cards .carousel {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

    .cards .carousel.slick-initialized {
        opacity: 1;
        visibility: visible;
    }

.cards.order .carousel .slick-list {
    padding: 0 50px;
}

@media screen and (max-width:360px) {
    .cards.order .carousel {
        padding: 10px 0 0 0;
    }

    .cards.order h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cards.order .specs {
        font-size: 13px;
    }

    .cards.order .cta.bottom {
        padding-bottom: 10px;
    }

    .cards.order .specs li {
        padding-bottom: 5px;
        background-size: 18px;
    }
}
/* COMANDA CARD end */

input[type="submit"]:disabled {
    opacity: 0.35;
    background-color: #e6e6e6;
    ;
}

input.redButton:disabled {
    opacity: 0.35;
    background-color: #ed1c24;
}

#toggle .close {
    min-width: 0;
    background: url(images/collapse-arrow-closed.png) center no-repeat;
    width: 10px;
    height: 10px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transform: rotate(-180deg);
}

.simpleTable.documents .date {
    font-size: 12px;
    width: 62px;
}

.sideMenu .menuBox .promo a {
    display: block;
}

.sideMenu .menuBox .promo {
    position: relative;
}

.sideMenu .menuBox .promoLink {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 7px 0 7px;
    margin: 0;
}

#overlayBottomMenu {
    z-index: 1000;
}

/*.simpleTable.documents td{vertical-align:top;}*/
.simpleTable.documents .date {
    padding-top: 10px;
    font-size: 11px;
}

.documentsBox .box {
    grid-column: auto;
}

    .documentsBox .box:nth-child(odd):last-child {
        grid-column: 1/-1;
    }

.appleWallet a.button {
    display: block;
    line-height: 0;
    padding: 2px
}

.appleWallet a img {
    height: 40px;
    width: auto;
}

/* HOME LOGIN NEW + MOBISCROLL */
.material .tabs .md-tab {
    display: none;
}

.material .tabs .md-tab-sel {
    display: block;
}

.material .tabs .mbsc-ms-top.mbsc-ms-c {
    top: 48px;
    background: #FFF;
    border: none 0;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.material .tabs .mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item {
    border: none 0;
    width: 50%;
    color: #8c8c8c;
}

.material .tabs .mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item-sel {
    border: none 0;
    border-bottom: 3px solid #c7181e;
    color: #c7181e;
}

.material .tabs .mbsc-mobiscroll .mbsc-ms-item.mbsc-active {
    background-color: #fff5f5 !important;
}

.mbsc-scv-c {
    font-family: inherit !important;
}

.p2p.login.light .infoLinks {
    background: none;
    position: static;
    padding: 10px;
    padding-top: 0;
}

.homepage .infoLinks .mbsc-ic {
    font-size: 24px;
    line-height: 30px;
    color: #8c8c8c;
}

.p2p.login.light .signup a {
    padding: 15px;
}

.p2p.login.light .loginBox {
    padding-top: 10px;
}

@media screen and (max-width: 360px) {
    .material .tabs .mbsc-ms-top.mbsc-ms-c {
        font-size: 14px;
        padding-top: 15px;
    }

    .p2p.login.light .homeMenu .box {
        margin-bottom: 10px;
    }

    .p2p {
        font-size: 14px;
    }

        .p2p.login.light .loginBox {
            padding: 10px;
            padding-top: 5px;
        }

        .p2p.login.light .cardBox {
            margin-bottom: 10px;
        }

        .p2p.login.light .signup {
            margin-bottom: 10px;
        }

            .p2p.login.light .signup a {
                font-size: 14px;
                padding: 10px;
            }
}

@media screen and (max-height: 620px) {
    .p2p.login.light .signup {
        display: block;
    }
}

@media screen and (max-height: 620px) {
    .tradeville section .logo img {
        max-width: 100px;
        height: auto;
    }

    .tradeville section .logo {
        margin: 10px 0 20px 0;
    }

    .p2p.login.light .cardBox {
        margin-bottom: 10px;
    }

    .p2p.login.light input {
        padding: 12px;
    }

    .p2p.login.light .floatingInput label {
        left: 12px;
        top: 24px;
    }

    .p2p.login.light .floatingInput.active label {
        top: 2px;
    }

    .p2p.login.light .loginBox .redButton {
        padding-left: 35px;
    }

    .p2p.login.light .loginBox {
        margin-bottom: 10px;
    }

    .p2p.login.light .signup {
        margin-bottom: 10px;
    }

    .homeMenu .box .wrapper {
        padding: 15px !important;
    }
}

.pageIcon {
    text-align: center;
    margin: 30px 0;
}

    .pageIcon img {
        width: 160px;
        height: auto;
    }

@media screen and (max-width: 360px) {
    .pageIcon {
        margin: 0;
    }

        .pageIcon img {
            width: 140px;
            height: auto;
        }

    .homeMenu .box .wrapper {
        padding: 10px !important;
    }
}

.headTitle .helpIcon {
    font-size: 26px;
    color: #8C8C8C;
}

.sideMenu .menuBox .alertIcon .number {
    width: auto;
    padding: 0 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    box-sizing: border-box;
    top: -10px;
    right: auto;
    left: 0;
    margin-left: 100%;
}

header .alertIcon {
    width: auto;
    padding: 0 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    box-sizing: border-box;
}

/* COMANDA CARD */
.cards.order .slick-dots {
    bottom: -15px !important;
}

    .cards.order .slick-dots li {
        margin: 0 2px;
    }

        .cards.order .slick-dots li button:before {
            color: #CCCCCC !important;
            opacity: 1 !important;
            width: 12px;
            height: 12px;
        }

        .cards.order .slick-dots li.slick-active button:before {
            color: #C7181E !important;
            opacity: 1 !important;
        }

.material header .backButton a {
    background: url(svg/icon-libra-back.svg) center no-repeat;
    background-size: 15px;
}

.material header .closeButton a {
    background: url(svg/icon-libra-close.svg) center no-repeat;
    background-size: 13px;
}

.material.accountDetails .tabs .head {
    background-color: #FFF;
}

.material.cards .tabs {
    padding-bottom: 100px;
}

    .material.cards .tabs .head li {
        width: 50%;
    }

.material.cards .carousel {
    overflow: visible;
}

.cardDetails {
    padding: 0 15px;
}

    .cardDetails h2 {
        margin: 0 0 15px 0 !important;
        font-size: 22px !important;
    }

    .cardDetails ul {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0 0 0 40px;
    }

        .cardDetails ul li {
            margin: 0 0 3px 0;
        }

    .cardDetails h3 {
        font-weight: 700;
        font-size: 14px;
        color: #C7181E;
        margin: 0 0 5px 0;
    }

    .cardDetails .icon-card {
        background: url(svg/icon-card-red.svg) center no-repeat;
    }

    .cardDetails .icon-check {
        background: url(svg/icon-check-red.svg) center no-repeat;
    }

    .cardDetails .icon-coins {
        background: url(svg/icon-coins-red.svg) center no-repeat;
    }

    .cardDetails .icon-discount {
        background: url(svg/icon-discount-red.svg) center no-repeat;
    }

    .cardDetails .icon-money {
        background: url(svg/icon-money-red.svg) center no-repeat;
    }

    .cardDetails .icon-phone {
        background: url(svg/icon-phone-app-red.svg) center no-repeat;
    }

    .cardDetails .icon-school {
        background: url(svg/icon-school-red.svg) center no-repeat;
    }

    .cardDetails .icon-discount {
        background: url(svg/icon-discount-red.svg) center no-repeat;
    }

    .cardDetails .icon-wallet {
        background: url(svg/icon-wallet-red.svg) center no-repeat;
    }

    .cardDetails .icon-atm {
        background: url(svg/icon-atm-red.svg) center no-repeat;
    }

    .cardDetails .icon {
        width: 25px;
        height: 16px;
        background-size: 16px;
        display: inline-block;
        line-height: 0;
        vertical-align: middle;
        margin-right: 10px;
    }

.cards .chips {
    margin-bottom: 15px;
}

    .cards .chips .item {
        background-color: #EBEBEB;
        color: #8c8c8c;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        padding: 8px 20px 6px 20px;
        display: inline-block;
        font-weight: 700;
        margin: 0 4px 5px 4px;
        font-size: 15px;
    }

        .cards .chips .item.active {
            background-color: #1E61AF;
            color: #FFF;
        }

.material footer .cta.bottom {
    position: static;
}

.cards.material .tabs.fixedTop .wrapper {
    padding: 55px 0 0 0;
    overflow: hidden;
}

.cards.material p {
    margin-bottom: 15px;
}

.cards.material .cardBox {
    margin-bottom: 15px;
}

    .cards.material .cardBox .wrapper {
        padding: 0;
        display: table;
        width: 100%;
    }

    .cards.material .cardBox .selector {
        width: 21px;
        padding: 15px 15px 20px 20px;
        display: table-cell;
        vertical-align: top;
    }

    .cards.material .cardBox .text {
        display: table-cell;
        vertical-align: top;
        padding: 20px 15px 20px 0;
    }

    .cards.material .cardBox .moreButton {
        display: table-cell;
        vertical-align: top;
        width: 40px;
        background: url(svg/icon-libra-arrow-down.svg) center no-repeat;
        background-size: 15px;
    }

    .cards.material .cardBox .form {
        padding: 0 15px 1px 15px;
    }

    .cards.material .cardBox .moreButton.close {
        transform: rotate(180deg);
    }

    .cards.material .cardBox .details {
        padding: 0 15px 15px 15px;
    }

    .cards.material .cardBox.noShadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
    }

        .cards.material .cardBox.noShadow .selector {
            padding: 10px 11px 15px 17px;
        }

        .cards.material .cardBox.noShadow .text {
            padding: 15px 15px 15px 0;
        }

    .cards.material .cardBox .wrapper.text {
        padding: 15px 20px;
        display: block;
        box-sizing: border-box;
    }

    .cards.material .cardBox .colorPick {
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #F2F2F2;
        width: 40px;
        height: 40px;
        float: right;
        margin: 10px;
    }

        .cards.material .cardBox .colorPick.roz {
            background-color: #E4316D;
        }

        .cards.material .cardBox .colorPick.camuflaj {
            background: url(images/card-guerrilla-camuflaj-textura.png) #E13D92 center no-repeat;
            background-size: 100% auto;
        }

.cards.material .radioOption {
    display: inline-block;
}

    .cards.material .radioOption > label {
        padding: 10px;
    }

    .cards.material .radioOption .radioButton {
        margin: 0 10px 0 0;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }

        .cards.material .radioOption .radioButton input {
            padding: 0;
        }

.cards.material .center .radioOption {
    margin: 0 15px;
}

.radioButton input[type="radio"]:checked + label {
    border-color: #1e61af;
}

.material input[type="submit"]:disabled {
    opacity: 1;
}

.material section {
    padding-top: 52px;
}

.cards.material .selectedCard {
    padding: 15px 10px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}

    .cards.material .selectedCard table {
        width: 100%;
        line-height: 18px;
        border-collapse: collapse;
    }

    .cards.material .selectedCard .card {
        width: 70px;
        line-height: 0;
        padding-right: 15px;
    }

        .cards.material .selectedCard .card img {
            width: 100%;
            max-width: 70px;
            height: auto;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

.cards.material .cta .checkbox {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 15px;
}

.cards.material .cardBox table {
    border-collapse: collapse;
    width: 100%;
}

    .cards.material .cardBox table td {
        padding: 0;
        vertical-align: top;
    }

button.edit {
    background: url(images/icon-edit.png) center no-repeat;
    background-size: 20px;
    min-width: 0;
}

.cards.material .cardBox table button.edit {
    margin-left: 10px;
}

.cards.material.confirmation .cardBox .wrapper {
    padding: 20px;
    display: block;
    box-sizing: border-box;
}

.cards.material .uploadBox {
    background-color: #F2F2F2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
}

    .cards.material .uploadBox.upload {
        text-align: center;
        color: #1e61af;
        cursor: pointer;
        background: url(images/icon-upload-small.png) #F2F2F2 top 20px center no-repeat;
        background-size: 22px;
        padding: 20px 10px;
        padding-top: 50px;
    }

    .cards.material .uploadBox.left, .cards.material .uploadBox.right {
        width: calc(50% - 5px);
    }

    .cards.material .uploadBox .head {
        margin-bottom: 10px;
        line-height: 14px;
    }

    .cards.material .uploadBox .image {
        background-color: #FFF;
        width: 100%;
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        line-height: 0;
    }

        .cards.material .uploadBox .image img {
            width: auto;
            height: 100%;
        }

    .cards.material .uploadBox .closeButton {
        display: inline-block;
        width: 24px;
        height: 24px;
        min-width: 0;
        background: url(images/icon-button-close-gray-small.png) center no-repeat;
        background-size: 12px 12px;
        padding: 0;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.cardBox .cardImg {
    margin-bottom: 10px;
}

    .cardBox .cardImg img {
        width: 150px;
        height: auto;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.cards .timeline {
    position: relative;
}

    .cards .timeline::before {
        content: "";
        width: 1px;
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 17px;
        background-color: #707070;
        z-index: 9;
        opacity: 0.6;
    }

    .cards .timeline .item {
        display: table;
        width: 100%;
        padding: 5px 0;
    }

    .cards .timeline .icon {
        display: table-cell;
        vertical-align: middle;
        width: 42px !important;
        padding-right: 0 !important;
    }

        .cards .timeline .icon span { /*border:solid 1px #707070;*/
            -webkit-border-radius: 100%;
            border-radius: 100%;
            width: 36px;
            height: 36px;
            text-align: center;
            line-height: 50px;
            background-color: #FFF;
            position: relative;
            z-index: 10;
            display: block;
            box-sizing: border-box;
        }

        .cards .timeline .icon img {
            height: 22px !important;
            width: auto !important;
            opacity: 0.85;
        }

    .cards .timeline .text {
        display: table-cell;
        padding: 0 0 0 20px !important;
        vertical-align: middle !important;
    }

    .cards .timeline table {
        width: 100%;
    }

    .cards .timeline a.text {
        display: block;
        color: inherit;
        background: url(images/icon-arrow-right.png) right center no-repeat;
        background-size: 8px auto;
    }

.accountDetails.cards .head .newCard {
    color: #737373;
    padding: 10px 0 20px 0;
}

    .accountDetails.cards .head .newCard a {
        color: inherit;
        padding: 10px;
    }

        .accountDetails.cards .head .newCard a.delete {
            padding-left: 25px;
            background: url(images/icon-delete-gray.png) left center no-repeat;
            background-size: 18px;
        }

.accountDetails.cards .detailedStatus {
    padding: 20px 20px 0 30px;
    border-top: solid 1px #e0e0e0;
}

.cards .carousel .card.inactive {
    opacity: 0.6;
}

.accountDetails.cards .timeline::before {
    background-color: #8C8C8C;
}

.accountDetails.cards .timeline .item .icon img {
    opacity: 0.4;
}

.accountDetails.cards.confirmation .timeline .item .icon img {
    opacity: 1;
}

.accountDetails.cards .timeline .item span { /*border:solid 1px #8C8C8C;*/
}

.accountDetails.cards .timeline .item .text {
    opacity: 0.6;
}

.accountDetails.cards.confirmation .timeline .item .text {
    opacity: 1;
}

.accountDetails.cards .timeline .item.active .icon img {
    opacity: 1;
}

.accountDetails.cards .timeline .item.active span { /*border-width:2px;*/
    line-height: 52px;
}

.accountDetails.cards .timeline .item.active .text {
    opacity: 1;
}

.accountDetails.cards .timeline .item.completed .icon img {
    opacity: 1;
}

.accountDetails.cards .timeline .item.completed span { /*line-height:50px; border:solid 2px #3CB200;*/
}

.accountDetails.cards .timeline .item.completed.gray span {
    border-color: #8C8C8C;
}

.accountDetails.cards .timeline .item.completed .text {
    opacity: 0.6;
}

.accountDetails.cards .timeline .more a {
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    padding: 5px 0;
}

.accountDetails.cards .timeline .item .text span {
    border: none 0;
    line-height: normal;
}

.accountDetails.cards .timeline .item .text .more {
    color: #1e61af;
    font-weight: 700;
    text-decoration: underline;
}

@media screen and (max-width: 360px) {
    .cards.order .slick-dots {
        bottom: -25px !important;
    }

    .cardDetails {
        padding: 0 10px;
    }

    .cards .separator30.smallScreen {
        height: 5px;
    }

    .cards .separator20.smallScreen {
        height: 0;
    }

    .cardBox .cardImg {
        margin-bottom: 5px;
    }

        .cardBox .cardImg img {
            width: 120px;
        }

    .cards.material.confirmation .cardBox .wrapper {
        padding: 15px;
    }

    .cards .timeline .text {
        padding: 8px 5px 8px 10px !important;
    }

    .accountDetails.cards .detailedStatus {
        padding: 10px 15px 0 15px;
    }

    /*.accountDetails.cards .head .newCard{padding:0 0 10px 0;}*/
}

@media screen and (max-width: 340px) {
    .cards.material .cardBox {
        margin-bottom: 10px;
    }

        .cards.material .cardBox .selector {
            padding: 10px 10px 15px 15px;
        }

        .cards.material .cardBox .text {
            padding: 15px 10px 15px 0;
        }

        .cards.material .cardBox small {
            font-size: 11px;
        }
}
/* COMANDA CARD end */

.promoBoxTop.ipotecar .visual {
    background: url(images/img-carusel-ipotecar.png) right 14px top 3px no-repeat;
    background-size: 38px;
    padding-right: 56px;
}

fieldset input + .smallText {
    padding-top: 5px;
}

.promoBoxTop.guerrilla .visual {
    background: url(images/icon-banner-50-lei-guerrilla.png) right 14px top 5px no-repeat;
    background-size: 50px;
    padding-right: 60px;
    padding-top: 10px;
}

.promoBoxTop.guerrilla .subtitle {
    font-size: 13px;
    padding: 3px 0 0 0;
    margin-bottom: 10px;
    display: block; /*background:url(images/icon-menu-credit-black.png) left top 4px no-repeat; background-size:14px auto;*/
}

.promoBoxTop.guerrilla .cta {
    padding: 0
}

    .promoBoxTop.guerrilla .cta a {
        padding: 10px 0;
        display: block;
    }

.promoBoxTop.guerrilla .wrapper {
    padding: 0 10px;
}

@media screen and (max-width: 360px) {
    .promoBoxTop.guerrilla .title {
        font-size: 12px;
    }

    .promoBoxTop.guerrilla .cta a {
        font-size: 12px;
    }

    .promoBoxTop.guerrilla .subtitle {
        font-size: 12px;
    }

    .promoBoxTop.guerrilla .visual {
        background-size: 46px;
        background-position: right 10px top 7px;
        padding-right: 50px;
    }
}

/* MENIU LIBRA INVEST */
.bottomMenu .mbsc-ic-material-more-vert {
    font-size: 24px;
    padding: 10px 0 8px 0;
}

.bottomMenu .more {
    flex: 0.65;
}

    .bottomMenu .more a {
        padding-right: 10px;
    }

.bottomMenu .invest {
    flex: 0.75;
}

    .bottomMenu .invest a {
        color: #36b521;
        line-height: 18px;
        padding-top: 11px;
    }

    .bottomMenu .invest.active a {
        color: #ed1c24;
    }

@media screen and (max-width: 360px) {
    .bottomMenu a {
        padding: 8px 3px;
        font-size: 12px;
    }

    .bottomMenu .invest a {
        line-height: 17px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

@media screen and (max-width: 320px) {
    .bottomMenu a {
        padding: 5px 3px;
    }

    .bottomMenu .invest a {
        padding-bottom: 6px;
    }
}

.bottomMenu ul {
    align-items: flex-end;
}

.bottomMenu span {
    line-height: 18px !important;
}

.bottomMenu .mbsc-ic::before {
    line-height: 18px !important;
    height: 18px;
}

.bottomMenu .active .icon-libra::before {
    line-height: 0 !important;
    height: 18px;
}
/* MENIU LIBRA INVEST end */

.material.cards .fixedContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background: #FFF;
    padding: 15px 0 25px 0;
    z-index: 1000;
}

    .material.cards .fixedContainer .carousel {
        max-width: 600px;
        margin: 0 auto;
    }

    .material.cards .fixedContainer.shadow {
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    }

.cardDetails {
    padding-top: 370px;
}

    .cardDetails .item {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }

        .cardDetails .item > .icon {
            width: 40px;
            flex: 0 0 40px;
            display: block;
            text-align: left;
            height: auto;
            margin: 0;
            align-self: center;
        }

        .cardDetails .item .icon .icon {
            margin: 0;
            width: 25px;
            height: 25px;
        }

        .cardDetails .item .info h3 {
            color: inherit;
            margin-bottom: 3px;
        }

        .cardDetails .item .info ul {
            padding: 0;
            margin: 0;
        }

        .cardDetails .item .info a {
            border-bottom: dashed 1px #333333;
            color: inherit;
        }

        .cardDetails .item .icon .icon {
            margin: 0;
            background-size: 20px;
        }

:root {
    --cardPadding: 220px;
    --cardTop: 90px;
}


.user .material.cards .fixedContainer {
    top: calc(40px + var(--cardTop));
}

/*.user .cardDetails{padding-top:calc(200px + var(--cardPadding));}*/

@media screen and (max-width:420px) {
    .cardDetails {
        padding-top: calc(30px + var(--cardPadding));
    }
    /*.user .cardDetails{padding-top:calc(72px + var(--cardPadding));}*/
}

@media screen and (max-width:380px) {
    .cardDetails {
        padding-top: var(--cardPadding);
    }
    /*.user .cardDetails{padding-top:calc(42px + var(--cardPadding));}*/
}

@media screen and (max-width:360px) {
    .cardDetails {
        padding-top: calc(var(--cardPadding) - 10px);
    }
        /*.user .cardDetails{padding-top:calc(var(--cardPadding) + 32px);}*/
        .cardDetails .item > .icon {
            width: 35px;
            flex: 0 0 35px;
        }
}

@media screen and (max-width:320px) {
    .cardDetails {
        padding-top: calc(var(--cardPadding) - 40px);
    }
    /*.user .cardDetails{padding-top:calc(var(--cardPadding) + 2px);}*/
}

fieldset.loader {
    position: relative;
}

fieldset .loaderImg {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 37px;
}

@media screen and (max-width:360px) {
    fieldset .loaderImg {
        top: 34px;
    }
}

.popupBox .lineSeparator {
    height: 2px;
    line-height: 0;
    margin-bottom: 10px;
}

@media screen and (max-height:680px) {
    .pageIcon {
        margin: 0;
    }
}

.accordionMenu .box .container .swipeItem {
    box-sizing: border-box;
    margin-top: 0;
    overflow: visible;
}

    .accordionMenu .box .container .swipeItem .action {
        border-top: solid 1px #e0e0e0;
        margin-top: -1px;
    }

.accordionMenu .box .container .swipeList .swipeItem .action::before {
    border-top: solid 1px #e0e0e0;
    margin-top: -1px;
    background-color: #ebebeb;
}

.accordionMenu .box .container .swipeItem .action button {
    padding: 10px;
    min-width: 0;
    height: 100%;
    width: 100%;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #1e61af;
    color: #FFF;
}

    .accordionMenu .box .container .swipeItem .action button .mbsc-ic {
        display: block;
    }

    .accordionMenu .box .container .swipeItem .action button:nth-child(even) {
        background-color: #3f78bb;
    }

    .accordionMenu .box .container .swipeItem .action button:nth-child(odd) {
        background-color: #1e61af;
    }

    .accordionMenu .box .container .swipeItem .action button .mbsc-ic-ion-arrow-swap {
        font-size: 18px;
    }

.popup .phoneBox a {
    display: block;
    background-color: #F2F2F2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 5px;
}

    .popup .phoneBox a img {
        width: 26px;
        height: auto;
        margin-right: 10px;
    }

    .popup .phoneBox a span {
        background: url(images/icon-contact-phone.png) left center no-repeat;
        background-size: 22px;
        display: inline-block;
        padding: 10px 0 10px 30px;
        line-height: normal;
    }

.cardDetails .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.cardDetails .validation-summary-errors li {
    margin: 0;
    padding: 0;
}

.validation-summary-errors {
    z-index: auto;
}

.userScreen.profile .avatar {
    margin: 20px auto;
}

.userScreen.profile .name {
    margin-bottom: 20px;
}

.borderButton {
    border: solid 1px #e0e0e0;
    display: inline-block;
    padding: 4px 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.cards .p2p {
    font-size: inherit;
}

    .cards .p2p fieldset p {
        margin-bottom: 5px;
    }

    .cards .p2p input, .cards .p2p select, .cards .p2p textarea {
        padding: 12px;
    }

        .cards .p2p input[disabled], .cards .p2p select[disabled], .cards .p2p textarea[disabled], .cards .p2p .readonly {
            background-color: #FFF;
            color: #AAAAAA;
        }

    .cards .p2p .floatingInput label {
        top: 24px;
        left: 12px;
    }

    .cards .p2p .floatingInput.active label {
        z-index: 1;
        color: #AAAAAA;
        top: 2px;
    }

/* DETALII TRANZACTIE */
.transactionDetails .userBox .text {
    font-size: inherit;
    font-weight: normal;
}

.transactionDetails .userBox .total {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
}

    .transactionDetails .userBox .total sup {
        vertical-align: super;
        font-size: 50%;
    }

    .transactionDetails .userBox .total small {
        font-size: 75%;
    }

.transactionDetails .userBox .image {
    position: relative;
    background: none;
    overflow: visible;
    margin: 15px auto 20px auto;
}

    .transactionDetails .userBox .image .avatar {
        font-size: 26px;
        font-weight: 400;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden; /*line-height:0;*/
    }

        .transactionDetails .userBox .image .avatar img {
            vertical-align: middle;
            margin-top: -5px;
            width: 100%;
            height: auto;
        }

.transactionDetails .userBox.incoming .image::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #47991F;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 2px #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(images/p2p-icon-cere-1.png) #47991F center;
    background-size: 12px;
}

.transactionDetails .userBox.outgoing .image::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #C7181E;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 2px #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url(images/p2p-icon-trimite-1.png) #C7181E center;
    background-size: 12px;
}

.material header .rightButton a .mbsc-ic-ion-android-share {
    font-size: 20px;
    margin-top: -11px;
}

.transactionDetails .cardBox {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F2F2F2;
}

    .transactionDetails .cardBox .title {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .transactionDetails .cardBox table {
        width: 100%;
    }

        .transactionDetails .cardBox table tbody tr.separator td {
            padding-bottom: 10px;
        }

        .transactionDetails .cardBox table tfoot td {
            border-top: solid 1px #CCCCCC;
            padding-top: 10px;
        }

    .transactionDetails .cardBox .more {
        display: table;
        width: 100%;
        padding: 0;
    }

        .transactionDetails .cardBox .more .text {
            display: table-cell;
            vertical-align: top;
            padding: 15px 0 15px 15px;
        }

        .transactionDetails .cardBox .more .moreButton {
            display: table-cell;
            vertical-align: top;
            width: 40px;
            background: url(svg/icon-libra-arrow-down.svg) center no-repeat;
            background-size: 15px;
        }

    .transactionDetails .cardBox .wrapper {
        padding: 15px;
    }

        .transactionDetails .cardBox .wrapper.more {
            padding: 0;
        }

.transactionDetails .actions {
    margin: 0 -15px;
    margin-bottom: 17px;
    overflow-y: auto;
    position: relative;
}

    .transactionDetails .actions button {
        background-color: #1E61AF;
        color: #FFF;
        font-weight: 500;
        font-size: inherit;
        padding: 10px 12px;
        min-width: 0;
        margin: 0 3px;
    }

        .transactionDetails .actions button.secondary {
            background-color: #ECF3FC;
            color: #1E61AF;
        }

        .transactionDetails .actions button .mbsc-ic {
            line-height: 0;
            margin-right: 5px;
        }

        .transactionDetails .actions button .mbsc-ic-ion-arrow-right-a {
            font-size: 12px;
        }
/* DETALII TRANZACTIE end */

.promoBoxTop.ipotecar .time.zero {
    background: url(images/icon-banner-comision-zero.png) left center no-repeat;
    background-size: 18px;
    padding: 4px 0 2px 24px;
}

fieldset.head label {
    width: 100%;
}

.validation-summary-errors a {
    text-decoration: underline;
}

.helpIcon.mbsc-ic:before {
    line-height: normal;
}

table.headTitle td {
    padding: 0;
    padding-bottom: 10px;
}

.cards.material .uploadBox.upload {
    text-align: center;
    color: #1e61af;
    cursor: pointer;
    padding: 20px 10px;
    padding-top: 50px;
}

    .cards.material .uploadBox .upload::before {
        content: "";
        background: url(images/icon-upload-small.png) center no-repeat;
        background-size: 22px;
        position: absolute;
        width: 22px;
        height: 22px;
        left: 0;
        top: 50%;
        margin-top: -11px;
    }

.cards.material .uploadBox .upload {
    display: inline-block;
    color: #1e61af;
    cursor: pointer;
    padding: 20px 20px 20px 35px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.cards.material .uploadBox table {
    border-collapse: collapse;
}

.cards.material .uploadBox td {
    padding: 10px;
}

    .cards.material .uploadBox td.image {
        width: 80px;
        height: auto;
    }

        .cards.material .uploadBox td.image img {
            max-width: 100%;
        }

.popup .contactInfo .email, .popupBox .contactInfo .phone {
    color: #1e61af;
}

.popup .contactInfo .lineSeparator {
    margin-bottom: 12px;
    height: 0;
}

.popup .contactInfo .link {
    padding: 5px 0;
    display: block;
}

.ctaBox .linkButton a {
    padding: 11px 0;
}

.ctaBox .linkButton.smallText a {
    padding: 12px 0;
}

.cards.material .cardBox.noShadow.bottom {
    position: fixed;
    bottom: 65px;
    background: rgba(255,255,255,0.85);
    text-align: left;
}

    .cards.material .cardBox.noShadow.bottom .wrapper {
        padding: 0;
    }

.cards.material.confirmation > .wrapper {
    padding-bottom: 60px;
}

@media screen and (max-width:320px) {
    .cards.material .cardBox.noShadow.bottom {
        bottom: 50px;
    }

    .cards.material .cardBox.noShadow .selector {
        padding-left: 10px;
    }
}

.cards .image .container > img {
    aspect-ratio: 1 / 0.6415;
}

/* GUERRILLA vs FREE */
.hero70 {
    background: #ffffff;
    color: #000;
}

    .hero70 .canvas {
        background: url(images/hero_card_radio_guerrilla.png) top right no-repeat;
        background-size: 430px;
    }

    .hero70 ul {
        list-style: none;
        padding: 0;
    }

        .hero70 ul li {
            background: url(images/icon-check-roz-02.png) left top no-repeat;
            padding-left: 25px;
            background-size: 20px;
            margin: 10px 0;
        }

    .hero70.free .canvas {
        padding: 25px 0 10px 0;
    }

    .hero70.free h1 {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        padding-left: 80px;
        text-align: center;
    }

        .hero70.free h1 small {
            font-size: 0.8em;
            font-weight: 300;
        }

        .hero70.free h1::before {
            content: "Promo";
            background-color: #e4336d;
            color: #FFF;
            font-weight: 400;
            font-size: 16px;
            padding: 4px 12px;
            display: inline-block;
            transform: rotate(-35deg);
            position: absolute;
            left: 0;
            top: 5px;
        }

    .hero70.free .info {
        max-width: 480px;
        float: left;
    }

    .hero70.free ul {
        margin: 0;
        font-size: 14px;
    }

    .hero70.free .info a {
        text-decoration: underline;
    }

        .hero70.free .info a:hover {
            text-decoration: none;
        }

.features.guerrilla .canvas {
    width: 100%;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 0;
    color: #4c4c4c;
}

.features.guerrilla .wrapper {
    display: table;
    padding: 0;
}

.features.guerrilla .notice {
    padding-top: 15px;
    text-align: center;
}

.features.guerrilla .column {
    padding: 0 10px;
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    width: 33.33%;
}

.features.guerrilla .canvas img {
    width: 40px;
    height: auto;
}

.canvas.free {
    margin-bottom: 0;
    padding: 15px 0 0 0;
}

    .canvas.free h2 {
        font-size: 23px;
        font-weight: 700;
        color: #000;
        margin: 0 0 15px 0;
        text-transform: none;
    }

    .canvas.free .cardImage {
        float: left;
        padding-right: 30px;
        width: 160px;
        height: auto;
        background: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .canvas.free .cardImage img {
            max-width: 100%;
            height: auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .canvas.free .text {
        padding-top: 12px;
    }

        .canvas.free .text .mainButton {
            margin-bottom: 20px;
        }

            .canvas.free .text .mainButton.gray a {
                background-color: #8c8c8c;
                padding-left: 40px;
                padding-right: 40px;
            }

                .canvas.free .text .mainButton.gray a:hover {
                    background-color: #4c4c4c;
                }

.hero70.free .cards {
    padding-top: 20px;
    padding-top: 15px;
    text-align: center;
}

    .hero70.free .cards .column {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 0 6px;
    }

    .hero70.free .cards .mainButton {
        padding: 0;
        display: block;
    }

        .hero70.free .cards .mainButton a {
            font-weight: 400;
            box-sizing: border-box;
        }

    .hero70.free .cards .image {
        width: 160px;
        text-align: center;
        line-height: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .hero70.free .cards .image a {
            display: block;
        }

        .hero70.free .cards .image img {
            max-width: 100%;
            height: auto;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

.guerrilla .features {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
}

.guerrilla .mainButton a {
    padding: 10px;
    color: #FFFFFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background-color: #ed1c24;
}

@media screen and (max-width:768px) {
    .hero70.free {
        margin-bottom: 0;
    }

        .hero70.free .info {
            padding: 0 15px;
            float: none;
        }

        .hero70.free .canvas {
            padding: 25px 0;
        }

        .hero70.free h1 {
            font-size: 22px;
            margin-bottom: 10px;
            padding-left: 0;
        }

            .hero70.free h1::before {
                font-size: 20px;
                position: static;
                transform: rotate(0deg);
                margin-right: 5px;
                padding: 2px 8px;
            }

    .features.guerrilla {
        font-size: 10px;
    }

        .features.guerrilla .column {
            margin-bottom: 25px;
            padding: 0 5px;
        }

            .features.guerrilla .column img {
                width: 45px;
                height: auto;
                margin-bottom: 5px;
            }

        .features.guerrilla .canvas {
            padding: 15px 0;
        }

    .canvas.free {
        padding: 10px 5px;
    }

        .canvas.free h2 {
            font-size: 22px;
            margin-bottom: 15px;
            text-align: center;
        }

        .canvas.free .cardImage {
            padding: 0;
            margin: 0 auto;
            float: none;
            text-align: center;
        }

            .canvas.free .cardImage img {
                max-width: 120px;
            }

        .canvas.free .text {
            text-align: center;
            padding-top: 20px;
        }

            .canvas.free .text .mainButton.gray a {
                padding: 10px 50px;
            }

    .hero70.free .cards {
        padding: 0 5px;
        padding-top: 10px;
    }

        .hero70.free .cards .column {
            padding: 0 5px;
        }

        .hero70.free .cards .image {
            width: 100%;
            margin-bottom: 10px;
        }

            .hero70.free .cards .image img {
                max-width: 120px;
            }
    /*.hero70.free .cards .mainButton a{padding:5px 25px;}*/
    .hero70.free .canvas {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .hero70.free ul li {
        font-size: 14px;
    }

    .guerrilla .closeButton a {
        top: 10px;
        right: 10px;
    }

    .guerrilla .mainButton a {
        padding: 10px 25px;
    }

    .hero70.free h1 br {
        display: none;
    }

    .features.guerrilla .notice {
        padding: 10px 5px 0 5px;
    }
}

@media screen and (max-width:320px) {
    .guerrilla .mainButton a {
        padding: 10px;
    }

    .hero70.free h1, .canvas.free h2 {
        font-size: 19px;
    }

    .hero70.free ul li {
        font-size: 13px;
    }
}
/* GUERRILLA vs FREE end*/

/* BANNER GUERRILLA 2 */
.promoBox.guerrilla small {
    font-weight: 300;
}
/* BANNER GUERRILLA 2 end */

/* GOOGLE PAY */
.googlePay {
    padding: 0;
    margin: 5px 0 15px 0;
    line-height: 0;
}

    .googlePay svg {
        position: static;
        width: auto;
        height: auto;
        transform: none;
    }

    .googlePay button {
        width: auto;
        height: auto;
        line-height: 0;
        background: none;
        border: solid 1.5px #DADCE0;
        border-radius: 5px;
        min-width: 165px;
        padding: 10px 20px;
    }

    .googlePay.active {
        color: #737373;
        padding: 20px 0;
    }
/* GOOGLE PAY end */

.transactionsList.material .accountExtras .date {
    font-weight: 300;
    border: none 0;
    padding-bottom: 0;
}

.transactionsList.material .accountExtras .box {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}
    /*.transactionsList.material .accountExtras .box small{text-transform:uppercase;}*/
    .transactionsList.material .accountExtras .box .left {
        font-size: 12px;
        width: 70%;
    }

    .transactionsList.material .accountExtras .box .right {
        width: 29%;
        margin-top: 0;
    }

@media screen and (max-width:320px) {
    .transactionsList.material .accountExtras .box .left {
        font-size: 11px;
    }
}

.actualizareDate .trasactionsTypes {
    width: 100%;
    border-collapse: collapse;
}

    .actualizareDate .trasactionsTypes td {
        vertical-align: middle;
        border-bottom: solid 1px #ebebeb;
        padding: 15px 0;
    }

    .actualizareDate .trasactionsTypes .label {
        width: auto;
    }

    .actualizareDate .trasactionsTypes input {
        width: 70px;
        text-align: center;
    }

    .actualizareDate .trasactionsTypes .value {
        text-align: right;
    }

.checkList.columns-2 label {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 10px;
}

    .checkList.columns-2 label label {
        width: 22px;
    }

.ctaBox.border {
    border-top: solid 1px #e0e0e0;
    padding-top: 20px;
}

.ctaBox.fullWidth {
    padding-left: 20px;
    padding-right: 20px;
}

    .ctaBox.fullWidth .redButton {
        width: 100%;
    }

.popup.flex .popupBox {
    height: 98vh;
    margin: 1vh auto;
}

    .popup.flex .popupBox > .container {
        display: flex;
        flex-direction: column;
        height: 90vh;
        flex: 1;
    }

.popup.flex .checkList {
    padding: 10px 0 100px 0;
    overflow-y: scroll;
    position: relative;
}

.popup.flex .ctaBox {
    position: fixed;
    bottom: 1vh;
    left: 0;
    right: 0;
    background-color: #FFF;
    padding: 15px 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    max-width: 500px;
    margin: 0 auto;
}

.popupBox .searchBox input[type="reset"] {
    width: 40px;
    height: 40px;
    background: url(images/icon-button-close-gray-small.png) top 13px center no-repeat;
    background-size: 13px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.floatingInput input::placeholder {
    color: transparent;
}

.floatingInput.active input::placeholder {
    color: inherit;
    opacity: 0.6;
}

.floatingInput .card {
    top: 26px;
    margin-top: 0;
}

    .floatingInput .card.exp {
        background: url(images/p2p-icon-card-input-exp.png) center no-repeat;
        background-size: 22px 16px;
    }

    .floatingInput .card.visa {
        width: 31px;
        height: 28px;
        top: 21px;
        background: url(images/logo-card-visa-small.jpg) center no-repeat;
        background-size: 31px auto;
    }

    .floatingInput .card.mastercard {
        width: 31px;
        height: 28px;
        top: 21px;
        background: url(images/logo-card-mastercard-small.jpg) center no-repeat;
        background-size: 31px auto;
    }

.columns .floatingInput:first-child .card.exp {
    right: 35px;
}

.floatingInput.active label {
    font-size: 13px;
    top: 4px;
}
/*.floatingInput .field-validation-error{position:absolute; left:0; bottom:-4px;}*/

@media screen and (min-width:600px) {
    .checkList.columns-2 label {
        width: 300px;
    }

    .popup.flex .popupBox {
        max-width: 620px;
        height: auto;
    }

    .popup.flex .checkList {
        padding: 10px 0 0 0;
        overflow-y: auto;
    }

    .popup.flex .ctaBox {
        position: static;
        margin: 0;
        max-width: none;
        margin-top: 10px;
    }

    .popup.flex .popupBox > .container {
        height: auto;
        display: block;
    }

    .popupBox .searchBox .container {
        width: 50% !important;
    }
}

/* VIRTUAL CARD */
.cards.material .cardsImage img {
    width: 50vw;
    height: auto;
    max-width: 220px;
}

.cards.material .cardsImage {
    padding: 6vh 0 7vh 0;
    line-height: 0;
}

.cards.material .infoText {
    color: #565656;
    margin-bottom: 15px;
}

    .cards.material .infoText .icon {
        padding-right: 10px;
    }

        .cards.material .infoText .icon img {
            width: auto;
            height: 50px;
        }

.cards.order h2 small {
    font-size: 22px;
    font-weight: normal;
}

.cards.material .cardBox .info {
    margin-bottom: 20px;
}

    .cards.material .cardBox .info ul {
        margin: 0 0 15px 0;
        padding: 0;
    }

    .cards.material .cardBox .info li {
        background: url(images/icon-card-completed.png) left top no-repeat;
        background-size: 16px auto;
        list-style: none;
        padding-left: 30px;
        margin-bottom: 10px;
    }

/*.cards .card.virtual .image .container{background-color:#CCC;}
.cards .card.virtual .code, .cards .card.virtual .exp, .cards .card.virtual .name{color:#000; -webkit-text-shadow:none; text-shadow:none;}*/

.cards .card .labels {
    position: absolute;
    left: 4%;
    bottom: 13px;
    text-transform: uppercase;
    color: #1e61af;
    font-size: 2.2vw;
    font-weight: bold;
    letter-spacing: -0.1vw;
}

    .cards .card .labels .icon-virtual {
        background: url(svg/icon-libra-cloud-blue.svg) left center no-repeat;
        background-size: auto 8px;
        padding-left: 16px;
        margin-right: 5px;
    }

    .cards .card .labels .icon-principal {
        background: url(svg/icon-libra-p2p-blue.svg) left center no-repeat;
        background-size: auto 10px;
        padding-left: 16px;
        margin-right: 5px;
    }

.cards .buttonDetails {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -13px;
    left: -13px;
    background-color: #F0F0F0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: url(svg/icon-libra-eye-show.svg) #F0F0F0 center no-repeat;
    background-size: 18px;
    z-index: 10;
}

    .cards .buttonDetails.close {
        background: url(svg/icon-libra-eye-hide.svg) #F0F0F0 center no-repeat;
        background-size: 18px;
    }

.cards .slick-slide .buttonDetails {
    opacity: 0;
    transition: all 0.5s;
}

.cards .slick-current .buttonDetails {
    opacity: 1;
}

.popupBox .iconMenu {
    list-style: none;
    margin: 0 20px 20px 20px;
    padding: 0;
}

.iconMenu li {
    margin-bottom: 10px;
}

    .iconMenu li:last-child {
        margin-bottom: 0;
    }

.iconMenu a {
    color: inherit;
    font-weight: bold;
    background-color: #F2F2F2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    padding: 15px;
    box-sizing: border-box;
}

.iconMenu .icon-eye {
    background: url(svg/icon-libra-eye-blue.svg) #F2F2F2 left 15px center no-repeat;
    background-size: 22px auto;
    padding-left: 50px;
}

.iconMenu .icon-copy {
    background: url(svg/icon-libra-copy-blue.svg) #F2F2F2 left 17px center no-repeat;
    background-size: 16px auto;
    padding-left: 50px;
}

.cards .card .cvv {
    margin-left: 10px;
}

.cards .card .exp small {
    font-size: 3vw;
    color: inherit;
}

.cards .card.details .exp:before, .cards .card.details .exp small {
    color: #999999;
    font-size: inherit;
}

.cards .card.details .image .container {
    background-color: #FFF;
}

.cards .card.details .image img {
    opacity: 0.65;
}

.cards .card.details .code, .cards .card.details .exp {
    background: rgba(255,255,255,1);
    z-index: 5;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 30px;
    padding: 1vw 0;
    color: #333333;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.cards .card.details .code {
    bottom: 39%;
}

.cards .card.details .exp {
    line-height: 24px;
    bottom: 24%;
}

@media screen and (min-width:600px) {
    .cards .card .labels {
        font-size: 16px;
        bottom: 24px;
    }
}
/* VIRTUAL CARD end */

.accountDetails .head .icon-edit {
    background: url(svg/icon-edit-red.svg) right center no-repeat;
    background-size: 14px auto;
    padding: 3px 20px 3px 0;
}

/* CONFIRMARI TPP */
.loginBox.twofactor.auth .details {
    position: relative;
}

    .loginBox.twofactor.auth .details table {
        font-size: 11px;
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
    }

        .loginBox.twofactor.auth .details table td {
            vertical-align: middle;
            text-align: right;
            border-top: solid 1px #e0e0e0;
            padding: 5px 0;
            color: #737373;
        }

            .loginBox.twofactor.auth .details table td:first-child {
                text-align: left;
                color: inherit;
                font-size: 12px;
            }

        .loginBox.twofactor.auth .details table tr:first-child td {
            border-top: none 0;
        }

        .loginBox.twofactor.auth .details table small {
            color: #737373;
        }

        .loginBox.twofactor.auth .details table img.check {
            vertical-align: baseline;
            width: auto;
            height: 9px;
        }

    .loginBox.twofactor.auth .details button.expand {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        max-width: 100%;
        margin: 0;
        padding: 0;
        background: linear-gradient(to bottom, transparent, #f7f7f7 20%);
        background-image: -moz-linear-gradient(bottom, #f7f7f7 20%, transparent);
        background-image: -webkit-linear-gradient(bottom, #f7f7f7 20%, transparent);
        background-image: -o-linear-gradient(bottom, #f7f7f7 20%, transparent);
        background-image: -ms-linear-gradient(bottom, #f7f7f7 20%, transparent);
    }

        .loginBox.twofactor.auth .details button.expand::before {
            content: "";
            width: 18px;
            height: 18px;
            background: url(images/icon-arrow-down.png) center no-repeat;
            background-size: 18px auto;
            position: absolute;
            left: 50%;
            margin-left: -9px;
            bottom: 5px;
        }

    .loginBox.twofactor.auth .details table .ammount {
        color: #333333;
        font-size: 12px;
    }

/* FEB 2022 */
.cards.material.confirmation .cardBox .lineSeparator {
    margin-bottom: 15px;
}

.cards.material .cardBox .info.unsigned li {
    margin-left: 8px;
    padding-left: 40px;
    background: url(images/icon-card-completed-gray.png) left center no-repeat;
    background-size: 18px auto;
}

.cards.material .cardBox .link {
    padding: 15px 70px 15px 20px;
    background: url(images/icon-arrow-right.png) right 10px center no-repeat;
    background-size: 8px auto;
    cursor: pointer;
}

    .cards.material .cardBox .link .title {
        font-weight: 700;
        margin-bottom: 12px;
    }

.cards.material .cardBox .icon {
    width: 50px;
    padding-right: 18px;
}

    .cards.material .cardBox .icon img {
        width: 50px;
        height: auto;
    }

@media screen and (max-width:320px) {
    .cards.material .cardBox .link {
        padding: 10px 50px 10px 10px;
    }

        .cards.material .cardBox .link .title {
            margin-bottom: 8px;
        }

    .cards.material .cardBox .icon {
        padding-right: 10px;
    }

    .cards.material .smartyIcon img {
        width: 80px;
        height: auto;
    }

    .loginBox.twofactor.auth .details table td:first-child {
        font-size: 11px;
    }
}

.floatingInput.ammount {
    width: 210px;
}

.accountDetails .head .menu li.grayLink a {
    padding: 0;
}

.accountDetails .head .menu li.inactive {
    opacity: 0.5;
}

.userScreen.profile .avatar.edit {
    position: relative;
}

    .userScreen.profile .avatar.edit::after {
        content: "";
        width: 18px;
        height: 18px;
        border: solid 2px #FFF;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: url(images/icon-edit-photo-white.png) #1e61af center no-repeat;
        background-size: 10px;
    }

.userScreen.profile .avatar {
    line-height: 0;
}

    .userScreen.profile .avatar img {
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

.store.fullWidth .button {
    width: 100%;
}

    .store.fullWidth .button a {
        padding: 14px 10px;
    }

    .store.fullWidth .button img {
        margin: 0 5px;
    }

.p2p fieldset .columns {
    display: flex;
}

fieldset .columns .floatingInput {
    display: block;
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
}

.accordionMenu.infoDeposits .box.open .head {
    background: none;
    padding: 5px 0;
    color: inherit;
}

.accordionMenu.infoDeposits .box .container {
    background: none;
}

    .accordionMenu.infoDeposits .box .container .row {
        border: solid 1px #e0e0e0;
    }

.accordionMenu.infoDeposits table {
    border-collapse: separate;
    border-spacing: 5px;
}

.accordionMenu.infoDeposits td {
    border-left: solid 1px #e0e0e0;
}

.accordionMenu.infoDeposits table tr td:first-child {
    border-left: none 0;
}

.accordionMenu.infoDeposits .container .colorGreen {
    color: inherit;
}

.checkList label.error.inline {
    color: #ed1c24;
}

label.title small {
    font-weight: normal;
    font-size: inherit;
}

.material .tabs.fixedTop.noTabs .head {
    display: none;
}

.cards.material .tabs.fixedTop.noTabs .wrapper {
    padding-top: 20px;
}

.material.cards .noTabs .fixedContainer {
    top: 0 !important;
}

.material .tabs .head.empty {
    box-shadow: none;
    z-index: 10;
}

.material.cards .tabs {
    padding-bottom: 80px;
}

@media screen and (max-width:360px) {
    .material.cards .tabs {
        padding-bottom: 60px;
    }

    .accountDetails.confirmation .separator30.smallScreen {
        height: 0;
    }

    .accountDetails.confirmation .separator50.smallScreen {
        height: 10px;
    }

    .cards .timeline .item {
        padding: 0;
    }
}

.material.accountDetails .dashboard .total .name {
    margin: 0 0 10px 0;
}

.material .cta.bottom .linkButton {
    background: rgba(255,255,255,0.28);
}

.cards .cardDetails {
    padding-bottom: 60px;
}

.redAlert.blackText {
    color: #333333;
}

.cards.material .tabs.fixedTop .cardBox .wrapper {
    padding: 0;
}

.cards .card .container {
    background-color: transparent;
}

.cards .image .container {
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    margin-bottom: 10px;
}

.cards.order .image .container {
    margin-bottom: 0;
}

.card2card .image .container {
    margin-bottom: 0;
}

.cards.material .cardBox .colorPick.black {
    background-color: #000000;
}

.card.free .code, .card.free .exp, .card.free .name {
    color: #000;
    text-shadow: none;
}

.card.black .code, .card.black .exp, .card.black .name {
    color: #f7ab59;
}

.accountDetails.cards .head {
    padding-top: 0;
}

table.sms td {
    padding: 0 5px;
    width: 30%;
}

    table.sms td.field {
        width: 40%;
    }

table.sms input {
    text-align: center;
}

.cardBox .cardImg img {
    box-shadow: 0 2px 7px rgba(0,0,0,0.25);
}

.cards.material .selectedCard .card img {
    box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}

.popupBox .menu {
    max-height: 440px;
}

    .popupBox .menu li.orderCard {
        background-color: #f2f2f2;
    }

        .popupBox .menu li.orderCard a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .popupBox .menu li.orderCard table {
            border-collapse: collapse;
            width: 100%;
        }

    .popupBox .menu li .card {
        width: 70px;
        line-height: 0;
        padding-left: 10px;
    }

        .popupBox .menu li .card img {
            width: 100%;
            max-width: 70px;
            height: auto;
            border-radius: 4px;
            box-shadow: 0 1px 5px rgba(0,0,0,0.25);
        }

    .popupBox .menu li.orderCard.disabled a {
        color: #737373;
    }

    .popupBox .menu li.orderCard.disabled .status {
        color: #ef5318;
    }

    .popupBox .menu li.orderCard.disabled .card img {
        opacity: 0.5;
    }

.cards.material .cardBox table.iconList {
    margin: 0 auto;
}

    .cards.material .cardBox table.iconList td {
        vertical-align: middle;
    }

        .cards.material .cardBox table.iconList td.icon {
            width: 30px;
            padding-right: 15px;
        }

            .cards.material .cardBox table.iconList td.icon img {
                width: 30px;
                height: auto;
            }

.cards.material .selectedCard .cardImg img {
    width: 150px;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.25);
}

.grayBackground .material .cta.bottom {
    background: rgba(242,242,242,0.75);
}

.cards .card .image .colorGray {
    background-color: #E5E5E5;
}

/*.transactionsList.material .accountExtras .box.cashback{border-left:solid 4px #79bf56; padding-left:6px;}*/

.transactionsMenu li a {
    padding-left: 5px;
    padding-right: 5px;
}

.transactionsMenu li.alertIcon a {
    position: relative;
}

.transactionsMenu li.alertIcon .number {
    width: auto;
    padding: 0 4px;
    border-radius: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    right: auto;
    left: -2px;
    margin-left: 100%;
    background-color: #FFF;
    color: #000;
    display: inline-block;
}

    .transactionsMenu li.alertIcon .number.empty {
        padding: 0;
        width: 8px;
        height: 8px;
        top: 8px;
    }

.transactionsMenu li.alertIcon.cashback .number {
    background-color: #54ff00;
    color: #194c00;
    font-weight: 700;
}

.transactionsMenu {
    overflow-y: visible;
}

    .transactionsMenu li.cashback {
        position: relative;
    }

        .transactionsMenu li.cashback .tag {
            background-color: #45D100;
            color: #FFF;
            text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
            font-size: 15px;
            line-height: 15px;
            font-weight: 700;
            padding: 2px 3px;
            border-radius: 3px;
            position: absolute;
            top: -10px;
            right: -20px;
            z-index: 1201;
            box-shadow: 0 1px 4px rgba(0,0,0,0.25);
            transition: opacity 0.3s;
        }

            .transactionsMenu li.cashback .tag::before {
                content: "";
                width: 0;
                height: 0;
                border-left: solid 0 transparent;
                border-right: solid 7px transparent;
                border-top: 7px solid #45D100;
                position: absolute;
                left: 4px;
                bottom: -7px;
            }

        .transactionsMenu li.cashback.active a {
            background: url(images/icon-menu-active-gray.png) bottom no-repeat;
            background-size: 20px 7px;
        }

.sticky .transactionsMenu li.cashback .tag {
    opacity: 0;
}

.transactionDetails.cashback .cardBox.promo table {
    width: auto;
    margin: 0 auto;
}

.transactionDetails.cashback .cardBox.promo .text {
    text-align: left;
}

    .transactionDetails.cashback .cardBox.promo .text strong.colorGreen {
        font-size: 1.5em;
    }

.transactionDetails.cashback .cardBox.promo .image {
    width: 65px;
    padding-right: 15px;
}

    .transactionDetails.cashback .cardBox.promo .image img {
        height: 65px;
        width: auto;
    }

.transactionDetails .actions.fullWidth {
    margin: 0;
}

    .transactionDetails .actions.fullWidth button {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }

.material .cta.bottom .actions {
    overflow: visible;
}

    .material .cta.bottom .actions button {
        box-shadow: 0 3px 8px rgba(0,0,0,0.3);
        padding: 12px;
    }

.cards .transactionsList .promoHead {
    background: url(images/img-smarty-cashback-1.svg) #F2F2F2 left 10px center no-repeat;
    background-size: 45px;
    padding: 15px 15px 11px 65px;
    margin-bottom: -5px;
    border-bottom: solid 1px #E4E4E4;
}

    .cards .transactionsList .promoHead .right {
        font-size: 1.3em;
        line-height: 0.8em;
    }

        .cards .transactionsList .promoHead .right small {
            color: #a6a6a6;
        }

    .cards .transactionsList .promoHead .details {
        padding-top: 2px;
    }

        .cards .transactionsList .promoHead .details table {
            border-collapse: collapse;
            padding: 0;
        }

    .cards .transactionsList .promoHead .helpIcon {
        color: #1e61af;
        font-size: 18px;
        vertical-align: middle;
        margin: 0 3px;
    }

.cards.order .card .code {
    text-align: center;
    left: 5%;
    right: 5%;
    font-size: 5.5vw;
    font-weight: 400;
}

.cards.order .card.free .code, .cards.order .card.black .code {
    bottom: 25%;
}

.transactionsList.material .box.promo {
    padding: 0;
}

    .transactionsList.material .box.promo a {
        color: #333333;
        background: url(images/icon-arrow-right.png) center right 10px no-repeat;
        background-size: 8px 14px;
        padding: 20px 20px 20px 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .transactionsList.material .box.promo .image {
        padding-right: 10px;
    }

        .transactionsList.material .box.promo .image img {
            height: 60px;
            width: auto;
        }

    .transactionsList.material .box.promo .text h1 {
        font-size: 18px;
    }

    .transactionsList.material .box.promo .text small {
        color: #737373;
        font-size: 13px;
    }

.popupBox .container.cashback .smartyIcon img {
    width: 110px;
    height: auto;
}

.popupBox .container.cashback p {
    line-height: 1.5em;
}

    .popupBox .container.cashback p a {
        text-decoration: underline;
    }

.popupBox .container.cashback .total {
    font-size: 1.3em;
    line-height: 1.3em;
}

.popupBox button.close {
    z-index: 10;
}

.transactionDetails.cashback {
    background: url(images/img-hero-cashback.png) top center no-repeat;
    background-size: 100%;
}

@media screen and (max-width:360px) {
    .cards.order .card .code {
        font-size: 5vw;
    }

    .transactionsList.material .box.promo .image img {
        height: 50px;
        width: auto;
    }

    .transactionsList.material .box.promo .text h1 {
        font-size: 16px;
    }

    .transactionsList.material .box.promo .text small {
        font-size: 11px;
    }
}

@media screen and (min-width:780px) {
    .cards.order .card .code {
        font-size: 42px;
    }
}

@media screen and (max-height:560px) {
    .cards.material .selectedCard {
        padding: 10px;
    }

    .cards.material.confirmation .selectedCard {
        padding: 0 10px;
        margin-bottom: 0;
    }

        .cards.material.confirmation .selectedCard .separator30 {
            height: 20px;
        }

    .cards.material.confirmation .separator30 {
        height: 20px;
    }

    .cards.material.confirmation .pageIcon {
        margin: 10px 0;
    }

    .cards.material .cardBox .info {
        margin-bottom: 10px;
    }
}

.popupBox .cardImg {
    line-height: 0;
    margin-bottom: 10px;
}

    .popupBox .cardImg img {
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    }

footer .fabButton {
    margin-top: 0;
}

footer .snackbar {
    line-height: 1.5em;
}

    footer .snackbar .cta a {
        padding: 5px 0;
        display: block;
    }

.promoBox.cashback .icon {
    width: 90px;
}

.promoBox.cashback .image {
    width: 70px;
    padding-right: 15px;
    background: none;
    border-radius: 0;
}

    .promoBox.cashback .image img {
        height: 65px;
        width: auto;
    }

.promoBox.cashback small {
    font-weight: 300;
}

.promoBox.cashback td:last-child {
    padding-right: 20px !important;
}

/* FIX-URI NATIV */
section {
    padding: 0;
}

.material section {
    padding: 0;
}

.material.main {
    padding: 0;
}

.user section {
    padding: 0;
}

.user .material.main {
    padding: 0;
}

.native section {
    padding: 0;
}

.material .tabs.fixedTop .head {
    top: 0;
}

.user .material .tabs.fixedTop .head {
    top: 0;
}

.headTitle {
    padding: 0;
    text-align: right;
}

    .headTitle.border {
        border: none 0;
        margin: 0;
    }

    .headTitle.confirmation {
        padding: 6px 0 15px 50px;
        text-align: left;
    }

    .headTitle.confirmation {
        border-bottom: solid 1px #e0e0e0;
        margin-bottom: 10px;
    }

    .headTitle .title {
        display: none;
    }

    .headTitle .refreshButton, .headTitle .deleteButton {
        position: static;
        float: none; /*margin-bottom:10px;*/
    }

    .headTitle .redButton, .accountDetails .head .redButton {
        position: static;
        margin-bottom: 10px;
    }

.inbox .deleteButton {
    margin-bottom: -10px;
}

.inbox .cancelButton {
    position: static;
    margin-bottom: -10px;
}

.headTitle .progressBar {
    margin-bottom: 15px;
}

.headTitle .info {
    float: left;
    padding-top: 3px;
}

.headTitle.fixedHeader {
    border-bottom: solid 1px #e0e0e0;
}

.fabButton.withMenu {
    bottom: 15px;
}

.fabMenu.withMenu {
    bottom: 90px;
}

.accountDetails .head {
    background: none;
}

.sticky, .user .sticky {
    top: 0;
}

.overlay {
    background-color: rgba(0,0,0,0.4);
}

.popup {
    left: 0;
    right: 0;
    padding: 10px;
}

.material .popup {
    left: 10px;
    right: 10px;
    padding-bottom: 0;
}

.popupBox {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
}

    .popupBox .popupBox {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
    }

.wrapper {
    padding-bottom: 10px;
}

.headTitle .wrapper {
    padding-bottom: 0;
}

.popup .snackbar {
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #333333;
    color: #cccccc;
}

.modal {
    background: rgba(0, 0, 0, 0.4);
}

.drawer .chatBox .headTitle {
    text-align: left;
}

    .drawer .chatBox .headTitle .title {
        display: block;
    }

.overlay.loader {
    background: rgba(255, 255, 255, 0.8);
}

    .overlay.loader .loaderImg {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background: url(images/loader-04.gif) center no-repeat;
        background-size: 100px auto;
        opacity: 1;
    }

.headTitle .status {
    text-align: left;
    min-height: 40px;
    padding-top: 7px;
    box-sizing: border-box;
}

.headTitle.info {
    text-align: left;
}

    .headTitle.info td.tooltip {
        text-align: right;
    }

    .headTitle.info .helpIcon {
        line-height: normal;
    }

.separator10 {
    clear: both;
}

.headTitle.leftText {
    padding: 6px 0 15px 0;
}

.moveSlider .popup {
    top: 45px;
}

.material .cards .fixedContainer {
    top: 40px;
}

.user .material.cards .fixedContainer {
    top: 40px;
}

.material section {
    padding-bottom: 55px;
}
/* FIX-URI NATIV end */
.cards .transactionsList .accountExtras .promoHead {
    margin: -15px -15px 10px -15px;
}

@media screen and (max-width: 360px) {
    .cards .transactionsList .accountExtras .promoHead {
        margin: -10px -10px 10px -10px;
    }
}


