*{
	padding:0px;
	margin:0px;
	direction:rtl;
}
/*jahad page*/
#jahadform{
	text-align:right;
	direction:rtl;
}
#jahadform #title{
	text-align:center;
	padding:5px 5px;
	border-radius:20px;
	color: #edd427;
	background-color: #162d3b;
	font:bold 13px tahoma;
}
.titrForm,.titrPaye{
	text-align:center;
	background:#2D6881;
	border-bottom:8px solid #520e0e;
	transition:all 1s  ease;
	width: 100%;
	text-shadow:0px 1px 8px #2ece3c;
	border-radius:25%;
	display:inline-block;
	padding: 6px 0px ;
	font: 16px  tahoma ;
	color: #e4c63b;
	vertical-align:top;
}
.titrPaye{
	background: #644581;
	width: 70%;
	margin: 5px 12%;

}
.titrForm:hover.titrForm:hover{
	background:#F90;
	color: #2023e4;
	font: 20px tahoma ;font-weight:bold;
}
.toolForm{
	text-align:center;

	background:#2D6881;
	color: #fdfbcc;

	border-bottom:5px solid #520e0e;
	transition:all 1s  ease;
	width: 100%;
	text-shadow:0px 1px 8px #2ece3c;
	border-radius:10px;
}
.divBorder {margin:7px 5px;}
.divBorder2 {
	border-width: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #520e0e;
	margin:5px 5px;
	background-color: #bdb9d4;
	border-radius:10px;

	border-bottom:6px solid #520e0e;
	text-shadow:0px 1px 8px #2ece3c;

}


.fieldset1{
    width: 45%;border: 0;
    padding: 1%;
    float: right;
}
legend{font:13px tahoma;}
.inputs,.inputs1,.inputs2,.inputs3,.inputsTable,.inputsF    {
	width:27%;
	padding:4px 1%;
	margin:0 1% 0.5% 0.5%;
	background-color: #d4d4d4;

	font:13px tahoma;
	transition:all 0.2s ease;
	vertical-align:top;
}
.lable ,.lable1 ,.lable2 {
	font:13px tahoma;width:43%;color: black;background: transparent;border: 0;padding:0 1.5% 0 0;margin:0 1% 0 1%;}
.lable {width: 27%;}
.inputs1{width:43%;}
.inputsF{width:95%;}
.inputs2{width:43%;}
.inputs3{width:11%;}
.inputsTable{
	height: 100%;box-sizing: border-box;border:none;text-align:center;background-color: transparent;outline: none;}
#jahadform .inputs:focus ,.inputs1:focus ,.inputsF:focus,.inputs2:focus ,.inputs3:focus,.inputsTable:focus{
		color:#2D6881;
	background-color: white;
}
 .fbtn{
	width: 22%;
	text-align:center;

	padding:0.5% 0.5%;
	background: #8ba8c2;
	color: black;
	margin: 0.75%;
	font:14px tahoma;
	transition:all 1s 0.1s ease;
}
 .fbtn:hover{
	background:#F90;
}
.tools{
	width: 9%;
	height: 9%;
	transition:all 1s 0.1s ease;
}
.tools:hover{
	background:#F90;
}

#divPayam {
	height: 20px;
	text-align: center;
	padding: 3px;
	color: #edd427;
	background-color: #162d3b;
	font:bold 13px tahoma;
	overflow: hidden;
	margin: 5px;
	border-radius:10px;


}
.thKol{
	font:13px tahoma;
	border-bottom: none;
	background: #b4c4c9;
}
.tdKol{border-bottom:2px solid #2918bd;}
table{
display:block;

}
 th,tfoot {
	margin:0px 10px;
	text-align:center;
	background: #b7c3d3;

	border-bottom:5px solid #2D6881;
	font:bold 13px tahoma;
	padding:2px 2px;
	color: #2918bd;
}
 th {	text-shadow:0px 1px 3px #ffe13a;}
tr td{
	text-align:center;
	font: 13px tahoma;
	padding:8px 2px;
	color:#000;
	vertical-align:center;
/*	overflow:hidden;
	white-space:nowrap;*/
	text-overflow:ellipsis;
}

 tr:nth-child(2n+2) {
	background:#EEF4EE;
}
tr:nth-child(2n+3) {
	background: #D4E1F1;
}
 tr:nth-child(n+2):hover{
	background: #b5c2d2;

}
.titrJadval{
	text-align:center;
	background: #2D6881;
	font:bold 13px tahoma;
	color: #fdfbcc;
	width: 100%;

	text-shadow:0px 1px 8px #2ece3c;
	padding:6px 2px;
	border-bottom:0 ;
}

#login {

	direction:rtl;
	text-align:center;
	margin: 500px;
	width:300px;
	float:left;
	border-radius:10px;
	font:13.5px Tahoma ;
	border:2px solid #ccc ;
	padding:10px 40px 25px;
	margin-top:70px

}

.divHelp{

	height: 20px;
	text-align: center;
	padding: 3px;
	color: #edd427;
	background-color: #162d3b;
	font:bold 13px tahoma;
	overflow: hidden;
	margin: 5px;
	border-radius:10px;
	position: absolute;
	top: 50px;
	transition: top 1s;

}

/* Tooltip container */
.tooltip {position: relative;}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #ffe7d4;
	border:2px solid #93263f;

	color: #4b0b00;
	text-align: center;
	font: 13.5px tahoma;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1; /* نمایش روی متن */
	top: 100%;
	left: 50%;
	margin-left:-30px;
	padding: 2px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 1s;/* شفافیت تصویر*/
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
a {text-decoration: none;}
.borderTable{
	border-bottom:#162d3b solid 8px;overflow: auto;height: 610px;display: none;float: right;
}
.fReport{
	width: 47%;
	text-align:center;
display: none;
	padding:0.5% 0.5%;
	background: #b9a1a8;
	color: black;
	margin: 0.75%;
	font:14px tahoma;
	transition:all 1s 0.1s ease;
}
.fReport:hover{
	background:#F90;
}
.lable3{width:20cm;font:bold 16px 'B Titr';font-family: 'B Titr','Tahoma';padding: 10px 10px 10px 0;background-color:transparent;text-align: center}
.lable4{width:10cm;font:bold 14px 'B Lotus';font-family: 'B Lotus','Tahoma';padding: 10px 10px 10px 0;background-color:transparent;text-align: right}
.lable5{font:bold 14px 'B Lotus';font-family: 'B Lotus','Tahoma';padding: 10px 0 10px 20px;background-color:transparent;}