@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/IRANSansWeb(FaNum).eot');
	src: url('/fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('/fonts/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('/fonts/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('/fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: bold;
	font-weight: bold;
	src: url('/fonts/IRANSansWeb(FaNum)_Bold.eot');
	src: url('/fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('/fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('/fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('/fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/IRANSansWeb(FaNum)_Medium.eot');
	src: url('/fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('/fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('/fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('/fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
body {
	direction: rtl;
	background: #eeeff1;
}
.container {
	margin: 0 auto;
	max-width: 800px;
	width: 90%;
	box-sizing: border-box;
}
#loadingbox {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 50;
	visibility: hidden;
	transition: all 0.8s ease;
}
#loadingbox.show {
	visibility: visible;
}
.windows8 {
	position: absolute;
	width: 78px;
	height:78px;
	margin:auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}
.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(255,255,255);
	left:0px;
	top:0px;
	border-radius: 10px;
}
.windows8 #wBall_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
		opacity: 0;
		transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
		opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
#payinfo {
	background: #fff url(/img/payment/header_btn.png) repeat-x top center;
	background-size: 100%;
	border-radius: 2px;
	box-shadow: 0px 10px 30px 0px rgba(44, 45, 54, 0.05);
	float: right;
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
#header {
	overflow: hidden;
	background: url(/img/payment/header_bg.png) repeat top center;
	padding-top: 34px;
}
#cover {
	background: url(/img/payment/header.png) no-repeat top center / cover;
	width: 100%;
	padding-top: 40%;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
}
#userinfo {
	text-align: center;
	overflow: hidden;
	margin: -40px auto 0;
}
#userinfo #avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0px 10px 30px 0px rgba(44, 45, 54, 0.3);
	overflow: hidden;
	border: 7px solid #fff;
	display: inline-block;
}
#userinfo #offline {
	height: 70px;
}
#userinfo #avatar img {
	width: 120px;
	height: 120px;
}
#userinfo #name {
	font: bold 24px/40px 'IRANSans';
	color: #9298a1;
	margin: 15px auto;
}
#userinfo #name span.username{
	display: inline-block;
	direction: ltr;
}

#account_balance {
	max-width: 90%;
    width: 500px;
	margin: 0 auto;
}
#account_balance .wallet_label,
#account_balance table.pecuniary { width: 100%;}

#account_balance .wallet_label {
	font: bold 18px/45px 'IRANSans';
    color: #ffffff;
    background: #784fd7;
	border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
}
#account_balance table.pecuniary{
	border-collapse: separate !important;
	border:1px solid #784fd7;
	border-radius: 0 0 15px 15px;
	font: 16px/40px 'IRANSans';
	color: #3a414c;
	text-align: center;
}
#account_balance table.pecuniary th {
	font-weight: bold;
	text-align: center;
	background: #eeeff1;
}
#account_balance table.pecuniary th,
#account_balance table.pecuniary td{
	width: 33%;
	border-right: 1px solid #784fd7;
}
#account_balance table.pecuniary th:first-child,
#account_balance table.pecuniary td:first-child{border: none;}

.pecuniary th .icon {
	width: 36px;
	height: 21px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 2px;
}
.pecuniary th .icon.icon-coin {
	background: url(/img/payment/money.png) no-repeat -97px 0;
	background-size: 210px;
	width: 20px;
}
.pecuniary th .icon.icon-IRR {
	background: url(/img/payment/money.png) no-repeat -174px;
    background-size: 210px;
}
.pecuniary th .icon.icon-USD {
	background: url(/img/payment/money.png) no-repeat 0;
	background-size: 210px;
}


#nventory_increase {
	text-align: center;
	color: #81888e;
	margin: 40px auto 20px;
	overflow: hidden;
}
#nventory_increase .title {
	font: 500 17px/30px 'IRANSans';
	margin-bottom: 20px;
}
#nventory_increase .currency {
	font: 500 16px/34px 'IRANSans';
	color: #b8c2cc;
}
input.nventory_increase {
	margin: 0px 3px;
}
input.owner_name,
input.iban_number,
.form_input,
.form_textarea,
input.nventory_increase {
	font: 500 13px/30px 'IRANSans';
	border: 2px solid #b8c2cc;
	color: #3a414c !important;
	border-radius: 15px;
	padding: 0 15px;
	text-align: center;
}
textarea.form_textarea{
	width: 300px;
	max-width: 90%;
    text-align: right;
	font: normal 12px/30px 'IRANSans';
}
input.iban_number{
    width: 260px;
    text-align: left;
	font: normal 12px/30px 'IRANSans';
	padding: 0 10px;
}
input.iban_number,
input.form_input_ltr,
input.nventory_increase {
	direction: ltr;
}
#money_withdrawal select.bank_id {
	font: 500 13px/30px 'IRANSans';
	border: 2px solid #b8c2cc;
	color: #3a414c !important;
	border-radius: 15px;
	padding: 0 15px;
	text-align: center;
}
#nventory_buy{
	max-width: 90%;
	width: 500px;
	background: #eeeff1;
	padding: 10px 0;
	border-radius: 15px;
	margin: 30px auto;
	text-align: right;
	box-sizing: border-box;
	color: #666;
	font-family: 'IRANSans';
}
#nventory_buy .title {
	font: bold 18px/30px 'IRANSans';
	padding: 10px 25px;
	border-bottom: 1px solid #fff;
}
#nventory_buy .buy_amount {
	padding: 10px 25px;
}
::-moz-placeholder {
	color: #c9ccd0;
}

#product {
	color: #737980;
	margin: 30px 0 20px;
}
#product .product_name {
	font: 500 18px/40px 'IRANSans';
}
#product .product_desc {
	max-width: 480px;
	margin: 0 auto;
	font: normal 13px/22px 'IRANSans';
	padding: 0 10px;
}
#product .product_price {
	font: bold 18px/40px 'IRANSans';
	color: #666;
}

.servicePayment .cancel_btn {
	margin: 20px auto 0;
}
.invoicePayment .gatewaysError,
.servicePayment .gatewaysError {
	color:#f33b3b;
	text-align: center;
	font: normal 13px/28px 'IRANSans';
}
.invoicePayment .gatewaysError{
	text-align: justify;
}
.invoicePayment .gatewaysError span.USD{
	display: inline-block;
    direction: ltr;
    margin: 0 6px;
}
/**** invoice ****/
p.invoice_note{
	width: 90%;
	font: normal 13px/30px 'IRANSans';
	text-align: justify;
	text-align: center;
	margin: 0 auto;
}

#invoice {
	color: #737980;
	overflow: hidden;
	border: 1.5px solid #d6d6d6;
	max-width: 90%;
	width: 500px;
	margin:30px auto 10px;
	border-radius: 0 0 15px 15px;
}

#invoice .invoice_name {
	text-align: center;
	color: #3f3f40;
	font: 500 17px/50px 'IRANSans';
	overflow: hidden;
	background: #d6d6d6;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;	
}

#invoice .invoice_form_item,
#invoice .invoice_item {
	font: normal 13px/30px 'IRANSans';
	text-align: right;
	padding: 5px 15px;
	display: table;
	align-items: center
}
#invoice .invoice_form_item label,
#invoice .invoice_item span {
	font: bold 18px/30px 'IRANSans';
	color: #666;
	display: table-cell;
	vertical-align: top;
	width: 150px;
}
#invoice.payInvoice .invoice_item span {
	width: 190px;
}
#invoice .invoice_item span.username {
	display: inline-block;
	direction: ltr;
	font: normal 13px/30px 'IRANSans';
	width:auto !important;
}

.btn_container {
	overflow: hidden;
	max-width: 90%;
	width: 500px;
	margin:0px auto 30px;
}
.btn_container .pay_btn,
.btn_container .link_btn {
	float: left;
	margin: 0;
}
.form_verify_code .pay_btn {
    margin: 5px 0;
}
.btn_container .cancel_btn {
	margin: 0;
	float: right;
}

.bank_container {
	overflow: hidden;
	border: 1.5px solid #d6d6d6;
	max-width: 90%;
	width: 500px;
	margin:30px auto 10px;
	border-radius: 0 0 15px 15px;
}
.banks_title {
	text-align: center;
	color: #3f3f40;
	font: 500 17px/50px 'IRANSans';
	overflow: hidden;
	background: #d6d6d6;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;	
}
#banks {
	background: #eeeff1;
	text-align: right;
	box-sizing: border-box;
	color: #737980;
	font-family: 'IRANSans';
	border: 1px solid #d6d6d6;
	box-sizing: border-box;}
#banks li {
	overflow: hidden;
}
#banks > ul > li {
	overflow: hidden;
	padding-top: 5px;
	border-bottom: 2px solid #d6d6d6;
}
#banks > ul > li:last-child {
	border-bottom:none;
	margin-bottom: 0px !important;
}
#banks a {
	color: #5c6167;
	transition: all 0.4s ease;
	font: normal 15px/40px 'IRANSans';
	padding: 0 15px;
	display: block;
}
#banks a.gateway_btn {
	height: 50px;
}
#banks a.active:hover {
	color: #333;
}
#banks a.deactive .gatewaysError,
#banks a.deactive .labeldesc ul.wallets,
#banks a.deactive .labletitle {
	opacity: 0.5;
	cursor: not-allowed;
}
#banks a.deactive .icon {
	opacity: 0.5;
}
#banks .icon {
	width: 33px;
	height: 50px;
	float: right;
	margin-left: 10px;
	display: inline-block;
}
#banks .icon.icon-online {background: url(/img/payment/icons.png) no-repeat 0 0;}
#banks .icon.icon-saman {background: url(/img/payment/icons.png) no-repeat 0 0;}
#banks .icon.icon-saman2 {background: url(/img/payment/icons.png) no-repeat 0 0;}
#banks .icon.icon-mellat {background: url(/img/payment/icons.png) no-repeat 0 -400px;}
#banks .icon.icon-irancell {background: url(/img/payment/icons.png) no-repeat 0 -50px;}
#banks .icon.icon-irancellPayment {background: url(/img/payment/icons.png) no-repeat 0 -50px;}
#banks .icon.icon-wallet {background: url(/img/payment/icons.png) no-repeat 0 -100px;}
#banks .icon.icon-mci {background: url(/img/payment/icons.png) no-repeat 0 -250px;}
#banks .icon.icon-rightel {background: url(/img/payment/icons.png) no-repeat 0 -350px;}
#banks .icon.icon-paypal,
#banks .icon.icon-adyen {background: url(/img/payment/icons.png) no-repeat 0 -300px;}
#banks .pay_btn a .icon,
#banks .pay_btn button .icon,
.pay_btn a .icon,
.pay_btn button .icon {
	width: 30px;
	height: 40px;
	display: inline-block;
	background: url(/img/payment/icons.png) no-repeat 0 -155px;
	float: right;
	margin-left: 10px;
}
#banks ul li span.charge {
	font-weight: 500;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	transition: all 1s ease;
	padding: 0 10px;
	border: 2px solid #63b473;
	box-sizing: border-box;
	color: #fff;
	background: #63b473;
}
#banks ul li span.charge:hover {
	 background: #fff;
	 color: #63b473;
}
#banks .labeldesc span {
	font-size: 12px;
}
#banks .labletitle span.error,
#banks .labeldesc span.error {
	color: #d84141;
	font-weight: bold;
	font-size: 13px;
}
#banks .labletitle span.soon,
#banks .labeldesc span.soon {
	color: #38d848;
	font-weight: bold;
	font-size: 13px;
}
#banks .labletitle span.error,
#banks .labletitle span.soon {
	float: left;
	display: block;
}
#banks .labeldesc ul.wallets {display: inline-block;}
#banks .labeldesc ul.wallets li{
	display: inline-block;
}

#banks .labeldesc ul.wallets .walletBalance{
	background: #ada6cc;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	 transition: all 0.8s ease;
    box-sizing: border-box;
    line-height: 24px;
    color: #fff;
    padding: 0 8px;
	margin: 0 2px;
}

#banks .labeldesc ul.wallets li.EUR,
#banks .labeldesc ul.wallets li.USD{direction:ltr}

#banks .packages {
    background: #fff;
    padding: 20px;
}
#banks .packages.close {
	display: none;
}

#banks .packages .labletitle {
	line-height: 30px;
}
#banks .labletitle .gatewaycost  {
	float: left;
    font-size: 12px;
    font-weight: normal;
}
#banks .packages .labletitle span.USD{
	display:inline-block;
	direction:ltr;
}
#banks .pay_btn {
	background: #fff;
    padding-top: 20px;
    text-align: left;
}

label .labeldesc,
label .labletitle {
	padding-right: 40px;
}
.labeldesc,
.labletitle {
	display: block;
	line-height: 25px;
}
.labletitle {
	font-weight: 500;
	font-size: 16px;
}
.labeldesc {
	font-size: 14px;
}

.radioBtn ul li{
	position: relative;
	width: 100%;
}
.radioBtn ul li input[type=radio],
.checkboxBtn ul li input[type=checkbox]{
	position: absolute;
    height: 8px;
    opacity: 0;
    right: 48px;
    top: 5px;
    width: 8px;
    z-index: 50;
	cursor: pointer;
}
.radioBtn ul li label{
	cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.25s linear 0s;
    z-index: 9;
}
.radioBtn ul li.deactive {
	opacity: 0.5;
	font: normal 14px/40px 'IRANSans';
}
.radioBtn ul li.deactive label{
	cursor: not-allowed;
}
.radioBtn ul li .check{
	display: block;
	position: absolute;
	border: 2px solid #d0d5d8;
	border-radius: 100%;
	-moz-border-radius: 	100%;
	-webkit-border-radius: 	100%;
	height: 14px;
	width: 14px;
	top: 5px;
	right: 15px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	cursor: pointer;
}
.radioBtn ul li .check::before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.radioBtn input[type=radio]:checked ~ .check,
.checkboxBtn input[type=checkbox]:checked ~ .check {
	border: 2px solid #0081ff;
	background: #0081ff;
}
.radioBtn input[type=radio]:checked ~ .check::before{
  background: #fff;
}
.link_btn a{
	font: 500 16px/40px 'IRANSans';
	padding: 0 20px;
	height: 40px;
	color: #6A5DAF;
    border-radius: 20px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.8s ease;
	box-sizing: border-box;
    border: 2px solid #6A5DAF;
}
.link_btn a:hover{
	opacity: 0.7;
	background: #6A5DAF;
	color: #fff;
}

#banks .pay_btn a,
.pay_btn a, .pay_btn button {
	font: bold 18px/40px 'IRANSans';
	padding: 0 20px;
	height: 40px;
	border-radius: 20px;
	background: #47b36b;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	transition: all 0.8s ease;
    border: none;
    cursor: pointer;
}
#banks .pay_btn a.cancel_btn {
    background: transparent;
    color: #FF4141;
    border: 2px solid #FF4141;
}
#banks .pay_btn a.cancel_btn:hover {
	opacity: 0.7;
	color: #fff;
	background: #FF4141;
}
.pay_btn a.disabled, .pay_btn button.disabled {
	font: bold 14px/40px 'IRANSans';
	background: #A0B1A5;
}
.pay_btn a:hover, .pay_btn button:hover {
	opacity: 0.7;
}
.pay_btn a.disabled:hover, .pay_btn button.disabled:hover {
	opacity: 1;
	cursor: not-allowed;
}
.pay_btn a .icon,
.cancel_btn a {
	font: 500 16px/40px 'IRANSans';
	padding: 0 20px;
	height: 40px;
	border-radius: 20px;
	background: transparent;
	color: #FF4141;
	margin: 0 auto;
	display: inline-block;
	transition: all 0.8s ease;
	box-sizing: border-box;
	border: 2px solid #FF4141;
}
.cancel_btn a:hover {
	opacity: 0.7;
	color: #fff;
	background: #FF4141;
}

.cancel_btn {
	margin-top: 10px;
	text-align: center;
}

.error_message {
    padding: 50px 20px;
    font: bold 20px/50px 'IRANSans';
    color: #FF4141;
}
.success_message {
    padding: 50px 20px;
    font: bold 20px/50px 'IRANSans';
    color: #63b473;
}
.payment_result .success_message,
.payment_result .error_message{
	padding: 10px 0;
}
.gateway_loading {
    padding: 50px 20px;
    font: 20px/50px 'IRANSans';
}
span.amount{
	display: inline-block;
	direction: ltr;
}
span.amount.IRR,
span.amount.coin{
	direction: rtl;
}
span.amount.persent,
span.amount.USD{
	direction: ltr;
}

#money_withdrawal {
	font-family: 'IRANSans';
}

#money_withdrawal .money_withdrawal_item {
	padding: 10px 0;
}

/****************** Grid ****************/
.table_grid{
	background:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	overflow: auto;
    border: 1px solid #dee5e7;
    border-top: none;
    margin-bottom: 10px;
	font: normal 17px/30px 'IRANSans';
}


.title_table {
	border-radius: 2px 2px 0 0;
	color: #333;
	padding: 10px;
	text-align: right;
	background-color:#f6f8f8;
    border: 1px solid #dee5e7;
    border-bottom: none;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	font: bold 17px/30px 'IRANSans';
}
.tab_title_table {
	padding: 0 10px;
}
h2.tab_title {
	color: #333;
	font: bold 17px/30px 'IRANSans';
	padding: 10px;
	text-align: right;
	
}
.tab_title_table a {
	padding: 10px;
	margin: 0;
	display: inline-block;
	color: #555555;
    background-color: #f6f8f8;
	font: bold 15px/30px 'IRANSans';
}
.tab_title_table a:hover {
    background-color: #ddd;
}
.tab_title_table a.active {
    background-color: #784fd7;
	color: #fff;
}
.grid {
	width: 100%;
}
.table_grid .btn{
    margin-left:5px;
}

.table_grid .body_table{
	padding:0 0 5px 0;
	-moz-box-shadow: 0 3px 5px rgba(183,197,215,.58); /* drop shadow */
	-webkit-box-shadow: 0 3px 5px rgba(183,197,215,.58); /* drop shadow */
	box-shadow: 0 3px 5px rgba(183,197,215,.58); /* drop shadow */
}
.table_grid th{
	background-color: #fff; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTVlYyIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkzYTNjMiIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(227,229,236,.18) 0%, rgba(148,163,194,.18) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(227,229,236,.18) 0%, rgba(148,163,194,.18) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(227,229,236,.18) 0%, rgba(148,163,194,.18) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(227,229,236,.18) 0%, rgba(148,163,194,.18) 100%); /* gradient overlay */
}
.table_grid th,
.table_grid td{
	border: 1px solid #eaeff0;
/*	border-left: none;
	border-right: none;*/
	padding: 4px 8px;
	text-align: left;
 }
 .table_grid td{
	color:#686868;
 }
 .rtl div.table_grid table.grid td.date {
	direction: ltr;
	text-align: left;
	display: table-cell;
}

.table_grid tr:nth-child(even){
	background: #fff;
}
.table_grid tr:nth-child(odd){
	background: #fff;
}
.table_grid th {
/*	border-bottom: 3px solid #F3F3F3;*/
}
/*.table_grid td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}*/
.table_grid th, .table_grid td {
    text-align: right;
}
.table_grid th, .table_grid td:before {
 font-weight:bold;
	color:#1b2c3e;
}
div.table_grid table.grid {
	border-collapse: collapse;
}

div.table_grid table.grid tr.thead {
	border: 1px solid #9dd0e8;
}
div.table_grid table.grid  th {
	background:#fff;
	font-weight: bold;
	padding: 7px;
	line-height: 1.3em;
	color : #555555;
}

.en div.table_grid table.grid  th a,
.en div.table_grid table.grid  th {
	font-size: 14px;
	font-family:"Iransans";
    color: #58666e;
}
div.table_grid table.grid tbody {
	border:none;
}

div.table_grid table.grid tbody tr { background: #fff; font-size: 14px; }
div.table_grid table.grid tbody tr.odd:hover, tr.even:hover { background: #e6f1f8 !important; }
div.table_grid table.grid tbody tr.selected { background: #d8e0e4 !important; }
div.table_grid table.grid tbody tr.odd { background: #f9f9f9; }
div.table_grid table.grid tbody tr.even { background: #fff; }
div.table_grid table.grid tbody tr.alt-row { background: #f3f3f3; }

div.table_grid table.grid td {
	padding: 5px 8px;
	line-height: 1.5em;
	vertical-align: middle;
}
div.table_grid table.grid tr:nth-child(even) {background: #fff}
div.table_grid table.grid tr:nth-child(odd) {background: #fafbfc}
.en div.table_grid table.grid td{
	font-size : 13px;
	font-family:"DroidSansRegular";
}
/*div.table_grid table.grid td{ border:1px solid #eaeff0; } */
/*div.table_grid table.grid th{	border:1px solid #eaeff0; }   */

.rtl div.table_grid table.grid td {text-align: right; }

div.table_grid table.grid td.checkbox,
div.table_grid table.grid td.radif, div.table_grid table.grid td.number {
	text-align : center;
	width:1%;
}

div.table_grid table.grid td.action a{
	display:block;
	width:8%;
	text-align:center;
}
.ltr div.table_grid table.grid td.action a{margin:0 8px 0 0; float:left;}
.rtl div.table_grid table.grid td.action a{margin:0 0 0 8px; float:right;}

div.table_grid table.grid th a { color : #58666e; }
div.table_grid table.grid th a.asc{
	background : url('/view/images/icons/arrow-up.png') no-repeat scroll;
}
div.table_grid table.grid th a.desc{
	background : url('/view/images/icons/arrow-down.png') no-repeat scroll;
}
.ltr div.table_grid table.grid th a.asc,
.ltr div.table_grid table.grid th a.desc{
	padding-right : 20px;
	background-position :98%;
}

.rtl div.table_grid table.grid th a.asc,
.rtl div.table_grid table.grid th a.desc{
	/*padding-left : 20px;*/
	background-position :1%;
}

/* bulk action & sort*/
div.table_grid div.grid-sort,
div.table_grid div.bulk-actions {padding: 10px 0 5px 0;}

.rtl div.table_grid div.grid-sort,
.ltr div.table_grid div.bulk-actions,
.ltr div.table_grid div.bulk-actions div.actions{ float: left;}

.ltr div.table_grid div.grid-sort,
.rtl div.table_grid div.bulk-actions,
.rtl div.table_grid div.bulk-actions div.actions{ float: right;}

div.table_grid .bulk-actions select,
div.table_grid .grid-sort select {padding: 1px; margin: 0 5px;}

.ltr div.table_grid div.bulk-actions div.arrow-icon{
	float: left;
	background:	url(/view/images/icons/arrow-ltr.png) no-repeat scroll 3px 0 transparent;
	width:28px;
	height:22px;
	margin: -2px 12px 0 5px;
}

.rtl div.table_grid div.bulk-actions div.arrow-icon{
	float: right;
	background:	url(/view/images/icons/arrow-rtl.png) no-repeat scroll 3px 0 transparent;
	width:28px;
	height:22px;
	margin: -2px 12px 0 5px;
}


/* array value style in  div.table_grid table.grid*/
div.table_grid table.grid ul.arrayValue {
	list-style :none !important;
	padding:0px !important;
	margin:0px !important;
	cursor : pointer;
}
div.table_grid table.grid ul.arrayValue li {
	background : none !important;
	padding: 0 2px !important;
	display : inline !important;
}
div.table_grid table.grid ul.arrayValue li.hide{
	display:none !important;
}
div.table_grid table.grid ul.arrayValue li:after {
	content: ",";
}
div.table_grid table.grid ul.arrayValue li:last-child:after {
	content: "";
}
div.table_grid table.grid ul.arrayValue li.etc:after {
	content: " ... ";
}
.grid .mobile,
.grid .date {
	direction: ltr;
}
.grid .username {
	display: inline-block;
	direction: ltr;
}
/* -----------------------pagination-------------------------------- */
.pagination{
	padding: 10px 0;
	overflow: hidden;
}
.pagination ul li{
	float: left;
	width: 40px;
	height: 30px;
	font: 14px/30px "Iransans";
	border: 1px solid #eee;
	margin-left: 4px;
	text-align: center;
	direction: ltr;
}
.pagination ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.pagination ul li:hover, .pagination ul li.active{
	background: #5BCCF6;
	color: #fff;
}
.pagination ul li:hover a, .pagination ul li.active a{ color: #fff;}

.cancel_order {
    display: none;
}

#transaction_list {
	margin-top : 50px;
	padding: 5px;
}

#transaction_list .increase {color: #0F752D}
#transaction_list .decrease {color: #FF4141}
#transaction_list .link_btn a {
	margin: 10px auto;
}

#irancell_gateway p {
	 padding: 50px 20px 10px;
    font: 16px/30px 'IRANSans';
}
#irancell_gateway input {
	font: 500 13px/30px 'IRANSans';
	border: 2px solid #b8c2cc;
	color: #3a414c !important;
	border-radius: 15px;
	padding: 0 15px;
	text-align: center;
	direction: ltr;
	margin-bottom: 20px;
}
#irancell_gateway #pay {
	margin: 10px auto;
}

#selectPaymentType {
	padding: 50px 50px;
}
#selectPaymentType a {
	
	font: bold 18px/40px 'IRANSans';
	padding: 0 20px;
	width: 20%;
	height: 40px;
	background: #b3a2dc;
	
	color: #fff;
	margin: 0 20px;
	display: inline-block;
	transition: all 0.8s ease;
    border: none;
    cursor: pointer;
}
#selectPaymentType a:hover,
#selectPaymentType a.active {
	background: #7568ba;
}
.error {
    color: #d84141;
	font-weight: bold;
	font-size: 13px;
}
.mobile {
	direction: ltr;
    display: inline-block;
}
.info {
    color: #5c6167;
    font: normal 15px/40px 'IRANSans';
    padding: 0 15px;
    display: block;
    background: #eeeff1;
    text-align: right;
}
#verifyCode div.form_verify_code {
    color: #5c6167;
    font: bold 12px/40px 'IRANSans';
    padding: 0 12px;
    display: block;
    background: #eeeff1;
}