﻿@charset "utf-8";
/* Reset HTML Elements */ /* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: IRANSans;
}

#seeMoreBut {
    cursor: pointer;
}

#strOrderCodeContainer span#strOrderCodeResult {
    color: green;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    display: block;
}

#seeMore, #strOrderCodeContainer {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

* {
    outline: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a img {
    border: none;
}

.first {
    display: none;
}
/*-General Styles------------------------------------------*/

a, a:visited {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        border: none;
        border: 0;
    }

p {
    line-height: 18px;
    direction: rtl;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: justify;
}

    p a, p a:visited {
        text-decoration: none;
        color: #000;
        text-shadow: 0 0 1px #999;
    }

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
}

.right {
    float: right;
}

.left {
    float: left;
}
/*End  Reset HTML Elements*/
/*--------------My CSS------------------*/
/*@font-face {
    font-family: "Yekan";
    font-style: normal !important;
    font-weight: normal !important;
    src: url("/Template/1/Fonts/Yekan/Yekan.eot?#iefix") format("embedded-opentype"), url("/Template/1/Fonts/Yekan/Yekan.woff") format("woff"), url("/Template/1/Fonts/Yekan/Yekan.ttf") format("truetype"), url("../Font/web_Yekan.svg#BYekan") format("svg");
}*/

body {
    background: #F2F6F9;
    direction: rtl;
}

.container {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 650px;
}

#header {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #c6c6c6;
    font: bold 13px/80px;
    color: #444444;
    text-align: center;
}

#wrapper {
    padding: 20px 0 0;
    overflow: hidden;
}

    #wrapper .title {
        background: #fff;
        color: #5F87D1;
        padding-right: 50px;
        box-shadow: 0 0 1px #c7c7c7;
        margin: 5px 0;
    }

    #wrapper .box {
        background: #fff;
        box-shadow: 0 0 1px #c7c7c7;
        overflow: hidden;
    }

        #wrapper .box header {
            padding: 15px;
            text-align: right;
        }

.boxcontainer {
    padding: 15px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.inputcontainer {
    padding: 15px;
    overflow: hidden;
}

#wrapper .box header h3.name {
    font: 20px/30px;
    color: #444444;
}

#wrapper .box header h4.code {
    font: 12px/20px;
    color: #4eb7a8;
}

#wrapper .box .time {
    font: 13px/30px;
    color: #4eb7a8;
    padding-right: 25px;
    margin-bottom: 5px;
}

#wrapper .box strong {
    font: bold 16px/28px;
    color: #444444;
    display: block;
}

    #wrapper .box strong.center {
        text-align: center;
    }

#wrapper .box .price {
    border-radius: 4px;
    background: #d1ffd1;
    text-align: center;
    font: 24px/40px;
    color: #fff;
}

#wrapper .box .ussd {
    border-radius: 4px;
    background: #606060;
    text-align: center;
    font: bold 18px/40px;
    color: #fff;
    margin-top: 10px;
    direction: ltr;
}

#wrapper .box .price > span {
    font: 17px/40px;
    color: #000;
}

#wrapper .box select {
    line-height: 28px;
    font: 15px/40px;
    color: #949494;
    outline: 0 none;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #f5f5f5;
    height: 40px;
    direction: rtl;
    width: 100.5%;
    padding-right: 2.5%;
}

#wrapper .box input[type=text] {
    line-height: 28px;
    font: 15px/40px;
    color: #949494;
    outline: 0 none;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #f5f5f5;
    direction: rtl;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 15px;
}

#wrapper .box textarea {
    line-height: 28px;
    font: 15px/40px;
    color: #949494;
    outline: 0 none;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #f5f5f5;
    direction: rtl;
    width: 100%;
    padding: 0 5%;
    margin-top: 15px;
}

#wrapper .box .captcha {
    margin: 0 !important;
}

#wrapper .box h5 {
    text-align: center;
    font: bold 20px/25px;
    color: #444444;
}

    #wrapper .box h5 strong {
        color: #ffa800;
        display: inline;
    }

#wrapper .box h6 {
    text-align: center;
    font: bold 16px/25px;
    color: #444444;
}

#wrapper .box .graph {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    font: bold 16px/25px;
    color: #444444;
}

    #wrapper .box .graph strong {
        color: #4eb7a8;
        display: inline;
    }

.line {
    height: 1px;
    background: #cfcfcf;
    margin: 25px 0;
}

.inputcontainer span {
    font: 14px/20px;
    color: #000;
    margin-bottom: 10px;
}

.aboutbox {
    overflow: hidden;
}

    .aboutbox .enamad {
        width: 100px;
        float: right;
        overflow: hidden;
        margin-left: 25px;
    }

    .aboutbox .text {
        font: bold 16px/25px;
        color: #3c3b3b;
        text-align: justify;
        padding: 20px 0;
    }

.formBlock {
    display: block;
}

.banks {
    overflow: hidden;
    text-align: center;
}

.submit-button {
    border-radius: 4px;
    background: #4caf50;
    text-align: center;
    font: bold 16px/50px;
    color: #fff;
    display: block;
    margin: 20px 0 0;
    width: 100%;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e6c1c7;
    color: #a94442;
}

.alert-dismissible {
    padding-left: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
}
/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}*/
#footer {
    font: bold 16px/50px;
    color: #606060;
    text-align: center;
}

    #footer a {
        color: #606060;
    }

.GoodName {
    color: #5f87d1 !important;
    font-size: 20px !important;
    text-align: center;
}

.explanation, .explanation span {
    font: 14px !important;
}

.Number {
    text-align: left;
    direction: ltr;
}


.ribon::before {
    border-color: rgba(133, 35, 107, 1) rgba(133, 35, 107, 1) rgba(133, 35, 107, 1) transparent;
    border-style: solid;
    border-width: 9px 7px;
    content: "";
    left: -10px;
    position: absolute;
    top: 12px;
}

.ribon::after {
    border-color: rgba(133, 35, 107, 1) transparent rgba(133, 35, 107, 1) rgba(133, 35, 107, 1);
    border-style: solid;
    border-width: 9px 7px;
    content: "";
    right: -10px;
    position: absolute;
    top: 12px;
}

.ribon {
    background-color: rgba(133, 35, 107, 1);
    color: white;
    overflow: visible;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 68px;
    opacity: 1;
    width: 97%;
    height: 23px;
    z-index: 10;
    border-radius: 2px;
    line-height: 17px;
}

.ribon-con {
    font-size: 15px;
}

    .ribon-con::before {
        border-color: #000 #000 transparent transparent;
        border-style: solid;
        border-width: 3px;
        content: "";
        left: -1px;
        position: absolute;
        top: 23px;
    }

    .ribon-con::after {
        border-color: #000 transparent transparent #000;
        border-style: solid;
        border-width: 3px;
        content: "";
        right: -1px;
        position: absolute;
        top: 23px;
        z-index: 1;
    }

@media (max-width: 480px) {

    .ribon-con {
        font-size: 8px;
    }

    .ribon {
        width: 94%;
    }
}
