/* -----------------------------------------------variables------------------------------------------------ */
/* -----------------------------------------------mixins------------------------------------------------ */
.hidden {
    display: none !important;
}

.no-select, #wrapper #steps, .stack, .stack-details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .round, #bill .print-factor, input, td.captcha img, #messages .message, #wrapper #content, .stack, .stack-details, .stack .title, .stack-details .title, .stack .price, .stack-details .price, .stack-details .extend-price, .stack .price .label, .stack-details .price .label, .stack-details .extend-price .label, .stack .info, .stack-details .info, .stack-details .virtual-number, .stack-details .virtual-number h2, a.next-step, input.next-step, input.back-step, #user-info-form input, #security-code-form input, #bill td.label, #bill td.value {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        .not-round, .stack-details .info {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

.bored-box {
    box-sizing: bored-box;
    -webkit-box-sizing: bored-box;
    -moz-box-sizing: bored-box;
}

.box-shadow, #messages .message, #wrapper #content, .stack, .stack-details, .stack .title, .stack-details .title, .stack .price, .stack-details .price, .stack-details .extend-price, .stack .info, .stack-details .info, .stack .info .read-more, .stack-details .info .read-more, .stack-details .virtual-number, #user-info-form input, #security-code-form input {
    /*-moz-box-shadow: 0 0 5px 0 #242424;
    -webkit-box-shadow: 0 0 5px 0 #242424;
    box-shadow: 0 0 5px 0 #242424;*/
}

    .no-box-shadow, .stack-details .price, .stack-details .extend-price, .stack-details .info {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

input {
    border: none;
    padding: 5px;
}

.hide {
    display: none;
}

/*@font-face
{
    font-family: "primary-font";
    src: local("primary-font");
    src: url("fonts/primary-font.eot") format("eot");
    src: url("fonts/primary-font.woff") format("woff");
    src: url("fonts/primary-font.ttf") format("truetype");
}
    
@font-face
{
    font-family: "BFarnaz";
    src: local("BFarnaz");
    src: url("fonts/BFarnaz.eot") format("eot");
    src: url("fonts/BFarnaz.woff") format("woff");
    src: url("fonts/BFarnaz.ttf") format("truetype");
}*/

/* -----------------------------------------------public rules------------------------------------------------ */
body {
    background-image: url("../../Files/assets/media/image/login_bg.jpg");
    background-color: #fff;
    /*color: rgba(255, 255, 255, 0.7);*/
    font-family: "primary-font", Tahoma, Sans;
    font-size: 14px;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.form-wrapper {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #e7ebee !important;
}

    .form-wrapper > h2 {
        /*margin-top: 30px;*/
        color: #404040;
    }


    #header {
        background: rgba(255, 255, 255, 0.2);
        width: 99%;
        margin: auto;
    }

#link-to-homepage {
    border-radius: 5px;
    background-color: white;
    color: #3f729b;
    text-decoration: none;
    border: none;
    margin: 20px;
    padding: 10px;
    cursor: pointer;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

    #link-to-homepage:hover {
        background-color: #5078cc;
        color: white;
    }

.head-row {
    flex-direction: row-reverse;
}

#back-to-login a{
    margin-top: 20px;
}

#head-arrow {
    margin: 10px 10px 15px 10px;
}

#header #wrp {
    padding: 10px;
    /*width: 880px;*/
    margin: 0 auto;
}

#top_header {
    padding: 0px !important;
}

.card-body {
    border-radius: 5px !important;
}


#product-confirm{
    text-align:right !important;
}


.can-be-khadamati-star::before {
    background-image: url('images/green-star.png');
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 5px;
    content: "";
}

ul.card-scroll {
    height: 385px !important;
    padding: 0px 30px !important;
}

    ul.card-scroll>li {
        text-align: right;
    }

        ul.card-scroll > li > span {
            margin-left: 10px !important;
        }

.card-footer {
    height: 75px;
    padding-top: 20px;
}

.btn-resend-code{
    /*margin-right: 10px;*/
}

#txtAgreement{
    text-align: justify;
}

#cphMain_Agreement_chkAgree {
    margin-right: 20px;
    margin-left: 5px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.card-scroll {
    height: 500px !important;
}

.nicescroll-rails {
    z-index: 999 !important;
}

.nicescroll-cursors{
   margin-top:-100px !important;
}

.w-10{
    width:10% !important;
}

#virtual-numbers-table{
    border-collapse:separate;
}

    #virtual-numbers-table .custom-checkbox {
        margin-right: 45%;
    }

.btn-with-border {
    border: 1px solid #55acee;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 20px;
    width: 80%;
}

    .btn-with-border>h1{
        margin: 0px !important;
    }
    .logo {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -75px;
        right: 50%;
        transform: translateX(50%);
        background-color: white;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1), 0 -6px 20px 0 rgba(0, 0, 0, 0.1);
    }

#head_logo {
    max-width: 100px;
    max-height: 100px;

}

#header #wrp #head_logo {
    vertical-align: middle;
}

#header #wrp .arrow {
    display: inline-block;
    width: 23px;
    height: 42px;
    vertical-align: middle;
    background: url(images/arrow.png);
}

#header #wrp h1 {
    font-size: 22px;
    font-weight: normal;
    font-family: "primary-font";
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
}

#messages {
    width: 100%;
}

    #messages .message {
        height: 30px;
        padding: 9px 5px 1px;
        width: 870px;
        margin: 3px auto;
        color: white;
        text-align: center;
    }

        #messages .message.error {
            background: red;
        }

        #messages .message.warning {
            background: #ff9900;
        }

        #messages .message.info {
            background: #0070ff;
        }

        #messages .message.success {
            background: #06a506;
        }

#wrapper {
    /*width: 880px;
    margin: 30px auto 10px;*/
}

    #steps-container{
        padding: 12px;
    }

    #wrapper #steps {
        /*width: 100%;*/
        /*min-height: 65px;*/
        font-family: "primary-font";
    }

        #wrapper #steps table td {
            /*width: 220px;
            margin: 0;
            text-align: center;
            opacity: 0.3;
            cursor: pointer;
            background-color: #3f729b !important;
            color: white;*/
            /*border-right: 18px solid #e7ebee;*/
            padding: 0;
            width: 16%;
        }
            #wrapper #steps table td.active {
                opacity: 1;
            }
#steps div div{
    padding: 10px;
    background: #ccc;
    border-radius: 5px;
    /*margin: 5px;*/
    /*margin-bottom: 10px;*/
    height: 100%;
}

#wrapper #steps div {
    font-size: 17px;
    /*line-height: 1;*/
    font-family: "primary-font";
}

    #wrapper #steps table td.active div {
        background: #5867dd!important;
        color: #fff;
    }

    #wrapper #steps table #step1 {
        margin-right: 0px !important;
    }#wrapper #steps table #step4 {
                margin-left: 0px!important;
            }
/*.step-done {
    background-color: #0abb87 !important;
}*/







#wrapper #steps div.active div{
    background: #5867dd !important;
    color: #fff;
}

/*#wrapper #steps  #step1 {
    margin-right: 0px !important;
}

#wrapper #steps  #step4 {
    margin-left: 0px !important;
}*/

.step-done div {
    background-color: #0abb87 !important;
}

    .step-done div::after {
        background-image: url('../../Icons/Alert/success.png');

        background-size: 32px 25px;
        display: inline-block;
        width: 32px;
        height: 25px;
        margin-bottom: -7px;
        content: "";
    }







#wrapper #steps table tr#labels td {
    height: 50px;
    font-size: 17px;
}

            #wrapper #steps table tr#done td {
                color: white;
                opacity: 1;
            }

            #wrapper #steps table #step2 {
                /*background: url(images/step23.png) center center no-repeat;*/
            }

            #wrapper #steps table #step3 {
                /*background: url(images/step23.png) center center no-repeat;*/
            }

            #wrapper #steps table #step4 {
                /*background: url(images/step4.png) center center no-repeat;*/
            }

    #wrapper #content {
        /*background: rgba(255, 255, 255, 0.2);*/
        /*width: 872px;*/
        /*padding: 1px;
    margin: 5px auto 0;*/
    }

#modalConfirm i.ti-close {
    margin-left: 10px;
}

.step-content {
    position: relative;
}

.stack {
    cursor: pointer;
}

.stack, .stack-details {
    width: 224px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    /*padding: 6px;*/
    margin: 25px;
    clear: both;
}

#user-info-card label {
    text-align: right ;
    min-width: 100px ;
    width : 100% ;
}

#user-info-card span{
    float: right ;
    font-size: 15px ;
}

.form-row{
    margin-bottom: 15px;
}

/*.pass-label{
    margin-top:30px;
}*/

.captcha{
    display: flex !important;
    justify-content:space-between !important;
    flex-direction: row-reverse;
}
    .captcha span {
        position: absolute;
        margin-top: 36px;
    }

.captcha input{
    width:65% !important;
}
    .captcha img {
        width: 35% !important;
    }

.stack-details:hover {
    border-color: white;
}

    .stack:hover {
        border-color: orange;
    }

    .stack span, .stack-details span {
        display: inline-block;
    }

    .stack .title, .stack-details .title {
        width: 204px;
        text-align: center;
        padding: 10px;
        font-family: "primary-font";
        font-size: 17px;
        background: white;
        color: #ff9900;
    }

    .stack .price, .stack .stack-details .extend-price, .stack-details .stack .extend-price, .stack-details .price, .stack-details .extend-price {
        margin: 5px 0;
        width: 224px;
        background: white;
    }

        .stack .price .label, .stack .stack-details .extend-price .label, .stack-details .stack .extend-price .label, .stack-details .price .label, .stack-details .extend-price .label {
            background: #26a2dc;
            padding: 4px 20px;
            margin: 3px;
            color: white;
            font-size: 15px;
        }

        .stack .price .value, .stack .stack-details .extend-price .value, .stack-details .stack .extend-price .value, .stack-details .price .value, .stack-details .extend-price .value {
            color: #26a2dc;
            font-family: "primary-font";
            font-size: 15px;
            padding: 5px 20px 4px 5px;
        }

    .stack .info, .stack-details .info {
        display: block;
        width: 214px;
        background: white;
        text-align: center;
        padding: 5px 5px 0;
        cursor: default;
    }

        .stack .info .users, .stack .info .sms-price, .stack .info .tools {
            text-align: center;
            width: 55px;
            padding: 10px 0 5px;
            font-size: 11px;
        }

            .stack .info .users .label, .stack .info .sms-price .label, .stack .info .tools .label, .stack-details .info .users .label, .stack-details .info .sms-price .label, .stack-details .info .tools .label, .stack-details .info .gift .label {
                display: inline-block;
                width: 28px;
                height: 28px;
                vertical-align: top;
            }

            .stack .info .users .value, .stack .info .sms-price .value, .stack .info .tools .value, .stack-details .info .users .value, .stack-details .info .sms-price .value, .stack-details .info .tools .value, .stack-details .info .gift .value {
                color: #ff9900;
                font-family: "primary-font";
                font-size: 12px;
                padding: 12px 4px 0;
                width: 48px;
            }

        .stack-details .info .users .value, .stack-details .info .gift .value, .stack-details .info .sms-price .value, .stack-details .info .tools .value {
            width: auto;
        }

        .stack .info .users .label {
            background: url(images/info-icons.png) 0 -56px;
        }

        .stack .info .sms-price, .stack-details .info .sms-price {
            cursor: pointer;
            width: 80px;
        }

            .stack .info .sms-price .label {
                background: url(images/info-icons.png) 0 -84px;
            }

        .stack .info .tools, .stack-details .info .tools {
            cursor: pointer;
        }

            .stack .info .tools .label, .stack-details .info .tools .label {
                background: url(images/info-icons.png) 0 -112px;
            }

        .stack-details .info .users .label {
            background: url(images/info-icons.png) 0 0;
        }

        .stack-details .info .gift .label {
            background: url(images/info-icons.png) 0 -140px;
        }

        .stack-details .info .sms-price .label {
            background: url(images/info-icons.png) 0 -28px;
        }

        .stack .info .read-more, .stack-details .info .read-more {
            position: absolute;
            width: 100px;
            left: 70px;
            top: -18px;
            background: white;
            text-decoration: none;
            color: #26a2dc;
            visibility: hidden;
        }

    .stack:not(.selected):hover .read-more {
        visibility: visible;
    }

    .stack.selected {
        border-color: orange;
        background: orange;
    }

.stack-details {
    width: 806px;
    background: white;
}

    .stack-details .virtual-number {
        display: none;
        position: absolute;
        top: 10%;
        left: 50%;
        width: 400px;
        margin-left: -200px;
        text-align: center;
        background: #e2e2e2;
        color: black;
        z-index: 20;
    }

        .stack-details .virtual-number h2 {
            font-size: 16px;
            font-weight: normal;
            padding: 5px 0;
            margin: 0;
            text-align: center;
            background: white;
        }

        .stack-details .virtual-number #virtual-numbers-table {
            width: 80%;
            margin: 20px auto;
            font-family: "primary-font";
        }

            .stack-details .virtual-number #virtual-numbers-table tr:hover td:not(.radio), .stack-details .virtual-number #virtual-numbers-table tr.selected td:not(.radio) {
                background: white;
                color: black;
            }

            .stack-details .virtual-number #virtual-numbers-table th:not(:first-of-type) {
                background: gray;
                color: white;
                font-weight: normal;
            }

            .stack-details .virtual-number #virtual-numbers-table td:not(.radio) {
                vertical-align: middle;
                background: #aeaeae;
            }

            .stack-details .virtual-number #virtual-numbers-table td.radio {
                width: 30px;
            }

                .stack-details .virtual-number #virtual-numbers-table td.radio input {
                    margin-top: 6px;
                }

    .stack-details .choose-stack {
        float: left;
        background: url(images/unselected-stack.png) top right no-repeat;
        height: 20px;
        padding: 0 25px 0 0;
        color: orange;
        margin: 14px 7px;
        cursor: pointer;
        font-size: 18px;
    }

        .stack-details .choose-stack.clicked {
            background: url(images/selected-stack.png) top right no-repeat;
        }

    .stack-details .price, .stack-details .extend-price {
        background: transparent;
        width: 155px;
    }

        .stack-details .price .label, .stack-details .extend-price .label {
            font-size: 14px !important;
            padding: 5px 10px 4px;
        }

        .stack-details .price .value, .stack-details .extend-price .value {
            text-align: right;
            padding-right: 1px;
            font-size: 13px !important;
        }

    .stack-details .extend-price {
        width: 224px;
    }

    .stack-details .info {
        border-top: 1px solid;
        width: 794px;
        color: gray;
        text-align: right;
        margin-top: 5px;
        font-size: 12px;
    }

        .stack-details .info .label2 {
            font-family: "primary-font";
            padding: 10px;
            color: #333333;
        }

        .stack-details .info table {
            width: 100%;
        }

            .stack-details .info table tr td {
                width: 389px;
                padding: 5px 14px;
                vertical-align: top;
            }

        .stack-details .info .users, .stack-details .info .gift {
            display: block;
            width: 100%;
            text-align: right;
            border-bottom: 1px solid;
        }

        .stack-details .info .sms-price, .stack-details .info .tools {
            display: inline-block;
            width: 100%;
            font-size: 12px;
            font-family: "primary-font";
            text-align: right;
            cursor: default;
        }

        .stack-details .info .sms-price-table, .stack-details .info .tools-table {
            width: 100%;
        }

            .stack-details .info .sms-price-table th, .stack-details .info .tools-table th {
                background: #e2e2e2;
                color: black;
            }

            .stack-details .info .sms-price-table th, .stack-details .info .sms-price-table td, .stack-details .info .tools-table th, .stack-details .info .tools-table td {
                text-align: center;
                padding: 3px 10px;
                border: 1px solid gray;
            }

                .stack-details .info .tools-table td:hover {
                    background: #e2e2e2;
                }

.error {
    color: Orange;
}

.navigate-buttons {
    width: 205px;
    position: absolute;
    bottom: -46px;
    left: 341px;
}

a.next-step {
    float: left;
    background: #26a2dc;
    color: black;
    padding: 3px 10px 3px 6px;
    margin: 5px;
    cursor: pointer;
    opacity: 0.9;
}

    a.next-step:hover {
        opacity: 1;
    }

input.next-step, input.back-step {
    float: left;
    background: #26a2dc;
    color: white;
    padding: 3px 10px 3px 6px;
    margin: 5px;
    cursor: pointer;
    opacity: 0.9;
    border: 0 none;
    font-family: inherit;
}

    input.next-step:hover, input.back-step:hover {
        opacity: 1;
    }

input.back-step {
    float: left;
    background: #26a2dc;
    color: white;
    padding: 3px 10px 3px 6px;
    margin: 5px;
    cursor: pointer;
    opacity: 0.9;
    border: 0 none;
}

    input.back-step:hover {
        opacity: 1;
    }

.back-step.disabled, .next-step.disabled, .back-step.disabled:hover, .next-step.disabled:hover {
    opacity: 0.8;
    background: #e2e2e2;
    color: gray;
    cursor: text;
}

#user-info-form, #security-code-form, #step2-content table, #step3-content table {
    margin: 10px;
}

    #user-info-form .label, #security-code-form .label {
        color: white;
    }

    #user-info-form input, #security-code-form input {
        background: rgba(255, 255, 255, 0.7);
        width: 150px;
        padding: 5px 10px;
        border: none;
    }

        #user-info-form input[type='submit'], #security-code-form input[type='submit'] {
            width: 70px;
            cursor: pointer;
        }

        #user-info-form input:hover, #user-info-form input:focus, #security-code-form input:hover, #security-code-form input:focus {
            background: white;
        }

    #user-info-form td.submit, #security-code-form td.submit {
        text-align: left;
    }

td.captcha {
    padding: 0;
}

    td.captcha img {
        height: 27px;
        margin: 2px 14px 4px;
    }

    td.captcha input {
        margin-top: 0 !important;
    }

input.error {
    background: #FFF9B6;
}

#divResendCode {
    padding: 10px 0;
}

#bill {
    margin: 10px;
    font-size: 16px;
    width: 852px;
}

    #bill tr:not(.button-container):hover td:not(.final) {
        background: white;
    }

    #bill td.label, #bill td.value {
        color: black;
        background: #e2e2e2;
        text-align: center;
        padding: 3px 10px;
        margin: 5px;
        border: none;
        width: 50%;
    }

    #bill .label.pay {
        background: transparent;
    }

.label.pay table {
    float: left;
}

    .label.pay table tr:hover td {
        background: transparent !important;
    }

#bill td.value {
    font-family: "primary-font";
    width: 340px;
}

    #bill td.value.final {
        background: #26a2dc;
        color: white;
    }

    #bill td.value.pay {
        background: transparent;
        padding: 0;
        border: none;
        opacity: 0.8;
    }

        #bill td.value.pay input {
            background: url(images/step1.png) center center no-repeat;
            font-family: inherit;
            color: #26a2dc;
            border: none;
            width: 219px;
            padding: 13px;
            cursor: pointer;
        }

        #bill td.value.pay:hover {
            opacity: 1;
        }

#bill .print-factor {
    text-decoration: none;
    color: black;
    color: #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 13px;
    float: left;
}

    #bill .print-factor:hover {
        /*background: white;*/
        color: white;
        border-bottom: 1px solid white;
    }

#footer {
    width: 100%;
    height: 30px;
    text-align: center;
    opacity: 0.5;
    bottom: -20px;
    position: relative;
    left: 0px;
}


/* -----------------------------------------------media queries------------------------------------------------ */
