@font-face {
	font-family: 'shabnam';
	src: url('../fonts/Shabnam-FD.eot') format('embedded-opentype');
	src: url('../fonts/Shabnam-FD.woff2') format('woff2'),
	url('../fonts/Shabnam-FD.woff') format('woff'),
	url('../fonts/Shabnam-FD.ttf') format('truetype');
}
@font-face {
	font-family: 'shabnam';
	font-weight: bold;
	src: url('../fonts/Shabnam-Bold-FD.eot') format('embedded-opentype');
	src: url('../fonts/Shabnam-Bold-FD.woff2') format('woff2'),
	url('../fonts/Shabnam-Bold-FD.woff') format('woff'),
	url('../fonts/Shabnam-Bold-FD.ttf') format('truetype');
}
body {
	direction:rtl;
	margin: 0;
}
section, .site_width {
	width:1140px;
	margin:0 auto;
}
section {
	padding:20px 0;
}
body * {
	font-family:shabnam;
	box-sizing:border-box;
}
header #title {
	text-align:center;
	padding-bottom:20px;
}
#title .title_description > h2 {
    font-size: 20px;
}
a, input, select {
	text-decoration:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.title a, input[type="submit"]{
	color:#fff;
	background-color:#3a9cb9;
	padding:5px 20px;
	border-radius:8px;
}
a.button-link:hover , input[type="submit"]:hover{
	background-color:#d277e8;
}
.input_form {
	width:50%;
	display:inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.input_form form label {
    cursor: pointer;
}
.input_form form p.input_container {
	display:inline-block;
	font-size:1.4em;
	color:#777;
	width:100%;
}
.input_form form p.text {
	font-size:1.4em;
	color:#777;
	text-align:justify;
}
.input_form form input:not([type="submit"]), .input_form form select , .input_form textarea {
	 display:block;
	 background-color: #b3b3b30d;
	 border-width: 0 0 2px;
	 border-color: #e0e0e0;
	 border-style: solid;
	 border-radius:3px;
	 outline: none;
	 padding: 10px 0;
	 font-size: 20px;
	 width:100%;
	 margin-top:10px;
	 color:#555;
 }
.input_form form input:disabled {
	 color: #bfbfbf;
}
.input_form form input:focus {
	border-width: 0 0 2px;
    border-style: solid;
    border-color: #c37704;
}
.input_form form input[type="submit"] {
	outline: none;
	padding: 10px 50px;
    font-size: 20px;
	margin-top:10px;
	border-style:none;
    cursor: pointer;
}
.input_form span.warning {
	color:#c37704;
}

#page_index .counter_container {
	width:49%;
	display:inline-block;
	position:relative;
}
#page_index .counter_container img{
	width:100%;
	height:auto;
	position:relative;
}
#page_index .counter_container .counter {
	width:25%;
	position:absolute;
	top:48%;
	right:5px;
	color:#777;
}
#page_index .counter_container .counter > .sub_counter{
	background-color:#ffb01f;
	border-radius:5px;
	text-align:center;
	padding:10px 0 5px;
	margin-bottom:10px;	
}
#page_index  .counter > .sub_counter *{
	margin:0;
}
#page_index  .counter > .sub_counter h3{
	color:#966100;
}
#page_index  .counter > .sub_counter p{
	font-size:2em;
	color:#fff;
}
#page_result #content .result {
	margin:0 auto;
	text-align: center;
}
#page_result #content .result * {
	text-align:center;
}
#page_result #content .result span {
	font-size:1.2em;
	color:#bb6363;
	width:23%;
	padding:10px 0;
	border: 3px dashed #bb6363;
	margin:1%;
	display:inline-block;

	/*
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3 ease-in-out;
	-moz-transition: all 0.3 ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: scale(1) translate(0,1rem);
	transition-delay: 1s;
	*/
	
}
#page_result #content .result h2 {
	color:#3a9cb9;
}

/*pagination*/


/*Page: admin_main*/
.panel ul {
	padding: 0;
	text-align: center;
}
.panel li {
	list-style-type:none;
	width:23%;
	display: inline-block;
	text-align: center;
	margin:8px;
}
.panel li a {
	padding: 15px 8px;
	display: inline-block;
	background-color: #eeeeee;
	border-radius: 10px;
	color: #444444;
}
.panel li a:hover {
	background-color: #b6e1dc;
	color: #851ab9;
}
.panel li img {
	width: 60%;
	margin: 0 auto;
}

/*Page: admin_edit_account*/
.edit_form {
	width:49%;
	padding-left: 10%;
}

/*Page: admin_general_statistics*/
.general_statistics ul {
	padding: 0;
	text-align: center;
}
.general_statistics li {
	list-style-type:none;
	width:250px;
	padding: 15px 0;
	display: inline-block;
	text-align: center;
	margin:10px;
	border-radius: 10px;
	color: #444444;
}
.general_statistics li:nth-child(2n) {
	background-color: #9deee6;
}
.general_statistics li:nth-child(2n+1) {
	background-color: #eee696;
}
.general_statistics li img {
	width: 60%;
	margin: 0 auto;
}

/*Page: admin_hezb_statistics & admin_joze_statistics*/
.statistics_table table .header td {
	font-weight: bold;
	padding:5px;
	text-align:center;
	background-color: #699fb3;
	color:#fff;
}
.statistics_table tr:nth-child(2n) {
	background-color: #daeeee;
}
.statistics_table tr:nth-child(2n+1) {
	background-color: #aeeeee;
}
.statistics_table table {
	border-spacing: 0;
}
.statistics_table td {
	padding-left:5px;
	padding-right:5px;
	border-left: solid #fff 1px;
	/*1 line texts*/
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.statistics_table td.icon {
	text-align: center;
	vertical-align: middle;
}
.statistics_table td.icon a {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.statistics_table td.icon img {
	width: inherit;
	margin: 0 auto;
}
.excel_export a {
	margin: 20px 0;
	display: inline-block;
	padding: 8px;
	background-color: #09954c;
	color: #fff;
	border-radius: 8px;
}
.excel_export a:hover {
	transform: scale(1) translate(0,-5px);
}

/*footer*/
footer {
	background-color: #ccc !important;
	box-shadow: 0 0 10px #737373;
}
footer #footer-body {
	display:table;
}
footer li {
	list-style:none;
}
footer ul {
	margin-right:0;
}
footer #footer-body {
	width: 1140px;
	max-width:1140px;
	margin: 0 auto;
}
footer .footer-row {
	clear:both;
}
footer .footer-cell {
	display:inline-block;
	height:100%;
	padding:30px;
	float:right;
}
footer .row-1 .footer-cell {
	width:33.333%;
}
footer .row-2 .footer-cell {
	width:50%;
}
footer .row-3 .copyright {
	width:70%;
}
footer .row-3 .design {
	width:30%;
}
footer .row-1 .credit a  {
	display:inline-block;
	width:32%;
	height:auto;
	border-radius: 5px;
	background-color:#ffffff9e;
	margin-bottom: 5px;
}
footer .row-1 .credit a img {
	height:100%;
}
footer .row-1 .credit a:hover {
	background-color:#fff;
}
footer .row-1 .contact-us br , footer .row-1 .credit br {
	display:none;
}
footer h3 {
	color: #555;
	font-size: 20px;
	background-color:#999;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 9px !important;
	color: #e8e8e8;
}
footer .w-socials-list {
	text-align:right;
}
footer .w-socials-list .w-socials-item a {
	border-radius: 5px;
	margin:0 0 5px 5px;
	background-color:#ffffff9e;
}
@media screen and (max-width: 839px){
	/*footer*/
	footer .footer-row {
		clear:none;
	}
	footer .footer-cell {
		clear:both;
		width:100% !important;
	}
	footer .credit a {
		max-width:120px;
	}
}