﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face
{
	font-family:IranSans;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/IranSans/Regular.eot");
	src:url("../Fonts/IranSans/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/IranSans/Regular.woff2") format('woff2'),
		url("../Fonts/IranSans/Regular.woff") format('woff'),
		url("../Fonts/IranSans/Regular.ttf") format('truetype');
}
@font-face
{
	font-family:IranSansFa;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/IranSansFa/Regular.eot");
	src:url("../Fonts/IranSansFa/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/IranSansFa/Regular.woff2") format('woff2'),
		url("../Fonts/IranSansFa/Regular.woff") format('woff'),
		url("../Fonts/IranSansFa/Regular.ttf") format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

html
{
	overflow-x:hidden !important;
}
body
{
	direction:rtl;
	margin:0px;
}
a
{
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
p
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
hr
{
	width:100%;
	height:2px;
	margin:10px auto 10px auto;
	padding:0px;
	border:none;
	background-color:#cdcdcd;
}
::selection
{
	color:#ffffff;
	background-color:#01538c;
}
::-moz-selection
{
	color:#ffffff;
	background-color:#01538c;
}
.ltr-field
{
	direction:ltr;
}
.ltr-field-align-right
{
	direction:ltr;
	text-align:right;
}
.clear-both
{
	clear:both;
}
.display-none
{
	display:none;
}
.farsi
{
    font-family:IranSansFa !important;
}
.farsi input
{
    font-family:IranSansFa !important;
}
.farsi select
{
    font-family:IranSansFa !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form
{
}
.form p
{
    height:40px;
    line-height:40px;
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-size:13px;
	color:#000000;
}
.form input[type=text]
{
	width:100%;
}
.form input[type=password]
{
	width:100%;
}
.form input[type=submit]
{
	width:100%;
}
.form input[type=file]
{
	width:100%;
}
.form input[type=tel]
{
	width:100%;
}
.form input[type=number]
{
	width:100%;
}
.form select
{
	width:100%;
}
.form textarea
{
	width:100%;
}
.form-captcha
{
    width:100%;
	height:37px;
	border:solid 1px #cdcdcd;
	outline:0px;
	background-color:#ffffff;
	text-align:center;
	overflow:hidden;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-right
{
	width:49.5%;
	float:right;
}
.form-left
{
	width:49.5%;
	float:left;
}
.form-half
{
    width:420px;
    margin:0px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-single-body
{
    background:#ffffff url("../Images/background-accounts.jpg") no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.form-single
{
    width:380px;
    margin-right:-190px;
    padding:20px;
    background-color:#ffffff;
    position:absolute;
    top:50%;
    right:50%;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);
}
.form-single-logo
{
    text-align:center;
    margin-bottom:15px;
}
.form-single-logo > a
{
}
.form-single-logo > a > img
{
    width:96px;
    height:auto;
    border:0px;
    outline:0px;
}
.form-input-center input[type=number]
{
    text-align:center;
    letter-spacing:5px;
}
.form-input-center input[type=tel]
{
    text-align:center;
    letter-spacing:5px;
}
.form-input-center input[type=text]
{
    text-align:center;
    letter-spacing:5px;
}
.form-time-left
{
    width:100%;
	height:37px;
	line-height:37px;
	margin-bottom:10px;
	border:solid 1px #cdcdcd;
	outline:0px;
	background-color:#ffffff;
	font-family:IranSansFa;
	font-size:14px;
	color:#333333;
	text-align:center;
	letter-spacing:5px;
	overflow:hidden;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form-time-left:empty
{
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-single > ul
{
    margin:10px 5px 0px 0px;
    padding:0px;
    list-style:none;
}
.form-single > ul > li
{
    height:32px;
    line-height:32px;
    font-family:IranSans;
	font-size:13px;
	color:#000000;
}
.form-single > ul > li > a
{
    color:#4285f4;
    text-decoration:none;
}
.form-single > ul > li > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-signin
{
    margin-top:-307px;
}
.form-signin-otp
{
    margin-top:-268.5px;
}
.form-forget-password
{
    margin-top:-252.5px;
}
.form-forget-password-change
{
    margin-top:-138.5px;
}
.form-verification
{
    margin-top:-162px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-2-cell > div
{
    width:49.5%;
    margin-left:1%;
    float:right;
}
.form-2-cell > div:last-child
{
    margin-left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-3-cell > div
{
    width:32.666667%;
    margin-left:1%;
    float:right;
}
.form-3-cell > div:last-child
{
    margin-left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-4-cell > div
{
    width:24.25%;
    margin-left:1%;
    float:right;
}
.form-4-cell > div:last-child
{
    margin-left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-5-cell > div
{
    width:19.2%;
    margin-left:1%;
    float:right;
}
.form-5-cell > div:last-child
{
    margin-left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.submit
{
	margin-top:10px;
	text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.accounts-menu > ul
{
    width:auto;
    margin:10px auto;
    padding:0px;
    list-style:none;
    display:table;
}
.accounts-menu > ul > li
{
    margin:15px;
    text-align:center;
    float:right;
    position:relative;
}
.accounts-menu > ul > li > a
{
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-decoration:none;
}
.accounts-menu > ul > li > a:hover
{
    color:#01538c;
}
.accounts-menu > ul > li > a > div:last-child
{
    margin-top:10px;
}
.accounts-menu > ul > li > a > div > i
{
    font-size:48px;
}
.accounts-menu > ul > li > a > div > span
{
    width:20px;
    height:20px;
    line-height:20px;
    background-color:#76c7ff;
    font-family:IranSansFa;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    text-align:center;
    position:absolute;
    top:0px;
    left:0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.text
{
	font-family:IranSans;
	font-size:14px;
	color:#333333;
	line-height:30px;
	text-align:justify;
}
.text a
{
	color:#1a0dab;
	text-decoration:underline;
}
.text a:hover
{
	color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.link
{
	font-family:IranSans;
	font-size:14px;
	color:#333333;
}
.link a
{
	color:#1a0dab;
	text-decoration:underline;
}
.link a:hover
{
	color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.expand
{
    width:100%;
    line-height:46px;
    margin:10px 0px;
    border-bottom:solid 2px #cdcdcd;
    font-family:IranSans;
	font-weight:bold;
	font-size:14px;
	color:#07a0de;
	cursor:pointer;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.expand-content
{
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-top
{
    height:48px;
    width:48px;
    background:rgba(245,39,128,0.8) url("../Images/back-top.png") no-repeat center 50%;
    opacity:0;
    text-indent:100%;
    display:block;
    overflow:hidden;
    visibility:hidden;
    position:fixed;
    bottom:16px;
    right:16px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    -moz-transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    -o-transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    transition:opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}
.back-top.back-top--show,
.back-top.back-top--fade-out,
.back-top:hover
{
    -webkit-transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    -moz-transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    -o-transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    transition:opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
.back-top.back-top--show
{
    opacity:1;
    visibility:visible;
}
.back-top.back-top--fade-out
{
    opacity:0.5;
}
.back-top:hover
{
    background-color:#01538c;
    opacity:1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.loading-progress
{
    width:100%;
    height:100%;
    background:#ffffff url("../Images/logo.png") no-repeat center;
    z-index:99999999;
    position:fixed;
    left:0px;
    top:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:768px)
{
    .form-right
	{
		width:100%;
		float:none;
	}
	.form-left
	{
		width:100%;
		float:none;
	}
    
    
    .form-single
    {
        width:380px;
        margin:5% auto !important;
        position:inherit;
        top:auto;
        right:auto;
    }
    
    
    .accounts-menu > ul
    {
        width:100%;
    }
    .accounts-menu > ul > li
    {
        width:25%;
        margin:0px 0px 15px 0px;
    }
}
@media only screen and (max-width:480px)
{
    .form-single
    {
        width:90% !important;
    }
    .form-half
    {
        width:100%;
    }
    
    
    .accounts-menu > ul > li
    {
        width:33.3334%;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */