@font-face {
	font-family: "BYekan";
	src: url("../fonts/BYekan.eot?#") format("eot"), url("../fonts/BYekan.woff") format("woff"), url("../fonts/BYekan.ttf") format("truetype");
}
html, body, aside {
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
	direction: rtl;
	font-family: BYekan;
}

.panel,.panel-heading
{
	border-radius: 0;
}
.row::after
{
	content: "";
	display: inline-table;
	height: 10px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.bg-red {
	background-image: url(../images/bg-red.jpg);
}
.bg-orange {
	background-image: url(../images/bg-orange.jpg);
}
.bg-yellow {
	background-image: url(../images/bg-yellow.jpg);
}
.bg-green {
	background-image: url(../images/bg-green.jpg);
}
.bg-cyan {
	background-image: url(../images/bg-cyan.jpg);
}
.bg-blue {
	background-image: url(../images/bg-blue.jpg);
}
.bg-purple {
	background-image: url(../images/bg-purple.jpg);
}
.bg-pink {
	background-image: url(../images/bg-pink.jpg);
}
.bg-black {
	background-image: url(../images/bg-black.jpg);
}
.body {
	max-width: 1200px;
	margin: auto;
}
.ssg-icon
{
	min-width: 60px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	text-shadow: #000000 0 0 2px;
	font-size: 26px;
}
.ssg-icon-l
{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	text-shadow: #000000 0 0 2px;
	font-size: 20px;
}
.ssg-icon:hover
{
	text-shadow: #000000 0 0 8px;
}
.ssg-nav
{
	width: 100%;
	height: 35px;
	box-shadow: rgba(34, 35, 47, 0.8) 0px 0px 2px;
}
.ssg-data
{
	box-shadow: 0 3px 0 rgba(12,12,135,0.4);
}
.ssg-line-space
{
	margin-bottom: 15px;
}
.ssg-body-scrol
{
	max-height: 450px;
	overflow: auto;
	overflow-x: hidden;
}
.ssg-box-scroll
{
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
}
.ssg-bg-primary
{
	background-color: #337ab7;
}
.ssg-bg-success
{
	background-color: #419641;
}
.ssg-bg-danger
{
	background-color: #c9302c;
}
.ssg-bg-info
{
	background-color: #5a0099;
}
.ssg-bg-warning
{
	background-color: #ffc107;
}
.ssg-bg-alert
{
	background-color: #DA8028;
}
.ssg-success
{
	color: #009900;
}
.ssg-danger
{
	color: #ff0000;
}
.row
{
	margin-bottom: 15px;
}
.menu,.min-menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: BYekan;
}
.min-menu
{
	display: none;
}
/* menu */
.menu {
	height: 50px;
	width: 100%;
	direction:rtl;
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
}

.menu li {
	position: relative;
	list-style: none;
	float: right;
	display: block;
	height: 40px;
	cursor: pointer;
}

/* links */

.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 34px;
	text-decoration: none;

	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-weight: normal;
	font-size: 14px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* sub menu */

.menu ul {
	position: absolute;
	top: 50px;
	width: 150px;
	right: 0;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
	direction:rtl;
}

.menu ul li a {
	width:auto !important;
	padding: 4px 30px 4px 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

/* icon */
.static-date
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 25px;
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	border-radius:0 5px 0 0;
	line-height:25px;
}

/* Landscape phone to portrait tablet */
@media screen and (max-width: 766px)
{
	.menu li{
		background: #1f2024;
		position: relative;
		width: 150px;
		float: none;
		margin: 0;
		padding: 0;
		display: table;
		opacity: 0;
		z-index: 1500;
		top: 5px;
		border-bottom: 1px solid #353539;
	}
	.menu ul
	{
		margin-right: 150px;
		top: 0px;
		display: block;
		z-index: 1501;
	}
	.min-menu
	{
		display: block;
		font-size: 16px;
		color: #FFFFFF;
		padding: 5px;
		height: 45px;
		cursor: pointer;
		line-height: 40px;
		width: 60px;
	}
	.min-menu span
	{
		width: 45px;
		height: 25px;
		background-color: #00A5DF;
		border: #FFFFFF 1px solid;
		margin-left: 5px;
	}


}

/* Landscape phones and down */
@media screen and (min-width: 0px) and (max-width: 480px)
{
	.medi{
		width:100%;
	}
	.medi li{
		display:block;
		font-size: 16px;
		width:100%;
	}
	.medi li:last-child {
		border:none;
	}
	._btn span div{
		text-align:left;
	}
}
fieldset
{
	border-top: 1px solid #0000FF;
}
legend
{
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #0000FF;
	top: -8px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #0000FF;
	color: #FFFFFF;
}