@charset "utf-8";
/* CSS Document */
.ContForm, .FormCont, .indexForm{
	width: 80%;
	margin: 20px auto;
	border-radius: 3px;
	padding: 3px;
	box-shadow: 0px 0px 5px 1px #000;
	border: 1px solid #000;	
	font-size: 16px;
	font-weight: bold;
	z-index: 0;
	background-color: #F8F8F8;
}
.ContCell{
	width: 300px;
	height: 35px;
	border-radius: 10px;
	margin: 1px 1px;
	border-bottom: 2px solid #1F1F1F;
	border-top: 2px solid #1F1F1F;
	display: flex;
	align-content: space-around;
	justify-content: space-around;
	align-items: center;
}
.CellPrint{
	width: 130px;
	height: 35px;
	margin: 2px;
}
.indexForm{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}
.RowSearch{
	width: 60%;
	height: 40px;
	margin: 1px auto;
	text-align: center;
	border-radius: 5px;
	/*overflow: hidden;*/
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	/*background-image: linear-gradient(to right,#02628E,#5CBACE,#3D83B2,#A8E1E7,#02628E);*/
}
.RowInfo{
	direction: rtl;
	width: 100%;
	padding: 5px;
	margin: 5px auto;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: bold;
}
.RowForm, .FormRow{
	direction: rtl;
	width: 100%;
	height: 35px;
	margin: 1px auto;
	text-align: center;
	border-radius: 3px;
	/*overflow: hidden;*/
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}
.indexRow{
	border: 0px solid #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.TopRow{
	width: 100%;
	height: 35px;
	margin: 2px auto;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}
.BottomRow{
	width: 100%;
	height: 35px;
	margin: 2px auto;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}
.Width20{
	width: 20%;
}
.Width25{
	width: 25%;
}
.Width30{
	width: 30%;
}
.Width40{
	width: 40%;
}
.Width50{
	width: 50%;
}
.Width60{
	width: 60%;
}
.Width70{
	width: 70%;
}
.Width80{
	width: 80%;
}
.Width90{
	width: 90%;
}
.Width100{
	width: 100%;
}
.H30{
	height: 30px;
	line-height: 30px;
}
.Border0{
	border: 0px;
}
.Border1{
	border: 1px solid #000;
}
.Bar{
	width: 90%;
	height:35px;
	border-radius: 3px;
	margin: 3px auto;
	overflow: hidden;
}
.Cell2{
	width: 50%;
	height: 100%;
	/*line-height: 35px;*/
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.Cell2 .ShImg{
	top: -100px;
	right:30px;
	padding: 3px;
	border: 1px solid #000;
	/*width: 300px;
	height: 300px;*/
	position: absolute;
	display: none;
	box-shadow: 2px 2px 10px 2px #000;
	z-index: 100;
	background-color: #FFF;
	transition: all 300ms ease-in-out linear;
}
.Cell2:hover .ShImg{
	display: block;
}
.ImgToShow{
	width: 100%;
	height: 100%;
}
.ContCell2{
	width: 50%;
	height: 35px;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.Cell3{
	width: calc(100% / 3);
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.ContCell3{
	width: calc(100% / 3);
	height: 35px;
	border-radius: 0px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.Cell4{
	width: 25%;
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}
.Cell5{
	width: 20%;
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.Cell6{
	width: calc(100% / 6);
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.Cell7{
	width: calc(100% / 7);
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.Cell8{
	width: calc(100% / 8);
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.Cell9{
	width: calc(100% / 9);
	height: 35px;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	text-align: center;
}
.FormCont .RowForm .BasicBox{
	width: 98%;
	height: 98%;
	border-radius: 3px;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.FormCont .RowForm .BasicBox .ShowBox{
	position: absolute;
	left: 90%;
	top: -100px;
	border-radius: 3px;
	display: none;
	/*width: 600px;
	height: auto;
	box-shadow: 0px 0px 5px 0px #000;*/
	z-index: 20;
}
.FormCont .RowForm .BasicBox:hover .ShowBox{
	display: block;
}


