/* base styles */
/* *************************** */

@font-face {
	font-family: IRANSans;
	src: url('//cdn.zirbana.com/font/persian/IRANSansWeb_Light.eot');
	src: url('//cdn.zirbana.com/font/persian/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('//cdn.zirbana.com/font/persian/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('//cdn.zirbana.com/font/persian/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('//cdn.zirbana.com/font/persian/IRANSansWeb_Light.ttf') format('truetype');
}

body {
	padding: 0px;
	margin: 0px;
	font-family: IRANSans, Tahoma;
	font-size: 12px;
	line-height: 19px;
}
img {
	border: 0 none;
}
.clear {
	clear: both;
}
.first {
	border: 0 none !important;
	padding: 0 !important;
}
.ltr {
	direction: ltr;
}
ul {
	list-style:none outside none;
	margin:0;
	padding: 0;
	text-indent: 0;
}
li
{
	margin: 0;
	padding: 0;
}
div.view
{
	display: none;
	margin: 0 auto;
	max-width: 465px;
	padding: 0 0 30px;
	position: relative;
}
#user-bar
{
	margin: 0 auto;
	max-width: 465px;
    border-top: solid 3px #09c;
    padding: 8px 0 8px;
}
#user-bar span
{
    display: block;
    float: right;
    margin-top: 14px;
}
#user-bar a
{
    font-weight: bold;
}
a
{
	text-decoration: none;
}
.no-border
{
	border: 0 none !important;
}
/*---*/
body
{
	background: #f5f5f5;
}
.body
{
	background: #fff;
	border-bottom: solid 3px #ccc;
	padding: 30px 10px;
}
a
{
	color: #069;
}
a:hover
{
	color: #09c;
}
#container
{
	text-align: justify;
	direction: rtl;
}
#header
{
	max-width: 465px;
	margin: 0 auto;
}
#zb-logo
{
	display: block;
	float: right;
	width: 53px;
	height: 73px;
	background: url('//cdn.zirbana.com/image/user/zb_user_core.png') no-repeat -627px -3px;
}
#logo
{
	display: block;
	float: right;
	width: 73px;
	height: 73px;
	background: url('//cdn.zirbana.com/image/user/zb_user_core.png') no-repeat -553px -3px;
	margin-right: 1px;
}
#header h1
{
	clear: right;
	float: right;
	margin: 11px 0 0;
	height: 35px;
	font-family: IRANSans, Arial;
	font-size: 20px;
	white-space: nowrap;
}
#header .nsun-logo
{
	display: block;
	width: 80px;
	height: 80px;
	background: url('//cdn.zirbana.com/image/zb_core.png') no-repeat -87px -7px;
	float: left;
    border-radius: 4px
}
#nav-menu
{
	display: block;
	margin: 0 auto 15px;
	height: 60px;
	max-width: 465px;
	background: url('//cdn.zirbana.com/image/zb_hz_bgs.png') repeat-x;
	box-shadow: 0 1px 3px -1px #333;
    border-radius: 4px;
    overflow: hidden;
}
#nav-menu a
{
	text-decoration: none;
	color:	#fff;
	font-size: 15px;
	display: block;
	float: right;
	padding: 20px 0px;
	text-align:center;
	/*background: url('//cdn.zirbana.com/image/zb_hz_bgs.png') repeat-x;*/
    width: 33.3333%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
#nav-menu a:hover
{
	background: url('//cdn.zirbana.com/image/zb_hz_bgs.png') repeat-x 0 -61px;
}
#nav-menu a:active, #nav-menu a.active
{
	background: url('//cdn.zirbana.com/image/zb_hz_bgs.png') repeat-x 0 -122px;
}
#nav-menu.config a
{
	width: 25%;
    /*font-weight: bold;*/
   font-size: 13px;
}
#nav-menu div.sep
{
	width: 0px;
	height: 20px;
	float: right;
	margin-top: 20px;
	border-right: solid 1px #4dc2e8;
	border-left: solid 1px #0093c8;
}
#nav-menu.admin { width: 100%; position: fixed; top: 0; max-width: none; border-radius: 0; }
#nav-menu.admin a { max-width: 200px; }
.icon
{
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('//cdn.zirbana.com/image/user/zb_user_core.png');
	background-repeat: no-repeat;
}
.icon.big
{
}
.form {
	padding: 0px 0;
	float: right;
	width: 100%;
}
.form li
{
	clear: right;
	position: relative;
}
.form label
{
	float: right;
	width: 130px;
	font-size: 16px;
	border-bottom: solid 1px #eee;
	padding: 15px 5px 17px 0;
}
.form:not(.view-image) label { display: none; }
.form span
{
	display: block;
	float: right;
	margin: 5px 10px 10px 0;
}
.form .value
{
	font-family: Tahoma;
    font-size: 20px;
}
.form input[type='text'], .form input[type='password'], .form select, .form textarea
{
	padding: 10px;
	background: #F2F8FD;
	box-shadow: 1px 1px 1.5px #BFD2F0 inset;
	border: solid 1px #DBE3F7;
    font-size: 20px;
    /*margin: 3px 10px 0 0;*/
	border-radius: 4px;
	float: right;
	width: calc(100% - 22px);
	height: 24px; 
	font-family: IRANSans, Tahoma;
	outline: none;
	margin-top: 3px;
	box-sizing: initial;
}
input[type=checkbox]
{
    padding: 0 !important;
    vertical-align: middle;
}
input[disabled]
{
	background: #EEE;
	color: #999;
}
.toolbar span.checkbox {
	display: block;
	float: right;
	margin-top: 6px;
	margin-left: 10px;
	cursor: pointer;
}
.bold { font-weight: bold; }
.form select
{
	width: calc(100% - 18px);
    height: 38px;
    padding: 3px 8px;
}
.form span.checkbox
{
    float: right;
    margin: 0;
    clear: both;
}
.form .checkbox input
{
    padding: 1px;
    width: 20px;
    float: left;
    margin-top: 19px;
}
.form li.last label
{
	border-bottom: 0 none;
}
.form li.inline
{
	clear: none;
}
.form li.inline label
{
	border-bottom: 0 none;
	width: 70px;
}
.form li.sep
{
	height: 20px;
}
.form li.sep-small
{
	height: 10px;
}
.form div
{
	float: right;
}
.form .fn
{
	background-position: -503px -3px;
	width: 32px;
	margin: -37px 2px 0 0;
}
.form .fn.note {
    margin-top: -33px;
    margin-right: 15px;
}
.form .note
{
	color: #666;
}
.form .error
{
	color: #f00;
}
.form .tip
{
	display: none;
	color: #666;
	width: 267px;
    position: absolute;
    margin-right: -298px;
    margin-top: -55px;
    background: #ffc;
    padding: 8px 10px;
    border-radius: 5px;
    border: solid 1px #F3E0D0;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 1px;
    font-weight: bold;
    min-height: 38px;
}
.error
{
    color: #f00;
}
a.btn
{
	display: block;
    /*width: 111px;*/
    white-space: nowrap;
    float: right;
    height: 50px;
    line-height: 52px;
    text-align: center;
    padding: 0 20px;
    font-size: 17px;
    color: #fff;
	background: url('//cdn.zirbana.com/image/zb_hz_bgs.png') repeat-x;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    margin-top: 15px;
}
a.btn:hover
{
	background-position: 0 -61px;
}
a.btn:active
{
	background-position: 0 -122px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
}
a.btn-save-user
{
    /*margin-left: 235px;
    width: 100px;*/
    float: left;
}
a.btn-login span
{
	display: block;
    width: 96px;
    height: 96px;
	background: url('//cdn.zirbana.com/image/user/zb_user_core.png') repeat-x -92px -3px;
}
a.btn-login
{
	display: block;
	/*position: absolute;
	left: 0;*/
	float: left;
    width: 96px;
    height: 95px;
    margin: 3px 4px 0 0;
	background: url('//cdn.zirbana.com/image/zb_hz_bgs.png') repeat-x 0 -183px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}
a.btn-login:hover
{
	background-position: 0 -284px;
}
a.btn-login:active
{
	background-position: 0 -385px;
	box-shadow: 1px 1px 2px #067340 inset;
}

a.btn.gray {
    background-position: 0 -486px;
    color: #000;
}
a.btn.gray:hover {
	background-position: 0 -588px;
}
a.btn.gray:active {
	background-position: 0 -588px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
}

#view-login {
	padding: 10px 0 20px;
    padding: 0 0 20px;
}
#view-register
{
    /*width: 700px;*/
    /*padding: 0 233px 0 0;*/
}

#view-login ul {
	width: calc(100% - 100px);
}
#view-login .form label
{
	width: 115px;
}
#view-login input:not([type='checkbox']) {
	width: calc(100% - 22px);
}
#login-options
{
	margin-top: 20px;
}
#login-options a
{
	display: block; float: right; clear: right; margin-top: 5px;
}
#login-options div.rememberme
{
	float: left;
	margin: 3px 0 0 0;
	cursor: pointer;
}
div.rememberme label 
{
	display: block;
    float: left;
	cursor: pointer;
}
div.rememberme input
{
    margin-left: 5px;
	cursor: pointer;
}
#view-intro a.btn
{
	float: left;
	margin-top: 50px;
}
#view-userpanel
{
    display: block;
    position: relative;
}
#view-userpanel .input
{
    font-size: 20px;
}
#view-userpanel .title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
#view-userpanel a.user-image {
	margin-top: -10px;
}
#view-userpanel .title .username
{
    direction:ltr;
    text-align: right;
    margin: 20px 0;
}
#view-userpanel li
{
    padding: 0 0 15px;
}
#view-userpanel li.menu
{
    top: 168px;
    left: 0px;
    position: absolute;
    width: calc(100% - 210px);
}
#view-userpanel li.menu a
{
    width: calc(50% - 45px);
    margin-right: 5px;
}
.trail .sep
{
    width: 930px;
	border-bottom: solid 1px #ccc;
	margin: 0 auto;
	height: 1px;
}
#zb-connected-apps
{
	text-align: center;
	padding-top: 10px;
	color: #333;
	margin-top: 10px;
}
#zb-connected-apps a
{
	display: block;
	float: right;
	width: 100px;
	height: 85px;
	background-image: url('//cdn.zirbana.com/image/zb_connected_apps.png');
	background-repeat: no-repeat;
	opacity:0.7;  /* for standard browsers */
    filter: alpha(opacity = 70);  /* for IE */
}
#zb-connected-apps a:hover
{
	opacity:1.0;  /* for standard browsers */
    filter: alpha(opacity = 100);  /* for IE */
}
#zb-connected-apps .row
{
	width: 510px;
	margin: 20px auto 0;
	height: 100px;
}
#zb-connected-apps a.teatreshahr
{
	background-position: -515px 0px;
}
#zb-connected-apps a.edareteatr
{
	background-position: -410px 0px;
}
#zb-connected-apps a.theaterforum
{
	background-position: -310px 0px;
}
#zb-connected-apps a.poetry
{
	background-position: -205px 0px;
}
#zb-connected-apps a.bazarreza
{
	background-position: -103px 0px;
}
#zb-connected-apps a.iranjforum
{
	background-position: -0px 0px;
}
#zb-connected-apps a.tiwall
{
	background-position: -627px 0px;
}
#zb-intro-ads
{
	width: 930px;
	height: 325px;
}

/* s3slider */

#s3slider {
	width: 930px; /* important to be same as image width */
	height: 325px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto 0;
	border-bottom: solid 1px #ccc;
}

 #s3sliderContent {
	width: 930px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
#s3slider a { display: block; width: 930px; height:325px;}
#s3slider a.slide01
{
	background: url('//cdn.zirbana.com/image/zb_intro_ads.jpg') no-repeat 0px 0px;
}
#s3slider a.slide02
{
	background: url('//cdn.zirbana.com/image/zb_intro_ads.jpg') no-repeat 0px -325px;
}
/* /s3slider */

#footer
{
	max-width: 465px;
	margin: 20px auto 20px;
	padding: 0 10px;
}
#powered-by {
    background: url("//cdn.zirbana.com/image/nsun_logo_blue.png") no-repeat scroll 7px top transparent;
    /*border-right: 1px solid #ddd;*/
    float: left;
    text-align: center;
    padding: 60px 30px 0 10px;
    margin-right: 10px;
}

.message
{
	display: block;
	max-width: 443px;
	padding: 10px;
	margin: 0 auto 15px;
	/*background-color: #FFB;
	border: solid 1px #EAD5B5;*/
	border-top: solid 3px #09c;
}
.message.error
{
	background-color: #FFB;
	border: solid 1px #ffeacb;
	color: #000;
    border-radius: 4px;
}
.message.info
{
	border: 0 none;
	background-color: #f5f5f5;
    border: solid 1px rgba(0,0,0,0.06);
    border-radius: 4px;
}
.message.note
{
	background-color: #FFB;
	border: solid 1px #EAD5B5;
}
#view-register .message
{
	margin: 0 0 20px 0;
}
textarea
{
	font-family: Tahoma !important;
	font-size: 12px !important;
	height: 100px !important;
}
input.file-select
{
    width: 298px;
    height: 33px;
    margin: 14px 0 0 0;
}
select.date-select
{
	font-size: 12px;
    padding: 0 10px 0 5px;
    /*margin-right: 4px;*/
}
.visible
{
    display: block !important;
}
.hidden
{
    display: none !important;
}
#authorize-panel
{
	padding-bottom: 0;
}
#authorize-panel div.desc
{
	margin-top: 10px;
	margin-bottom: 30px;
}
#authorize-panel a.approve-btn
{
	padding-left: 0;
	margin: 10px auto 0;
    width: 111px;
    float: none;
}
#authorize-panel a.btn span
{
	display: block;
    width: 111px;
    height: 50px;
	background: url('//cdn.zirbana.com/image/user/zb_user_core.png') repeat-x -92px -50px;
}
.left
{
	float: left !important;
}
.right
{
	float: right !important;
}
#view-recoverAccount
{
    padding-top: 3px;
    height: 172px;
}
#view-recoverAccount .return
{
	float: right;
	margin-top: 38px;
	margin-right: 8px;
	clear: right;
}
.authorize-remember
{
	display: block;
	text-align: center;
	margin-top: 10px;
}
input.long
{
	width: calc(100% - 22px);
}
.message a
{
	font-weight: bold;
	color: #a00;
}
.message a:hover
{
	color: #935444;
}
.full-wdith
{
	max-width: 465px;
}
.top-validation-error
{
	padding-left: 20px;
}
div.sep
{
	height: 30px;
}
.view-settings .form
{
	display: none;
}
.no-margin
{
	margin: 0 !important;
}
.view-settings .message
{
	border-top: 0 none;
	text-align: center;
}
#terms
{
	max-width: 577px;
	padding: 10px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}
#terms ul
{
	list-style: square;
	margin-right: 25px;
}
.zirbana-footer a
{
	display: block;
	float: left;
	background: url('//cdn.zirbana.com/image/zb_logo_32.png') no-repeat;
	padding: 10px 0 0 40px;
	height: 22px;
	margin: 30px 0px 0px 2px;
	color: #666;
}
.zirbana-footer a:hover {
	color: #000;
}

div.user-image
{
    float: right;
    margin-left: 10px;
    width: 200px;
    height: 200px;
    background-size: cover !important;
    border-radius: 7px;
}
#user-bar div.user-image
{
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 10px;
}
#zb-connected-apps.menu
{
    clear: both;
    padding-top: 20px;
}
#zb-connected-apps.menu a
{
    margin-left: 10px;
}
#zb-connected-apps.menu h4
{
    background: #f5f5f5;
    border-bottom: solid 2px #ccc;
    padding: 5px 20px;
    text-align: right;
}
#zb-connected-apps.menu .row
{
    margin-top: 20px;
    width: 330px;
}
.grid-paging
{
    background: #fff !important;
    border-top: solid 3px #069;
    border-left: solid 3px #069;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 5px 2px #ccc;
}
.grid-paging a
{
    color: #fff;
    display: block;
    background: #09c;
    padding: 5px 10px;
}
.grid-paging a:hover
{
    background: #069;
    text-decoration: none;
}
.grid-paging span
{
    display: block;
    background: #069;
    color: #fff;
    padding: 5px 10px;
}
tr.selected, tr.selected:nth-child(even)
{
    background: #FFCC99 !important;
    border-bottom: solid 1px #DA9165;
}
a.user-image
{
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    float: right;
    margin-left: 15px;
}
a.user-image span
{
    padding: 20px 0 21px;
    text-align: center;
    color: #fff;
    background: #09c;
    opacity: .3;
    filter:alpha(opacity=30);
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 200px;
    font-size: 18px;
}
a.user-image:hover span
{
    display: block;
    opacity: 0.8;
    filter:alpha(opacity=80);
    border-radius: 0 0 4px 4px;
}
.toolbar
{
    position: fixed; top: 14px; left: 95px;
}
.toolbar a
{
    font-weight: bold;
    color: #fff;
}
#_container
{
    margin: 65px 0 50px;
}
tr.selectable-row {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
tr.selectable-row:hover
{
    background: #FFFFCC !important;
}
tr.selectable-row.selected:hover
{
    background: #FFDBB7 !important;
}
.form span.field
{
    padding-top: 4px;
    margin-top: 11px;
    max-width: calc(100% - 145px);
}
.confirmed
{
    color: #7CB874;
    font-weight: bold;
}
.rejected
{
    color: #c00;
    font-weight: bold;
}

@media only screen and (max-width : 450px) {
	.body { padding-top: 10px; }
	.form label { border-bottom: 0 none; padding-bottom: 13px; display: none; }
	.form input, .form textarea { width: calc(100% - 22px) !important; }
	.form select { width: calc(100% - 18px) !important }
	#view-login ul { width: 100%; }
	a.btn-login { margin-top: 5px; }
	.rememberme { margin-bottom: 10px !important; float: right !important; margin-top: 0; }
	#view-userpanel li.menu { position: static; clear: right; padding-top: 10px; width: 100%; }
	#view-userpanel li.menu a { width: calc(50% - 40px); }
	#login-options { margin-top: -85px; }
	.form .tip { margin-right: -148px; }
}

/* ---- FOLLOWING: GOOGLE AUTH CSS BY ANOVASE ---- */

.google.indicator {
	height: 30px;
	vertical-align: middle;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	margin-bottom: 10px;
	/*padding: 0 10px;
	border-right: 2px #09c solid;*/
	margin-top: -10px;
}

.google.indicator > img {
	height: 20px;
	margin: auto;
	flex: 0 0 auto;
}

.google.indicator > span {
	font-size: 12px;
	margin: auto;
	font-weight: 400;
	flex: 1 1 auto;
	padding: 0 5px;
	box-sizing: border-box;
	color: #09c;
}

.btn.auth-btn {
	height: 41px;
	margin: 5px auto;
	vertical-align: top;
	font-size: 13px;
	/*display: inline-flex;
	padding: 10px 20px;
	float: left;
	align-content: stretch;
	justify-content: center;
	flex-direction: row;*/
	cursor: pointer;
	background-position-y: -200px;
    float: none;
    width: 150px;
    padding: 0;
    display: flex;
}

.btn.auth-btn:hover {
	background-position-y: -400px;
}

.btn.auth-btn > img {
	height: 23px;
    float: left;
    border: solid 7px #fff;
    /* flex: 0 0 auto; */
    clear: none;
    display: inline-block;
    /* filter: grayscale(1) contrast(0) brightness(2); */
    /* -webkit-filter: grayscale(1) contrast(0) brightness(2); */
    margin: 2px 2px;
    background: #fff;
    opacity: 0.92;
    border-radius: 2px 0 0 2px;
}

.btn.auth-btn > span {
	display: inline-block;
	flex: 1 1 auto;
	margin: auto;
    margin-right: auto;
	line-height: 21px;
     padding: 10px 0;
}

.btn.auth-btn > img + span {
	/*margin-left: 10px;*/
}

.message .infbtn {
	float: left;
	font-size: 15px;
	margin: 5px 0;
	margin-bottom: 0;
	font-weight: 300;
    white-space: nowrap;
}

.btn.google.auth-btn {
    box-sizing: border-box;
    height: 41px;
    font-size: 15px;
    margin-left: 0;
    width: 200px;
    border-radius: 4px;
    /*background: #3cba54;*/
}
/*.btn.google.auth-btn:hover {
    background: #cc2a1e;
}
.btn.google.auth-btn:active {
    background: #c3291e;
}*/

.btn.google.auth-btn > span {
    font-weight: bold;
}
.btn.google.auth-btn > div.sep {
    height: 41px;
    width: 1px;
    background: rgba(255,255,255,0.1);
}

@keyframes googleLoad {
	0% {
		transform: rotate(0deg);
		/*filter: grayscale(1) contrast(0) brightness(1.7);*/
	}
	50% {
		transform: rotate(360deg);
		/*filter: grayscale(0%) contrast(1) brightness(1);*/
	}
	100% {
		transform: rotate(360deg);
		/*filter: grayscale(1) contrast(0) brightness(1.7);*/
	}
}

@-webkit-keyframes googleLoad {
	0% {
		transform: rotate(0deg);
		-webkit-filter: grayscale(1) contrast(0) brightness(1.7);
	}
	50% {
		transform: rotate(360deg);
		-webkit-filter: grayscale(0%) contrast(1) brightness(1);
	}
	100% {
		transform: rotate(360deg);
		-webkit-filter: grayscale(1) contrast(0) brightness(1.7);
	}
}

.auth-btn.progress {
	background: white;
	box-shadow: none;
	cursor: unset;
	pointer-events: none;
}

.auth-btn.progress > span {
	display: none;
}

.auth-btn.progress > img {
	animation: 2.5s googleLoad infinite;
	-webkit-animation: 2.5s googleLoad infinite;
	height: 30px;
    float: none;
    margin: 0 auto;
}
h2 {
    color: #888;
    font-size: 12px;
    text-align: center;
}
.sep-top {
    border-top: solid 2px #ddd;
    padding-top: 15px;
}
::placeholder { color: rgba(0, 102, 153, 0.5); font-size: 16px; }
:-ms-input-placeholder  { color: rgba(0, 102, 153, 0.5); font-size: 16px; }
::-ms-input-placeholder { color: rgba(0, 102, 153, 0.5); font-size: 16px; }
.form-c { max-width: 350px; margin-left: auto; margin-right: auto; float: none; }
.view-basicInfo .value { margin: 0 0 20px 0; }

li.spaced { padding-top: 10px; color: #ccc; }
ul.pagination { display: flex; width: fit-content; margin: 20px auto 0; }
ul.pagination li { padding: 10px; font-size: 20px; font-weight: bold; }

button.btn-danger { background: none !important; border: 0 none; font-family: IRANSans, Tahoma; cursor: pointer; font-weight: bold; }
button.btn-danger:hover { color: #39d; }

/* extra styles */

.confirmed {
    color: green;
}
.rejected {
    color: red;
}
.pending {
    color: black;
}
.showImage {
    border-width:0px;
    width: 120px;
    /*height: 100px*/
}
.error{
    color: red;
}
input, select, textarea {
    font-family: IRANSans, Tahoma; font-size: 11px; padding: 5px 10px 4px;
}
#nav-menu a {
    padding: 20px;
    /*width: auto;*/
    /*font-size: 13px;*/
    box-sizing: border-box;
}
tr:nth-child(even) {background-color: white; }

span.toggle-password { position: absolute; top: 13px; cursor: pointer; width: 20px; height: 20px; opacity: 0.5; background-repeat: no-repeat; background-size: 90%; background-position-x: 1px; background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI4OCAxNDRhMTEwLjkgMTEwLjkgMCAwIDAgLTMxLjIgNSA1NS40IDU1LjQgMCAwIDEgNy4yIDI3IDU2IDU2IDAgMCAxIC01NiA1NiA1NS40IDU1LjQgMCAwIDEgLTI3LTcuMkExMTEuNyAxMTEuNyAwIDEgMCAyODggMTQ0em0yODQuNSA5Ny40QzUxOC4zIDEzNS42IDQxMC45IDY0IDI4OCA2NFM1Ny43IDEzNS42IDMuNSAyNDEuNGEzMi40IDMyLjQgMCAwIDAgMCAyOS4yQzU3LjcgMzc2LjQgMTY1LjEgNDQ4IDI4OCA0NDhzMjMwLjMtNzEuNiAyODQuNS0xNzcuNGEzMi40IDMyLjQgMCAwIDAgMC0yOS4yek0yODggNDAwYy05OC43IDAtMTg5LjEtNTUtMjM3LjktMTQ0Qzk4LjkgMTY3IDE4OS4zIDExMiAyODggMTEyczE4OS4xIDU1IDIzNy45IDE0NEM0NzcuMSAzNDUgMzg2LjcgNDAwIDI4OCA0MDB6Ii8+PC9zdmc+'); }
input[type=text] + span.toggle-password { background-size: 100%; background-position-x: 0; background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTYzNCA0NzFMMzYgMy41QTE2IDE2IDAgMCAwIDEzLjUgNmwtMTAgMTIuNUExNiAxNiAwIDAgMCA2IDQxbDU5OCA0NjcuNWExNiAxNiAwIDAgMCAyMi41LTIuNWwxMC0xMi41QTE2IDE2IDAgMCAwIDYzNCA0NzF6TTI5Ni44IDE0Ni41bDEzNC44IDEwNS40QzQyOS40IDE5MS45IDM4MC41IDE0NCAzMjAgMTQ0YTExMi4zIDExMi4zIDAgMCAwIC0yMy4yIDIuNXptNDYuNCAyMTkuMUwyMDguNCAyNjAuMkMyMTAuNyAzMjAuMSAyNTkuNSAzNjggMzIwIDM2OGExMTMgMTEzIDAgMCAwIDIzLjItMi41ek0zMjAgMTEyYzk4LjcgMCAxODkuMSA1NSAyMzcuOSAxNDRhMjg1LjUgMjg1LjUgMCAwIDEgLTQ0IDYwLjJsMzcuNyAyOS41YTMzMy43IDMzMy43IDAgMCAwIDUyLjktNzUuMSAzMi40IDMyLjQgMCAwIDAgMC0yOS4yQzU1MC4zIDEzNS42IDQ0Mi45IDY0IDMyMCA2NGMtMzYuNyAwLTcxLjcgNy0xMDQuNiAxOC44bDQ2LjQgMzYuM2MxOC45LTQuMyAzOC4zLTcuMSA1OC4yLTcuMXptMCAyODhjLTk4LjcgMC0xODkuMS01NS0yMzcuOS0xNDRhMjg1LjUgMjg1LjUgMCAwIDEgNDQuMS02MC4ybC0zNy43LTI5LjVhMzMzLjYgMzMzLjYgMCAwIDAgLTUyLjkgNzUuMSAzMi40IDMyLjQgMCAwIDAgMCAyOS4yQzg5LjcgMzc2LjQgMTk3LjEgNDQ4IDMyMCA0NDhjMzYuNyAwIDcxLjctNy4xIDEwNC42LTE4LjhsLTQ2LjQtMzYuM0MzNTkuMyAzOTcuMiAzMzkuOSA0MDAgMzIwIDQwMHoiLz48L3N2Zz4='); }
