@charset "utf-8";
 *, *::after, *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
	 .get_email_footer_btn{
		 position: relative;
	 }
	 .get_email_footer_btn a{
		 cursor: pointer;
	 }
	 .get_email_footer{
		 transform: translateX(-50%);
		 -webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
		 left: 50%;
		 display: none;
		position: absolute;
		width: 300px;
		background-color: #ddd;
		padding: 20px;
		border-radius: 5px;
		border: 1px solid #8a8a8a;
		text-align: center;
		font-size: 13px;
		 z-index: 10;
	 }
	 .get_email_footer input[name="email"]{
		 margin: 10px 0;
		 width: 100%;
	 }
	 .get_email_footer input[name="submit"]{
		     background: #275bab;
	 }
body {
	background:#fff;
	padding: 0;
	margin: 0;
	font-family: tahoma;
	font-size: 12px;
	direction:rtl;
	padding:100px 0 0 0;
}
#login_box a{
	display: block;
    margin: 0 auto;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    font-size: 15px !important;
    font-family: iransans;
    font-weight: 600;
	padding: 4px;
}
#login_box ul li{
	margin-bottom: 0!important;
}
#login_box {
    margin: 0px !important;
    background-color: #f1f1f1;
    padding: 10px;
}
#login_box  a:not(:last-child){
	border-bottom: 1px solid #134f45;
}
#login_box a:hover{
	background-color: #134f45;
	color: #fff;
}
.lastVolPDiv span{
text-align: center;
}
.jrn_desc{
text-align: justify;
padding: 20px 10px;
margin-bottom: 10px;
font-size: 14px;
font-family: yekanYW;
}
.jrn_cover{
float: left;
text-align: left;
width: 20%;
}
.jrn_cover_img{
    width: 145px;
    height: 200px;
	border: #AAAAAA thin solid;
}
.bgwhite{
background-color: #FFFFFF !important;
}
.jrn_title_area{
float: right;
width: 80%;
}
.jrn_title{
font-weight: bold;
font-size: 26px;
font-family: iransans;
}
.jrn_title_txts{
font-size: 14px;
font-family: iransans;
}
.clr {
	clear: both;
}
a {
	text-decoration: none;
	color:#000;
}
img {
	max-width:100%;
	height:auto;
}
header{
	background:#fff;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:99;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
	width:996px;
	margin:0 auto;
}
.container2 {
	width:92%;
	margin:0 auto;
}
#top_header {
	height:100px;
	border-bottom:1px solid #dcdcdc;
}
 @media only screen and (min-width: 778px) and (max-width: 996px) {
	 body{
	 padding:0;
	 }
	 header{
		 position:static;
	 }
	 #top_header{
		 height:auto;
		 padding-bottom:15px;
	 }
}


#logo {
	float:right;
	margin:10px 15px 0 0;
	position: fixed;
	top: 0;
	right: 0;
}
#menu {
	float:left;
	margin:35px 0 0 0;
}
#menu ul > li {
	float:right;
	margin:0 30px 0 0;
	position:relative;
}
#menu ul > li img {
	width:25px;
	max-width: 25px;
	float:right;
	margin:2px 0 0 5px;
}
#langu a{
	font-family:iransans !important;
}
#menu ul > li a {
	font-family:yekanYW;
	font-size:13px;
}
#speed_social {
	margin:20px 0 22px 0;
}
#speedbar {
	float:right;
	color:#323232;
	font-family:iransans;
	font-size:14px;
}
#speedbar li {
	float:right;
	margin:0 5px;
}
#speedbar li img {
	width:8px;
	margin:7px 0 0 0;
}
#speedbar li a {
	color:#9d9d9d;
}
#journal_content {
	margin:0;
}
#jc_right {
	float:right;
	width:285px;
}
#jc_left {
	float:left;
	width:680px;
}
#jc_r{
	float:right;
	width:285px;
}
#jc_l {
	float:left;
	width:680px;
}
#journal_img {
	width:200px;
}
#journal_img img {
	width:140px;
	-ms-box-shadow:0 0 10px 0 rgba(50, 50, 50, .5);
	-webkit-box-shadow:0 0 10px 0 rgba(50, 50, 50, .5);
	-moz-box-shadow:0 0 10px 0 rgba(50, 50, 50, .5);
	box-shadow:0 0 10px 0 rgba(50, 50, 50, .5);
	margin:0 0 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#journal_img img:hover{
	-ms-box-shadow:0 0 10px 0 rgba(50, 50, 50, .7);
	-webkit-box-shadow:0 0 10px 0 rgba(50, 50, 50, .7);
	-moz-box-shadow:0 0 10px 0 rgba(50, 50, 50, .7);
	box-shadow:0 0 10px 0 rgba(50, 50, 50, .7);
}
#journal_img p {
	font-size:12px;
}
#journal_desc h1 {
	font-size:32px;
	font-family:yekanYW;
}
#journal_desc p {
	font-family:iransans;
	font-size:15px;
	margin:12px 0;
	padding:0 20px 0 0;
	position:relative;
}
#journal_desc p:after {
	content:'';
	background:url(../images/a_back.svg);
	position:absolute;
	right:0;
	top:5px;
	width:12px;
	height:12px;
}
#journal_desc #editor_chief:after{
	background:none;
}
#journal_desc #editor_chief{
	padding:0;
}
#menu_acard {
	margin:25px 0 10px 0;
}
#menu_acard > a {
	background:#009ece;
	color:#fff;
	display:block;
	padding:10px 15px;
	font-family:iransans;
	font-size:17px;
	margin:5px 0;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
#menu_acard > a:hover {
	background:#007398;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.accordion {
	font-family:iransans;
	font-size:17px;
}
.accordion__section {
	background:#009ece;
	margin-bottom:10px
}
.accordion__section:last-of-type {
	margin-bottom:0
}
.accordion__titlebox {
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	position:relative;
	color:#fff;
}
.search_accord{
	z-index: 100;
}
.search_accord .accordion__titlebox{
	padding:0;
}
.search_accord .accordion__titlebox:hover{
	background:none;
}
.search_accord .accordion__titlebox_active{
	background:none;
}
.search_accord .accordion__content{
	z-index: 10;
	background:#ebebeb;
	width:100%;
	position:absolute;
	top:0;
}
.accordion__titlebox:hover {
	background:#007398
}
.accordion__icon {
	width:14px;
	position:absolute;
	left:20px;
	top:17px;
}
.accordion__icon .minus, .accordion__icon .plus {
	position:absolute;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:center;
	justify-content:center;
	will-change:transform;
	transition:.3s;
	left:0;
}
.accordion__icon .minus img, .accordion__icon .plus img{
}
.accordion__icon .plus {
display: none;
}
.accordion__title {
	margin-left:18px
}
.accordion__content {
	background:#e0f3f9;
	padding:15px;
	display:none
}
.accordion__titlebox_active {
	background:#007398;
}
.accordion__titlebox_active .plus {
	opacity:0;
	visibility:hidden
}
.accordion__titlebox_active .minus {
	opacity:1;
	visibility:visible
}
.box_gray{
	background:#ebebeb;
	padding:15px 15px 5px;
	margin:0 0 10px 0;
}
.box_gray2{
	background:#f5f5f5;
	padding:15px;
	margin:0 0 15px 0;
}
.box_gray h2,.box_gray2 h2,.accordion__content h2{
	font-size:18px;
	font-family:iransans;
}
.box_gray ul,.box_gray2 ul,.accordion__content ul{
	margin:0 0 20px 0;
}
.box_gray ul li,.box_gray2 ul li,.accordion__content ul li{
	margin:5px 0 0 0;
	font-family:iransans;
	font-size:14px;
	padding:0 20px 0 0;
	position:relative;
}
.box_gray ul li:after,.box_gray2 ul li:after, .accordion__content ul li:after{
	content:'';
	background:url(../images/a_back.svg);
	position:absolute;
	right:0;
	top:5px;
	width:12px;
	height:12px;
}
.box_gray ul li a:hover,.box_gray2 ul li a:hover, .accordion__content ul li a:hover{
	color:#2d73ac;
}
#content_one{
	margin:20px 0 40px;
	font-size:13px;
	line-height:22px;
	text-align:justify;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto 35px;
	width: 100%;
}


.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}


.content-wrap {
	position: relative;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px;
}
.content-wrap .list_style li a{
	font-family:iransans;
	font-size:14px;
	color:#2d73ac;
}
.content-wrap .list_style li a:hover{
	color:#062640;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
}
.content-wrap section.content-current {
	display: block;
}






.tabs-style-line nav ul {
	padding: 0 2em;
	max-width: none;
	box-shadow: inset 0 -2px #d1d3d2;
}
.tabs-style-line nav a {
	padding: 0.7em 0.4em 1.1em;
	box-shadow: inset 0 -2px #d1d3d2;
	color: #aaa9aa;
	text-transform: uppercase;
	font-size: 16px;
	font-family:yekanYW;
	line-height: 1;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}
.tabs-style-line nav a:hover, .tabs-style-line nav a:focus {
	box-shadow: inset 0 -4px #124e44;
}
.tabs-style-line nav li.tab-current a {
	box-shadow: inset 0 -4px #124e44;
}
 @media screen and (max-width: 58em) {
 .tabs-style-line nav ul {
 display: block;
 box-shadow: none;
}
 .tabs-style-line nav ul li {
 display: block;
 -webkit-flex: none;
 flex: none;
}
}
footer{
	margin-top: 50px;
}
#footer_one{
	background:#f5f5f5;
	padding:15px 0;
	border-bottom:1px solid #dcdcdc;
}
#footer_one h2{
	font-family:yekanYW;
	font-size:21px;
	margin:0 0 15px 0;
}
#footer_one ul{
	width:15%;
	font-family:iransans;
	float:right;
	margin:10px 0 0 15px;
	font-size:16px;
}
#footer_one ul li{
	margin:5px 0;
}
#footer_one ul li a{
	color:#269582;
	font-size:13px;
}
#footer_one ul li a:hover{
	color:#003c4f;
}
#footer_two{
	padding:25px 0;
}
#footer_two .container{
	display:flex;
	justify-content:space-between;
}
#f_center{
	float:right;
	width:33%;
	text-align:center;
	position:relative;
}
#f_center:after{
	content:'';
	background:#eee;
	width:1px;
	height:115px;
	position:absolute;
	top:35px;
	right:-35px;
}
#f_center:before{
	content:'';
	background:#eee;
	width:1px;
	height:115px;
	position:absolute;
	top:35px;
	left:-35px;
}
#f_center p{
	text-align:center;
}

#f_center > a img{
	width: 90px;
    margin-bottom: -10px;
    margin-top: 8px;
    margin-right: 8px;
}
#f_right{
	float:right;
	width:33%;
	padding-left:4%;
}
#f_right p{
    margin: 0 0 15px 0;
    line-height: 25px;
    font-size: 12px;
	text-align:justify;
	padding-top:10px;
}
#f_right p a{
	color:#007398;
}
#f_left{
    float: left;
    width: 26%;
	padding-right:4%;
}
#social_top {
	float:left;
	padding-top: 10px;
}
#social_bottom{
	margin:25px 0 15px 0;
}
#social_bottom li,#social_top li {
	margin:0 7px;
	display:inline-block;
}
#social_bottom li img,#social_top li img {
	width:18px;
	opacity:1;
}
#social_bottom > li:nth-child(3) > a > img{
	 top: 3px;
    position: relative;
}
#social_bottom li img:hover,#social_top li img:hover{
	opacity:0.7;
}
.pushmenu { 
  background: #444;
  text-align: center;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
}
.links li { margin: 15px 0 0 0; }
.links li ul{
	display:block;
	 margin: 0 25px 25px 25px; 
}
.links li ul li a{
  font-size: 14px;
}
.links li a {
  position: relative;
  display: block; 

  color: #f1f1f1;
  font-size: 16px;
  font-family:yekanYW;
	cursor: pointer;
}
.links>li>a:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: #f1f1f1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.links>li>ul>li>a{
color: #f4ca87;
margin: 0 25px 10px 25px; 
}
.links>li>ul>li>a:hover{
color: #ecac46;
}
.links li a:hover:after { width: 70%; }
.links li a:active { color: #dbdbdb; }
.pushmenu-left { left: -300px; }
.pushmenu-left.pushmenu-open { left: 0; }
.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.pushmenu-push-toright { left: 0px; }
.pushmenu-push-toright header{
	left:300px;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pushmenu .nav_list{
	width:25px;
	margin:20px auto 0;
	cursor:pointer;
}
#search_form{
	margin:30px 0;
}
.search_in .search_input{
	background:#ebebeb;
	float:left;
	width:94%;
	border:0;
	border-bottom:2px solid #dcdcdc;
	font-family:iransans;
	font-size:22px;
	padding:10px;
	color:#007398;
	border-radius:0;
}
.search_in .search_input:focus {
	border-bottom:2px solid #888;
}
.search_in .search_input::-webkit-input-placeholder { 

  color: #3a7384;
}
.search_in .search_input::-moz-placeholder { 

  color: #3a7384;
}
.search_in .search_input:-ms-input-placeholder { 

  color: #3a7384;
}
.search_in .search_input:-moz-placeholder { 

  color: #3a7384;
}
.search_in .search_button{
	background:#007398 url(../images/searchw_ic.png) no-repeat center;
	background-size:25px;
	float:left;
	width:6%;
	padding:20px;
	border:0;
	position:relative;
	cursor:pointer;
}
.search_in .search_button:hover{
	background:#025570 url(../images/searchw_ic.png) no-repeat center;
	background-size:25px;
}
#field_search{
	margin:25px 0;
}
#field_search p{
	float:right;
	margin:0 0 0 25px;
}
#field_search p label{
	cursor:pointer;
}
#cart_b {
	background: #fff;
	display: none;
	width: 270px;
	top:30px;
	right:-100px;
	position:absolute;
	border:1px solid #ebebeb;
	padding:15px;
	z-index:9;
}


#carousel {
        height:300px;
        position:relative;
        clear:both;
        overflow:hidden;
		margin:0 auto 35px;
		width:90%;
      }
      #carousel img {
        visibility:hidden; 

        cursor:pointer; 

		width:198px;
		height:266px;
      }
#carousel-controls{
	position:absolute;
	top:50%;
	width:100%;
	z-index:2;
}
#carousel-controls #prev{
	background:url(../images/left_pr.png);
	position:absolute;
	width:50px;
	height:50px;
	left:20px;
}
#carousel-controls #prev:hover ,#carousel-controls #next:hover,#carousel-controls #prev:focus ,#carousel-controls #next:focus{
	border:0;
}
#carousel-controls #next{
	background:url(../images/right_ne.png);
	position:absolute;
	width:50px;
	height:50px;
	right:20px;
}
#log_filter{
	padding:0;
	margin:0;
	min-height: 45px;
}
#filter{
	float:right;
	font-family:iransans;
	font-size: 14px;
	padding-top: 10px;
}
#filter select {
  border: 1px solid #111;
  background: transparent;
  width: 210px;
  padding: 5px 35px 5px 5px;
  font-family:iransans;
  font-size: 13px;
  border: 1px solid #0e5993;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/a_bottom.svg) 94% / 7% no-repeat #fff;
  cursor:pointer;
}


#filter select::-ms-expand { 
    display: none; 

}


@media screen and (min-width:0) {
   #filter select {
        background:none9;
        padding: 5px;
    }
}
#login{
	float:left;
	width:400px;
}
.journals{
	padding:30px 5px 20px;
	border-bottom:1px solid #f0e9e9;
}
.img_j{
	float:right;
	width:100px;
}
.desc_j{
	float:right;
	margin:-10px 30px 0 0;
}
.desc_j h2 a{
	font-family:yekanYW;
	font-size:18px;
	color:#007398;
}
.desc_j p{
	font-family:iransans;
	font-size:14px;
	line-height: 25px;
}
.link_j{
	float:left;
	padding:15px 90px;
	text-align:center;
	border:2px solid #007398;
	margin:50px;
	color:#007398;
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
	cursor:pointer;
}
.link_j:hover{
	background:#e9711c;
	border:2px solid #e9711c;
	color:#fff;
	transition:All 0.2s ease;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}
#pagination{
	margin:0;
}
#pagination li{
	float:right;
	margin:0 22px 22px 0;
}
#pagination li a{
	color:#000;
	font-family:iransans;
	font-size:18px;
	padding:5px;
}
#pagination li a:hover{
	border-bottom:1px solid #e9711c;
	color:#e9711c;
}
#pagination .selected a{
	border-bottom:1px solid #e9711c;
	color:#e9711c;
}
#footer_org{
	padding:15px 0;
	border-bottom:1px solid #e9711c;
    background-color: #f1f1f1;
}
#footer_org ul{
	width:15%;
	font-family:iransans;
	float:right;
	margin:10px 0 0 15px;
	font-size:16px;
}
#footer_org ul > li{
	margin:5px 0;
}
#footer_org ul > li a{
	color:#007398;
	font-size:13px;
}
#footer_org ul > li a:hover{
	color:#003c4f;
}
#footer_org #social_bottom li{
	margin:0 15px 0 0 !important;
}
#login_b {
	background: #fff;
	display: none;
	width: 270px;
	top:30px;
	right:-80px;
	position:absolute;
	border:1px solid #ebebeb;
	padding:15px;
	z-index:9;
	border-radius: 5px;
}
.showmore_content {
position: relative;
overflow: hidden;
}
.showmore_trigger span {
	color:#2d73ac;
	float:right;
	margin:15px 0 0 0;
	font-family:iransans;
	font-weight:bold;
	border-bottom:1px solid #2d73ac;
	cursor: pointer;
}
.showmore_trigger span:hover{
	color:#062640;
}
.dim_page {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100 !important;
    background-color: black;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
	display:none;
}
.srchp_box{
    position: fixed;
    top: 20%;
    left: 20px;
    right: 20px;
    width: 90%;
	max-width: 1100px;
	height:400px;
    margin: auto;
    border: solid 1px #efefef;
    z-index: 110;
	background-color: #fff;
	padding: 15px !important;
	display:none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.srchp_inbox{
    background-color:#ffffff;
    z-index: 101;
	padding:20px;
	height:100%;
}
.docsmry{
    background-color:#ffffff;
    z-index: 101;
	text-align:center;
    width: 100%;
}
.docsmry .jrn_img{
	float:right;
	margin:10px;
	width:20%;
}
.docsmry .jrn_img .cover{
	width:200px;
	height:280px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.docsmry .menu_modal{
	float:left;
	width:20%;
	margin:0 3% 0 2%;
}
.docsmry .menu_modal li a{
	background:#009ece;
	display:block;
	padding:10px;
	margin:12px 0 0 0;
	font-family:iransans;
	font-size:16px;
	color:#fff;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.docsmry .menu_modal li a:hover{
	background:#007398;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.docsmry .desc_modal{
	float:left;
	text-align:right;
	width: 50%;
	max-height: 193px;
}
.docsmry .desc_modal li{
	margin:15px 0;
	font-family:iransans;
	font-size:14px;
}
.xclose {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    cursor: pointer;
    z-index: 110;
}
.xclose:hover {
  opacity: 1;
}
.xclose:before, .xclose:after {
	position: absolute;
    right: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}
.xclose:before {
  transform: rotate(45deg);
}
.xclose:after {
  transform: rotate(-45deg);
}
.srchp-close:after {
    content: '✖';
	font-size: 35px;
    position: absolute;
    right: 21px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 110;
	color: #898989;
	display: inline-block;
}
.srchp-close:hover {
color: #FF6C34;
}
.dvcell {
    max-height: 23px;
	font-size:12px;
}
.rds_row_vols
{
	background-color:#718ea6; 
	color: #ffffff;
}
#data_rows{
background:rgba(255,255,255,0.5);
	-webkit-box-shadow: -4px 4px 15px -8px rgba(0,0,0,0.25), 4px 4px 15px -8px rgba(0,0,0,0.25);
	-moz-box-shadow: -4px 4px 15px -8px rgba(0,0,0,0.25),  4px 4px 15px -8px rgba(0,0,0,0.25);;
	box-shadow: -4px 4px 15px -8px rgba(0,0,0,0.25),  4px 4px 15px -8px rgba(0,0,0,0.25);
}
.Tbl
{
	display: table;
	height: 100%;
	width: 100%;
        background:rgba(222,233,250,0.1);
}
.RowOdd{
	background:rgba(235,235,235,0.5);
}
#login{
	width:400px;
	margin:0 auto;
	min-height:25px;
}
#login_area {
	width:330px;
	float:left;
	border-top:3px solid #d692ec;
	margin:5px 5px 0 0;
}
.Height45
{
	min-height:45px;
}
.organ_logos
{
	max-height:150px;
	max-width:150px;
}
.LastVol
{
min-width:40px;
height:25px;
display:inline-block;
line-height:25px;
}
.LastVolOK
{
border-bottom:#00B51A 5px solid !important;
}
.LastVol1
{
border-bottom:#ffe400 5px solid !important;
}
.LastVol2
{
border-bottom:#ff918e 5px solid !important;
}
.LastVol3
{
border-bottom:#fa4646 5px solid !important;
}
.LastVol4
{
border-bottom:#f83333 5px solid !important;
}
.LastVol5
{
border-bottom:#fa1a1a 5px solid !important;
}
.LastVol6
{
border-bottom:#fc0000 5px solid !important;
}
.LastVolFOK
{
background-color:#00B51A;
color:#FFFFFF;
}
.LastVolF1
{
background-color:#ffe400 !important;
}
.LastVolF2
{
background-color:#ff918e !important;
color:#FFFFFF;
}
.LastVolF3
{
background-color:#fa4646 !important;
color:#FFFFFF;
}
.LastVolF4
{
background-color:#f83333 !important;
color:#FFFFFF;
}
.LastVolF5
{
background-color:#fa1a1a !important;
color:#FFFFFF;
}
.LastVolF6
{
background-color:#fc0000 !important;
color:#FFFFFF;
}
.jicons {
    height: 30px;
    width: 30px;
}
.setting_area_div {
    padding: 10px 20px 15px;
}
.dmnu_options
{
	height:25px;
	border-bottom:#C5C5C5 1px solid;
	margin:10px;
}
.dmnu_text {
	padding-left:5px;
}
.check_panel {
	height:150px;
	overflow-y:scroll;
}
.pop_box {
    position: absolute;
	width:99%;
    min-height: 200px;
	right:-15px;
	top:35px;
    margin: 0;
    padding:4px 10px;
    background-color: #fff;
    border: #aaa 2px solid !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	z-index:99999;
	cursor:default;
}
.chk_div{
	padding:4px;
}
.chk_div>span{
	padding:4px;
}
.boldme{
	padding:5px;
	background-color: #DFDFDF;
}
#header {
	background:url(../images/bg_header_floral.png) center top no-repeat;
	height:73px;
}

.header_logo h1 {
	font-family:yekanYW;
	font-size:20px;
	padding-right:8px;
}
.header_logo h2 {
	font-family:nasimYW;
	font-size:18px;
	padding-top:8px;
	padding-right:8px;
}
.title_row {
    background-color: #124e44 !important;
}
.title_row a
{
	background-color:transparent !important;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.space_bar {
    border-bottom: 1px dotted #aaa;
}
.Fleft {
    float: left;
}
.main_div {
	margin: 0 auto;
	padding: 0 0 0 0 ; 
	max-width: 1189px;
}
.TblHd {
background: #fff none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 0 0 15px #b4b4b4;
color: #7c7c7c;
display: flex;
font-weight: bold;
height: 35px;
padding: 10px 0;
text-align: center;
margin:auto 0;
border-bottom:#CCCCCC 1px solid;
}
.TblHd2
{
display: table-row;
font-weight: bold;
text-align: center;
color: #000;
padding: 10px 0;
height:35px;
}
.TblCelH
{
display: block;
padding:10px 2px 0;
font-family:yekanYW;
font-size:16px;
border-left:1px solid #ccc;
line-height:17px;
margin:auto 0;
vertical-align:middle; 
min-height:25px;
}
.TblCelH:last-child{
	border:0;
}
.TblRow
{
display: flex;
vertical-align: middle;
color: #000;
text-align: center;
min-height:50px;
border-bottom:1px solid #CCC;
position: relative;
}
.TblCel
{
display: block;
padding:12px 2px;
font-family:yekanYW;
font-size:13px;
margin-top:auto;
margin-bottom:auto;
}
.pad10L{
	padding-left:20px !important;
}
.cellsFont, .cellsFont a{
font-family: Arial, Times, "Times New Roman", serif !important;
line-height:18px !important;
font-size:13px !important ;
}
.TblBlock
{
line-height:1.9;
display: inline-block;
padding:0 2px 0;
font-family:yekanYW;
font-size:13px;
vertical-align:top;
min-width:130px;
}
.TblBlock:last-child{
border:0;
}
.TblBlockTail
{
padding:4px 2px 2px 30px;
line-height:1.5;
display: inline-block;
font-family:yekanYW;
font-size:13px;
min-width:135px;
}
.TblBlock2
{
line-height:1.9;
display: inline-block;
padding:0 2px 0;
font-family:yekanYW;
font-size:13px;
vertical-align:top;
}
.InfoBarImg
{
	width:35px;
	float:left;
	padding:4px 0 0 10px ;
}
.InfoBarTxt
{
	min-width:180px;
	float:left;
	text-align:left;
	direction:ltr;
	font-family:tahoma;
	font-size:13px;
	padding:5px 5px 0 0  ;
}
.TblMsg
{
color: #000;
background-color:#f9f9f9;
text-align: center;
height:80px;
border-bottom:1px solid #dddddd;
padding-top:40px;
}
.ftahoma{
	font-family:tahoma !important;
	line-height:26px !important;
}
.bord
{
	border:#03F medium solid;
}
.bg
{
	background-color:#0C0;
}
.bold
{
	font-weight:bold;
}
.InfoBoxOuter{
	background-color:#247aaa;
	padding: 7px;
}
.InfoBox1
{
	vertical-align: middle;
	color: #000;
	background-color:#fff;
	text-align: center;
	min-height:280px;
	width:100%;
	display:none;
	overflow:visible;
	margin: 0 auto;
}
.InfoBox2
{
	padding:10px 0 0 0; 
	position:relative; 
	min-height:280px; 
	margin:0 10px 0;
}
.InfoBar
{
	background-color:#f6f6f6;
	width:100%; 
	min-height:30px; 
	vertical-align:middle; 
	margin: 7px auto;
	font-family:yekanYW;
	border:#bdbdbd thin solid;
}
.InfoBar2
{
	background-color:#e8e8e8;
	width:100%; 
	min-height:30px; 
	vertical-align:middle; 
	margin: 10px auto;
	font-family:yekanYW;
	border:#d9d7fd thin solid;
	line-height:20px;
	font-size:14px !important;
}
#stat_row
{
	display: flex;
	background:#fff;
	width:100%; 
	padding: 10px 0;
	height:45px;
	vertical-align:middle; 
	margin-bottom:10px; 
	font-family:yekanYW;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
    -moz-box-shadow: 0 0 15px #b4b4b4;
    -webkit-box-shadow: 0 0 15px #b4b4b4;
    box-shadow: 0 0 15px #b4b4b4;
}
#stat_row .TblBlock{
	font-size:18px;
	padding:7px 2px;
}
.item_title
{
	color:#146781;
	font-size:13px;
	font-weight:bold;
}
.arial
{
	font-family:arial;
}
.cover{
	border:1px solid #E4E4E4;
	height:130px;
	width: 95px;
}
.ltr
{
	direction:ltr;
}
.rtl
{
	direction:rtl;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}
.col_1 { width: 1%; }
.col_5 { width: 5%; }
.col_6 { width: 6%; }
.col_7 { width: 7%; }
.col_8 { width: 8%; }
.col_9 { width: 9%; }
.col_10 { width: 10%; }
.col_15 { width: 15%; }
.col_16 { width: 16%; }
.col_17 { width: 17%; }
.col_18 { width: 18%; }
.col_19 { width: 19%; }
.col_20 { width: 20%; }
.col_25 { width: 25%; }
.col_30 { width: 30%; }
.col_35 { width: 35%; }
.col_40 { width: 40%; }
.col_45 { width: 45%; }
.col_50 { width: 50%; }
.col_55 { width: 55%; }
.col_60 { width: 60%; }
.col_65 { width: 65%; }
.col_70 { width: 70%; }
.col_75 { width: 75%; }
.col_80 { width: 80%; }
.col_85 { width: 85%; }
.col_90 { width: 90%; }
.col_95 { width: 95%; }
.col_100 { width: 100%; }
input.srch_key {
	background:transparent;
	width:275px;
	height:25px;
	float:right;
	padding:4px 5px 3px 10px;
	margin:0 5px 0 0;
	border:0;
	font-family:tahoma;
	font-size:13px;
	color:#777;
}
input.srch_key2 {
	background:#fff url(../images/search2.png) no-repeat;
	width:90%;
	height:25px;
	padding:2px 5px 3px 10px;
	margin:0;
	font-family:tahoma;
	font-size:13px;
	color:#999999;
}
input.srch_key2_ltr {
	background:#fff url(../images/search2.png) no-repeat;
	width:90%;
	height:25px;
	padding:2px 5px 3px 30px;
	margin:0;
	font-family:tahoma;
	font-size:13px;
	color:#999999;
	direction:ltr;
}
input.search_cln {
	background:url(../images/clean.png) no-repeat;
	border:0;
	float:left;
	width:27px;
	height:28px;
	cursor:pointer;
	margin:-1px 0 0 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display:none;
	box-shadow:0 0 0;
	padding:0 !important;
}
.TpntImg {
    opacity: 0.5;
    filter:alpha(opacity=40);
}
.TpntImg:hover {
    opacity: 1.0;
    filter:alpha(opacity=100);
	cursor:pointer;
}
.active_btn  {
	color:#1396c0 !important;
	font-weight:bold;
	border:1px solid #1396c0;
    line-height: 5px;
	display:inline-block;
 }
#setting_area #numb a { font-size: 13px; color: #333; margin: 8px;padding:4px;}
#setting_area #numb a:hover { color:#1396c0 !important;font-weight:bold;}
#setting_area #numb_active span { border-radius: 3px; font-size: 12px; font-weight:bold; color: #333; padding: 2px 8px; border: 1px solid #c6c6c6; background-color: #e9e9e9; }
#setting_area #numb_disabled span { border-radius: 3px; font-size: 12px;font-weight:bold; color: #777777; padding: 2px 8px; border: 1px solid #dddddd; background-color: #ffffff; }
#pagination div { font-family:yekanYW; display: inline-block; margin: 5px 3px 3px 3px  }
#pagination .cell a { border-radius: 3px; font-size: 12px;font-weight:bold; color: #333; padding: 2px 8px; text-decoration:none; border: 1px solid #d3d3d3; background-color: #f8f8f8; }
#pagination .cell a:hover { border: 1px solid #c6c6c6; background-color: #f0f0f0;  }
#pagination .cell_active span { border-radius: 3px; font-size: 12px;font-weight:bold; color: #333; padding: 2px 8px; border: 1px solid #c6c6c6; background-color: #e9e9e9; }
#pagination .cell_disabled span { border-radius: 3px; font-size: 12px;font-weight:bold; color: #777777; padding: 2px 8px; border: 1px solid #dddddd; background-color: #ffffff; }
.monoNum {padding: 2px 10px !important; }
.clickable {
	cursor:pointer;
}
.sort_by {
	background:url(../../../files/0allsites/images/sort_by.png) no-repeat;
	display:inline-block;
	width:10px;
	height:19px;
	margin:0 5px;
	vertical-align:middle;
}
.sort_az {
	background:url(../../../files/0allsites/images/sort_azy.png) no-repeat;
	display:inline-block;
	width:10px;
	height:19px;
	margin:0 5px;
	vertical-align:middle;
}
.sort_za {
	background:url(../../../files/0allsites/images/sort_zay.png) no-repeat;
	display:inline-block;
	width:10px;
	height:19px;
	margin:0 5px;
	vertical-align:middle;
}
.show_my_home {
	background:url(../../../files/0allsites/images/icon_home.png) no-repeat;
	background-size:cover;
	width:25px;
	height:24px;
	float:right;
}
.show_my_info {
	background:url(../../../files/0allsites/images/icon_info.png) no-repeat;
	background-size:cover;
	width:25px;
	height:25px;
	float:left;
}
.hide_my_info {
	background:url(../../../files/0allsites/images/icon_close.png) no-repeat;
	background-size:cover;
	width:25px;
	height:25px;
	float:left;
}
.show_info_div {
	width:70px;
}
#dmshow_index,#dmhide_index  {
	padding:2px 5px 0 0;
}
#footer_n1 {
	width:273px;
}
#footer_n2 {
	width:273px;
}
#footer_n3 {
	width:273px;
}
#footer_n4 {
	width:273px;
}
.footer_cpr {
	float:right; 
	text-align:left;
	padding-bottom:10px !important;
}
.highlight_col {
	background-color:#FAFDDA;
}
.chk_text{
	cursor:pointer;
}
@media only screen and (max-width : 480px) {
#logo {
	float:none;
	margin:3px;
	position:inherit;
	text-align:center; 
}
.docsmry .menu_modal{
	float:none !important;
	width:90% !important;
}

#jc_right {
	float:none;
	width:98%;
}
#jc_left {
	float:none;
	width:98%;
}

.TblCel,TblCelH
{
padding:1px;
}
.TblBlock,.TblBlockTail
{
width:45%;
padding:2px;
}
#login{
	width:280px;
}
#login_area {
 float:none !important;
 width:auto;
	width:260px;
	margin:2px 2px 0 0;
}
#login_box ul > li{
	margin-top:15px !important;
}
	
#login_box .search_accord a{
	display: block;
		
}

	
.box_footer {
 width:98% !important;
 margin:30px 5px 0 25px;
}
.show_my_home {
	background-size:cover;
	width:20px;
	height:19px;
}
.show_my_info {
	background-size:cover;
	width:20px;
	height:20px;
}
.hide_my_info {
	background-size:cover;
	width:20px;
	height:20px;
}
.show_info_div {
	width:50px;
}
.TblCelH
{
padding:7px !important;
font-size:13px;
line-height:13px;
min-width:30px !important;
min-height:20px;
align-content:center;
}
#setting_area {
    margin: 10px auto 0;
    height: 110px !important ;
}
#export_icons{
	padding:0 !important;
}
input.srch_key {
	width:225px !important ;
	padding:3px !important ;
	font-size:11px !important ;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:40px;
}
.head_bg_hbijrn{
	background:url(../images/site_banner_fa_hbijrnM.jpg) center no-repeat;
}
.head_bg_hbiart{
	background:url(../images/site_banner_fa_hbiartM.jpg) center no-repeat;
}
.head_bg_olumj{
	background:url(../images/site_banner_fa_olumjM.jpg) center no-repeat;
}
.maxw_small{
	float:none !important;
	clear:both;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
.hide_small{
	display:none;
}
.hide_medium{
	display:none;
}
.footer_cpr {
	float:none !important;
	text-align:center;
}
#footer {
	background-color:#e3e3e3;
	background:none;
}
#header {
	background-color:#e3e3e3;
	height:10px;
}
#header_block {
 width:90%;
 height:auto;
}
#top_box_b {
 width:90%;
}
#header{
	background:#fff none;
}
.header_logo {
 float:none;
 margin:0 0 10px 0;
 text-align:center;
}
.header_logo2 {
 float:none;
 margin:0 0 10px 0;
 text-align:center;
}
.header_logo img,.header_logo span{
	float:none;
	height:auto !important;
}
.header_logo span{
	margin:10px 0 0 0;
	text-align:center;
}
#awt_top_menu {
 width:90%;
}
#awt_navmenu {
 display:none;
}
.slicknav_menu {
 display:block !important;
 width:90% !important;
}
#search{
	margin:0 auto 10px;
	float:none;
}
#search_form{
	margin:0 auto;
	float:none;
	width:95% !important;
}
.search_input {
 width:78%;
}
#srefine {
	direction:rtl;
}
#search_social {
 height:100%;
 padding:20px 0 0;
}
#social_bar{
	margin:20px;
	text-align:center;
	float:none;
}
#about_text {
 margin:20px 10px 60px;
 float:none;
 width:inherit;
}
.grid figure {
 float:none;
 margin: 0 auto;
 max-width:inherit;
 min-width:inherit;
 width:69%;
}
.grid figure p, .grid figure h2 {
 display:none;
}
.grid figure .full {
 display:block;
 font-size:11px;
 margin:20px 0 0 0;
}
.grid figure figcaption {
 padding:0;
}
.grid {
 width:inherit;
 height:inherit;
}
#about_text h2 {
 float:none;
}
.about_text_b {
 float:none;
 width:inherit;
}
#about {
 height:100%;
}
#show_info {
 width:inherit;
 height:inherit;
 background:none;
 top:inherit;
 bottom:25px;
 position:static;
}
.social {
 margin:0;
}
#co_center {
 float:none;
 margin:25px;
 width:inherit;
}
#co_side {
 float:none;
 margin:25px;
 width:inherit;
}
.margin50 {
 margin-top:50px;
}
#footer_block {
 height:auto;
}
.footer_logo {
 text-align:center;
}
#footer_block {
	width:90%;
 height:auto;
}
#footer2_block{
	width:90%;
height:auto;
 padding:15px 0;
}
#f2_right, #f2_left {
 text-align:center;
 float:none;
}
.list_style {
 margin:15px 0;
}
.styled-select{
	width:inherit;
}
.styled-select select{
	width:90%;
}
#select_menu{
	width:90%;
	margin:0 25px;
}
.thead2line
{
	padding-top:2px !important;
}
.TblCel
{
padding:5px !important;
font-size:10px !important;
}
#pagination_area{
	padding:5px !important;
	width:95% !important;
}
}
@media only screen and (min-width : 480px) and (max-width : 595px) {
#logo {
	float:none;
	margin:3px;
	position:inherit;
	text-align:center; 
}
.docsmry .menu_modal{
	float:none !important;
	width:90% !important;
}

#jc_right {
	float:none;
	width:98%;
}
#jc_left {
	float:none;
	width:98%;
}
.TblCel,TblCelH
{
padding:1px;
}
.TblBlock,.TblBlockTail
{
width:45%;
padding:2px;
}
#login{
	width:300px;
}
#login_area {
	width:280px;
	margin:2px 2px 0 0;
}
#export_icons{
	padding:0 !important;
}
.TblCelH
{
padding:7px !important;
font-size:13px;
line-height:13px;
min-width:30px !important;
min-height:20px;
align-content:center;
}
#setting_area {
    margin: 10px auto 0;
    height: 110px !important ;
}
input.srch_key {
	width:225px !important ;
	padding:3px !important ;
	font-size:11px !important ;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:50px;
}
.head_bg_hbijrn{
	background:url(../images/site_banner_fa_hbijrnM.jpg) center no-repeat;
}
.head_bg_hbiart{
	background:url(../images/site_banner_fa_hbiartM.jpg) center no-repeat;
}
.head_bg_olumj{
	background:url(../images/site_banner_fa_olumjM.jpg) center no-repeat;
}
.maxw_small{
	float:none !important;
	clear:both;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
.hide_small{
	display:none;
}
.hide_medium{
	display:none;
}
.footer_cpr {
	float:none !important;
	text-align:center;
	padding:10px auto !important;
}
#footer {
	background-color:#e3e3e3;
	background:none;
}
#header {
	background-color:#e3e3e3;
	height:10px;
}
#top_box_b {
 width:460px;
}
#header{
	background:#fff none;
}
#header_block {
 width:460px;
}
#search{
	margin:0 auto 10px;
	float:none;
}
#search_form{
	margin:0 auto;
	float:none;
	width:95% !important;
}
#srefine {
	direction:rtl;
}
#search_social{
	height:auto;
	padding:20px 0 0;
}
#social_bar{
	margin:20px;
	text-align:center;
	float:none;
}
#footer_block {
 width:460px;
}
#footer2_block {
 width:460px;
}
#header_block {
 height:auto;
}
.header_logo {
 float:none;
  margin:0 60px;
 text-align:center;
}
.header_logo2 {
	float:none;
	margin:0 auto;
	text-align:center;
}
.header_logo img,.header_logo span{
	float:none;
	height:auto !important;
}
.header_logo span{
	margin:10px 0 0 0;
	text-align:center;
}
#login_area {
	float:none;
	margin:30px auto 0px;
}
.social {
 margin:0;
}
#about_text {
 width:400px;
}
.about_text_b {
 width:410px;
}
#about {
 height:900px;
}
#show_info {
 top:inherit;
 bottom:25px;
}
#co_center {
 float:none;
 margin:25px 15px;
 width:inherit;
}
#co_side {
 float:none;
 margin:25px 15px;
 width:inherit;
}
#footer_block {
 height:auto;
}
.box_footer {
 width:inherit;
 margin:30px 5px 0 25px;
}
.footer_logo {
 text-align:center;
}
#footer2_block {
 height:auto;
}
#f2_right, #f2_left {
 text-align:center;
 float:none;
}
.list_style {
 margin:15px 0;
}
#awt_top_menu {
 width:460px;
}
#awt_navmenu {
 display:none;
}
.slicknav_menu {
 display:block !important;
}
.TblCel
{
padding:10px !important;
font-size:12px !important;
}
.thead2line
{
	padding-top:2px !important;
}
}
@media only screen and (min-width : 595px) and (max-width : 690px) 
{
#logo {
	float:none;
	margin:3px;
	position:inherit;
	text-align:center; 
}
.docsmry .menu_modal{
	float:none !important;
	width:90% !important;
}

#jc_right {
	float:none;
	width:98%;
}
#jc_left {
	float:none;
	width:98%;
}

.TblBlock,.TblBlockTail
{
width:45%;
padding:5px;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:60px;
}
.head_bg_hbijrn{
	background:url(../images/site_banner_fa_hbijrnT.jpg) center no-repeat;
}
.head_bg_hbiart{
	background:url(../images/site_banner_fa_hbiartT.jpg) center no-repeat;
}
.head_bg_olumj{
	background:url(../images/site_banner_fa_olumjT.jpg) center no-repeat;
}
.hide_medium{
	display:none;
}
.footer_cpr {
	float:none !important;
	text-align:center;
	padding:10px auto !important;
}
#footer {
	background-color:#e3e3e3;
	background:none;
}
#header {
	background-color:#e3e3e3;
	height:10px;
}
#top_box_b {
 width:560px;
}
#header{
	background:#fff none;
}
#header_block {
 width:560px;
}
#search{
	margin:0 auto 10px;
	float:none;
}
#search_form{
	margin:0 auto;
	float:none;
	width:95% !important;
}
#srefine {
	direction:rtl;
}
#search_social{
	height:auto;
	padding:20px 0 0;
}
#social_bar{
	margin:20px;
	text-align:center;
	float:none;
}
#footer_block {
 width:560px;
}
#footer2_block {
 width:560px;
}
#header_block {
 height:auto;
}
.header_logo {
 float:none;
  margin:0 60px;
 text-align:center;
}
.header_logo2 {
	float:none;
	margin:0 auto;
	text-align:center;
}
.header_logo img,.header_logo span{
	float:none;
	height:auto !important;
}
.header_logo span{
	margin:10px 0 0 0;
	text-align:center;
}
#login_area {
	float:none;
	margin:30px auto 0px;
}
.social {
 margin:0;
}
#about_text {
 width:500px;
}
.about_text_b {
 width:510px;
}
#about {
 height:700px;
}
#show_info {
 top:inherit;
 bottom:25px;
}
#co_center {
 float:none;
 margin:25px 15px;
 width:inherit;
}
#co_side {
 float:none;
 margin:25px 15px;
 width:inherit;
}
#footer_block {
 height:auto;
}
.box_footer {
 width:inherit;
 margin:30px 5px 0 25px;
}
.footer_logo {
 text-align:center;
}
#footer2_block {
 height:auto;
}
#f2_right, #f2_left {
 text-align:center;
 float:none;
}
.list_style {
 margin:15px 0;
}
.hide_medium{
	display:none;
}
.footer_cpr {
	float:none !important;
	text-align:center;
	padding:10px auto !important;
}
#footer {
	background-color:#e3e3e3;
	background:none;
}
#header {
	background-color:#e3e3e3;
	height:10px;
}
#awt_top_menu {
 width:560px;
}
#awt_navmenu {
 display:none;
}
.slicknav_menu {
 display:block !important;
}
.thead2line
{
	padding-top:2px !important;
}
}
@media only screen and (min-width : 690px) and (max-width : 767px) 
{
#logo {
	float:none;
	margin:3px;
	position:inherit;
	text-align:center; 
}
.docsmry .menu_modal{
	float:none !important;
	width:90% !important;
}

#jc_right {
	float:none;
	width:98%;
}
#jc_left {
	float:none;
	width:98%;
}

.TblBlock,.TblBlockTail
{
min-width:250px;
padding:5px;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:70px;
}
.head_bg_hbijrn{
	background:url(../images/site_banner_fa_hbijrnT.jpg) center no-repeat;
}
.head_bg_hbiart{
	background:url(../images/site_banner_fa_hbiartT.jpg) center no-repeat;
}
.head_bg_olumj{
	background:url(../images/site_banner_fa_olumjT.jpg) center no-repeat;
}
.hide_medium{
	display:none;
}
.footer_cpr {
	float:none !important;
	text-align:center;
	padding:10px auto !important;
}
#footer {
	background-color:#e3e3e3;
	background:none;
}
#header {
	background-color:#e3e3e3;
	height:10px;
}
#top_box_b {
 width:660px;
}
#header{
	background:#fff none;
}
#header_block {
 width:660px;
}
#search{
	margin:0 auto 10px;
	float:none;
}
#search_form{
	margin:0 auto;
	float:none;
	width:95% !important;
}
#srefine {
	direction:rtl;
}
#search_social{
	height:auto;
	padding:20px 0 0;
}
#social_bar{
	margin:20px;
	text-align:center;
	float:none;
}
#footer_block {
 width:660px;
}
#footer2_block {
 width:660px;
}
#header_block {
 height:auto;
}
.header_logo {
 float:none;
  margin:0 60px;
 text-align:center;
}
.header_logo2 {
	float:none;
	margin:0 auto;
	text-align:center;
}
.header_logo img,.header_logo span{
	float:none;
	height:auto !important;
}
.header_logo span{
	margin:10px 0 0 0;
	text-align:center;
}
#login_area {
	float:none;
	margin:30px auto 0px;
}
.social {
 margin:0;
}
#about_text {
 width:600px;
}
.about_text_b {
 width:610px;
}
#about {
 height:600px;
}
#show_info {
 top:inherit;
 bottom:25px;
}
#co_center {
 float:none;
 margin:25px 15px;
 width:inherit;
}
#co_side {
 float:none;
 margin:25px 15px;
 width:inherit;
}
#footer_block {
 height:auto;
}
.box_footer {
 width:inherit;
 margin:30px 5px 0 25px;
}
.footer_logo {
 text-align:center;
}
#footer2_block {
 height:auto;
}
#f2_right, #f2_left {
 text-align:center;
 float:none;
}
.list_style {
 margin:15px 0;
}
#awt_top_menu {
 width:660px !important;
}
#awt_navmenu {
 display:none;
}
.slicknav_menu {
 display:block !important;
}
.thead2line
{
	padding-top:2px !important;
}
}
@media only screen and (min-width : 768px) and (max-width : 959px) 
{
#logo {
	float:none;
	margin:3px;
	position:inherit;
	text-align:center; 
}

.LastVol
{
min-width:50px;
}
.TblBlock,.TblBlockTail
{
min-width:320px;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:80px;
}
.head_bg_hbijrn{
	background:url(../images/site_banner_fa_hbijrnT.jpg) center no-repeat;
}
.head_bg_hbiart{
	background:url(../images/site_banner_fa_hbiartT.jpg) center no-repeat;
}
.head_bg_olumj{
	background:url(../images/site_banner_fa_olumjT.jpg) center no-repeat;
}
#top_box_b {
 width:758px;
}
#header_block {
 width:758px;
}
#footer_block {
 width:758px;
}
#footer2_block {
 width:758px;
}
#show_info {
 background: none;
}
.grid {
 margin:0;
}
#show_info {
 width:293px;
}
#about_text {
 width:430px;
 margin:20px 15px 0 0;
}
.about_text_b {
 width:410px;
}
#co_side {
 width:220px;
 margin:25px 15px
}
#co_center {
 width:480px;
 margin:65px 0 0 25px;
}
.footer_logo {
 display:none;
}
.header_logo2 {
 display:none;
}
.box_footer {
 width:273px;
}
#awt_top_menu {
 width:605px !important;
}
ul#awt_navmenu, ul#awt_navmenu a, #head_date {
 font-size:11px !important;
}
.thead2line
{
	padding-top:2px !important;
}
}
@media only screen and (min-width : 960px) and (max-width : 1023px) {
.LastVol
{
min-width:55px;
}
.onepcssgrid-1000 {
	max-width: 1000px;
}
.onepcssgrid-1000 .divrow {
	padding: 0;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:100px;
}
#top_box_b {
 width:758px;
}
#header_block {
 width:758px;
}
#footer_block {
 width:758px;
}
#footer2_block {
 width:758px;
}
#show_info {
 background: none;
}
.grid {
 margin:0;
}
#show_info {
 width:293px;
}
#about_text {
 width:430px;
 margin:20px 15px 0 0;
}
.about_text_b {
 width:410px;
}
#co_side {
 width:220px;
 margin:25px 15px
}
#co_center {
 width:480px;
 margin:65px 0 0 25px;
}
.footer_logo {
 display:none;
}
.header_logo2 {
 display:none;
}
.box_footer {
 width:273px;
}
#awt_top_menu {
 width:710px !important;
}
#head_date {
 font-size:12px !important;
}
}
@media only screen and (min-width : 1024px) and (max-width : 1199px) {
.LastVol
{
min-width:60px;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	height:110px;
}
.onepcssgrid-1000 {
	max-width: 1000px;
}
.onepcssgrid-1000 .divrow {
	padding: 0;
}
#top_box_b {
 width:996px;
}
#header_block {
 width:996px;
}
#footer_block {
 width:996px;
}
#footer2_block {
 width:996px;
}
#about_text {
 width:570px;
}
.about_text_b {
 width:570px;
}
#co_side {
 width:250px;
}
#co_center {
 width:640px;
}
.footer_logo {
 display:none;
}
.header_logo2 {
 display:none;
}
#awt_top_menu {
 width:800px !important;
}
}
@media only screen and (min-width : 1200px) {
.LastVol
{
min-width:60px;
}
.head_nav{
	width:1189px !important;
	min-height:40px;
	margin:5px auto 0;
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	width:1189px !important;
	height:128px !important;
	margin:5px auto 0;
	background-size:100% 100%;
}
}
@media only screen and (min-width : 960px) {
.LastVol
{
min-width:55px;
}
.head_bg_hbijrn{
	background:url(../images/site_banner_fa_hbijrn.jpg) center no-repeat;
}
.head_bg_hbiart{
	background:url(../images/site_banner_fa_hbiart.jpg) center no-repeat;
}
.head_bg_olumj{
	background:url(../images/site_banner_fa_olumj.jpg) center no-repeat;
}
}
.head_bg_hbijrn,.head_bg_hbiart,.head_bg_olumj{
	background-size:100% 100%;
	width:100%;
}
.head_nav{
	width:100%;
}
.click_tr:hover{
	background-color:#fbf1d0;
}
.InfoBarIT
{
	float:left;
	text-align:left;
	direction:ltr;
	padding:0;
}
.InfoBarImg
{
	width:30px;
	float:left;
	padding:4px 1px 4px 10px ;
}
.InfoBarTxt
{
	float:left;
	text-align:left;
	font-family:tahoma;
	font-size:13px;
	padding:5px 10px 6px 1px ;
}
.search_article .content-wrap{
	min-height: 400px;
	margin-bottom: 50px;
	border: 1px solid #cccccc;
    border-top: none;
}
.search_article .tabs{
	width: 80%;
}
.search_article .title{
	width: 100%;
    position: relative;
	height: 60px;
}
.search_article #section-line-1 .items{
	display: table;
	width: 100%;
	margin-top: 40px;
}
.search_article #section-line-1 .items .item{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	position: relative;
}
.search_article #section-line-1 .items .item:first-child,
.search_article #section-line-1 .items .item:last-child{
	width: 40px;
}
.search_article #section-line-1 .items .close,
.search_article #section-line-1 .items .add{
	width: 20px;
	transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%); 
	-moz-transform:translate(-50%,-50%); 
	top: 50%;
	left: 50%;
	position: absolute;
	box-sizing: border-box;
	height: 5px;
}
.search_article #section-line-1 .items .close:after,
.search_article #section-line-1 .items .close:before,
.search_article #section-line-1 .items .add:after,
.search_article #section-line-1 .items .add:before{
	content: "";
	width: 20px;
	height: 5px;
	background-color: #4cb050;
	display: block;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	position: absolute;
	cursor: pointer;
}
.search_article #section-line-1 .items .add:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.search_article #section-line-1 .items .close:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.search_article #section-line-1 .items .close:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.search_article #section-line-1 .items input,
.search_article #section-line-1 .items select{
	width: 95%;
	height: 100%;
	padding: 5px 10px ;
}
.search_article #section-line-1 .items .close:before,
.search_article #section-line-1 .items .close:after{
	background-color: #ff5252;
}
.search_article #section-line-1 .items .item:nth-child(4){
	width:60px;
}
.search_article #section-line-1 .items:first-child .item:nth-child(4) select,
.search_article #section-line-1 .items:first-child .close:before,
.search_article #section-line-1 .items:first-child .close:after{
	display:none;
}
.search_article #section-line-1 .items .item{
	padding: 0 10px;
}
.search_article .submit{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.search_article input[type='submit']{
	background-color: #4cb050;
	padding: 5px 20px;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search_article #section-line-2 .item:first-child,
.search_article #section-line-3 .item:first-child{
	margin-top:20px;
}
.search_article #section-line-2 .item div,
.search_article #section-line-3 .item div{
	margin-bottom: 10px;
    font-size: 17px;
    color: #333;
}
.search_article #section-line-2,
.search_article #section-line-3{
	font-size: 0;
}
.search_article #section-line-2 .items,
.search_article #section-line-3 .items{
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
}
.search_article #section-line-2 .related,
.search_article #section-line-3 .related{
	width: 40%;
	background-color: #eee;
	min-height: 500px;
	font-size:19px;
	padding: 10px 0;
	max-height: 500px;
	overflow-x:auto;
	    border-right: 1px solid #ccc;
}
.search_article #section-line-2 .related p,
.search_article #section-line-3 .related p{
	padding: 10px;
	cursor: pointer;
	z-index: 100;
	position: relative;
}
.search_article #section-line-2 .related p:hover,
.search_article #section-line-3 .related p:hover{
	background-color: #ccc;
}
.search_article #section-line-2 .item,
.search_article #section-line-3 .item{
	width: 100%;
		position: relative;
}
.search_article #section-line-2 input[type='text'],
.search_article #section-line-3 input[type='text']{
	width: 100%;
	height: 40px;
	margin-bottom:20px;
}
.search_article #section-line-2 .item[data-selected='true']:after,
.search_article #section-line-3 .item[data-selected='true']:after{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: -56px;
    top: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #eee;
    border-top: 1px solid #aaa;
    border-right: 1px solid #ccc;
}


.search_article_info .container{
	display: table;
	width: 100%;
	min-height: 500px;
}
.search_article_info .container .cell{
	display: table-cell;
	vertical-align: top;
}
.search_article_info .container .cell:last-child{
	width: 80%;
}
.search_article_info .container .filter{
	min-width: 200px;
	max-width: 300px;
	border-left: 1px solid #ddd;
}
.search_article_info .container .filter .item{
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.search_article_info .container .filter .item span{
	width: 90%;
	display: inline-block;
	vertical-align: top;
}
.search_article_info .container .filter .item input{
	width:auto;
	margin-right:5px;
}
.search_article_info .container .filter .items[data-show=false] .item{
	display: none;
}
.search_article_info .container .filter .title{
	padding: 5px;
	color:#fff;
	box-sizing: border-box;
	font-size: 14px;
	display: block !important;
	position: relative;
	cursor: pointer;
}
.search_article_info  .filter .title span{
	content:"";
	width: 30px !important;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	cursor: pointer;
}
.search_article_info  .filter .title span{
    cursor: pointer;
	display: inline-block;
    vertical-align: middle;
		border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.search_article_info  .filter .title span:before,
.search_article_info  .filter .title span:after{
	content: "";
	position: absolute;
	background-color:#fff;
	transition: transform 0.25s ease-out;
}
.search_article_info  .filter .title span:before{
        top: 5px;
    left: 50%;
    width: 4px;
    height: 65%;
    margin-left: -2px;
    }
.search_article_info  .filter .title span:after{
        top: 50%;
    left: 5px;
    width: 65%;
    height: 4px;
    margin-top: -2px;
    }
.search_article_info  .filter .items[data-show=true] .title span:before{ transform: rotate(90deg); }
.search_article_info  .filter .items[data-show=true] .title span:after{ transform: rotate(180deg); }
.search_article_info .container .content{
	font-size: 0;
}
.search_article_info .container .content a{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}
.search_article_info .container .content a:not(:nth-child(3n)){
	border-left: 1px solid #ddd;
}

.subsion_sbjct{
	padding: 15px;
}
.subsion_sbjct .item{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-family: iransans;
}
.subsion_sbjct .item.fa{
	text-align: right;
}
.subsion_sbjct .item.en{
	text-align: left;
}
.subsion_sbjct .item li:after{
	content: '';
	width: 10px;
	height: 10px;
	background-color:  #5ea479;
    position: absolute;
    right: -15px;
    line-height: 1em;
	border-radius: 50%;
	top: 2px;
}
.subsion_sbjct .item.en li:after{
    left: -15px;
}
.subsion_sbjct .item li{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	cursor: pointer;
	position: relative;
}
.subsion_sbjct .item li a{
	display: block;
	    line-height: initial;
}

@media screen and (max-width: 1000px) {
	.subsion_sbjct .item{
		display: block;
		width: 100%;
	}
}
.subsion_sbjct .item li:hover{
	padding:0 5px;
}
.subsion_sbjct .item li:hover:after{
    background-color: #124e44;
}



#support{
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-color: #fff;

	background-image:url(../images/home_support.png);
	z-index: 100;
	cursor: pointer;
}
#support.en{
	left: auto;
	right: 20px
}
#popup{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	top: 0;
	left: 0;
}
#popup[data-show=false]{
	display: none;
}
#popup .content,
#popup .container{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	padding: 50px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	background-color: #eee;
	text-align: center;
	border: 1px solid #111;
}
#popup .content{
    text-align: inherit;
    width: 70%;
    border-radius: 10px;
    padding: 20px;
	max-height: 100%;
}
#popup .content .close{
	position: absolute;
    top: 25px;
    left: 25px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#popup .content .close:after,
#popup .content .close:before{
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #111;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 15px;
    left: 0px;
}
#popup .content .close:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#popup .content .items{
	padding: 40px 20px;
    font-size: 18px;
    font-family: iransans;
    font-weight: 500;
    color: #111;
    background-color: #fff;
}
#popup .content .items a{
	font-weight: bold;
    color: red;
}
#popup .container h4{
	font-size: 16px;
	font-weight: bold;
	color: #111;
	margin-bottom: 40px;
	white-space: nowrap;
}
#popup .container div a{
	color: #fff;
}
#popup .container div{
	font-size: 16px;
	padding: 15px 20px;
	margin: 10px auto;
	color: #fff;
	background-color: #115B4F;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	width: 370px;
	border: 1px solid #111;
}
#popup .container .close{}
#popup .container .cp{}
.yw_box *{
	position: relative;
}

@media screen and (max-width: 778px) {
	#footer_two .container{
		padding:0 15px;
	}
}

@media screen and (max-width: 600px) {
	#popup .content .items{
		padding: 20px;
		font-size: 13px;
	}
	#support{
		left: 10px;
		bottom: 10px;
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	
	#footer_two .container{
		flex-direction:column;
	}
	#f_right,#f_center,#f_left{
		width:100%;
	}
	#f_center{
		margin:30px 0;
	}
}

#f_left h4,#f_center h4,#f_right h4 {
	font-family:yekanYW;
	font-size:18px;
	color:#134f45;
	margin:0 0 8px 0;
}

.list_style2 {
	margin:0 5px 0 0;
	text-align:justify;
}
.list_style2 li {
	margin:2px 0;
	padding:5px 0 6px 0;
	border-bottom:1px solid #eee;
}

