@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('../fonts/BYekan.woff') format('woff'),  /* FF3.6, IE9, Chrome6, Saf5.1*/
       url('../fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4, FF3.5, Opera 10 */
}
body{
	background: rgb(248,249,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svgxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSICiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjZjhmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZTdlNmU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(248,249,249,1) 29%, rgba(231,230,231,1) 99%); /* FF3.6 */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(29%,rgba(248,249,249,1)), color-stop(99%,rgba(231,230,231,1))); /* Chrome,Safari4 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(248,249,249,1) 29%,rgba(231,230,231,1) 99%); /* Chrome10,Safari5.1 */
	background: -o-radial-gradient(center, ellipse cover,  rgba(248,249,249,1) 29%,rgba(231,230,231,1) 99%); /* Opera 12 */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(248,249,249,1) 29%,rgba(231,230,231,1) 99%); /* IE10 */
	background: radial-gradient(ellipse at center,  rgba(248,249,249,1) 29%,rgba(231,230,231,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#e7e6e7',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	font-family: tahoma;
	font-size: 100%;
	direction: rtl;
}
h2, h1 {
	font-family:"BYekan",tahoma;
	line-height: 20px;
	margin: 10px;
	color: #717172;
}
h2 {
	font-size: 20px;
}
h1 {
	font-size: 17px;
}
p {
	font-size: 17px;
	font-family:"BYekan",tahoma;
	line-height: 20px;
	margin: 0;
	color: #717172;
}
label {
	color: #717172;
	font-family: BYekan,Tahoma;
	font-size:16px;
}
legend {
	padding:10px 20px;
	color: #5B5C5C;
	font-family: BKoodakBold,Tahoma;
	font-size:130%;
}
strong {
	margin-right: 30px;
	float: right;
}
fieldset {
	border: 0 none;
	margin:0;
	padding:0;
}
div.form {
	padding: 10px 20px;
	direction: rtl;
	display:none;
	position:relative;
	min-height:350px;
}
.clear{
	clear:both;
	display:block !important;
}
div.container{
	width:850px;
	height:100%;
	margin:120px auto 20px;
}
 div.right {
	float:right;
}
div.operators {
	padding: 3px;
	width:372px;
	height:93px
}
div.operator {
	width:85px;
	height:85px;
	float:right;
	cursor:pointer;
	margin: 4px;
	opacity:0.50;
}
div.center {
	float:right;
	width: 40px;
	height: 100%;
	text-align:center;
	margin-top:10px;
}
div.center i.timeline {
	width:3px;
	height:100%;
	background-color:#9AA6B7;
	position:absolute;
}
div.center i.time-bullet {
	border:2px solid #FFFFFF;
	border-radius:10px;
	width:15px;
	height:15px;
	background-color:#9AA6B7;
	position:absolute;
	display:block;
	margin-right:12px;
}
div.left {
	float:left;
}
.panel {
	width: 400px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.5);
	margin: 30px 0;
	border-radius:3px;
}
.panel-header {
	height:45px;
	border-radius:3px 3px 0 0;
	padding-top:15px;
	position:relative;
}
.bullet {
	background-color: #9aa6b7;
	border: 2px solid #ffffff;
	border-radius: 10px;
	display: block;
	height: 15px;
	margin-right: 12px;
	position: absolute;
	width: 15px;
	top: 24px;
	z-index:10;
}
.bullet.left {
	left: -31px;
}
.bullet.right {
	right: -50px;
}
.pink .bullet {
	background-color:#F19BA4!important;
}
.blue .bullet {
	background-color:#47CADC!important;
}
.green .bullet {
	background-color:#47DBC3!important;
}
.arrow {
	width: 0!important; 
	height: 0; 
	position:relative;
	top: 8px;
}
.arrow.left {
	border-width:10px 10px 10px 0;
	border-style:solid;
	left:-10px;
	float:left;
}
.arrow.right {
	border-width:10px 0 10px 10px;
	border-style:solid;
	right:-10px;
	float:right;
}
.step {
	color:#FFFFFF;
}
.step.number {
	font-size:53px;
	width:40px;
	height:35px;
	padding:5px;
	text-align:center;
	float:right;
}
.step.title {
	font-size:20px;
}
.step.description {
	font-size:11px;
}
.left .panel .step.number {
	margin-right:-10px;
}
.panel-body {
	background-color: #FFFFFF;
	border-radius:0 0 3px 3px;
	padding: 5px;
}
#info .panel-body {
	padding:15px 5px;
}
.pink .panel-header {
	background-color: #F19BA4;
}
.pink .arrow.left {
	border-color: transparent #F19BA4 transparent transparent;
}
.blue .panel-header {
	background-color: #47CADC;
}
.blue .arrow.right {
	border-color: transparent transparent transparent #47CADC;
}
.green .panel-header {
	background-color: #47DBC3;
}
.green .arrow.left {
	border-color: transparent #47DBC3 transparent transparent;
}
.operator.MTN {
	background:url("../img/mobile-operators.jpg") no-repeat -255px 0;
}
.operator.MCI{
	background:url("../img/mobile-operators.jpg") no-repeat -170px 0;
}
.operator.RTL{
	background:url("../img/mobile-operators.jpg") no-repeat -85px 0;
}
.operator.TAL{
	background:url("../img/mobile-operators.jpg") no-repeat 0 0;
}
.operator:hover {
	opacity:0.8;
}
.operator.active {
	opacity:1;
}
div#info {
	margin-top:230px;
}
div#payment {
	margin-top:176px;
}
div#logo{
	width:180px;
	height:160px;
	background: url("../img/logo.png") no-repeat 0 0;
	margin:0 auto;
	cursor:pointer;
}
div#logo:hover{
	background-position: 0 -168px;
}
div#logo:active{
	background-position: 0 -344px;
}
div#content{
	width:370px;
	height: auto;
	float:right;
	margin:20px auto;
	text-align:center;
}
input, select{
	width:220px;
	height:38px;
	background-color:#f6f4f5;
	border-radius: 3px;
	border:1px solid #E6E6E6;
	margin:8px;
	font-family: BYekan,Tahoma;
	font-size:180%;
	color:#5c5c5c;
	padding:5px 55px 5px 65px;
	text-align:center;
}
input[type="text"] {
	letter-spacing: 2px;
}
select {
	width:342px;
	height:48px;
	text-align:right;
	padding:5px 25px;
	font-size:16px;
}
.input.text {
	padding: 0 16px;
}
#EmailInput {
	letter-spacing: 1px !important;
	padding: 5px 20px 5px 50px !important;
	width: 270px !important;
}
input:hover{
	color:#000000;
}
input:focus{
	color:#000000;
}
input#dataAccountTemp, input#cellphone {
	background:url(../img/mobile.png) no-repeat #F6F4F5;
	background-position: 13px 14px;
	text-align: left !important;
	direction: ltr;
}
input#cellphone {
	text-align:center !important;
	letter-spacing:0 !important;
}
input#dataAccountTemp:hover, input#cellphone:hover {
	background-image:url(../img/mobile-h.png);
}
input#dataAccountTemp:focus, input#cellphone:focus {
	background-image:url(../img/mobile-f.png);
}
input#EmailInput, input#email{
	background:url(../img/email.png) no-repeat #F6F4F5;
	background-position: 13px 14px;
	font-size: 140% !important;
}
input#EmailInput:hover, input#email:hover {
	background-image:url(../img/email-h.png);
}
input#EmailInput:focus, input#email:focus {
	background-image:url(../img/email-f.png);
}
input[type="submit"], input[type="button"] {
	background-color: #e6e6e6;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	color: #5b5c5c;
	cursor: pointer;
	font-family: BYekan,Tahoma;
	font-size: 200%;
	height: 56px;
	margin: 26px 25px 10px;
	padding: 0 45px;
	width: 342px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	text-shadow: 1px 2px 2px #ffffff;
	background-color:#F0F2EF;
}
.submit input:hover, input[type="button"]:hover {
	text-shadow: 1px 2px 2px #ffffff;
}
div#MagicCharge{
	box-shadow: 0px 0px 0px #000000;
	border-radius:0px;
	text-align:right;
	color: #5B5C5C;
	font-family: BKoodakBold,Tahoma;
	font-size:100%;
	height:auto;
	margin: 8px auto;
}
input#magiccharge, input#NonCreditMTN {
	border-radius:5px;
	width:10px;
	height:10px;
	padding:10px;
}
.error-message, .message {
	background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    color: #B94A48;
    border-radius: 4px;
    margin: 10px 8px;
    padding: 4px;
	font-family: BYekan, tahoma;
	font-size:13px;
	text-align: center;
}
.qtip-content p {
	font-size: 13px;
	color:#3f6219;
	line-height:20px!important;
}
.qtip-content p img {
	margin-bottom:-5px;
}
.bank-qtip {
	border-width:1px!important;
}
.bank-qtip .qtip-content {
	font-size:11px!important;
	color:#fff;
	text-align:center!important;
	padding:0 5px;
}
.banksubmits {
  margin: 20px auto;
  width: 250px;
  font-family:"BYekan",tahoma;
  font-size: 13px;
  text-align: center;
}
.banksubmits input{
	background-image:url("../img/load.gif");
	background-repeat: no-repeat;
	background-position: 270px 15px;
    direction: rtl;
    text-align: right !important;
    width: 300px !important;
}
}
.input, .text{
	width:100%;
	clear:right;
	margin: -4px 0;
}
.alert {
	direction: rtl;
	margin: 20px 10px;
	padding: 8px;
	border-radius: 10px;
	font-family:"BYekan",tahoma;
	border: 1px solid #E6E6E4;
}
.menu {
	float: left;
	margin: -59px 0 0 30px;
	position: relative;
}
.menu span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
    cursor: pointer;
	padding: 4px 30px 9px 16px;
	margin-right:20px;
	background-color: #87B43F;
	display: inline-block;
	width: auto;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
}
.menu span a {
	color: #ffffff;
	text-decoration: none;
}
span.support {
    background: url("../img/support.png") no-repeat scroll 90% #87B43F;
}
span.help {
    background: url("../img/help.png") no-repeat scroll 90% #098A97;
}
span.help:hover {
    background-color: #47B7C0;
}
.qtip {
	border-width: 3px;
}
.qtip-content {
	font-family:"BYekan",tahoma;
	font-size: 13px;
	line-height: 2;
	direction: rtl;
	text-align: justify !important;
}
.bgs {
	margin-top: -61px;
	display:none;
	height:auto;
}
div.addScript {
	position: relative;
	left: 91%;
	top: 1px;
}
.addScript {
	margin: 0px;
	width: 0px;
}
.addScript p {
	margin: 0px;
	width: 0px;
}
.addScript p>a>img {	
	width: 0px;
	height: 0px;
}
.addScript a>img {
	margin-top: 3px;
}
div #desc h1, div #desc p{
	font-size: 13px;
	font-weight: normal;
	font-family:"BYekan",tahoma;
	line-height: 20px;
	margin:10px;
	color: #717172;
	text-align: justify;
	letter-spacing:-0.3px;
}
div #desc h1 {
	font-size: 16px;
}
form label.alert{
	display: block;
    padding: 20px;
	border: none;
}
form.MTN div.payment-gateways ul li {
	border:2px solid #FFBD00;
}
form.MCI div.payment-gateways ul li {
	border:2px solid #3bb3c4;
}
form.RTL div.payment-gateways ul li {
	border:2px solid #C5449F;
}
form.TAL div.payment-gateways ul li {
	border:2px solid #DE002A;
}
div .loading{
	display: none;
}
div.input {
	padding:0 0;
}
div.payment-gateways {
	text-align:right;
	padding:5px 17px;
}
div.payment-gateways p {
	text-align:right;
	padding-bottom:10px;
}
div.payment-gateways p i {
	font-style:normal;
	margin: 0 5px;
}
div.payment-gateways ul {
	width:335px;
	margin:0 auto;
	padding:0;
}
div.payment-gateways li {
 	padding:0;
 	list-style-type:none;
	border-radius:3px;
	border:2px solid #B9B9B9;
	display:none;
	margin:0px 4x;
	background-color:#FFFFFF;
	background-image:url(../img/payment-gateways.png);
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:0px;
	width:45px;
	height:45px;
	cursor:pointer;
}
div.payment-gateways li.active {
	border:2px solid #C44E06 !important;
}
div.payment-gateways li.active i {
	background-color:#FCE4A1;
}
div.payment-gateways li.bank-Parsian {background-position:0px 0px;}
div.payment-gateways li.bank-Mellat {background-position:-45px 0px;}
div.payment-gateways li.bank-Saman {background-position:-90px 0px;}
div.payment-gateways li.bank-Melli {background-position:-135px 0px;}
div.payment-gateways li.bank-Fanava {background-position:-180px 0px;}
div.payment-gateways li.bank-Zarinpal {background-position:-225px 0px;}
/* Active */
div.payment-gateways li.active.bank-Parsian {background-position:0 -45px;}
div.payment-gateways li.active.bank-Mellat {background-position:-45px -45px;}
div.payment-gateways li.active.bank-Saman {background-position:-90px -45px;}
div.payment-gateways li.active.bank-Melli {background-position:-135px -45px;}
div.payment-gateways li.active.bank-Fanava {background-position:-180px -45px;}
div.payment-gateways li.active.bank-Zarinpal {background-position:-225px -45px;}
div.Magiccharge, div.NonCreditMTN {
	text-align: right;
	padding: 5px 27px;
	display:none;
}
#AmountTopUpMTNTemp {
	display:none;
}
div.container.TopUp form.MTN #AmountTopUpMTNTemp, div.container.WiMax form.WiMax #AmountTopUpMTNTemp {
	display:block!important;
}
div.container.TopUp form.MTN #AmountTemp, div.container.WiMax form.WiMax #AmountTemp {
	display:none!important;
}
div.container.WiMax form.WiMax #AmountTopUpMTNTemp {
	display: block!important;
}
div.container.WiMax form.WiMax #AmountTemp {
	display: none!important;
}
div.container.TopUp form.MTN div.Magiccharge, div.container.TopUp form.MTN div.NonCreditMTN, div.container.TopUp form.RTL div.Magiccharge {
	display:block!important;
}
.amount {
	float: right;
	padding: 14px 27px 4px !important;
	width: 335px;
}
form div.submit input {
	border-radius:3px;
	color:#FFFFFF;
	cursor:pointer;
}
form.MTN div.submit input {
	background-color:#FFBD00;
	border:1px solid #F5B51F;
}
form.MCI div.submit input {
	background-color:#3BB3C4;
	border:1px solid #50D2E4;
}
.show {
	display: block !important;
}
.hide{
	display: none !important;
}
div.container.TopUp div.counter, div.container.WiMax div.counter {
	display:none!important;
}
div.container.PIN div.counter {
	display:block!important;
}
div.container div.charge, div.container div.Bill {
	display:none;
}
div.container.TopUp div.charge, div.container.PIN div.charge, div.container.WiMax div.charge {
	display:block!important;
}
div.container.Bill div.Bill {
	display:block!important;
}
div.operators.TopUp div.TAL  {
	display:none;
}
div.operators.WiMax div.MCI, div.operators.WiMax div.TAL, div.operators.WiMax div.RTL {
	display:none;
}
div.operators.Bill > div, div.operators.TrafficCard > div, div.operators.GiftCard > div, div.operators.Antivirus > div, div.operators.InternetPackage > div {
	display:none;
}
div.operators.GiftCard > div.MTN, div.operators.GiftCard > div.MCI, div.operators.GiftCard > div.RTL, div.operators.GiftCard > div.TAL {
	display:none;
}
.irs {
	font-family: 'BYekan', tahoma;
}
.irs-max { 
display: block!important;
}
.irs-from, .irs-to, .irs-single {
	font-size:12px!important;
	top: -4px!important;
	left: 16px;
}
table {
	font-size: 13px;
	font-family: BYekan,tahoma;
	line-height: 20px;
	margin:20px auto;
	color: #717172;
	text-align: left:
}
td {
	padding: 5px 15px;
    border: 1px solid #DDDDDD;
	text-align: center;
}
table > tbody > tr:nth-child(2n) > td, table > tbody > tr:nth-child(2n) > th {
    background-color: #F2F2F2;
}
img.success{
    height: 230px;
    margin: 0 85px;
    width: 220px;
}
.success.pin {
	background: url("../img/keyboard.png") no-repeat 0 0;
}
.success.topup {
	background: url("../img/success.png") no-repeat 0 0;
}
a.mainpage {
    background-color: #E6E6E6;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    color: #5B5C5C;
    cursor: pointer;
    display: block;
    font-family: BYekan,Tahoma;
    font-size: 27px;
    height: 47px;
    margin: 10px auto;
    padding: 0 45px;
    text-decoration: none;
    width: 210px;
}
a.mainpage:hover{
	text-shadow: 1px 2px 2px #ffffff;
	background-color:#F0F2EF;
}
div #description h1, div #description p{
	font-size: 13px;
	font-weight: normal;
	font-family:"BYekan",tahoma;
	line-height: 20px;
	margin: 5px auto;
	color: #717172;
	text-align: center;
	text-shadow: 0px 2px 1px #BBBABA;
	width: 250px;
}
div #description h1 {
	font-size: 16px;
}
div.failed {
	margin: 10px;
}
div.failed .logo {
	width:128px;
	height:128px;
	margin-top: 15px;
	background: url("../img/warning.png") no-repeat 0 0;
	float: right;
}
div.failed .explanation {
    float: right;
    margin: 30px 0;
    width: 242px;
}
div.failed .explanation p {
	font-size: 13px;
	margin: 10px;
}
p.caution {
	font-size:10px;
	background: url("../img/caution-small.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
	padding:0 18px !important;
}
div.billId input, div.paymentId input {
	letter-spacing:0!important;
}
div.container.Bill div.verify {
	display:none;
}
table#bill-info {
	margin:0px auto 5px !important;
}
table#bill-info td span {
	margin:2px;
}
table#bill-info td span#type-title {
	margin:0;
	height:15px;
	line-height:18px;
	display:block;
}
table#bill-info td span.bill {
	width:48px;
	height:48px;
	display:block;
	margin:0 auto;
}
table#bill-info td span.bill.water {
	background: url("../img/bill-operators.png") no-repeat 0 0;
}
table#bill-info td span.bill.electricity {
	background: url("../img/bill-operators.png") no-repeat -48px 0;
}
table#bill-info td span.bill.gas {
	background: url("../img/bill-operators.png") no-repeat -96px 0;
}
table#bill-info td span.bill.telephone {
	background: url("../img/bill-operators.png") no-repeat -144px 0;
}
table#bill-info td span.bill.cellphone {
	background: url("../img/bill-operators.png") no-repeat -192px 0;
}
table#bill-info td span.bill.mayoralty {
	background: url("../img/bill-operators.png") no-repeat -240px 0;
}
table#bill-info td span.bill.police {
	background: url("../img/bill-operators.png") no-repeat -288px 0;
}
.container.GiftCard > .GiftCard.operators, .TrafficCard.operators, .Bill.operators, .Antivirus.operators {
	height:0;
}
.container .GiftCard {
	display:none;
}
.container.TopUp .GiftCard, .container.PIN .GiftCard, .container.WiMax .GiftCard, .container.Bill .GiftCard, .container.Antivirus .GiftCard, .container.TrafficCard .GiftCard, .container.InternetPackage .GiftCard {
	display:none;
}
.container.GiftCard .GiftCard {
	display:block;
}
.container.GiftCard .info {
	padding:0 16px;
	font-family: "BYekan",Tahoma;
	font-size:13px;
	color:#292A2D;
}
.container.GiftCard .info div {
	float:right;
	display:inline-block;
}
.container.GiftCard .info .title {
	font-size:17px;
	margin-top:10px;
}
.container.GiftCard .info .description {
	width:220px;
	text-align:right;
}
.container.GiftCard .info .operator.GiftCard {
	width:120px;
	height:67px;
	background-size:200% 400%!important;
	cursor:default;
}
.container.GiftCard .GiftCard .buy {
	display:none;
}
.GiftCard .operators {
	width:380px;
	margin:0 auto;
	height:auto;
	padding:2px 0;
}
.GiftCard.operator {
	width:180px;
	height:100px;
	margin:5px;
	cursor:pointer;
}
.GiftCard .operators .operator:hover {
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1)
}
.operator.GooglePlay {
	background:url("../img/gift-cards.png") no-repeat -180px 0;
}
.operator.Microsoft {
	background:url("../img/gift-cards.png") no-repeat 0 0;
}
.operator.iTunes {
	background:url("../img/gift-cards.png") no-repeat -180px -100px;
}
.operator.Amazon {
	background:url("../img/gift-cards.png") no-repeat 0 -100px;
}
.operator.XBox {
	background:url("../img/gift-cards.png") no-repeat -180px -200px;
}
.operator.PlayStation {
	background:url("../img/gift-cards.png") no-repeat 0 -200px;
}
.operator.PlayStationPlus {
	background:url("../img/gift-cards.png") no-repeat -180px -300px;
}
.info .GiftCard.operator {
	margin:5px!important;
	opacity:1;
}
.container.GiftCard .info .GiftCard.operator.GooglePlay {
	background:url("../img/gift-cards.png") no-repeat -120px 0;
}
.container.GiftCard .info .GiftCard.operator.Microsoft {
	background:url("../img/gift-cards.png") no-repeat 0 0;
}
.container.GiftCard .info .GiftCard.operator.iTunes {
	background:url("../img/gift-cards.png") no-repeat -120px -67px;
}
.container.GiftCard .info .GiftCard.operator.Amazon {
	background:url("../img/gift-cards.png") no-repeat 0 -67px;
}
.container.GiftCard .info .GiftCard.operator.XBox {
	background:url("../img/gift-cards.png") no-repeat -120px -134px;
}
.container.GiftCard .info .GiftCard.operator.PlayStation {
	background:url("../img/gift-cards.png") no-repeat 0 -134px;
}
.container.GiftCard .info .GiftCard.operator.PlayStationPlus {
	background:url("../img/gift-cards.png") no-repeat -120px -200px;
}
.container.TopUp .TrafficCard, .container.PIN .TrafficCard, .container.WiMax .TrafficCard, .container.Bill .TrafficCard, .container.Antivirus .TrafficCard, .container.GiftCard .TrafficCard {
	display:none;
}
.container.TrafficCard .TrafficCard {
	display:block;
}
.container.TrafficCard .TrafficCard .caution.description {
	font-size: 13px;
	margin: 0 30px;
	text-align: right;
	padding-left: 0!important;
}
.container.TrafficCard #logo-container, .container.GiftCard #logo-container, .container.Antivirus #logo-container {
	margin-top:140px;
}
.amount-container {
	background-color: #F6F4F5;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	font-family: BYekan;
	color:#5C5C5C;
	margin: 10px 26px 10px 8px;
	padding: 0 !important;
	float:right;
}
.count {
	float: right;
	padding: 14px 11px 4px 13px !important;
	width: 150px;
}
.amount-container span {
  display: block;
  float: right;
}
.amount-container .amount-title {
  background-color: #ECEDEF;
  border-radius: 0 3px 3px 0;
  padding: 5px 8px;
}
.amount-container .amount-value {
  display: inline-block;
  width: 63px;
  padding: 2px 5px;
  text-align: left;
  font-weight:bold;
  font-size:17px!important;
}
.amount-container .amount-unit {
  font-size: 13px;
  line-height: 24px;
  padding: 4px 0 0 6px;
}
.container.TopUp .Antivirus, .container.PIN .Antivirus, .container.WiMax .Antivirus, .container.Bill .Antivirus, .container.GiftCard .Antivirus, .container.TrafficCard .Antivirus, .container.InternetPackage .Antivirus {
	display:none;
}
.service-caution {
  background: url("../img/caution.png") no-repeat scroll center 4px rgba(0, 0, 0, 0);
  font-size: 19px;
  line-height: 30px;
  margin: 140px 50px;
  padding-top: 140px;
  width: 300px;
}
.container.Antivirus .Antivirus {
	display:block;
}

.container.Antivirus .info {
	padding:0 16px;
	font-family: BYekan,Tahoma;
	font-size:13px;
	color:#292A2D;
}
.container.Antivirus .info div {
	float:right;
	display:inline-block;
}
.container.Antivirus .info .title {
	font-size:17px;
	margin-top:10px;
}
.container.Antivirus .info .description {
	width:220px;
	text-align:right;
}
.container.Antivirus .info .operator.Antivirus {
  background-size: 100% 400% !important;
  cursor: default;
  height: 55px;
  width: 120px;
}
.container.Antivirus .Antivirus .buy {
	display:none;
}
.Antivirus .operators {
	height:auto;
	width:380px;
	margin:0 auto;
}
.Antivirus.operator {
  border: 1px solid #e0dedf;
  border-radius: 10px;
  cursor: pointer;
  height: 110px;
  margin: 5px 40px;
  width: 300px;
}
.Antivirus .operators .operator:hover {
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1)
}
.info .Antivirus.operator {
	margin:5px!important;
	opacity:1;
}
.operator.Eset {
	background:url("../img/antivirus.jpg") no-repeat 0 -1px;
}
.operator.BitDefender {
	background:url("../img/antivirus.jpg") no-repeat 0 -111px;
}
.operator.Kaspersky {
	background:url("../img/antivirus.jpg") no-repeat 0 -223px;
}
.operator.Norton {
	background:url("../img/antivirus.jpg") no-repeat 0 -334px;
}
.container.Antivirus .info .Antivirus.operator.Eset {
	background:url("../img/antivirus.jpg") no-repeat 0 -1px;
}
.container.Antivirus .info .Antivirus.operator.BitDefender {
	background:url("../img/antivirus.jpg") no-repeat 0 -55px;
}
.container.Antivirus .info .Antivirus.operator.Kaspersky {
	background:url("../img/antivirus.jpg") no-repeat 0 -110px;
}
.container.Antivirus .info .Antivirus.operator.Norton {
	background:url("../img/antivirus.jpg") no-repeat 0 -165px ;
}
div#payment-process {
	display:none;
}
.cover {
  background-color: black;
  color: #fff;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  width: 100%;
  height:100%;
  z-index: 1000;
  display:none;
}
div.connecting {
  background-color: #ffffff;
  border: 2px solid #727272;
  border-radius: 10px;
  color: #222222;
  display: none;
  font-family: BYekan,Tahoma;
  height: 85px;
  opacity: 1;
  position: fixed;
  width: 190px;
  z-index: 14801;
}
.connecting > p {
  background: url("../img/load.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
  margin-right: 25px;
  margin-top: 32px;
  padding-right: 25px;
} 
div.verify div.Bill {
	display:block!important;
}
div.verify table#bill-info {
  margin: 0 auto 35px !important;
}
table.no-style td {
  background-color: unset!important;
  border: none;
  padding: 3px;
}
.buy-details {
    padding:8px;
}
.buy-details span {
    font-family: 'BYekan',tahoma;
    font-size: 13px;
}
div.verify div#left div#description p {
	width:280px!important;
}
div.container.verify {
	padding: 30px 0;
}
div.verify table {
	margin:25px auto!important;
}
.ltr {
	direction:ltr;
}
div.verify div#left {
  bottom: 70px !important;
}
.notify {
  display:none;
  background: none repeat scroll 0 0 rgb(228, 34, 61);
  border: 2px solid rgb(250, 41, 37);
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: rgb(246, 244, 245);
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  width: 180px;
  z-index: 2;
}
.notify:after {
  border-color: #fa2925 transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
 height: 0;
  left: 90px;
  position: absolute;
  top: 82px;
  width: 0;
}
.notify p {
	color:#F6F4F5;
}
img.application {
	margin: 10px 75px;
}
.bgs.application .container {
	display:block!important;
	margin-top:59px!important;
}
.bgs.application .container div#left {
	bottom:0!important;
}
.bgs.application {
	text-align:right!important;
	font-family: BYekan,tahoma;
	font-size:13px!important;
	color:#717172;
	text-align:justify!important;
	margin:30px 0!important;
}
.bgs.application input {
	margin-top: 0!important;
}
.bgs.application ul {
	padding: 10px;
}
.bgs.application li {
	margin-right: 30px;
}
.bgs.application div.submit input {
    font-family: BYekan,Tahoma!important;
    font-size: 26px!important;
	cursor:pointer;
}
a.application {
	bottom: 0;
	position: fixed;
	right: 0;
	height: 150px;
}
.qr {
  background-color: #fff;
  border: 1px solid #e3e1e2;
  border-radius: 8px;
  color: #1b4986;
  margin: 10px;
  opacity: 0.85;
}
.bgs.application .qr .description {
  float: right;
  margin: 12px;
  width: 234px;
}
.qr .description > p {
  color: #1b4986;
  margin-bottom:5px;
}
.bgs.application .qr .qrcode {
  float: left;
  height: 90px;
  margin: 10px;
  width: 90px;
}
.bgs.application .application-deactive {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  border-radius: 8px;
  color: #b94a48;
  font-family: BYekan,tahoma;
  font-size: 17px;
  margin: 10px;
  padding: 14px;
  text-align: center;
  display:none;
}
.bgs.application #logo-container {
  position: relative;
}
.bgs.application #logo-container > span {
  color: #fff;
  font-family: byekan;
  font-size: 13px;
  position: absolute;
  right: 135px;
  top: 70px;
  cursor:default;
}
.application-logo {
	height: 18px;
	position: absolute;
	right: 116px;
	top: 72px;
	width: 18px;
}

.services-menu {
	margin:0;
	padding:0;
	font-size:14px;
	width:850px;
	margin-top:120px;
	margin-right:6px;
}
.services-menu .service-container {
	float:right;
	width:110px;
	height:85px;
	position:relative;
	cursor:pointer;
}
.services-menu .service-container:not(:first-child) {
	margin-right:13px;
}
.services-menu .service-container > div {
	position:absolute;
	top:0px;
	left:0px;
	width:111px;
	height:54px;
	z-index:12;
	border:2px solid #717172;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-color:#F6F4F5;
}
.services-menu .service-container.active > div {
	z-index:12;
	border:2px solid #DAC174;
	background-color:#FFF200;
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}
.services-menu .service-container > div .service-logo {
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 7px #000;
	-webkit-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	display:block;
}
.services-menu .service-container > div .service-logo.TopUp {
	background:url("../img/services-logo.png") no-repeat -812px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.PIN {
	background:url("../img/services-logo.png") no-repeat -583px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.InternetPackage {
	background:url("../img/services-logo.png") no-repeat -696px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.WiMax {
	background:url("../img/services-logo.png") no-repeat -464px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.Bill {
	background:url("../img/services-logo.png") no-repeat -349px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.GiftCard {
	background:url("../img/services-logo.png") no-repeat -232px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.TrafficCard {
	background:url("../img/services-logo.png") no-repeat -131px 0px #ffffff;
}
.services-menu .service-container > div .service-logo.Antivirus {
	background:url("../img/services-logo.png") no-repeat 0px 0px #ffffff;
}
.services-menu .service-container span.sdt_wrap{
	position:absolute;
	top:4px;
	left:0px;
	width:112px;
	height:60px;
	z-index:15;
	text-align:center;
}
.services-menu .service-container span.sdt_active{
	position:absolute;
	background:#CFCFCF;
	top:51px;
	width:114px;
	height:0px;
	left:-1px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.services-menu .service-container span span.sdt_link{
	color:#717172;
	font-size:13px;
	font-weight:bold;
	float:left;
	clear:both;
	font-family: BYekan ;
	width:112px;
	text-align:center;
}
.services-menu .service-container span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}
.services-menu .service-container div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
.services-menu .service-container div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
.services-menu .service-container div.sdt_box a:first-child{
	margin-top:15px;
}
.services-menu .service-container div.sdt_box a:hover{
	color:#fff;
}
.nav_icon{
	font-family: 'FontAwesome !important';
}
.icons{
	color:#717172;
}
.container.verify h1 {
	text-align:center;
}
.container.verify .explanation h1 {
	text-align:right;
}
.warn{
	background: url(../img/caution-small.png) no-repeat scroll right 2px rgba(0,0,0,0);
	padding: 0 18px!important;
    color: #717172;
    font-size: 13px;
    text-shadow: 0 1px 1px #bbbaba;
    text-align: center;
    margin-right:5px;
    text-align:justify;
}
div.save-information{
    text-align: right;
    padding: 0 27px 2px; 
}
div#save-information{
	box-shadow: 0px 0px 0px #000000;
	border-radius:0px;
	text-align:right;
	color: #5B5C5C;
	font-family: BKoodakBold,Tahoma;
	font-size:100%;
	height:auto;
	margin: 8px auto;
}
input#save-information{
	border-radius:5px;
	width:10px;
	height:10px;
	padding:10px;
}

/* InternetPackage */
    .container.InternetPackage .InternetPackage {
        display:block;
    }
    .container.InternetPackage .info {
        padding:0 16px;
        font-family: "BYekan",Tahoma;
        font-size:13px;
        color:#292A2D;
    }
    .container.InternetPackage .info div {
        display:inline-block;
    }
    .container.InternetPackage .info .title {
        font-size:17px;
        margin-top:10px;
    }
    .container.InternetPackage .info .description {
        width:220px;
        text-align:right;
    }
    .container.InternetPackage .info .operator.InternetPackage {
        width:120px;
        height:67px;
        background-size:200% 300%!important;
        cursor:default;
    }
    .container.InternetPackage .InternetPackage .buy {
        display:none;
    }
    .InternetPackage .operators {
        width:380px;
        margin:0 auto;
        height:auto;
        padding:2px 0;
    }
    .InternetPackage.operator {
        width:180px;
        height:100px;
        margin:5px;
        cursor:pointer;
    }
    .InternetPackage .operators .operator:hover {
       -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
       -ms-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
       transform: scale(1.1, 1.1)
    }
    .info .InternetPackage.operator {
	margin:5px!important;
	opacity:1;
	}
    .operators .operator.IN-MTN-Hourly {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll -180px 0px;
    }
    .operators .operator.IN-MTN-Daily {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll 0px 0px;
    }
    .operators .operator.IN-MTN-Weekly {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll -180px -100px;
    }
    .operators .operator.IN-MTN-Monthly {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll 0px -100px;
    }
    .operators .operator.IN-MTN-Amazing {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll -180px -200px;
    }
    .operators .operator.IN-MTN-TDLTE {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll 0px -200px;
    }
    .buy .operator.IN-MTN-Hourly {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll -120px 0px;
    }
    .buy .operator.IN-MTN-Daily {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll 0px 0px;
    }
    .buy .operator.IN-MTN-Weekly {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll -120px -67px;
    }
    .buy .operator.IN-MTN-Monthly {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll 0px -67px;
    }
    .buy .operator.IN-MTN-Amazing {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll -120px -134px;
    }
    .buy .operator.IN-MTN-TDLTE {
        background: rgba(0, 0, 0, 0) url("../img/internet-package.png") no-repeat scroll 0px -134px;
    }
	.container.TopUp .InternetPackage, .container.PIN .InternetPackage, .container.WiMax .InternetPackage, .container.Bill .InternetPackage, .container.GiftCard .InternetPackage, .container.Antivirus .InternetPackage, .container.TrafficCard .InternetPackage {
		display:none;
	}
	.container.InternetPackage  .InternetPackage  .amount-container {
		margin: 10px 8px 10px 8px;
		width:340px;
	}
	.sim-type-container label:not(:last-child) {
		margin-left: 20px;
	}
/* End InternetPackage */

input[type="radio"] {
	width:auto !important;
	height:auto !important;
}
.mw-200 {
	max-width: 200px;
}