@CHARSET "ISO-8859-1";
.card_option ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.card_option ul li {
    display: inline-block;
    padding: 0 4px;
    width: 170px;
    margin-bottom: 40px;
    vertical-align: top;
}

.card_option ul li a {
    color: #53565A;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 43px 0 0 0;
    outline: none !important;
    text-decoration: none;
}

.card_option ul li.Ac {
    background: url(../img/anonymous_sim.png) no-repeat;
    background-size: 55px;
}

.card_option ul li.Ac:hover {
    background: url(../img/anonymous_active.png) no-repeat;
    background-size: 55px;
}

.card_option ul li.Ac.current {
    background: url(../img/anonymous_active.png) no-repeat;
    background-size: 55px;
}

.card_option ul li.Pc {
    background: url(../img/person_sim.png) no-repeat;
    background-size: 66px;
}

.card_option ul li.Pc:hover {
    background: url(../img/person_act.png) no-repeat;
    background-size: 66px;
}

.card_option ul li.Pc.current {
    background: url(../img/person_act.png) no-repeat;
    background-size: 66px;
}

.smart-step__content .Refund input:focus {
    border-bottom: 2px solid #3D3E41 !important;
}

.smart-step__content .open .active .form-section {
    display: block !important;
}

.smart-step__content .lineheight50 {
    line-height: 50px;
    margin-left: 0px;
}

.smart-step__content label.small-label {
    font-size: 14px;
    font-weight: normal;
}

.smart-step__content .btn-theme {
    padding: 14px 39px !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.smart-step__content .btn-theme:focus,
.smart-step__content .btn-theme:hover,
.smart-step__content .btn-theme:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.smart-step__content .radio-card {
    height: auto;
}

.smart-step__content .inner-wrap h3 {
    position: relative;
}

.smart-step__content .col-sm-3 {
    padding: 0 !important;
}

.smart-step__content select.form-control {
    background: url(../img/select-arrow.png) no-repeat;
    -webkit-appearance: none;
    background-position: center 10px;
    font-size: 13px;
    background-position: center right 1px;
    background-size: 22px;
    padding-right: 23px;
}

.smart-step__content .inner-wrap {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 30px 20px;
}

.info_data {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-left: -91px;
    margin-right: -91px;
    padding-left: 91px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.info_data ul {
    list-style: none;
    padding: 0px;
    margin: : 0px;
}

.info_data ul li {
    display: inline-block;
    padding: 0 30px 0 0;
    color: #9e9e9e;
    font-size: 14px;
    vertical-align: top;
}

.card_option ul li.Tc {
    background: url(../img/transfer_nol_card.png) no-repeat;
}

.card_option ul li.Tc:hover {
    background: url(../img/transfer_nol_card_acti.png) no-repeat;
}

.card_option ul li.Tc.current {
    background: url(../img/transfer_nol_card_acti.png) no-repeat;
}

.card_option ul li.Cr {
    background: url(../img/collect_cash.png) no-repeat;
}

.card_option ul li.Cr:hover {
    background: url(../img/collect_cash_acti.png) no-repeat;
}

.card_option ul li.Cr.current {
    background: url(../img/collect_cash_acti.png) no-repeat;
}

.card_option ul li.Rc {
    background: url(../img/replace_nol_blue.png) no-repeat;
}

.card_option ul li.Rc:hover {
    background: url(../img/replace_nol_blue_acti.png) no-repeat;
}

.card_option ul li.Rc.current {
    background: url(../img/replace_nol_blue_acti.png) no-repeat;
}

.error-block {
    border: 1px solid red;
    margin: 20px 0px;
    padding: 0px 10px;
    background-color: #fff5ee;
    border-radius: 5px;
}

.error-block img {
    float: left;
    margin: 10px;
}

.error-block h4 {
    margin: 10px 10px;
    margin-top: 16px !important;
    margin-bottom: 18px;
}

.error-block .errorTxt h4 {
    display: inline-block;
    color: #F32300;
    white-space: pre-line;
}

.error-block .errorTxt {
    margin-left: 40px;
}

html[dir="rtl"] .error-block img {
    float: right;
    margin: 10px;
    padding-top: 30px;
}

html[dir="rtl"] .error-block .errorTxt {
    margin-right: 40px;
}

html[dir="rtl"] .card_option ul li {
    background-position: right top !important;
}

html[dir="rtl"] .info_data ul li:nth-last-child(2) {
    margin-right: 60px;
}

html[dir="rtl"] .smart-step__content select.form-control {
    background: url(../img/select-arrow.png) no-repeat;
    -webkit-appearance: none;
    background-position: center 10px;
    font-size: 13px;
    background-size: 22px;
    background-position: center left 1px;
    padding-left: 23px;
}

.masknolpin {
    -webkit-text-security: disc;
    -moz-text-security: circle;
    text-security: circle;
}

@media (max-width: 812px) {
    .info_data {
        display: none;
    }
}