﻿@import url(fontiran.css);

/* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
@media print {
	body {
		font-family: IRANSans !important;
		font-weight: 300;
		direction: rtl;
		background-color: #E2E2E2;
		margin: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	input,
	textarea {
		font-family: IRANSans !important;
	}

	iframe {
		overflow-x: hidden !important;
	}
	.tabelheader {
		background-color: rgb(82 82 82) !important;
		color: white !important;
	}
}
.nodeLabel,
.edgeLabel,
.Toastify__toast {
	font-family: IRANSans !important;
}

.JDatePicker, .dataPic {
	color: gray;
} 

body {
	font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;
	background-color: #E2E2E2;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
	font-family: IRANSans !important;
}

h1 {
	font-weight: bold;
}

.wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.ltr {
	direction: ltr;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-small {
	font-size: 0.8em;
}

.text-xsmall {
	font-size: 0.6em;
}

.text-large {
	font-size: 1.2em;
}

.text-xlarge {
	font-size: 1.4em;
}

.text-underline {
	text-decoration: underline;
}

.text-ultralight {
	font-weight: 200;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: normal;
}

.text-medium {
	font-weight: 500;
}

.text-bold {
	font-weight: bold;
}

blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666666;
}

.mainbox {
	width: 100%;
	background-color: #EFEFEF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
}

.mainboxnegativ {
	width: 100%;
	background-color: #000000;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
	color: #F9F9F9;
}

.mainbox2 {
	font-size: 1em;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbox3 {
	width: 100%;
	background-color: #b8b8b8;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	padding-right: 20px;
}

.farsiparagraph {
	font-size: 1em;
	width: 47%;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.englishparagraph {
	font-size: 1em;
	width: 47%;
	float: left;
	direction: ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}

.rightbox {
	width: 60%;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F7F7F7;

}

.titelbox {
	width: 60%;
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F2F2F2;
	color: #4B4B4B;
}


.lefttbox {

	padding-right: 20px;
	padding-left: 4px;
	float: right;
	margin-bottom: 10px;
	min-width: 0px;
}

.alphabet {
	width: 35%;
	float: left;
	font-size: 21em;
	text-align: center;
	font-weight: 500;
	color: #999999;
}

.alphabet2 {
	width: 35%;
	float: left;
	direction: ltr;
	font-size: 1.6em;
	text-align: left;
	font-weight: 500;
	color: #333333;
	margin-top: 100px;
}

.footer {
	font-weight: 300;
	font-size: 0.7em;
	text-align: center;
	direction: ltr;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.loginbg {
	background: url('bg1.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}

/* main menu */
.buttonm1 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	color: #0f1923;
	cursor: pointer;
	position: relative;
	padding: 5px;
	margin: 3px;
	text-transform: uppercase;
	font-size: 16px;
	transition: all .15s ease;
	width: 100%;
  }
  
  .buttonm1::before,
  .buttonm1::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	height: calc(50% - 5px);
	border: 1px solid #7D8082;
	transition: all .15s ease;
  }
  
  .buttonm1::before {
	top: 0;
	border-bottom-width: 0;
  }
  
  .buttonm1::after {
	bottom: 0;
	border-top-width: 0;
  }
  
  .buttonm1:active,
  .buttonm1:focus {
	outline: none;
  }
  
  .buttonm1:active::before,
  .buttonm1:active::after {
	right: 3px;
	left: 3px;
  }
  
  .buttonm1:active::before {
	top: 3px;
  }
  
  .buttonm1:active::after {
	bottom: 3px;
  }
  
  .buttonm1_lg {
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #fff;
	background-color: #6a6a6c;
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 1px transparent;
  }
  
  .buttonm1_lg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #0f1923;
  }
  
  .buttonm1_lg::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	background-color: #0f1923;
	transition: all .2s ease;
  }
  
  .buttonm1_sl {
	display: block;
	position: absolute;
	top: 0;
	bottom: -1px;
	left: -8px;
	width: 0;
	background-color: #10ac2f;
	transform: skew(-15deg);
	transition: all .2s ease;
  }
  
  .buttonm1_text {
	position: relative;
	vertical-align: sub;
  }
  
  .buttonm1:hover {
	color: #0f1923;
  }
  
  .buttonm1:hover .buttonm1_sl {
	width: calc(100% + 15px);
  }
  
  .buttonm1:hover .buttonm1_lg::after {
	background-color: #fff;
  }
  /* main menu */

@media only screen and (max-width: 600px) {
	.loginbg {
		background: url('bg.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
