﻿.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.step1-icon-div {
    text-align: center;
}

.row-step1 {
    padding-top: 60px;
    padding-bottom: 70px;
}

.step1-3div {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.step1-title-h2 {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 40px;
}

.step1-explain-p {
    font-size: 14px;
    color: #777;
    line-height: 20px;
}

.step1-button {
    width: 50%;
}

.row-progress {
    background: #fafcfc;
    padding-top: 25px;
    margin-top: 10px;
}

.row-margin-fix {
    margin-left: -5px;
    margin-right: -5px;
}

.row-allbutton-ersal {
    margin-left: -15px;
    margin-right: -15px;
}

.row-allbutton-ersal2 {
    padding-bottom: 10px;
}

.step2-getaddress-div {
}

.step2-main-row {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #4d4d4d;
}

.step2-main-row2 {
    padding-top: 10px;
    padding-bottom: 40px;
    color: #4d4d4d;
}

.control-label2 {
    padding-bottom: 10px;
    padding-right: 10px;
}

.padding-button {
    padding-bottom: 10px;
}

.lbl-sartitr {
    font-size: 18px;
    line-height: 27px;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

.disabled-text-renew {
    background-color: white !important;
    cursor: default !important;
}

.input-group-addon {
    color: #555;
    background-color: #eee;
}

.radio-span {
    padding-bottom: 5px;
}

.input-group-addon:last-child {
    border-radius: 4px;
}

.input-group-addon:first-child {
    border-radius: 4px;
}

.summary {
    color: #777;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 15px;
}


.order_summary {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #f0f1f2;
    padding-right: 0px;
    padding-left: 0px;
}

.caption-buystep {
    border: 1px solid #f0f1f2;
    border-bottom: 0;
}

.title-buystep {
    text-align: center;
    background-color: #f7f9fa;
    border-bottom: 1px solid #f0f1f2;
    border-radius: 2px 2px 0 0;
    color: #777;
}

.h1-buystep {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.cln1 {
    color: #4caf50;
    font-size: 15px !important;
}

.cln2 {
}

.cln3 {
}

.cln4 {
}

.row-buystep {
    font-size: 12px;
    border-top: 1px solid #f0f1f2;
}

.cell {
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    text-align: center;
    direction:rtl;
}

.cell-border {
    border-left: 1px solid #f0f1f2;
}

.cell-label {
}

.form-group-allert {
    padding-top: 20px;
    /*padding-right:15px;*/
}
.div-alert-all{
    direction:ltr;
    color:red;
    text-align:right;
}
.alert-icon{
    text-align:center;
    padding:15px;
    color:red;
}
.Label_alert_all{
    font-size:14px;
}
.Label_alert_exception{
    font-size:11px;
    color:green;
}
@media (max-width: 991px) {
    .summary {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .row-step1 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .step2-getaddress-div {
        padding-bottom: 30px;
    }

    .summary-main {
        padding-right: 15px;
        padding-left: 0px;
    }

    .summary {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 767px) {
    .alltextbox-div {
        padding-left: 140px;
    }

    .step2-getaddress-div {
        padding-left: 100px;
        padding-right: 50px;
    }
}
