﻿@font-face {
	font-family: "yekan";
	src: url(Yekan.eot);
	src: url(Yekan.eot?#iefix) format("embedded-opentype"), url(Yekan.woff) format("woff"), url(Yekan.ttf) format("truetype"), url(Yekan.svg#BYekan) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'naskh';
  src: url(naskh.eot);
  src: url(naskh.eot?#iefix) format('embedded-opentype'),
       url(naskh.woff2) format('woff2'),
       url(naskh.woff) format('woff'),
       url(naskh.ttf) format('truetype');
}
.a_slow
{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.8s;
	-moz-animation-duration: 1.8s;
	-ms-animation-duration: 1.8s;
	-o-animation-duration: 1.8s;
	animation-duration: 1.8s;
}
.a_vslow
{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3.5s;
	-moz-animation-duration: 3.5s;
	-ms-animation-duration: 3.5s;
	-o-animation-duration: 3.5s;
	animation-duration: 3.5s;
}
.a_normal
{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.a_fast
{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
body{
	min-width: 1000px;
	font-family: yekan;
	padding: 0;
	margin: 0
}
#login-back{
	background-image: url("../img/loginback.jpg");
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size:100%;	
}
.loginbox{
	min-width: 350px;
	max-width: 500px;
	width: 60%;
	margin: auto;
	margin-top: 100px;
	border: 1px solid rgba(140,140,140,0.2);
	
	
}
.datepicker{
	width: 100px
}
.logintop{
	background-color: rgba(61,165,220,0.9);
	text-align: center;
	padding: 12px 0;
	font-family: naskh;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 3px rgba(20,20,20,0.6);
	border-bottom: 1px solid rgba(120,120,120,0.6);
}
.loginm{
	background-color: rgba(255,255,255,0.9);
	padding-top: 40px;
	font-family: yekan;
	color: black;
	text-shadow: 0 0 1px rgab(20,20,20,0.7);
	height: 200px;
	text-align: center;
}
.loginm span{
	margin-left: 20px
}
.loginm input{
	border-radius:4px;
	border: 1px solid rgba(60,60,60,0.4);
	padding: 3px 5px 2px 40px;
	font-size: 1em;
	background-position: 3px;
	background-repeat: no-repeat;
	background-size:auto 90%;
	background-color: rgba(255,255,255,0.1);
}
.loginbot{
	background-color: rgba(231,231,231,0.9);
	padding: 12px;
	font-family: yekan;
	font-size:0.75em;
	border-top: 1px solid rgba(170,170,170,0.2);
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.but{
	background-color: rgba(61,165,220,0.9);
	text-align: center;
	padding: 2px 18px 0 18px;
	font-family: naskh;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 3px rgba(20,20,20,0.6);
	border: 1px solid rgba(120,120,120,0.6);
	border-radius:3px;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	position: relative;
	top: -1px
}

.but:HOVER{
	background-color: rgba(31,135,180,0.9);
	text-shadow: 0 0 3px rgba(20,20,20,0.9);
	border: 1px solid rgba(120,120,120,0.8);
	border-radius:4px;
}
.wait0{
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
	opacity:0;
}
.wait1{
	background-color: rgba(0,0,0,0.4);
	z-index: 100;
	opacity:1;
}
#wait{
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	overflow: hidden;
	text-align: center;
	position:fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	padding-top: 10%
}
.error{
	position: fixed;
	right: 30%;
	left:30%;
	top: 40%;
	padding:8px;
	text-align:center;
	background: rgba(250,50,50,0.95);
	font-family: naskh;
	font-size:0.9em;
	background-image: url("../img/rback.png");
	border-radius:6px;
	border: 1px solid rgba(50,50,50,0.5);
	color:white;
	text-shadow: 0 0 1px white;
	box-shadow: 0 0 10px rgba(50,50,50,0.5);
}
.success{
	position: fixed;
	right: 30%;
	left:30%;
	top: 40%;
	padding:8px;
	text-align:center;
	background: rgba(20,180,20,0.95);
	font-family: naskh;
	font-size:0.9em;
	background-image: url("../img/rback.png");
	border-radius:6px;
	border: 1px solid rgba(50,50,50,0.5);
	color:white;
	text-shadow: 0 0 1px black;
	box-shadow: 0 0 10px rgba(50,50,50,0.5);
}
#topbar{
	background-color: rgba(20,30,50,1);
	height: 60px;
	padding: 10px;
	box-shadow:0 0 6px rgba(20,30,50,1);
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	overflow: hidden;
	z-index: 2;
	border-bottom:1px solid rgba(70,80,110,1);
}
#topbar:HOVER{
	background-color: rgba(20,30,50,1);
	height: 180px;
	padding: 10px;
	box-shadow:0 0 6px rgba(20,30,50,1);
}
#topbar:HOVER .tlnum{
	opacity:1;
}
#topbar:HOVER .tlpointer{
	opacity:0;
}
#profile{
	width: 236px;
	height: 100%;
	border-left:1px solid rgba(35,45,65,1);
	color: white;
	text-align: center;
	line-height: 15px;
	font-size: 0.8em;
	font-family: naskh;
	float:right
}
#profile img{
	height: 70%;
	border-radius:50%;
	border: 3px solid white;
}
#timeline{
	width: 75%;
	height: 100%;
	float: left;
}
.tlsvg{
	width: 90%;
	height: 90%;
	margin: auto;
}
.tlspot{
	cursor: pointer;
}
.tlspot{
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.tlnum{
	cursor: pointer;
	fill:rgba(240,240,240,1);
	font-family: sans-serif;
	font-size: 10px;
	opacity: 0;
	transition-property: all;
	transition-duration: 0.8s;
	transition-timing-function: linear;
}
.tlpointer{
	fill:rgba(240,240,240,1);
	font-family: sans-serif;
	font-size: 12px;
	opacity: 1;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}
.main{
	height: 100%;
}
#rightmenu{
	background-color: rgba(20,30,50,1);
	height: 100%;
	width: 240px ;
	color: white;
	line-height: 15px;
	padding:0 4px;
	font-size: 0.8em;
	font-family: naskh;
	float: right
}
ul,li{
	margin: 0;
	padding: 0;
}
.menuli{
	margin: 5px 2px;
	background-color: rgba(60,70,90,1);
	border:1px solid rgba(10,20,30,1);
	padding:10px 5px;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	border-radius:4px;
	text-shadow: 0 0 2px rgba(255,255,255,0.4);
	box-shadow:0 0 10px rgba(105,105,105,0.3) inset;
	font-size: 0.9em;
}
.menuli ul{
	cursor: default;
}
.submenu{
	margin-top:8px;
	background-color: rgba(30,40,60,1);
	padding:8px 12px;
	list-style-type: none;
	text-align: right;
	cursor: pointer;
	border-radius:4px;
	text-shadow: 0 0 2px rgba(0,0,0,1);
	box-shadow:0 0 10px rgba(105,105,105,0.3) inset;
	border:1px solid rgba(10,20,30,1);
	font-size: 0.88em;
}
.subul{
	display: none;
}
.show{
	height: 100%;
	width: calc(100% - 265px) ;
	float: left;
	margin-left: 0.7%;
	margin-top: 6px;
	font-size: 0.9em
}
.title{
	background-color: rgba(40,50,70,1);
	padding: 5px 0;
	text-align: center;
	color: white;
	font-family: naskh;
	font-size: 0.8em;
	border-radius:5px;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	margin-bottom: 10px;
}
select{
	font-family: yekan;
	padding: 1px 5px;
	width: 180px;
	border: 1px solid rgba(180,180,180,0.8);
	outline: none;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	border-radius:5px;
}
select:FOCUS{
	border-bottom-right-radius:0;	
	border-bottom-left-radius:0;	
}

input{
	font-family: yekan;
	padding: 1px 5px;
	width: 160px;
	border: 1px solid rgba(180,180,180,0.8);
	outline: none;
	border-radius:5px;
}
.clock{
	position: relative;
	top: 10px;
	width: 28px;
	margin-right: 5px;
	cursor: pointer;
}
.talk {
width: 320px;
height: 180px;
background: #dddddd;
position: relative;
padding:10px;
border-radius: 5px;
margin-bottom: 20px;
font-size: 0.9em
}
.talk:before {
content:"";
position: absolute;
right: 70%;
top: -16px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-bottom: 16px solid #dddddd;
border-right: 8px solid transparent;
}
.tlbtmsqr{
	border-radius:50%;
	width: 15px;height: 15px;background-color: red;display: inline-block;position: relative;top: 5px;margin-right: 10px;margin-left: 2px
}
.tlbtm{
	text-align: right;color: white;position: relative;bottom: 20px;font-size: 12px;
}
.hrow{
	text-align: center;
	background-color: rgba(180,180,180,1);
	font-size: 0.9em;
}
.row{
	text-align: center;
	background-color: rgba(240,240,240,1);
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	font-size: 0.8em;
}
.row2{
	background-color: rgba(240,240,240,1);
}
.row:HOVER{
	text-shadow: 0 0 1px black;
	background-color: rgba(220,220,220,1);
}
.row td{
	border-bottom: 1px solid rgb(200,200,200);	
	border-left: 1px dotted rgb(220,220,220);	
}
.row2 td{
	border-bottom: 1px solid rgb(200,200,200);	
}
.row input{
	padding: 0 2px;	
	margin: 2px 0;
	font-size: 0.84em;
}
.row select{
	padding: 0 2px;	
	margin: 2px 0;
	font-size: 0.84em;
	text-align: center;
}
.row td:FIRST-CHILD{
	border-right: 1px solid rgb(200,200,200);	
}
.row td:LAST-CHILD{
	border-left: 1px solid rgb(200,200,200);	
}
.row2 td:FIRST-CHILD{
	border-right: 1px solid rgb(200,200,200);	
}
.row2 td:LAST-CHILD{
	border-left: 1px solid rgb(200,200,200);	
}
textarea {
	font-family: yekan;
	line-height: 1.5em;
	width: 600px;
	min-height: 35vh;
	margin-right: 80px;
	text-align: justify;
	white-space: pre-line;
	padding: 0 5px;
}
.searchkw{
	padding: 0;
	margin: 0;
}
.searchkw li{
	display: inline-block;
	padding: 2px;
	width: 19%;
	text-align: left;
}
.searchkw li input{
	width: 100px;
}