/**************************************************************
    deposit PAGE CSS
**************************************************************/
.container-banner-small {
    display:none;
}

.dashboard-wrapper {
    background-color: #ffffff;
}

.side-menu nav ul li.footer-btn,
.dashboard-side-bar h5,
.dashboard-side-bar .date,
.dashboard-side-bar img,
.dashboard-side-bar ul,
.dashboard-side-bar .btn-primary,
.dashboard-side-bar .banner,
.account-section a,
.instrument-section a {
    display: none;
}

.dashboard-side-bar {
    background-image: url('../images/dashboard/deposit_img_ar.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.step_3 h1 {
    margin-top: 50px;
    font-weight: bold;
}

.step_3 h2 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #8bc525;
}

.step_3 hr {
    border-top: 4px solid #8e8e8e;
    margin-top: 35px;
    margin-bottom: 35px;
}

.active {
    display: block;
}

.step_3 input, .step_3 select {
    height: 40px;
}

.step_3 select {
    line-height: 34px;
}

/*choose amount*/
.choose-amount {
    margin: 0;
}

.choose-amount input[type="radio"] {
    display: none;
}

.choose-amount label {
    display: inline-block;
    background-color: #ffffff;
    font-size: 16px;
    border: 1px #c7c8c8 solid;
    color: #c7c8c8;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}

.choose-amount .other-amount-container {
    display: none;
}

.choose-amount button {
    width: 100%;
    height: 40px;
    background-color: #8e8e8e;
}

.choose-amount button {
    width: 100%;
    height: 40px;
    background-color: #8e8e8e;
}

.choose-amount input[type="radio"]:checked + label {
    background-color: #8bc525;
    color: #ffffff;
}

/**************************************************************
        steps types style
**************************************************************/
.step_3 ul {
    margin-top: 30px;
}

/* pament-methods */
.step_3 #pament-methods label
{
    font-size      : 16px;
    font-weight    : normal;
    vertical-align : top;
    margin-top     : 10px;
}

.step_3 #pament-methods div
{
    display           : inline-block;
    vertical-align    : top;
    margin            : 0 10px;
    height            : 42px;
    background-repeat : no-repeat;
}

.step_3 #pament-methods div#visa-icon
{
    width            : 111px;
    background-image : url('../images/accounts/step_3/pay_logo_sprite.svg');
    background-position: -1px -52px;
}

.step_3 #pament-methods div#cash-icon
{
    width            : 111px;
    background-image : url('../images/accounts/step_3/pay_logo_sprite.svg');
    background-position: -121px -1px;
}

.step_3 #pament-methods div#skrill-icon
{
    width            : 111px;
    background-image : url('../images/accounts/step_3/pay_logo_sprite.svg');
    background-position: -395px -1px;
}

.step_3 #pament-methods div#ecopayz-icon {
    width           : 131px;
    background-image: url("../images/accounts/step_3/pay_logo_sprite.svg");
    background-position: -513px -1px;
}

.step_3 #pament-methods div#wire-transfer-icon
{
    width            : 148px;
    background-image : url('../images/accounts/step_3/pay_logo_sprite.svg');
    background-position: -241px -1px;
}

/* /pament-methods */

/*done-first*/
ul.steps-tab li.done-first a {
    background-color: #343434;
}

ul.steps-tab li.done-first a span.tab-stage {
    background-color: #ffffff;
}

ul.steps-tab li.done-first a span.tab-title {
    color: #ffffff;
}

ul.steps-tab li.done-first a span img {
    width: 16px;
    height: 12px;
}

/*done-secoand*/
ul.steps-tab li.done-secoand a {
    background-color: #585858;
}

ul.steps-tab li.done-secoand a span.tab-stage {
    background-color: #ffffff;
}

ul.steps-tab li.done-secoand a span.tab-title {
    color: #ffffff;
}

ul.steps-tab li.done-secoand a span img {
    width: 16px;
    height: 12px;
}

/*active*/
ul.steps-tab li.active a, ul.steps-tab li.active a:hover, ul.steps-tab li.active a:active {
    background-color: #6f6f6f;
}

ul.steps-tab li.active a span.tab-stage {
    background-color: #88c200;
    color: #ffffff;
    font-weight: bold;
}

ul.steps-tab li.active a span.tab-title {
    color: #88c200;
}

/**************************************************************
               visa style
**************************************************************/
/*validation position*/
.step_3 form .form-group {
    position: relative;
}

.step_3 form .form-top {
    margin-top: 40px;
}

.step_3 form .form-top:first-child {
    padding-right: 50px;
}

.step_3 form .form-top:last-child {
    padding-left: 50px;
}

.step_3 form .form-bottom {
    margin-top: 30px;
}

.step_3 form .divider:after {
    background-color: #cccccc;
}

.step_3 form .deposit-button {
    width: 227px;
    height: 45px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 15px;
    font-size: 16px;
}

/* cvv */
#cvv-title {
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
}

.cvv_container {
    float: left;
    width: 82%;
    height: 40px;
    padding: 0 5px 0 0;
    position: relative;
}

.cvv_container .cvv-img,
.cvv_container #cvv {
    float: left;
}

#cvv {
    border: none;
    width: 76%;
    height: 38px;
    padding: 0 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#cvv:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cvv_container .cvv-img {
    width: 19px;
    height: 19px;
    margin-top: 10px;
    margin-left: 3px;
    background: url('../images/accounts/step_3/cvv_icon.jpg') no-repeat;
}

.cvv_container .cvv-popup { /* popup cvv info */
    display: none;
    width: 175px;
    height: 127px;
    background-image: url('../images/accounts/step_3/cvv_info.jpg');
    position: absolute;
    right: 25px;
    top: -110px;
    z-index: 1;
    border: thin solid #8bc425;
}

.cvv_container .cvv-img:hover .cvv-popup {
    display: block !important;
}

/* /cvv */
/**************************************************************
               cash style
**************************************************************/
#cash {
    display: none;
}

/**************************************************************
               wire-transfer style
**************************************************************/
#wire-transfer {
    display: none;
}

.step_3 form #wire-transfer .form-top:last-child {
    padding-left: 20px;
    padding-right: 20px;
}
/**************************************************************
    validate style
**************************************************************/
/*validation position*/
.step_3 form .form-group {
    position: relative;
}
.step_3 form .form-group.payments-processed-txt {
    font-size: 12px;
}

/*card number validate*/
form input + .error label.customValidationOnBlur {
    top: 40px;
}

form input + .error label.customValidationOnFocus {
    right: 0;
    top: -35px;
}

form input + .error label.customValidationCvv {
    top: 5px;
}

form input + .error label.customValidationCvvOnFocus {
    top: -60px;
}
/**************************************************************
    ARABIC RTL
**************************************************************/
.step_3 form .form-top:first-child {
    padding-left: 50px;
    padding-right: 15px;
}

.step_3 form .form-top:last-child {
    padding-right: 50px;
    padding-left: 15px;
}

.step_3 form .deposit-button {
    margin-right: auto;
    margin-left: 0;
}

#cvv-title {
    margin-left: 0;
    margin-right: inherit;
    float: right;
}

.cvv_container {
    float: right;
    padding: 0 0 0 5px;
}

.cvv_container .cvv-img,
.cvv_container #cvv {
    float: right;
}

.cvv_container .cvv-img {
    margin-right: 3px;
    margin-left: inherit;
}

.cvv_container .cvv-popup { /* popup cvv info */
    left: 25px;
    right: inherit;
}

/**************************************************************
    media queries style
**************************************************************/
@media (max-width : 1065px)
{
    .step_3 #pament-methods label {
        display:block;
    }
}

@media (max-width: 991px) {
    .step_3 .divider:after {
        display: none;
    }

    .step_3 form .form-top:first-child {
        padding-left: 15px;
    }

    .step_3 form .form-top:last-child {
        padding-right: 15px;
    }

    .step_3 form .form-top:last-child {
        margin-top: 20px;
    }
}

@media (max-width: 900px) {
    .step_3 #pament-methods div {
        margin: 0 1%;
    }

    .step_3 #pament-methods div#visa-icon,
    .step_3 #pament-methods div#skrill-icon,
    .step_3 #pament-methods div#cash-icon
    {
        /*width : 18%;*/
    }

    .step_3 #pament-methods div#wire-transfer-icon
    {
        /*width : 24%;*/
        display: block;
        margin-top: 15px;
    }
}
