/* Minification failed. Returning unminified contents.
(2204,24): run-time error CSS1030: Expected identifier, found '.'
(2204,35): run-time error CSS1031: Expected selector, found ')'
(2204,35): run-time error CSS1025: Expected comma or open brace, found ')'
(2584,1): run-time error CSS1019: Unexpected token, found '}'
(4659,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4660,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4673,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4674,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(4691,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4692,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
 */
@charset "utf-8";
/* CSS Document */

/* Font Link 
font-family: 'Raleway', sans-serif;
font-family: 'Poppins', sans-serif;
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:200i,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/* font-family: 'Lato', sans-serif; */

* {
    padding: 0;
    margin: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video, source {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


select, select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}

input, input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

ins {
    background-color: #ff9;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

ul li {
    list-style-type: none;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

select, textarea {
    -webkit-appearance: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
/*=========== Page Loader ==================*/


body {
    background: url(/static/cardservices/images/full-bg.jpg) no-repeat 50% 0 #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

form .formHeading {
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.pageHeader {
    height: 118px;
}

.logo {
    float: left;
    margin: 25px 0 0 0;
}

.indLogo {
    float: right;
    margin: 40px 0 0 0;
}
/* Login Form */

.loginSec {
    width: 90%;
    max-width: 585px;
    margin: 58px auto 20px;
    background: #FFF;
    border: solid 1px #d9d7d7;
}

    .loginSec .formBody {
        padding: 20px;
        overflow: hidden;
    }

    .loginSec p {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 20px;
    }

        .loginSec p a {
            text-decoration: none;
            color: #3a3a3a;
        }

            .loginSec p a:hover {
                color: #cd860e;
            }

p.formHeading {
    background: #98272b;
    color: #e3bf83;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

p.formSubHeading {
    background: #98272b;
    color: #e3bf83;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    border-top: solid 1px #e3bf83;
    font-weight: 500;
}

.loginSec input[type="text"], .loginSec input[type="password"], .loginSec input[type="date"], .loginSec input[type="email"], .fieldRow, .formArea input[type="text"], .formArea input[type="password"], .formArea input[type="date"], .formArea input[type="email"] {
    border: 0;
    border-bottom: solid 1px #d6d6d6;
    width: 95%;
    padding-left: 5%;
    /*text-transform:uppercase;*/
    height: 40px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #3a3a3a;
    font-weight: 600;
    outline: 0px;
}

    .formArea input[type="password"].pin {
        width: 18%;
    }

    .fieldRow span {
        color: #3a3a3a;
        opacity: 0.8;
        padding-right: 25px;
        float: left;
    }

.selectBase {
    width: 80px;
    float: left;
    overflow: hidden;
    background: url(/static/cardservices/images/select-arrow.png) no-repeat 96% 50%;
    margin-right: 20px;
}

    .selectBase select {
        border: 0;
        /*width: 130%;*/
        width: 100%;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 26px;
        color: #3a3a3a;
        font-weight: 600;
        background: none;
    }

::-webkit-input-placeholder {
    color: #3a3a3a;
    opacity: 0.8 !important;
}

:-moz-placeholder {
    color: #3a3a3a;
    opacity: 0.8 !important;
}

::-moz-placeholder {
    color: #3a3a3a;
    opacity: 0.8 !important;
}

:-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 0.8 !important;
}

.uName {
    background: url(/static/cardservices/images/user-icon.png) no-repeat 0 50%;
}

.passWord {
    background: url(/static/cardservices/images/password-icon.png) no-repeat 0 50%;
}

.newPassword {
    background: url(/static/cardservices/images/new-password-icon.png) no-repeat 0 50%;
}

.cardNo {
    background: url(/static/cardservices/images/card-icon.png) no-repeat 0 50%;
}

.dob {
    background: url(/static/cardservices/images/date-icon.png) no-repeat 0 50%;
}

.cvv {
    background: url(/static/cardservices/images/cvv-icon.png) no-repeat 0 50%;
}

.resendOTP {
    background: url(/static/cardservices/images/resend-otp-icon.png) no-repeat 0 50%;
}

.otp {
    background: url(/static/cardservices/images/otp-icon.png) no-repeat 0 50%;
}

.confirmPass {
    background: url(/static/cardservices/images/confirm-password-icon.png) no-repeat 0 50%;
}

.email {
    background: url(/static/cardservices/images/email-icon.png) no-repeat 0 50%;
}

.check {
    background: url(/static/cardservices/images/check-icon.png) no-repeat 0 50%;
}

.atmCard {
    background: url(/static/cardservices/images/atmcard-icon.png) no-repeat 0 50%;
}

.address {
    background: url(/static/cardservices/images/address-icon.png) no-repeat 0 50%;
}

.address2 {
    background: url(/static/cardservices/images/address2-icon.png) no-repeat 0 50%;
}

.country {
    background: url(/static/cardservices/images/country-icon.png) no-repeat 0 50%;
}

.state {
    background: url(/static/cardservices/images/state-icon.png) no-repeat 0 50%;
}

.city {
    background: url(/static/cardservices/images/city-icon.png) no-repeat 0 50%;
}

.pin {
    background: url(/static/cardservices/images/pin-icon.png) no-repeat 0 50%;
}

.phone {
    background: url(/static/cardservices/images/mobile-icon.png) no-repeat 0 50%;
}

.loginSec .signInButton {
    display: block;
    width: 100%;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #3a3a3a;
    font-weight: 600;
    background: #f9a618;
    height: 50px;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

    .loginSec .signInButton:hover {
        background: #474747;
        color: #FFF;
    }

.newUser {
    text-align: center;
    text-transform: uppercase;
}

    .newUser a.signUpButton {
        display: inline-block;
        border: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 40px;
        color: #3a3a3a;
        font-weight: 600;
        background: #f9a618;
        height: 40px;
        padding: 0 30px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 0 26px;
    }

.loginSec a.signUpButton:hover {
    background: #474747;
    color: #FFF;
}

.activateButton {
    display: block;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    background: #98272b;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

    .activateButton span {
        display: inline-block;
        background: url(/static/cardservices/images/activate-icon.png) no-repeat 0 50%;
        height: 40px;
        padding: 0 25px;
    }

    .activateButton:hover {
        background: #474747;
    }

a.terms {
    display: inline-block;
    background: url(/static/cardservices/images/activate-black-icon.png) no-repeat 0 50%;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    font-weight: 400;
    color: #3a3a3a;
    text-decoration: underline !important;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
}

p.textNote {
    font-size: 13px;
    margin-top: 32px;
}

#cardActivationSection, #otpSection, #registrationSection, #forgotPasswordSection02, #forgotPasswordSection03 {
    display: none;
}
/*#cardActivationSection .signInButton, #otpSection .signInButton, #forgotPasswordSection .signInButton, #forgotPasswordSection02 .signInButton, #forgotPasswordSection03 .signInButton {
        margin-bottom: 0;
    }*/


.contentArea {
    margin-bottom: 20px;
}

.customerDetails {
    padding: 24px;
    vertical-align: middle;
    position: relative;
    background: #98272b;
}

    .customerDetails .profPic {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        border: solid 2px #FFFFFF;
        overflow: hidden;
        float: left;
    }

        .customerDetails .profPic img {
            height: 100%;
            width: 100%;
        }

    .customerDetails .profText {
        float: left;
        width: 250px;
        font-size: 12px;
        line-height: 19px;
        color: #FFF;
        padding-left: 10px;
    }

        .customerDetails .profText h2 {
            font-size: 14px;
            line-height: 23px;
            color: #f9a61a;
            font-weight: 500;
            text-transform: uppercase;
        }

        .customerDetails .profText a {
            display: inline-block;
            color: #FFF;
            text-decoration: none;
            margin-top: 5px;
            padding-left: 15px;
        }

            .customerDetails .profText a.editProf {
                background: url(/static/cardservices/images/editprof-icon.png) no-repeat 0 50%;
                margin-right: 15px;
            }

            .customerDetails .profText a.changePass {
                background: url(/static/cardservices/images/changepass-icon.png) no-repeat 0 50%;
            }

            .customerDetails .profText a:hover {
                color: #f9a61a;
            }

h2.contentMainHeading {
    font-size: 24px;
    line-height: 30px;
    color: #3b3b3b;
    margin: 35px 0;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .buttons li {
        display: inline-block;
        position: relative;
    }

        .buttons li a {
            display: inline-block;
            height: 37px;
            padding: 0 20px;
            margin-left: 12px;
            background: #f9a61a;
            color: #3a3a3a;
            font-weight: 600;
            text-decoration: none;
            line-height: 37px;
            position: relative;
        }

            .buttons li a:hover {
                background: #414141;
                color: #FFF;
            }

.walletArea {
    background: #e4e1e1;
    padding: 38px;
    padding-bottom: 15px;
    clear: both;
    height: 100%; /*overflow:hidden;*/
}

.singleWallet {
    min-height: 40px;
    padding: 20px 10px;
    border: solid 1px #FFFFFF;
    display: inline-block;
    width: 326px;
    background: #FFF;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

    .singleWallet:nth-child(3n) {
        margin-right: 0;
    }

.accountDetailsArea .singleWallet {
    width: 46%;
}

    .accountDetailsArea .singleWallet:nth-child(3n) {
        margin-right: 20px;
    }

    .accountDetailsArea .singleWallet:nth-child(2n) {
        margin-right: 0 !important;
    }

.starNo {
    float: left;
    background: url(/static/cardservices/images/star.png) no-repeat 0 0;
    width: 29px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #272727;
    margin-top: 5px;
}

.currency {
    float: left;
    font-size: 30px;
    line-height: 40px;
    color: #d48003;
    margin: 0 15px;
    font-weight: bold;
}

.balance {
    display: block;
    float: left;
    padding-left: 15px;
    border-left: solid 1px #e4e1e1;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #d48003;
    text-transform: uppercase;
}

    .balance a.amountItem {
        color: #d48003;
        text-decoration: none;
        display: block;
        line-height: 20px;
        margin-bottom: 7px;
    }

        .balance a.addWallet2:hover, .balance a.amountItem:hover {
            color: #7f7f7f;
        }

    .balance a.addWallet2 {
        color: #d48003;
        background: url(/static/cardservices/images/wallet-icon2.png) no-repeat 0 50%;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 0 14px;
        text-decoration: none;
        display: block;
    }

.addWallet {
    display: block;
    padding-left: 20px;
    background: url(/static/cardservices/images/add-wallet-icon.png) no-repeat 0 50%;
    color: #d48003;
    text-decoration: none;
}

    .addWallet:hover {
        color: #7f7f7f;
    }

.arrangeList {
    display: block;
    background: url(/static/cardservices/images/wallet-menu-icon.png) no-repeat 0 0;
    width: 37px;
    height: 37px;
    float: right;
    margin-top: 2px;
    text-indent: -20000px;
}

.deActivated {
    background: #e4e1e1 !important;
    border: solid 1px #c4c2c2 !important;
}

    .deActivated .starNo {
        background: url(/static/cardservices/images/star-d.png) no-repeat 0 0;
        color: #e4e1e1;
    }

    .deActivated .currency {
        color: #7f7f7f;
    }

    .deActivated .arrangeList {
        background: url(/static/cardservices/images/wallet-menu-d-icon.png) no-repeat 0 0;
    }

a.blockYourCard {
    display: block;
    background: url(/static/cardservices/images/block-card-icon.png) no-repeat 85% 50% #98272b;
    height: 64px;
    font-size: 14px;
    line-height: 64px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 40px 0 40px;
    width: 280px;
    margin: 35px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

a.unblockYourCard {
    display: block;
    background: url(/static/cardservices/images/unblock-card-icon.png) no-repeat 85% 50% #98272b;
    height: 64px;
    font-size: 12px;
    line-height: 64px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 100px 0 43px;
    width: 280px;
    margin: 35px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    a.blockYourCard:hover, a.unblockYourCard:hover {
        background-color: #c31f24;
        color: #fff;
        text-decoration: none;
    }

.priceListBar {
    background: #3b3b3b;
    padding: 30px 0;
    font-size: 13px;
    line-height: 19px;
    color: #faa61a;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

    .priceListBar h2 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 400;
        padding-bottom: 20px;
        color: #fff;
    }

    .priceListBar span {
        font-size: 16px;
        line-height: 25px;
        display: block;
    }

    .priceListBar ul li {
        display: inline-block;
        font-weight: 500;
        width: 10%;
    }

.accountArea {
    background: #FFF;
    padding: 20px;
    border: solid 1px #e8e3e3;
    clear: both;
    height: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.accountNav {
    width: 220px;
    float: left;
}

    .accountNav li {
        margin-bottom: 1px;
    }

        .accountNav li a {
            display: block;
            line-height: 45px;
            color: #131516;
            text-decoration: none;
            padding-left: 34px;
            display: block;
            font-weight: 600;
            position: relative;
        }

            .accountNav li a.walletS {
                background: url(/static/cardservices/images/wallet-icon.png) no-repeat 7px 50%;
            }

            .accountNav li a.trans {
                background: url(/static/cardservices/images/transaction-icon.png) no-repeat 7px 50%;
            }

            .accountNav li a.reload {
                background: url(/static/cardservices/images/reload-icon.png) no-repeat 7px 50%;
            }

            .accountNav li a.setPrority {
                background: url(/static/cardservices/images/wallet-priority-icon.png) no-repeat 7px 50%;
            }

            .accountNav li a.request {
                background: url(/static/cardservices/images/customer-icon.png) no-repeat 7px 50%;
            }

            .accountNav li a.dashboard {
                background: url(/static/cardservices/images/left-arrow.png) no-repeat 7px 50%;
            }

            .accountNav li a:hover, .accountNav li a.selected {
                background-color: #f9a61a;
            }

                .accountNav li a.selected::after {
                    display: block;
                    content: "";
                    background: url(/static/cardservices/images/rt-arrow.png) no-repeat 0 50%;
                    width: 5px;
                    height: 36px;
                    position: absolute;
                    right: -5px;
                    top: 0;
                }

.accountDetailsArea {
    width: 100%;
}

    .accountDetailsArea .walletArea {
        clear: both;
        height: 100%;
        overflow: hidden;
    }

.detailsHeader {
    background: #f7f7f7;
    clear: both;
    height: 100%;
    overflow: hidden;
    padding: 15px;
}

    .detailsHeader .currencyBox {
        width: 50%;
        font-size: 24px;
        line-height: 31px;
        font-weight: 500;
        float: left;
    }

        .detailsHeader .currencyBox span {
            font-weight: 700;
        }

        .detailsHeader .currencyBox h2 {
            font-size: 26px;
            line-height: 29px;
            margin-bottom: 10px;
            font-weight: 600;
        }

    .detailsHeader .selectBase {
        border: solid 1px #7c7b7b;
        float: right;
        width: 150px;
        padding: 5px;
        margin-right: 0;
    }

        .detailsHeader .selectBase select {
            font-weight: 500;
        }

.accountsData {
    border: solid 1px #ececec;
    margin: 25px 0;
}

    .accountsData .row {
        clear: both;
        height: 100%;
        overflow: hidden;
        border-top: solid 1px #ececec;
        font-size: 12px;
        line-height: 19px;
    }

        .accountsData .row:hover {
            background: #f7f7f7;
        }

        .accountsData .row:first-of-type {
            border: 0;
        }

    .accountsData .col {
        padding: 15px 20px;
        float: left;
        width: 95px;
        border-left: solid 1px #ececec;
    }

        .accountsData .col:first-of-type {
            border: 0;
        }

    .accountsData .dataHead {
        background: #f7f7f7;
        font-weight: 500;
        font-size: 14px;
    }

    .accountsData .nocol {
        width: 40px;
        text-align: center;
    }

    .accountsData .datecol {
        width: 70px;
    }

.newData .datecol {
    width: 118px !important;
}

.accountsData .remarkscol {
    width: 210px;
}

.newData .remarkscol {
    width: 264px !important;
}

.accountsData .withdrawalcol {
    width: 60px;
}

.newData .withdrawalcol {
    width: 78px !important;
}

.accountsData .creditcol {
    width: 60px;
}

.newData .creditcol {
    width: 78px !important;
}

a.backBtn {
    display: inline-block;
    padding: 0 20px 0 27px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #adaaaa;
    background: url(/static/cardservices/images/dark-arrow-lt.png) no-repeat 10px 50% #fff;
    text-decoration: none;
    color: #545657;
}

    a.backBtn:hover {
        background-color: #f9a61a;
        border: solid 1px #f9a61a;
    }

a.nextBtn {
    display: inline-block;
    padding: 0 27px 0 20px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #adaaaa;
    background: url(/static/cardservices/images/dark-arrow-rt.png) no-repeat 90% 50% #fff;
    text-decoration: none;
    color: #545657;
    margin-left: 10px;
}

    a.nextBtn:hover {
        background-color: #f9a61a;
        border: solid 1px #f9a61a;
    }

.transFilter {
    clear: both;
    height: 100%;
    overflow: hidden;
    margin-top: 25px;
}

    .transFilter h3 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .transFilter input.datepicker {
        background: url(/static/cardservices/images/calender-icon.png) no-repeat 95% 50%;
        width: 214px;
        height: 35px;
        padding: 0 5px;
        border: solid 1px #888687;
        margin: 0 15px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 35px;
        color: #3a3a3a;
    }

    .transFilter input.redBtn {
        background: #98272b;
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        line-height: 35px;
        height: 35px;
        text-transform: uppercase;
        border: 0;
        padding: 0 10px;
        margin-right: 5px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }

        .transFilter input.redBtn:hover {
            background: #3a3a3a;
            cursor: pointer;
        }

    .transFilter input.clrBtn {
        background: #d9d6d8;
        color: #444243;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        line-height: 35px;
        height: 35px;
        text-transform: uppercase;
        border: 0;
        padding: 0 10px;
    }

        .transFilter input.clrBtn:hover {
            background: #3a3a3a;
            color: #FFF;
            cursor: pointer;
        }

.downloadOpt {
    float: right;
    margin-top: -67px;
}

    .downloadOpt span {
        display: block;
        float: left;
        line-height: 40px;
    }

    .downloadOpt .selectBase {
        float: left !important;
        border: solid 1px #adaaaa;
        float: right;
        width: 80px;
        height: 25px;
        padding: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .downloadOpt .selectBase select {
            font-weight: 500;
            height: 25px;
            line-height: 25px;
        }

    .downloadOpt input.okBtn {
        display: block;
        padding: 0 10px;
        height: 37px;
        border: 0;
        text-decoration: none;
        background: #f9a61a;
        color: #3a3a3a;
        font-weight: 500;
        float: left;
        font-size: 14px;
        line-height: 37px;
        font-family: 'Poppins', sans-serif;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }

        .downloadOpt input.okBtn:hover {
            background: #3a3a3a;
            color: #FFF;
            cursor: pointer;
        }

/*.profileDetails {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #e8e3e3;
    clear: both;
    height: 100%;
    overflow: hidden;
}*/

.profileDetails {
    background: rgba(255,255,255, 0.8);
    padding: 30px;
    clear: both;
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border: solid 1px #e8e3e3;
}

.uploadPic {
    width: 184px;
    float: left;
    background: #ebebeb;
    padding: 27px 0;
    text-align: center;
}

    .uploadPic .pic {
        width: 82px;
        height: 82px;
        border: solid 1px #a8a8a8;
        margin: 0 auto 10px;
        border-radius: 50%;
        overflow: hidden;
    }

        .uploadPic .pic img {
            width: 100%;
            height: 100%;
        }

    .uploadPic a {
        color: #3a3a3a;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        /*font-weight: 500;*/
        font-weight: 700;
    }

        .uploadPic a:hover {
            color: #98272b;
        }

.profData {
    float: left;
    width: 700px;
    margin-left: 100px;
}

    .profData h3 {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .profData ul.option {
        clear: both;
        height: 100%;
        overflow: hidden;
    }

        .profData ul.option li {
            float: left;
            position: relative;
            font-family: 'Poppins', sans-serif;
            margin-right: 50px;
        }

            .profData ul.option li input[type=radio] {
                position: absolute;
                left: 0;
                top: 2px;
                z-index: 9999;
                opacity: 0;
            }

            .profData ul.option li label {
                padding: 0 0 0 20px;
                display: block;
            }

            .profData ul.option li .check {
                border: 1px solid #3a3a3a;
                background: #FFF;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 2px;
            }

            .profData ul.option li input[type=radio]:checked ~ .check {
                background: url(/static/cardservices/images/dot.png) no-repeat 50% 50%;
            }

.formArea .col2 input[type="text"] {
    float: left !important;
    width: 42% !important;
    padding-left: 4% !important;
    font-size: 14px;
    font-weight: 500;
}

.formArea.formArea-so {
    width: 650px;
    margin-left: 150px;
    position: relative;
}

.formArea.formArea-so:before{
    content: "";
    background: #d6d6d6;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -70px;
}

.formArea.formArea-so .col2 input[type="text"]{
    padding-left: 6% !important;
    background-position: 10px 50%;
}

.loginForm-genarate-pin .formArea .col2 input[type="text"] {
    float: left !important;
    width: 17% !important;
    height: 20px;
    /*padding-left: 4% !important;*/
    padding-left: 0px !important;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    padding-top: 20px;
}

.formArea .col2 input[type="password"] {
    float: left !important;
    width: 17% !important;
    /*padding-left: 4% !important;*/
    padding-left: 0px !important;
    font-size: 14px;
    font-weight: 500;
}

.loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].cvv-new {
    width: 5% !important;
    height: 20px;
    margin-top: 0px !important;
    padding-top: 20px;
}

.loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"] {
    width: 12% !important;
    height: 20px;
    margin-top: 0px !important;
    padding-top: 20px;
}


.formArea .col2 .exper-date-wrap {
    float: left !important;
    width: 26% !important;
    padding-left: 0 !important;
    font-size: 14px;
    font-weight: 500;
}

    .formArea .col2 .exper-date-wrap input[type="text"] {
        width: 40% !important;
        float: left !important;
        padding-left: 30px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        height: 40px;
    }

.loginForm-genarate-pin .formArea .col2 .exper-date-wrap input[type="text"] {
    width: 20% !important;
    float: left !important;
    padding-left: 0px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-align: center;
}

.loginForm-genarate-pin .formArea .col2 .field-wrap .exper-date-wrap label {
    width: 12%;
    height: 21px;
    line-height: 21px;
    margin-top: 20px;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #adaaaa;
}

.formBody .exper-date-wrap {
    float: left !important;
    width: 60% !important;
    padding-left: 0 !important;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0px !important;
}

    .formBody .exper-date-wrap input[type="text"] {
        width: 40% !important;
        float: left !important;
        padding-left: 30px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .formBody .exper-date-wrap label {
        width: 12%;
        height: 41px;
        line-height: 40px;
        margin-top: 20px;
        float: left;
        text-align: center;
        font-size: 26px;
        color: #adaaaa;
    }

.formArea .col2 input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #adaaaa;
}

.formArea .col2 input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #adaaaa;
}

.formArea .col2 input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #adaaaa;
}

.formArea .col2 input[type="password"]::-moz-placeholder { /* Firefox 19+ */
    color: #adaaaa;
}

.formArea .col2 input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #adaaaa;
}

.formArea .col2 input[type="password"]:-ms-input-placeholder { /* IE 10+ */
    color: #adaaaa;
}

.formArea .col2 input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #adaaaa;
}

.formArea .col2 input[type="password"]:-moz-placeholder { /* Firefox 18- */
    color: #adaaaa;
}

.formArea .col3 input[type="text"] {
    float: left !important;
    width: 50% !important;
    padding-left: 4% !important;
    font-size: 14px;
    font-weight: 500;
}

.col2 input[type="text"]:nth-child(even) {
    float: right !important;
}

.addressSec {
    padding-bottom: 30px;
    clear: both;
    height: 100%;
    overflow: hidden;
}

.chkBx {
    position: relative;
    padding-left: 25px;
}

    .chkBx input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 9999;
    }

    .chkBx span {
        display: block;
        width: 12px;
        height: 12px;
        background: #FFF;
        border: solid 1px #878787;
        position: absolute;
        left: 0;
        top: 2px;
        border-radius: 3px;
    }

    .chkBx input:checked ~ span {
        background: url(/static/cardservices/images/tik.png) no-repeat 50% 50%;
    }

.uploadSec {
    clear: both;
    height: 100%;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 24px;
}

    .uploadSec .selectBase {
        width: 400px;
        border-bottom: solid 1px #bcbcbc;
        height: 35px;
    }

        .uploadSec .selectBase select {
            font-weight: 400;
            color: #3a3a3a;
            height: 35px;
        }

.uploadBtn {
    background: url(/static/cardservices/images/upload-doc-icon.png) no-repeat 10px 50%;
    color: #444243;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    text-transform: uppercase;
    border: solid 1px #a8a8a8;
    padding: 0 30px 0 40px;
}

    .uploadBtn:hover {
        cursor: pointer;
        background-color: #dedede;
    }

.submitBtn {
    display: inline-block;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #3a3a3a;
    font-weight: 500;
    background: #f9a618;
    border: solid 1px #f9a618;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 25px;
    padding: 0 20px;
}

    .submitBtn:hover {
        background: #474747;
        border: solid 1px #474747;
        color: #FFF;
    }

.calcelBtn {
    display: inline-block;
    border: solid 1px #908d89;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #3a3a3a;
    font-weight: 500;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 25px;
    margin-right: 10px;
    padding: 0 20px;
    background: none;
}

    .calcelBtn:hover {
        background: #dedddd;
        border: solid 1px #908d89;
    }
/*--- Light Box ----*/

.customLtBox {
    position: fixed;
    background: rgba(152, 39, 43, 0.95);
    height: 100%;
    width: 100%;
    z-index: 999999;
    display: none;
}

.confirmBox {
    width: 95%;
    max-width: 600px;
    margin: 15% auto 0;
    text-align: center;
}

    .confirmBox p {
        font-size: 30px;
        line-height: 35px;
        color: #FFF;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 40px;
    }

    .confirmBox a {
        display: inline-block;
        width: 130px;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        padding-top: 80px;
        padding-bottom: 15px;
        color: #FFF;
        text-decoration: none;
        border: solid 1px #FFFFFF;
        margin: 0 20px;
        opacity: 1;
        float: none;
        text-shadow: none;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
    }

        .confirmBox a.close {
            background: url(/static/cardservices/images/cross-white-icon.png) no-repeat 50% 50%;
        }

         .confirmBox input[type="text"] {
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -ms-box-sizing: initial;
    -o-box-sizing: initial;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.customLtBox > a.close {
    background: url(/static/cardservices/images/cross-white-icon.png) no-repeat 50% 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    display: none;
}

.customLtBox.suggestive > a.close {
    display: block;
}

.confirmBox a.continue {
    background: url(/static/cardservices/images/arrow-white-icon.png) no-repeat 50% 50%;
}

.confirmBox a:hover {
    background-color: #98272b;
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.exper-date-wrap input[type="text"]{
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -ms-box-sizing: initial;
    -o-box-sizing: initial;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.suggestive {
    background: rgba(0, 0, 0, 0.73);
    display: block;
}

.itemHolder {
    position: relative;
}

.item {
    position: absolute;
    z-index: 9999999;
}

.editProf .item {
    left: 6px;
    top: 3px;
}

.starNo .item {
    left: 2px;
    top: -62px;
}

.arrangeList .item {
    right: -54px;
    bottom: 6px;
}

.currency .item {
    left: 62px;
    bottom: 16px;
}

.currency.currencyInactive .item {
    left: 100px;
}

.buttons.topNav li img.item.item-help-genarate {
    left: 20px;
    top: 10px;
}

.blockC .item {
    right: 42px;
    bottom: 27px;
}

.blockC {
    margin: 0 auto;
    width: 275px;
}
/*---- Footer ----*/

.siteFooter {
    background: #98272b;
}

    .siteFooter ul.footerNav {
        width: 100%;
        border-bottom: solid 1px #d66e62;
        padding: 24px 0;
        text-align: center;
    }

        .siteFooter ul.footerNav li {
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
            padding: 0 12px;
            text-transform: uppercase;
            font-weight: 500;
        }

            .siteFooter ul.footerNav li a {
                text-decoration: none;
                color: #FFF;
            }

                .siteFooter ul.footerNav li a:hover {
                    color: #faa61a;
                }

    .siteFooter p {
        font-size: 12px;
        text-align: center;
        padding: 20px 0;
        color: #FFF;
    }

.homeFooter {
    background: none;
    margin-top: 50px;
}

    .homeFooter ul.footerNav {
        border-bottom: solid 1px #d6d6d6;
    }

        .homeFooter p, .homeFooter ul.footerNav li a {
            color: #6a6969;
        }

            .homeFooter ul.footerNav li a:hover {
                color: #474747;
            }

.trDate {
    float: left;
}

.areaLoaderBase {
    position: relative;
}

.areaLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(/static/cardservices/images/loader-2w.gif) no-repeat 50% 50% rgba(255, 255, 255, 0.65);
}

.accountDetailsArea .singleWallet a.arrangeList {
    cursor: move;
}

.newUser p {
    display: inline;
}

.loginSec .signInButtonNew {
    display: inline-block;
    width: 48%;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #3a3a3a;
    font-weight: 600;
    background: #f9a618;
    height: 50px;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 25px;
}

    .loginSec .signInButtonNew:hover {
        background: #474747;
        color: #FFF;
    }

.loginSec .backBtn {
    display: inline-block;
    width: 48%;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    background: #474747;
    height: 50px;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 25px;
    margin-right: 3%;
}

    .loginSec .backBtn:hover {
        background: #000;
        color: #FFF;
    }

a.helpBtn {
    display: block;
    width: 30px;
    height: 30px;
    background: #98272b;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    cursor: help;
    text-decoration: none;
    border-radius: 50%;
    float: right;
    margin-top: 34px;
}

    a.helpBtn:hover {
        background: #474747;
    }

.contactData h2 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contactData p {
    padding-bottom: 15px;
}

.contactData ul li {
    background: url(/static/cardservices/images/dark-arrow-rt.png) no-repeat 0 5px;
    padding: 0 0 10px 15px;
}

.contactData a {
    text-decoration: none;
    color: #98272b;
}

ul.topNav li a {
    background-repeat: no-repeat;
    background-position: 7px 45%;
    padding: 0 20px 0 32px;
}

    ul.topNav li a.selected, ul.topNav li a:hover {
        color: #fff;
        background-color: #414141;
        background-repeat: no-repeat;
        background-position: 7px 45%;
        /*padding: 0 20px 0 32px;*/
    }

    ul.topNav li a.dashboard {
        background-image: url(/static/cardservices/images/left-arrow.png);
    }

        ul.topNav li a.dashboard.selected, ul.topNav li a.dashboard:hover {
            background-image: url(/static/cardservices/images/left-arrow-hover.png);
        }

    ul.topNav li a.trans {
        background-image: url(/static/cardservices/images/transaction-icon.png);
    }

    ul.topNav li a.generatePin {
        background-image: url(/static/cardservices/images/generate-pin-icon.png);
    }

        ul.topNav li a.generatePin.selected, ul.topNav li a.generatePin:hover {
            background-image: url(/static/cardservices/images/generate-pin-icon-hover.png);
        }

    ul.topNav li a.trans.selected, ul.topNav li a.trans:hover {
        background-image: url(/static/cardservices/images/transaction-icon-hover.png);
    }

    ul.topNav li a.reload {
        background-image: url(/static/cardservices/images/reload-icon.png);
    }

        ul.topNav li a.reload.selected, ul.topNav li a.reload:hover {
            background-image: url(/static/cardservices/images/reload-icon-hover.png);
        }

    ul.topNav li a.request {
        background-image: url(/static/cardservices/images/customer-icon.png);
    }

        ul.topNav li a.request.selected, ul.topNav li a.request:hover {
            background-image: url(/static/cardservices/images/customer-icon-hover.png);
        }

    ul.topNav li a.logout {
        background-image: url(/static/cardservices/images/logout.png);
    }

        ul.topNav li a.logout.selected, ul.topNav li a.logout:hover {
            background-image: url(/static/cardservices/images/logout-hover.png);
        }

    ul.topNav li a.editProf {
        background-image: url(/static/cardservices/images/editprof-icon-black.png);
    }

        ul.topNav li a.editProf .selected, ul.topNav li a.editProf:hover {
            background-image: url(/static/cardservices/images/editprof-icon.png);
        }

    ul.topNav li a.changePass {
        background-image: url(/static/cardservices/images/changepass-icon-black.png);
    }

        ul.topNav li a.changePass .selected, ul.topNav li a.changePass:hover {
            background-image: url(/static/cardservices/images/changepass-icon.png);
        }

.hide {
    display: none;
}

.ui-tooltip {
    width: 200px;
    text-align: center;
    box-shadow: none;
    padding: 0;
}

.ui-tooltip-content {
    position: relative;
    padding: 0.5em;
}

    .ui-tooltip-content::after, .ui-tooltip-content::before {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        left: 90px;
    }

.bottom .ui-tooltip-content::before {
    bottom: -20px;
    border-color: #AAA transparent;
    border-width: 10px 10px 0;
}

.bottom .ui-tooltip-content::after {
    bottom: -7px;
    border-color: white transparent;
    border-width: 10px 10px 0;
}

.top .ui-tooltip-content::before {
    top: -10px;
    border-color: #AAA transparent;
    border-width: 0 10px 10px;
}

.top .ui-tooltip-content::after {
    top: -7px;
    border-color: white transparent;
    border-width: 0 10px 10px;
}

.headerLoginBtn.show-mobile {
    display: none;
}

/* 14.06.2018 Sourav */

.loginForm-genarate-pin .formArea .col2 div.field-wrap {
    overflow: hidden;
}

    .loginForm-genarate-pin .formArea .col2 div.field-wrap label {
        width: 15%;
        float: left;
        margin-top: 20px;
        height: 24px;
        padding-top: 2px;
        font-weight: 600;
    }

/* 14.06.2018 Sourav */

/* 15.06.2018 Sourav */

input:-webkit-input-placeholder {
    line-height: normal !important;
}

/* 15.06.2018 Sourav */

/* 22.06.2018 Sourav */

.formBody.new-genarate-pin-design{
	/*padding: 150px 0;*/
    padding: 50px 0;
	position: relative;
}

.formBody.new-genarate-pin-design .custom-equeal-hei{
	/*min-height: 304px;*/
    min-height: 180px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.formBody.new-genarate-pin-design .custom-equeal-hei.form-section-right{
    position: relative;
}

.formBody.new-genarate-pin-design .horigental-align-cu{
	width: 680px;	
	margin: 0px auto;
}

.formBody.new-genarate-pin-design .profileDetails{
	background: url(/static/cardservices/images/genarate-pin-new-design-back.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	margin-bottom: 0;
	padding: 36px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: none;
	min-height: 180px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.formBody.new-genarate-pin-design .form-sec-left{
	position: relative;
}

/*.formBody.new-genarate-pin-design .form-sec-left:after{
	content: "";
	background: #ababab;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
}*/

.formBody.new-genarate-pin-design .custom-equeal-hei.form-section-right:before{
	content: "";
	background: #ababab;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -15px;
}

.formBody.new-genarate-pin-design .horigental-align-cu p.formHeading{
	background: none;
	font: 400 24px/24px 'Lato', sans-serif;
	color: #3b3b3b;
	margin-bottom: 15px;
}

.formBody.new-genarate-pin-design .profData{
	width: 100%;
	margin-left: 0;
}

.formBody.new-genarate-pin-design .profileDetails .addressSec{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 10px;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .profileDetails .formArea .col2 div.field-wrap label{
	display: block;
	margin: 0 0 10px;
	padding: 0;
	font: 700 12px/1.2 'Lato', sans-serif;
	color: #111111;
	text-transform: uppercase;
	width: 100%;
	height: auto;
} 

.loginForm-genarate-pin .formBody.new-genarate-pin-design .profileDetails .formArea .col2 input[type="text"], .loginForm-genarate-pin .formBody.new-genarate-pin-design .profileDetails .formArea .col2 .field-wrap input[type="password"].cvv-new{
	width: 100% !important;
	height: auto;
	display: block;
	font: 400 14px/22px 'Lato', sans-serif;
	color: #706c6c;
	background: #fff;
	border: solid 1px #b3b3b3;
	padding: 5px !important;
	margin: 0;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap{
	margin-bottom: 18px;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 .exper-date-wrap{
	width: 100% !important;
	background: #fff;
	border: solid 1px #b3b3b3;
	padding: 0 10px !important;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap .exper-date-wrap label{
	margin-bottom: 0;
	width: 20%;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0;
	color: #706c6c;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap .exper-date-wrap input{
	width: 40% !important;
	border: none;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .g-recaptcha {
    transform:scale(0.80);
	-webkit-transform:scale(0.80);
	-moz-transform:scale(0.80);
	-ms-transform:scale(0.80);
	-o-transform:scale(0.80);
    transform-origin:0 0;
	margin-bottom: 24px;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .button-section{
	font: 700 14px/22px 'Lato', sans-serif;
	width: 100%;
	float: left;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .button-section .calcelBtn{
	width: 145px;
	margin: 0;
	background: #98272b;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #fff;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}


.loginForm-genarate-pin .formBody.new-genarate-pin-design .hide-section{
	float: left;
}

/*.loginForm-genarate-pin .formBody.new-genarate-pin-design .hide-section .hide {
    display: block !important;
}*/

.loginForm-genarate-pin .formBody.new-genarate-pin-design .otp-time-select{
	float: left;
	font: 700 12px/22px 'Lato', sans-serif;
	color: #2b2a2a;
	padding: 5px 0;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .otp-time-select span{
	font-size: inherit;
	color: inherit;
}

.loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 .field-wrap.re-enter-wrap input[type="password"]{
	width: 100% !important;
    height: auto;
    margin-top: 0px !important;
    padding: 5px !important;
	font: 400 14px/22px 'Lato', sans-serif;
}

.customerDetails .profText a{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

*:not(.customerDetails .profText a){
  box-sizing : border-box;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginForm.loginForm-genarate-pin{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* 22.06.2018 Sourav */

/* Rev Sourav G 16.08.2018 */

.customerDetails-dropDown-wrap{
    width: 100%;
    margin-top: 4px;
}

.customerDetails-dropDown-wrap label{
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.tooptipCustom{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.tooltipText{
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    
    filter: alpha(opacity=0);
    
    line-break: auto;

    background: rgba(0,0,0,0.6);
    color: rgba(255, 255, 255, 0.8);
    width: 150px;
    padding: 5px;
    bottom: 24px;
    left: -75px;
    word-wrap: break-word;
    opacity: 0;

    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.info:hover + .tooltipText{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tooltipText:after {
	width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  
    border-top: 5px solid rgba(0,0,0,0.6);
    content: "";
    bottom: -5px;
    left: 48%;
    position: absolute;
}
.info{
   font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    border: #fff 1px solid;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
}

.customerDetails .customerDetails-dropDown {
    padding: 0;
    display: inline-block;
    width:auto;
    height: 31px;
    background-image: url(/static/cardservices/images/select-arrow-so.png), url(/static/cardservices/images/select-section-card-icon.png);
    background-position: 96% 50%, 5% 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 12px 7px, auto auto;
    background-color: #98272b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 31px;
    position: relative;
    border: solid 1px #fff;
    margin: 5px 0;
    outline: none;
}

.customerDetails .customerDetails-dropDown .customerDetails-dropDown-list{
    padding: 0 27px 0 27px;
    background: none;
    outline: none;
    border: solid 1px rgba(0, 0, 0, 0);
    width: 100%;
    height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 31px;
}

.customerDetails .customerDetails-dropDown option {
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 22px;
    color:#414141;
    width: 100%;
    position: relative;
    margin-left: 1px;
}

.customerDetails .customerDetails-dropDown:hover {
    color: #fff;
    background-color: #414141;
}

.customerDetails .customerDetails-dropDown:hover option{
    color: #3a3a3a;
}

/* Rev Sourav G 16.08.2018 */

/* Rev Sourav G 20.08.2018 */

.dashboard-wallet-sec-left{
    width: 40%;
    float:left;
}

.dashboard-wallet-sec-right{
    width: auto;
    float: right;
    padding: 30px 0;
    text-align: right;
}

.dashboard-wallet-sec-right h3{
    font-size: 18px;
    line-height: 38px;
    color: #98272b;    
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    margin-right: 17px;
}

.dashboard-wallet-sec-right .otherCurrenciesDiv{
    display: block;
    float: left;
    margin-right: 20px;
}

.dashboard-wallet-sec-right .selectBase select {
    font-weight: 400;
    width: 100%;
    padding: 5px 14px;
    outline: none;
}

.dashboard-wallet-sec-right .selectBase select option{
    border-color: #b4b3b3;
    outline: none;
}

.dashboard-wallet-sec-right .detailsHeader{
    padding: 0;
    background:#fff;
    clear: inherit;
}

.dashboard-wallet-sec-right .detailsHeader .selectBase{
    border-color: #b4b3b3;
    padding: 0;
    width: 190px;
    background-image: url('/Static/CardServices/images/arrow-dashbord-dropdown.png');
    background-position: 93% 50%;
}

.dashboard-wallet-sec-right .add-money-button{
    background: #e5e5e5;
    background-image: url('/Static/CardServices/images/money-icon.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1d1b1b;
    text-align: left;
    width: auto;
    height: 39px;
    float: left;
    padding-left: 40px;
    display: block;
    padding-right: 15px;
}

/*.dashboard-wallet-sec-right .add-money-button:hover{
    background-color: #f9a61a;
    background-image: url('/Static/CardServices/images/money-icon-hover.png');
}*/

/* Rev Sourav G 20.08.2018 */
.add-money-button.disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}
.add-money-button.active {
    background-color: #f9a61a !important;
    background-image: url('/Static/CardServices/images/money-icon-hover.png') !important;
    cursor: pointer;
}

.mobile-view{
    display: none;
}
@media only screen and (max-width: 645px){
    .tooltipText{
        display: inline-block!important;
    }
}
@charset "utf-8";
/* CSS Document */

.detailsHeader .currencyBox h2 {
    font-size: 22px;
}

.detailsHeader .currencyBox p {
    font-size: 18px;
}
/*.downloadOpt {
	float: right;
	margin-top: -35px;
}*/

.pagination > li > a {
    text-decoration: none;
}

@media only screen and (max-width : 1170px) {
    h2.contentMainHeading {
        padding: 0 0 0 38px;
    }

    .dashboard-wallet-sec-right {
        padding-right: 38px;
    }

    a.helpBtn {
        margin-right: 38px;
    }

    .singleWallet {
        padding: 20px 1%;
        width: 29%;
    }

    .addWallet {
        font-size: 14px;
    }

    .deActivated .balance {
        padding-left: 5px;
    }

    .currency {
        margin: 0 10px;
    }

    .logo {
        width: 20%;
        height: auto;
        margin: 10px;
    }

    .indLogo {
        margin-right: 10px;
        width: 110px;
        height: auto;
        margin-top: 20px;
    }

    .pageHeader {
        clear: both;
        height: 100%;
        overflow: hidden;
    }

    .profData {
        width: 100%;
        margin-left: 3%;
    }

    .profileDetails {
        border: 0;
    }

    .accountDetailsArea {
        width: 100%;
    }

    .trDate {
        width: 28%;
    }

    .transFilter input.datepicker {
        width: 200px;
    }

    .priceListBar ul li {
        width: 20%;
    }

    #cntAccountsData .accountsData .col {
        padding: 15px 13px;
    }

    .formArea.formArea-so {
        width: 60%;
        margin-left: 10%;
    }

        .formArea.formArea-so:before {
            content: "";
            background: #d6d6d6;
            width: 1px;
            height: 100%;
            position: absolute;
            top: 0;
            left: -10%;
        }

    /* Sourav 27.06.2018 */
    .detailsHeader .selectBase {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    /* Sourav 27.06.2018 */

}

} /* 1170 */
@media only screen and (max-width : 1117px) {
    #cntAccountsData .accountsData .col {
        padding: 15px 13px;
    }
}

@media only screen and (max-width : 1056px) {
    #cntAccountsData .accountsData .col {
        padding: 15px 8px;
    }

    .transFilter input.datepicker {
        width: 170px;
    }

    .buttons {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        float: right;
        width: 100%;
    }
}


@media only screen and (max-width : 1024px) {

    /* Sourav 15.06.2015 */

    .buttons {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        float: right;
        width: 100%;
    }

        .buttons:before {
            content: "";
            clear: both;
            font-size: 0;
            line-height: 0;
        }

        .buttons li a {
            margin-left: 2px;
        }

    ul.topNav li a {
        padding-left: 30px;
        padding-right: 10px;
    }

    /* Sourav 15.06.2015 */

    /* Sourav 18.06.2015 */

    .loginForm-genarate-pin .formArea .col2 input[type="text"] {
        width: 22% !important;
    }

    /* Sourav 18.06.2015 */


    /* Sourav 27.06.2018 */

    .uploadPic {
        width: 25%;
        margin: 0px auto 30px;
        float: none;
    }

    .formArea.formArea-so {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .transFilter input.datepicker {
        margin: 0 10px;
    }

    /* Sourav 27.06.2018 */


}


@media only screen and (max-width : 1000px) {
    .pageHeader, .customerDetails {
        position: relative;
    }

    .logo {
        width: 130px;
        height: auto;
      /*  margin: 40px auto 10px;
        float: none;*/
        display: block;
    }

   /* .indLogo {
        position: absolute;
        left: 50%;
        top: 0;
        margin: 15px 0 0 -55px;
    }*/

    .currency {
        font-size: 24px;
        margin: 0 7px;
    }

    .balance {
        font-size: 14px;
        padding-left: 7px;
    }

    .addWallet {
        padding-left: 15px;
        background-size: 10%;
        font-size: 12px;
    }

    .deActivated .currency {
        margin-right: 4px;
        margin-left: 4px;
    }

    .uploadSec .selectBase {
        width: 50%;
    }

    .accountNav {
        position: fixed;
        left: -200px;
        top: 0;
        width: 200px;
        height: 100%;
        background: rgba(161, 23, 28, 0.95);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 9999;
    }

        .accountNav .clsBtn {
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
            text-decoration: none;
            margin: 10px 0 10px 170px;
        }

        .accountNav li a.selected::after {
            display: none;
        }

    .accountArea {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 0;
        box-sizing: border-box;
    }

    .accountDetailsArea {
        padding: 0;
        float: none;
        width: 100%;
    }

    .transFilter {
        padding: 15px;
    }

    .leftNavBtn {
        position: absolute;
        left: 10px;
        bottom: 26px;
        background: url(/static/cardservices/images/lt-mob-btn.png) no-repeat 50% 0;
        width: 20px;
        height: 17px;
        text-indent: -20000px;
        display: none;
    }

    .downloadOpt {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .accountDetailsArea a.backBtn {
        margin-left: 15px;
    }

    #cntAccountsData .accountsData .col {
        width: 10%;
    }

    #cntAccountsData .accountsData .nocol {
        width: 6%;
    }

    #cntAccountsData .accountsData .datecol {
        width: 7%;
    }

    #cntAccountsData .accountsData .remarkscol {
        width: 30%;
    }

    #cntAccountsData .accountsData .withdrawalcol {
        width: 10%;
    }

    #cntAccountsData .accountsData .creditcol {
        width: 10%;
    }

    .newData .remarkscol {
        width: 27% !important;
    }

    #cntAccountsData .accountsData .col {
        padding: 1.5%;
    }

    .singleWallet, .accountDetailsArea .singleWallet {
        padding: 20px 1%;
        width: 29%;
    }

        .accountDetailsArea .singleWallet:nth-child(2n) {
            margin-right: 20px !important;
        }

        .accountDetailsArea .singleWallet:nth-child(3n) {
            margin-right: 0 !important;
        }

    .accountDetails #cntAccountsData .accountsData {
        margin-top: 0;
    }

    .contactData {
        padding: 20px;
    }

    /* Sourav 15.06.2015 */

    .buttons {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        float: right;
    }

        .buttons:before {
            content: "";
            clear: both;
            font-size: 0;
            line-height: 0;
        }

        .buttons li a {
            margin-left: 2px;
        }

    /* Sourav 15.06.2015 */

    /* Sourav 28.06.2018 */
    a.blockYourCard {
        width: 280px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    /* Sourav 28.06.2018 */


}

@media only screen and (max-width : 960px) {

    .dashboard-wallet-sec-left {
        width: 100%;
    }

    .dashboard-wallet-sec-right {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 0px 38px 35px;
    }
}


/* 1000 */
@media only screen and (max-width : 840px) {
    .singleWallet, .accountDetailsArea .singleWallet {
        position: relative;
        width: 22.5%;
        height: 135px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    .balance a.addWallet2 {
        width: 70%;
        margin: 0px auto;
    }

    .starNo, .arrangeList, .arrangeList.itemHolder {
        position: absolute !important;
        margin: 0 !important;
        top: 10px;
    }

    .starNo {
        left: 10px;
    }
    /*.arrangeList{
	right:10px;	
	}*/

    .currency, .balance {
        margin-top: 15px;
    }

    .currency {
        margin-left: 10%;
    }

    .singleWallet:nth-child(3n), .accountDetailsArea .singleWallet:nth-child(3n) {
        margin-right: 20px !important;
    }

    .singleWallet:nth-child(4n), .accountDetailsArea .singleWallet:nth-child(4n) {
        margin-right: 0 !important;
    }

    .currency, .deActivated .currency {
        display: block;
        width: 100%;
        margin: 5px 0 5px 0;
        text-align: center;
        font-size: 40px;
        float: none;
    }

    .balance {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 14px;
        border-left: 0;
        float: left;
        padding: 0;
        line-height: 21px;
    }

    .addWallet {
        display: inline-block;
        background-size: auto;
        padding-left: 20px;
        font-size: 12px;
    }

    .deActivated .balance {
        padding-left: 0;
    }

    .formArea .col2 input[type="text"] {
        padding-left: 7% !important;
        width: 40% !important;
    }

    .trDate {
        width: 25%;
    }

    .transFilter input.datepicker {
        width: 150px;
    }

    .pagination {
        margin: 0 !important;
    }

    .downloadOpt {
        margin-top: -47px;
    }
}
/* 840 */
@media only screen and (max-width : 767px) {
    .trDate {
        width: 49%;
        margin-right: 1%;
    }

    .transFilter .redBtn, .transFilter input.clrBtn {
        margin-top: 15px;
    }

    .transFilter .redBtn, .transFilter input.clrBtn {
        margin-top: 0;
    }
    /*.arrangeList .item {
	bottom: 6px;
	right: -104px;
}*/

    .transFilter input.datepicker {
        width: 135px;
    }

    /* Sourav 27.06.2018 */

    .formArea.formArea-so {
        padding: 20px;
    }

        .formArea.formArea-so .col2 input[type="text"], .formArea.formArea-so .col2 input[type="text"]:nth-child(2n) {
            width: 100% !important;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
        }

        .formArea.formArea-so .col2 input[type="text"] {
            padding-left: 40px !important;
        }

    .detailsHeader .selectBase {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        margin-bottom: 10px;
    }

    .transFilter input.datepicker {
        width: 100%;
        margin: 5px 0;
        box-sizing: border-box;
    }

    /* Sourav 27.06.2018 */

    /* Sourav 28.06.2018 */
    a.blockYourCard {
        width: 80%;
        margin: 10px auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        text-align: left;
    }

    .blockC {
        width: 100%;
    }
    /* Sourav 28.06.2018 */


    /*Sourav G 21.08.2018*/

    .dashboard-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .dashboard-wallet-sec-right.mobile-view {
        padding: 20px 38px;
        width: 85%;
        margin: 0px auto;
        float: none;
        overflow: hidden;
    }

        .dashboard-wallet-sec-right.mobile-view .detailsHeader .selectBase {
            margin-bottom: 0;
        }

    /*Sourav G 21.08.2018*/

    /*Sourav G 22.08.2018*/

    ul.topNav li a.generatePin {
        font-size: 90%;
    }

    .dashboard-wallet-sec-right h3 {
        margin-right: 7px;
    }

    .dashboard-wallet-sec-right .otherCurrenciesDiv {
        margin-right: 7px;
    }

    /*Sourav G 22.08.2018*/


}
/* 767 */
@media only screen and (max-width : 755px) {
    .singleWallet, .accountDetailsArea .singleWallet {
        width: 22%;
    }

    .balance a.addWallet2 {
        font-size: 12px;
        line-height: 18px;
    }

    .currency, .deActivated .currency {
        font-size: 28px;
    }
}

@media only screen and (max-width : 725px) {
    .singleWallet, .accountDetailsArea .singleWallet:nth-child(2n), .accountDetailsArea .singleWallet:nth-child(3n) {
        margin-right: 3% !important;
    }

    .accountDetailsArea .productDetails .singleWallet:nth-child(4n) {
        margin-right: 0 !important;
    }

    .profData {
        width: 100%;
        float: right;
        margin: 0;
    }

    /*.formArea .col2 input[type="text"], .formArea .col2 input[type="text"]:nth-child(2n) {
        float: none !important;
        width: 90% !important;
        padding-left: 7% !important;
    }*/

    .formArea .col2 .exper-date-wrap {
        float: none !important;
        width: 60% !important;
        overflow: hidden;
        padding-left: 0px !important;
    }

    .loginForm-genarate-pin .formArea .col2 .exper-date-wrap input[type="text"] {
        width: 25%;
    }

    .uploadSec .selectBase {
        width: 90%;
        margin: 0 0 15px 0;
    }

    /*.transFilter input.datepicker {
        width: 35%;
    }*/

    .transFilter input.redBtn, .transFilter input.clrBtn {
        margin-top: 15px;
    }

    /*Card Sec Dashbord Revamp 19.09.2018*/    

    .dashboard-wallet-sec-right .otherCurrenciesDiv {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-bottom: 12px;
    }

    .dashboard-wallet-sec-right .detailsHeader .selectBase {
        float: left;
        width: 80%;
    }

    /*Card Sec Dashbord Revamp 19.09.2018*/

}
/* 735 */
@media only screen and (max-width : 700px) {
    .newData .remarkscol {
        width: 23% !important;
    }

    .pagination {
        width: 100%;
        text-align: center;
        height: 50px;
    }

    .downloadOpt {
        float: none;
        margin: 10px auto 0;
        width: 300px;
    }


    /*Sourav G 22.08.2018*/

    .dashboard-wallet-sec-right.mobile-view {
        width: 85%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .dashboard-wallet-sec-right h3 {
        font-size: 16px;
        margin-right: 7px;
    }

    .dashboard-wallet-sec-right .otherCurrenciesDiv {
        margin-right: 7px;
    }

    /*Sourav G 22.08.2018*/

    /*Card Sec Dashbord Revamp 19.09.2018*/
    ul.topNav li a.generatePin, ul.topNav li a.trans, ul.topNav li a.request, ul.topNav li a.logout {
        font-size: 13px;
    }
    /*Card Sec Dashbord Revamp 19.09.2018*/

}

@media only screen and (max-width : 650px) {

    .dashboard-wallet-sec-right h3 {
        width: 100%;
        text-align: left;
    }

    .dashboard-wallet-sec-right .otherCurrenciesDiv {
        width: 100%;
        margin-right: 0;
        float: left;
        margin-bottom: 12px;
    }

    .dashboard-wallet-sec-right .detailsHeader .selectBase {
        float: left;
        width: 80%;
    }

    .dashboard-wallet-sec-right .add-money-button {
        height: 35px;
        line-height: 35px;
    }
}

@media only screen and (max-width : 645px) {
    .headerLoginBtn.hide-mobile {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    .singleWallet, .accountDetailsArea .singleWallet {
        margin-right: 3% !important;
        width: 30.5%;
    }

        .accountDetailsArea .singleWallet:nth-child(3n) {
            margin-right: 0 !important;
        }

        .accountDetailsArea .singleWallet:nth-child(4n) {
            margin-right: 3% !important;
        }

    .accountDetailsArea .productDetails .singleWallet:nth-child(4n) {
        margin-right: 3% !important;
    }

    h2.contentMainHeading {
        padding: 0 0 0 10px;
    }

    a.helpBtn {
        margin-right: 10px;
    }

    .priceListBar ul li {
        font-size: 12px;
    }

        .priceListBar ul li span {
            font-size: 13px;
        }

    .headerLoginBtn.show-mobile {
        display: block;
    }

    ul.buttons {
        position: absolute;
        top: 0;
        /*right:-150px;*/
        right: 0;
        -webkit-transition: all ease-in-out 1s;
        -moz-transition: all ease-in-out 1s;
        -o-transition: all ease-in-out 1s;
        transition: all ease-in-out 1s;
        z-index: 9999;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        /*width: 205px;*/
        width: 235px;
    }

        ul.buttons.slide-menu {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
        }

        ul.buttons li {
            float: none;
            display: block;
            border-top: solid 1px #fec461;
        }

            ul.buttons li:first-of-type {
                border: 0;
            }

            ul.buttons li a {
                display: block;
                margin: 0;
                font-size: 12px;
                height: auto;
                line-height: 35px;
            }

    .headerLoginBtn {
        position: absolute;
        right: 10px;
        top: -40px;
        background: url(/static/cardservices/images/rt-mob-btn-new.png) no-repeat 50%;
        width: 30px;
        height: 30px;
        text-indent: -20000px;
        z-index: 1;
    }

        .headerLoginBtn.activated.show-mobile {
            top: auto;
            bottom: 10px;
        }

    .uploadPic {
        width: 150px;
        padding: 15px 0;
    }

    .profData ul.option li {
        margin-bottom: 10px;
    }

    .customerDetails {
        margin-bottom: 0;
    }

    .wrapper.contentArea {
        overflow-x: hidden;
        overflow-y: visible;
    }

    #cntAccountsData .accountsData .row {
        padding: 15px;
    }

    #cntAccountsData .accountsData .col {
        padding: 0;
        float: none;
        text-align: left;
        width: auto;
        font-size: 14px;
        line-height: 25px;
    }

        #cntAccountsData .accountsData .col span {
            font-weight: 600;
            padding-right: 10px;
            color: #252525;
            display: inline-block;
            width: 100px;
        }

    #cntAccountsData .accountsData .dataHead {
        display: none;
    }

    .accountDetailsArea #cntAccountsData .accountsData .col {
        border: 0;
        width: 100% !important;
    }

        .accountDetailsArea #cntAccountsData .accountsData .col span {
            font-weight: 600;
            color: #98272b;
        }

    .col.nocol {
        display: none;
    }

    .accountArea {
        padding-bottom: 25px;
    }

    .currency .item {
        bottom: 16px;
        left: auto;
        right: 20%;
    }

    .formArea input[type="password"].pin {
        width: 100%;
        box-sizing: border-box;
    }

    .formBody .exper-date-wrap {
        width: 100% !important;
    }

    .singleWallet, .accountDetailsArea .walletArea .singleWallet, .singleWallet:nth-child(3n) {
        width: 48%;
        margin: 0 2.5% 0 0 !important;
        border-bottom: solid 1px #c4c2c2 !important;
    }

        .singleWallet:nth-child(2n) {
            margin-right: 0px !important;
            border-left: solid 1px #c4c2c2 !important;
            border-top: solid 1px #c4c2c2 !important;
        }

        .singleWallet:nth-child(odd) {
            border-right: solid 1px #c4c2c2 !important;
            /*border-left: solid 1px #c4c2c2 !important;*/
            border-top: solid 1px #c4c2c2 !important;
            margin-left: 3px !important;
        }

    .wrapper {
        overflow-x: hidden;
        overflow-y: visible;
    }

    /* Sourav 14.06.2018*/

    .loginForm-genarate-pin .formArea .col2 div.field-wrap label {
        width: 40%;
    }

    .loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].cvv-new {
        width: 17% !important;
    }

    .loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].atm-PinId {
        width: 34% !important;
    }

    .loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].re-AtmPinId {
        width: 34% !important;
    }

    .pageHeader {
        text-align: center;
    }

       /* .pageHeader .wrapper > a {
            display: inline-block;
        }*/

    /* Sourav 14.06.2018*/

    /* Sourav 18.06.2018*/
    .starNo .item.item-set-wallet-web {
        display: none;
    }

    .currency.currencyInactive .item.item-interactive-wallet-web {
        display: none;
    }

    .currency.currencyInactive .item.item-interactive-wallet-mob {
        left: 0;
    }

    /* Sourav 18.06.2018*/


    /* 22.06.2018 Sourav */

    .formBody.new-genarate-pin-design .horigental-align-cu {
        width: 100%;
        padding: 0;
    }

    .formBody.new-genarate-pin-design {
        padding: 0 0 15px;
    }

        .formBody.new-genarate-pin-design .horigental-align-cu p.formHeading {
            background: #98272b;
            font-size: 18px;
            line-height: 2;
            color: #e8c889;
        }

        .formBody.new-genarate-pin-design .profileDetails {
            background-image: none;
            background-color: rgba(195,195,195, 0.8);
            padding: 15px 10px;
            width: 92%;
            margin: 0px auto;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            .formBody.new-genarate-pin-design .profileDetails .profData {
                padding: 0;
            }

        .formBody.new-genarate-pin-design .custom-equeal-hei {
            min-height: inherit;
            padding-bottom: 20px;
        }

            .formBody.new-genarate-pin-design .custom-equeal-hei:last-child {
                padding-bottom: 0;
            }

        .formBody.new-genarate-pin-design .form-sec-left:after {
            content: "";
            width: 90%;
            height: 1px;
            top: auto;
            left: 50%;
            bottom: 18px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap img {
        max-width: 100%;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 .exper-date-wrap {
        padding: 0px !important;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap .exper-date-wrap input {
        width: 45% !important;
        border: none;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap .exper-date-wrap label {
        width: 10%;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .profileDetails .formArea .col2 input[type="text"], .loginForm-genarate-pin .formBody.new-genarate-pin-design .profileDetails .formArea .col2 .field-wrap input[type="password"].cvv-new {
        font-size: 12px;
    }


    .loginForm-genarate-pin .formBody.new-genarate-pin-design .button-section {
        text-align: center;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .g-recaptcha {
        margin-bottom: 4px;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .profileDetails .formArea .col2 div.field-wrap .mob-custom {
        padding-right: 0;
    }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap.re-enter-wrap .mob-custom {
        border-right: none !important;
        margin-bottom: 24px;
    }

        .loginForm-genarate-pin .formBody.new-genarate-pin-design .formArea .col2 div.field-wrap.re-enter-wrap .mob-custom:last-child {
            margin-bottom: 12px;
        }

    .loginForm-genarate-pin .formBody.new-genarate-pin-design .g-recaptcha {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -moz-transform: scale(0.90);
        -ms-transform: scale(0.90);
        -o-transform: scale(0.90);
        transform-origin: 0 0;
    }


    /* 22.06.2018 Sourav */

    /* 27.06.2018 Sourav */

    .customerDetails .profText p:last-child {
        display: none;
    }

    /* 27.06.2018 Sourav */

    /* Rev Sourav G 16.08.2018 */

    .dashboard-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .dashboard-wallet-sec-right.mobile-view {
        padding: 40px 65px;
        width: 100%;
        margin: 0px auto;
        float: none;
        background: #fff;
    }

        .dashboard-wallet-sec-right.mobile-view h3 {
            width: 100%;
            text-align: left;
        }

    /*Sourav G 21.08.2018*/

}
/* 645 */

@media only screen and (max-width : 550px) {

    .dashboard-wallet-sec-right.mobile-view {
        padding: 40px 55px;
    }
}

@media only screen and (max-width : 500px) {
    .profileDetails {
        padding: 0;
    }

    .uploadPic, .profData {
        float: none;
        width: auto;
        padding: 20px;
    }

    .transFilter input.datepicker {
        font-size: 14px;
    }

    .detailsHeader .currencyBox h2 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .detailsHeader .currencyBox {
        font-size: 18px;
        float: none;
        width: 100%;
    }

    .detailsHeader .selectBase {
        width: 100%;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .detailsHeader .selectBase select {
            font-size: 12px;
        }

    .transFilter {
        margin-top: 0;
    }

    .downloadOpt {
        box-sizing: border-box;
    }

    /*.transFilter input.datepicker {
        width: 27%;
    }*/

    /* Sourav 27.06.2018 */
    .formArea.formArea-so .col2 input[type="text"] {
        font-size: 12px;
    }
    /* Sourav 27.06.2018 */


}
/* 500 */

@media only screen and (max-width : 480px) {

    .dashboard-wallet-sec-right.mobile-view {
        padding: 40px 40px;
    }
}


@media only screen and (max-width : 450px) {
    .loginSec .backBtn {
        margin-right: 0;
    }
}
/* 450 */
@media only screen and (max-width : 420px) {
    .walletArea {
        padding: 0;
    }

    .singleWallet, .accountDetailsArea .walletArea .singleWallet {
        width: 48%;
        margin: 0 2.5% 0 0 !important;
        border-bottom: solid 1px #c4c2c2 !important;
    }

        .singleWallet:nth-child(2n) {
            margin-right: 0px !important;
        }
    /* Rev Sourav G 16.08.2018 */
    .deActivated {
        border: 0 !important;
        border-bottom: solid 1px #c4c2c2 !important;
        /*height: 91px;*/
        height: 135px;
    }
    /* Rev Sourav G 16.08.2018 */
    .accountDetailsArea .walletArea .deActivated {
        padding-top: 21px !important;
        padding-bottom: 21px !important;
    }
    /*.singleWallet:nth-child(3n) {
	margin:0 8px 0 0!important;
}

.singleWallet:nth-child(4n) {
	margin:0 0 0 0!important;
}*/

    .contentArea {
        margin-bottom: 0;
    }

    .blockC, a.blockYourCard {
        /*margin: 0;
        width: 100%;
        padding: 0;*/
        text-align: left;
    }

    a.blockYourCard {
        width: 88%;
        padding: 0 20px;
    }

    .singleWallet:nth-child(odd) {
        border-right: solid 1px #c4c2c2 !important;
    }

    .confirmBox p {
        font-size: 26px;
    }

    .confirmBox a {
        width: 110px;
        padding-top: 67px;
    }

        .confirmBox a.close {
            background: rgba(0, 0, 0, 0) url("/static/cardservices/images/cross-white-icon.png") no-repeat scroll 50% 40%;
        }

        .confirmBox a.continue {
            background: rgba(0, 0, 0, 0) url("/static/cardservices/images/arrow-white-icon.png") no-repeat scroll 50% 40%;
        }

    .loginSec input[type="text"], .loginSec input[type="password"], .loginSec input[type="date"], .loginSec input[type="email"], .fieldRow, .formArea input[type="text"], .formArea input[type="password"], .formArea input[type="date"], .formArea input[type="email"] {
        padding-left: 10%;
        width: 90%;
        font-size: 14px;
    }

    .loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].cvv-new {
        width: 17% !important;
    }

    .loginForm-genarate-pin .formArea .col2 input.Otp-id {
        width: 30% !important;
    }

    h2.contentMainHeading {
        font-size: 22px;
    }

    .customerDetails {
        padding: 24px 10px;
    }

        .customerDetails .profPic {
            width: 80px;
            height: 80px;
        }

        .customerDetails .profText {
            width: 210px;
        }

    p.formSubHeading {
        font-size: 14px;
    }

    .profData .calcelBtn, .profData .submitBtn {
        padding: 0;
        width: 100%;
        margin: 10px 0;
    }

    .formArea .col2 input[type="text"], .formArea .col2 input[type="text"]:nth-child(2n) {
        float: none !important;
        width: 87% !important;
        padding-left: 12% !important;
    }

    .loginForm-genarate-pin .formArea .col2 input[type="text"], .loginForm-genarate-pin .formArea .col2 input[type="text"]:nth-child(2n) {
        float: none !important;
        width: 50% !important;
        padding-left: 0 !important;
    }

    .formArea .col2 .exper-date-wrap {
        float: none !important;
        width: 60% !important;
        padding-left: 0px !important;
    }

        .formArea .col2 .exper-date-wrap input[type="text"] {
            width: 43% !important;
        }

    .loginForm-genarate-pin .formArea .col2 .exper-date-wrap input[type="text"] {
        width: 25% !important;
    }

    .transFilter input.datepicker {
        /*width: 95%;*/
        margin: 5px 0;
    }

    .transFilter input.redBtn, .transFilter input.clrBtn {
        font-size: 11px;
    }

    .downloadOpt {
        float: left;
        padding: 15px;
        clear: both;
        height: 100%;
        overflow: hidden;
        background: #ebebeb;
        margin: 25px 0 0 0;
        width: 100%;
    }

        .downloadOpt span {
            margin-right: 20px;
        }

    .accountDetailsArea a.backBtn {
        float: left;
        display: block;
        width: 30px;
        margin: 0 12px 0 0 0;
        font-size: 12px;
    }

    .accountDetailsArea #cntAccountsData .accountsData .col span {
        width: 30%;
    }

    .currency .item {
        bottom: 16px;
        left: 8%;
        right: auto;
    }

    .formArea .col2 .exper-date-wrap label {
        width: 10%;
    }

    .loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].re-AtmPinId {
        width: 34% !important;
    }

    .loginForm-genarate-pin .formArea .col2 .field-wrap input[type="password"].atm-PinId {
        width: 34% !important;
    }
}
/* 450 */
@media only screen and (max-width : 360px) {
    h2.contentMainHeading {
        font-size: 20px;
    }

    #cntAccountsData .accountsData .col {
        padding: 0;
        float: none;
        text-align: left;
        width: auto;
        font-size: 13px;
        line-height: 23px;
        color: #363636;
        font-weight: 600;
    }

    .downloadOpt input.okBtn {
        width: 12%;
        display: inline-block;
    }

    .downloadOpt .selectBase {
        width: 20%;
        margin-right: 8px;
    }

    .downloadOpt input.okBtn {
        font-size: 12px;
    }

    .downloadOpt .selectBase {
        background-size: 15%;
    }

    .loginSec p {
        font-size: 14px;
    }

    .newUser a.signUpButton {
        padding: 0 15px;
    }

    .downloadOpt .selectBase select {
        width: 140%;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-indent: -20000px !important;
        width: 25px !important;
        background-position: 50% 50% !important;
    }

    .dashboard-wallet-sec-right.mobile-view {
        padding: 40px 15px;
    }
}
/* 360 */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.input-validation-error {
    border-bottom: 1px solid #98272b !important;
    color: #98272b !important;
}

    .input-validation-error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #98272b !important;
    }

    .input-validation-error::-moz-placeholder { /* Firefox 19+ */
        color: #98272b !important;
    }

    .input-validation-error:-ms-input-placeholder { /* IE 10+ */
        color: #98272b !important;
    }

    .input-validation-error:-moz-placeholder { /* Firefox 18- */
        color: #98272b !important;
    }

:disabled {
    background-color: #fff !important;
    color: #000 !important;
    cursor: not-allowed !important;
}

button:disabled:hover, a:disabled:hover, input[type="submit"]:disabled:hover {
    background-color: #a1a1a1 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

.sort-placeholder {
    height: 40px;
    padding: 20px 10px;
    border: 1px dashed gray;
    background-color: #a1a1a1;
    display: inline-block;
    width: 326px;
    background: #FFF;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

[draggable] {
    user-select: none;
}

.column.over {
    border: 1px dashed #000;
}

.column {
    cursor: move;
}

.accountsData .currencywalcol {
    width: 60px;
}

#dataExportTable,#exportTable {
    display: none;
    /*overflow-x:scroll;*/
}

#dataExportTable th,#exportTable th {
    border: 1px solid darkgray;
    background-color: #bfbfbf;
}

.chngePassCancel {
    display: inline-block !important;
    width: 48.5% !important;
    border: solid 1px #908d89 !important;
    color: #3a3a3a !important;
    background: none !important;
}

.chngePassConfirm {
    display: inline-block !important;
    width: 48.5% !important;
    float: right !important;
}

.pagination > li {
    padding: 0.28vw;
    display: inline-block;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    cursor: default;
    background-color: #f9a61a;
    border-color: #f9a61a;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: url(/static/cardservices/images/dark-arrow-lt.png) no-repeat 10px 50% #fff;
    padding: 10px 23px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: url(/static/cardservices/images/dark-arrow-rt.png) no-repeat 90% 50% #fff;
    width: 90%;
}

.pagination > li > a {
    color: #000;
    padding: 10px 12px;
}

.loginSec input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adaaaa;
  font-weight: 400;
}
.loginSec input::-moz-placeholder { /* Firefox 19+ */
   color: #adaaaa;
   font-weight: 400;
}
.loginSec input::-ms-input-placeholder { /* IE 10+ */
   color: #adaaaa;
   font-weight: 400;
}
.loginSec input::-moz-placeholder { /* Firefox 18- */
   color: #adaaaa;
   font-weight: 400;
}

@charset "utf-8";
/* CSS Document */


/*========== Popup ==========*/

.sxypopup { width:100%; height:100%; display:none; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.75); z-index: 99999999; }
.sxypopup img{ width: 100%; height: 100%; margin-bottom: -10%; margin-top: 5%; /*box-shadow: 6px 6px 10px;*/}
.btn { background:#3c8fc7 none repeat scroll 0 0; width:200px; height:40px; margin:0 auto 20px; text-align:center; /*border-radius:5px;*/ color:#fff; display:block; font-family: 'Open Sans', sans-serif; font-size:16px; font-weight:400; line-height:40px; text-shadow:-1px 1px 1px rgba(0, 0, 0, 0.2); transition:all 0.15s linear 0s; }
.sxypopup .botPannel { background:#FFFFFF; /*border-radius:0 0 5px 5px;*/ padding:35px 20px; }
.sxypopup .botPannel p { font-size:16px; color:#666; line-height:24px; text-align:center; padding:0 0 20px 0; }
.sxypopup a.ok { text-decoration:none;}

/*========== Success ==========*/

.sxypopup .success { width:300px; margin:0 auto; /*border-radius:10px; box-shadow: 0 0 30px #376700;*/ position:absolute; top:50%; left:50%; margin-left:-167px; margin-top:-185px; }
.sxypopup .success .topPannel { background:#42730b; /*border-radius:5px 5px 0 0;*/ padding:20px 0; }
.sxypopup .success .topPannel span { background:url(/static/content/sxypopup/images/success.png) no-repeat center center; width:100%; height:50px; display:block; }
.sxypopup .success .topPannel p { padding:5px 0 0 0; margin:0; font-size:20px; color:#FFF; text-align:center; text-transform:uppercase; font-weight:400; }
.sxypopup .success a.ok { background: #42730b; width: 40%;padding: 4% 0;/*border-radius: 10px;*/color: #FFF;display: block;margin: 0 0 0 30%;text-align: center;/*box-shadow: 0px 10px 30px rgba(139, 195, 74, 0.5);*/}

/*========== Error ==========*/

.sxypopup .error { width:300px; margin:0 auto; /*border-radius:10px;box-shadow: 0 0 30px #6f0a00;*/ position:absolute; top:50%; left:50%; margin-left:-167px; margin-top:-185px; }
.sxypopup .error .topPannel { background:#890a11; /*border-radius:5px 5px 0 0;*/ padding:20px 0; }
.sxypopup .error .topPannel span { background:url(/static/content/sxypopup/images/error.png) no-repeat center center; width:100%; height:50px; display:block; }
.sxypopup .error .topPannel p { padding:5px 0 0 0; margin:0; font-size:20px; color:#FFF; text-align:center; text-transform:uppercase; font-weight:400; }
.sxypopup .error a.ok {background: #890a11;width: 40%;padding: 4% 0;/*border-radius: 10px;*/color: #FFF;display: block;margin: 0 0 0 30%;text-align: center;/*box-shadow: 0px 10px 30px rgba(255, 69, 55, 0.5);*/ }

/*========== Info ==========*/

.sxypopup .info { width:300px; margin:0 auto; /*border-radius:10px; box-shadow: 0 0 86px #5d3c00;*/ position:absolute; top:50%; left:50%; /*margin-left:-167px; margin-top:-185px;*/ transform:translate(-50%, -50%)!important;}
.sxypopup .info .topPannel { background:#d3931e; /*border-radius:5px 5px 0 0;*/ padding:20px 0; }
.sxypopup .info .topPannel span { background:url(/static/content/sxypopup/images/information.png) no-repeat center center; width:100%; height:50px; display:block; }
.sxypopup .info .topPannel p { padding:5px 0 0 0; margin:0; font-size:20px; color:#FFF; text-align:center; text-transform:uppercase; font-weight:400; }
.sxypopup .info a.ok {background: #d3931e; width: 40%;padding: 4% 0;/*border-radius: 10px;*/color: #FFF;display: block;margin: 0 0 0 30%;text-align: center;/*box-shadow: 0px 10px 30px rgba(255, 165, 0, 0.5);*/ }

/*========== Confirm ==========*/

.sxypopup .confirm { width:300px; margin:0 auto; /*border-radius:10px; box-shadow: 0 0 30px #00aded;*/ position:absolute; top:42%; left:50%; margin-left:-167px; margin-top:-185px; }
.sxypopup .confirm .topPannel { background:#00aded; /*border-radius:5px 5px 0 0;*/ padding:20px 0; }
.sxypopup .confirm .topPannel span { background:url(/static/content/sxypopup/images/confirm.png) no-repeat center center; width:100%; height:50px; display:block; }
.sxypopup .confirm .topPannel p { padding:5px 0 0 0; margin:0; font-size:20px; color:#FFF; text-align:center; text-transform:uppercase; font-weight:400; }

.sxypopup .confirm-popup a.yes {background: #7fc52c;width: 110px;padding: 15px 0;/*border-radius: 50px;*/color: #FFF;display: block;margin: 0 auto;text-align: center;/*box-shadow: 0px 10px 30px rgba(139, 195, 74, 0.5);*/ float:left; }
.sxypopup .confirm-popup a.no {background: #f44336;width: 110px;padding: 15px 0;/*border-radius: 50px;*/color: #FFF;display: block;margin: 0 auto;text-align: center;/*box-shadow: 0px 10px 30px rgba(255, 69, 55, 0.5);*/ float:right; }

@media screen and (max-width: 640px)
{
	.sxypopup .topPannel{ padding:11px 0; }
	/*.sxypopup .botPannel { padding: 35px 50px; }*/
	.sxypopup .success, .sxypopup .error, .sxypopup .info { margin-top:-139px; }
}

@media screen and (max-width: 480px)
{
	.sxypopup .topPannel{ padding:11px 0; }
	/*.sxypopup .botPannel {padding: 35px 50px; }*/
	.sxypopup .success, .sxypopup .error, .sxypopup .info { margin-top:-139px; }
}

@media screen and (max-width: 320px)
{
	.sxypopup .success, .sxypopup .error, .sxypopup .info  { width:290px; margin-left:-145px; }
}
.strength_wrapper {
    position: relative;
    text-align: left;
}

.strength_input{
    width: 250px;
    font-size: 25px;
    background-color: transparent;
}

.strength_meter {
    left: 0px;
    margin-top: -41px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.button_strength {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 13px;
    display: block;
}

.strength_meter div {
    width: 0%;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.strength_meter div p {
    position: absolute;
    right: 10px;
    color: #4d4d4d;
    font-size: 13px;
    padding-right: 30px;
    margin-top: 10px;
}

.veryweak {
    background-color: #FF7979;
    width: 25% !important;
}
.weak {
    background-color: #FDA068;
    width: 50% !important;
}
.medium {
    background-color: #FFE560;
    width: 75% !important;
}
.strong {
    background-color: #9BF47D;
    width: 100% !important;
}

/* Styles for verification */
.pswd_info {
	position:absolute;
	width: 220px;
	padding:15px;
	background:#fefefe; 
	font-size:20px;
	border-radius:15px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;
    z-index: 1000;
    top: 62px;
    right: 0;
    background-color: rgb(238,238,238);
    box-shadow: 5px 5px 5px #888888;
}

.pswd_info:before,
.pswd_info:after {
    position: absolute;
    bottom: 100%;
    content: '';
}

.pswd_info:before {
    right: 52px;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    border-left: 17px solid transparent;
}

.pswd_info:after {
   right: 53px;
    border-right: 16px solid transparent;
    border-bottom: 16px solid rgb(238,238,238);
    border-left: 16px solid transparent;
}

.pswd_info h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:normal;
    font-size: 1em;
    font-size: 0.7em;
}

.pswd_info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pswd_info ul li {
    visibility: visible !important;
    height: 20px !important;
    min-height: 20px !important;
	line-height:24px;
    font-size: 0.7em;
    padding-left: 24px !important;
}

.pswd_info .invalid {
	background:url(images/invalid.png) no-repeat 0 50%;
	color:#ec3f41;
}
.pswd_info .valid {
	background:url(images/valid.png) no-repeat 0 50%;   
	color:#3a7d34;
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

    .tooltipster-fade.tooltipster-show {
        opacity: 1;
    }

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

    .tooltipster-grow.tooltipster-show {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
        transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    }

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

    .tooltipster-swing.tooltipster-show {
        opacity: 1;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
        -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
        -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
        -moz-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
        -ms-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
        -o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
        transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    }

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}

    .tooltipster-fall.tooltipster-initial {
        top: 0 !important;
    }

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0 !important;
        opacity: 0;
    }

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}

    .tooltipster-slide.tooltipster-initial {
        left: -40px !important;
    }

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0 !important;
        opacity: 0;
    }

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
     opacity: 0.9;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    border: 1px solid #0b9bff;
    border-radius: 4px;
    box-shadow:0 0 10px #0b9bff;
   
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    font-size:12px;
    line-height: 20px;
    padding: 6px 14px;
    text-shadow:0px 0px 2px #000;
    font-family:Arial;
    font-weight:normal;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: transparent;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: transparent;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: transparent;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

