﻿@import url('Fonts.css');

*
{
	font-family: IRANSans;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
  transition: 0.5s;
}
body 
{
	margin: 0;
	padding: 0;
	overflow: inherit;
	background-color: #314464;
}
.bdy
{
	background: #0f0b1a url('../Images/ZM1.jpg') no-repeat fixed;
	background-size: 100% 100%;
}
.page {
	display: none;
	animation: fade 0.6s ease;
}
@keyframes fade {
	from { opacity: 0; transform: translateY(20px); }
	to   { opacity: 1; transform: translateY(0); }
}
.inputDiv
{
	width: calc(100% - 30px);
	padding: 6px 15px 6px 15px;
	margin: 0;
	background-color: #e2edfe;
	border-radius:6px;
	border: 1px solid Silver;
}
.inputTxt
{
	min-width: 100px;
	border: none;
	background-color: #e2edfe;
	outline: none;
	color: Black;
	padding: 0;
	margin: 0;
}
.inputLbl
{
	min-width: 100px;
	display: inline-block;
	color: #777777;
	padding: 0;
	margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]
{
	-moz-appearance: textfield;
}
.captcha
{
	width: 140px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}
.captchaTxt
{
	width: calc(100% - 145px);
	min-width: 50px;
	text-align: center;
	background-color: #e2edfe;
	color: Black;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
}
.divApp
{
	overflow: auto;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	color: White;
}
#BusyPnl
{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: fixed;
	background-color: White;
	opacity: 0.8;
}
#Msg
{
	position: fixed;
	left: 0;
	right: 0;
	cursor: pointer;
	filter: drop-shadow(0px 3px 3px rgba(0 ,0 ,0 , 0.3));
}
.MsgErr
{
	background-color: #FFDDDD;
}
.MsgErr td
{
	color: #FF0000;
}
.MsgOk
{
	background-color: #DDFFDD;
}
.MsgOk td
{
	color: #005500;
}
#back-top
{
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 11000;
}
#confirmDiv
{
	width: 90%;
	max-width: max-content;
	left: 50%;
	transform: translate(-50%);
	position: fixed;
	background-color: #eeeeee;
	border-radius:10px;
	filter: drop-shadow(0px 3px 3px rgba(0 ,0 ,0 , 0.3));
}
input[type="file"]
{
	display: none;
}
#cropContainer
{
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
}
.cropDiv
{
	border: 1px solid #aaa;
	background-color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 90%;
	height: 90%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.cropHead
{
	margin: 10px;
}
.cropImgDiv
{
	flex: 1;
	min-height: 0;
	border: 1px solid #ccc;
}
#cropImage
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0;
}
.cropFooter
{
	padding: 10px;
	text-align: center;
}
.VS
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.aImg
{
	border: none;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.VI
{
	vertical-align: middle;
}
.Shadow1
{
	filter: drop-shadow(0 0 7px rgba(0 ,0 ,0 , 1));
}
.FR
{
	float: right;
}
.FL
{
	float: left;
}
.Vasat
{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.rImg
{
	border-radius: 50%;
}
.QRimg
{
	padding: 20px;
	background-color: #FFFFC8;
	border-radius: 5px;
	width: calc(100% - 40px);
}
.MnuPnl
{
	margin: 0 0 60px 0;
	padding: 0;
}
.mnuHW
{
	width: 82px;
	height: 82px;
}
.LTR
{
	direction: ltr;
}
.RTL
{
	direction: rtl;
}
.BB
{
	border-bottom: 1px solid Silver;
}
.W100
{
	width: 100px;
}
.D100
{
	width: 100%;
}
.W130
{
	width: 130px;
}
.MaxWid
{
	max-width: 100%;
}
.Cls0
{
	text-align: right;
	background-color: transparent;
	padding: 5px;
	color: Black;
	border: none;
	border-bottom: 1px solid Silver;
	outline: none;
}
.Cls1
{
	width: calc(100% - 10px);
	text-align: center;
	background-color: #e2edfe;
	padding: 5px;
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
}
.Cls2
{
	width: 100%;
	text-align: center;
	font-size: 11pt;
	padding: 0;
	color: #EEEEEE;
	border: none;
	background-color: Black;
}
.Cls3
{
	width: 100%;
	text-align: center;
	padding: 6px;
	color: #e22d33;
	border: 1px solid #e22d33;
	background-color: White;
	margin-left: 20px;
	border-radius: 5px 5px 0 0;
	outline: none;
}
.Cls4
{
	width: 100%;
	text-align: center;
	padding: 5px;
	color: White;
	border: 1px solid #e22d33;
	background-color: #e22d33;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
}
.Cls5
{
	cursor: pointer;
}
.Cls6
{
	width: calc(100% - 10px);
	text-align: center;
	padding: 5px;
	color: White;
	border: none;
	background-color: transparent;
}
.Cls7
{
	width: calc(100% - 10px);
	background-color: #e2edfe;
	padding: 5px;
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
}
.Cls8
{
	border-bottom: 1px solid Silver;
	padding: 5px;
}
.Cls9
{
	color: #00CCFF;
}
.Cls10
{
	width: 100%;
	text-align: right;
	padding: 6px;
	color: #e22d33;
	border: 1px solid #e22d33;
	background-color: White;
	margin-left: 20px;
	border-radius: 5px 5px 0 0;
}
.Cls11
{
	color: Blue;
	text-align: right;
}
.Cls12
{
	text-align: right;
	background-color: transparent;
	padding: 0;
	color: Black;
	border: none;
	outline: none;
	width: calc(100% - 120px);
	border-bottom: 1px solid Silver;
}
.Cls13
{
	color: Aqua;
	text-decoration: none;
	cursor: pointer;
}
.Cls14
{
	text-align: center;
	background-color: #e0d0ff;
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	width: 50px;
	display: inline-block;
	cursor: pointer;
}
.Cls15
{
	color: #888888;
	font-size: 9pt;
}
.Cls16
{
	color: Aqua;
	text-decoration: none;
	cursor: pointer;
}
.Cls17
{
	text-align: center;
	background-color: #6c3cd0;
	padding: 5px;
	color: White;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	cursor: pointer;
}
.Noor
{
	filter: drop-shadow(0px 0 20px rgba(255 ,255 ,255 , 0.6));
}
.ClsL
{
	width: 100%;
	text-align: center;
	padding: 5px;
	color: White;
	border: 1px solid #e22d33;
	background-color: #e22d33;
	border-radius: 0 0 0 5px;
	cursor: pointer;
	border-left: 1px solid #888888;
}
.ClsR
{
	width: 100%;
	text-align: center;
	padding: 5px;
	color: White;
	border: 1px solid #e22d33;
	background-color: #e22d33;
	border-radius: 0 0 5px 0;
	cursor: pointer;
	border-right: 1px solid #888888;
}
.aCls
{
	color: Aqua;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.aCls1
{
	color: White;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.aCls2
{
	color: #c8a0ff;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.aCls3
{
	color: Yellow;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.aCls4
{
	color: Blue;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.aCls5
{
	font-size: 7pt;
	color: #aaaaff;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.aCls6, .aCls6 svg *
{
	cursor: pointer;
	color: Blue;
	text-decoration: none;
}
.aCls7, .aCls7 svg *
{
	cursor: pointer;
	color: Red;
	text-decoration: none;
}
.Btn1
{
	border: none;
	color: White;
	background-color: #e22d33;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	height: 40px;
	text-decoration: none;
	vertical-align: middle;
	text-align:center;
}
.Btn2
{
	border: none;
	color: White;
	text-decoration: none;
	background-color: #0a1e46;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align:center;
}
.Btn3
{
	border: none;
	color: Aqua;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
	vertical-align: middle;
	text-align:center;
}
.Btn4
{
	border: none;
	color: Black;
	background-color: Silver;
	cursor: pointer;
	vertical-align: middle;
	text-align:center;
	height: 35px;
}
.Btn5
{
	width: 100%;
	text-align: center;
	background-color: #6c3cd0;
	color: White;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}
.Btn5:hover
{
	filter: saturate(150%);
}
.Btn6
{
	border: none;
	color: White;
	text-decoration: none;
	background-color: #0a1e46;
	border-radius: 5px;
	cursor: pointer;
	width: 50px;
	height: 80px;
	padding: 10px;
	vertical-align: middle;
	text-align:center;
}
.Mashin
{
	border: 1px solid Silver;
	border-radius: 10px;
	background-color: White;
}
.olCls
{
	padding: 0;
	margin: 25px;
	margin-left: 0;
}
.eMnu
{
	display: block;
	float: right;
	background-color: #0d0b18;
	border-radius: 6px;
	margin: 10px;
	width: 100px;
	height: 100px;
	position: relative;
}
.mNew
{
	top: 70px;
	left: -3px;
	position: absolute;
	padding: 0 3px 1px 3px;
	border-radius: 25%;
	font-size: 7pt;
	color: White;
	background-color: Red;
}
.iBnk
{
	display: inline-block;
	text-align: right;
}
.bImg
{
	width: 34px;
	vertical-align: middle;
	background-color: #ffffff;
	border-radius: 6px;
	margin: 3px;
}
.liCls
{
	position: relative;
	display: inline-block;
	background-color: #0d0b18;
	border-radius: 15px;
	margin: 10px;
}
.liCls2
{
	margin: 10px;
	padding: 10px;
	display: inline-block;
	width: 185px;
	height: 185px;
	background-color: White;
	border-radius: 50%;
}
.vCenter
{
	vertical-align: middle;
}
.Monitor
{
	border-radius: 5px;
	background-color: #707080;
	padding: 10px;
}
.MonitorH
{
	color: #AAAAAA;
	width: 100%;
}
.MonitorL
{
	font-size: 20pt;
	color: White;
	height: 50px;
}
.PnlClos
{
	left: 0;
	right: 0;
	bottom: 0;
	top: 60px;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.2);
}
.PnlClos div
{
	width: max-content;
	max-width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #FFEEEE;
	color: Red;
	padding: 20px;
	text-align: center;
	filter: drop-shadow(0px 0 20px Black);
}
.MoPosVer
{
	padding: 10px;
	padding-top: 30px;
	color: #888888;
	font-size: 11pt;
}

.St1
{
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background-color: #eeddff;
	cursor: pointer;
}
.St2
{
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background-color: #ffffff;
	cursor: pointer;
}
.Rt1
{
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background-color: #eeddff;
}
.Rt2
{
	color: Black;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background-color: #ffffff;
}
.St3
{
	color: #444444;
	width: 90px;
}
.St4
{
	border-bottom: 1px solid #888888;
	color: Blue;
	text-decoration: none;
}
.Titr
{
	color: #777777
}
.div1
{
	border: 3px double Black;
	overflow: auto;
	background-color: White;
	top: 50px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	position: fixed;
}
.div2
{
	color: Black;
	border: 3px double Black;
	background-color: White;
	overflow: auto;
}

.div4
{
	color: Red;
	border: 3px double Black;
	background-color: White;
	border-radius: 10px;
	padding: 20px;
}
.Pd20
{
	padding: 20px;
}
.div400
{
	width: 100%;
	max-width: 400px;
}
.TabOn
{
	color: Yellow;
	border-bottom: 2px solid Yellow;
}
.TabOff
{
	color: #aa88bb;
	border-bottom: 1px solid #888888;
	cursor: pointer;
}
.TabOff:hover
{
	color: Yellow;
}
h1, .h1
{
	text-align: center;
	color: Yellow;
	font-weight: normal;
	font-size: 14pt;
}
h2
{
	font-family: IranSansB;
	font-size: 18pt;
	padding: 0;
	margin: 0;
}
.h2
{
	font-family: IranSansB;
	font-size: 18pt;
	display: inline-block;
}
h3
{
	font-family: IranSansM;
	font-size: 14pt;
}
.divTop
{
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	color: White;
}
.divTopX
{
	font-size: 7pt;
	color: #aaaaff;
	top: 42px;
	right: 8px;
	width: 70px;
	text-align: center;
	position: fixed;
}
.divTopI
{
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	color: Yellow;
	padding: 5px 95px 7px 0;
	background-color: rgba(100, 70, 200, 1);
	filter: drop-shadow(0px 0 20px rgba(0 ,0 ,0 , 1));
}
.dImg
{
	bottom: 0;
	right: 25px;
	position: fixed;
	padding: 7px;
	border-radius: 50%;
	background-color: rgba(100, 70, 200, 1);
}
.DelBtn
{
	bottom: 8px;
	right: 5px;
	position: absolute;
	cursor: pointer;
}
.Err
{
	color: #FF5555;
}
.Brdr
{
	border: 1px double Silver;
	border-radius: 6px;
	padding: 10px;
}
.Box
{
	background-color: White;
	border: 3px double Black;
	border-radius: 10px;
	color: #888888;
	max-width: 500px;
}
.Box1
{
	margin: 20px;
	padding: 0 25px 25px 25px;
	background-color: rgb(242, 236, 233);
	color: Black;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.Box2
{
	background-color: White;
	border-radius: 10px;
	color: Blue;
	cursor: pointer;
}
.khat
{
	border-bottom: 1px solid silver;
}
.Shoar
{
	width: 180px;
	padding: 5px 20px 10px 20px;
	color: White;
	background-color: Red;
	border-radius: 5px;
}
.BkPnl
{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
}
.PnlBox
{
	border: 3px double #000000;
	border-radius: 10px;
	background-color: White;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	min-width: 350px;
	text-align: center;
}
.PnlBox1
{
	border: 3px double #000000;
	border-radius: 10px;
	background-color: White;
	padding: 10px;
	width: max-content;
	min-width: 350px;
	text-align: center;
}
.PnlBox2
{
	left: 0;
	top: 60px;
	right: 0;
	bottom: 0;
	position: absolute;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: auto;
}
.BkClos
{
	left: 10px;
	top: 10px;
	position: absolute;
	cursor: pointer;
}
.BkClos2
{
	padding: 5px;
	background-color: White;
	border-radius: 5px;
}
.Dsc, .olCls li
{
	text-align: justify;
	font-size: 10pt;
	color: Silver;
}
.Dsc2
{
	font-size: 10pt;
	color: Silver;
}
.Dsc3
{
	font-size: 10pt;
	color: Black;
}
.Dsc4
{
	padding: 0 20px 0 10px;
}
.Dsc4 li
{
	text-align: justify;
	font-size: 10pt;
	color: #777777;
}
.CI
{
	padding: 5px;
	background-color: #d2bdfd;
	border-radius: 5px;
}
.RP1
{
	text-align: center;
	color: Blue;
}
.RP2
{
	width: 110px;
	text-align: left;
	color: #888888;
}
.RP3
{
	text-align: right;
	color: Black;
}
.RP4
{
	text-align: right;
	color: #888888;
}
.RP5
{
	text-align: center;
	color: Red;
}
.fix
{
	width: max-content;
	max-width: 100%;
	text-align: center;
}
.SR1
{
	background-image: radial-gradient(farthest-side , rgba(20, 40, 60, 0.8) , transparent );
	width: 800px;
	height: 800px;
	top: -400px;
	right: -400px;
	position: fixed;
}
#PnlRmz
{
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	padding: 20px;
}
#PnlRmz div
{
	width: calc(100% - 40px);
	max-width: 300px;
	background-color: #0f0b1a;
	padding: 20px;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 5px rgba(55 ,30 ,100 , 1));
}
.PayPnl
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.1);
}
.PayPnldiv
{
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	width: calc(100% - 40px);
	max-width: 300px;
	background-color: #0f0b1a;
	padding: 10px;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 5px rgba(55 ,30 ,100 , 1));
}

@media screen and (max-width: 450px)
{
	.PnlBox, .PnlBox1 { min-width: auto; left: 10px; right: 10px; top: 50px; transform: none; }
}
