/*------------------------*/
/*------- 404 Page -------*/
/*------------------------*/
.error_container{
	width: 100%;
	text-align: center;
	font: bold 16px arial;
	color: #000;
	padding: 150px 0;
}
/*------------------------*/
/*------- News Page ------*/
/*------------------------*/
.news_toolbar{
    padding-bottom: 5px;
    padding-top: 0;
    width: 100%;
}
.news_id_c{
	color: #272727;
    float: right;
    font: 15px/19px RTNassim;
    text-align: right;
    /*width: 160px;*/
}
.news_pdate_c{
	/*width: 240px;*/
	float: left;
	color: #272727;
    font: 15px/19px BMitra;
	text-align: left;
}
@media(min-width:768px){
	.news_pdate_c{
		text-align: left;
	}
}
@media(max-width:768px){
	.news_pdate_c{
		text-align: left;
		/* margin-top:10px; */
	}
}
.news_tools{
 	width: 100%;
}
.news_hits{
 	width: 140px;
 	float: right;
 	text-align: right; 
}
.news_print_botton, .news_emails_botton, .news_save_botton{
	width: 17px;
	height: 16px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.news_emails_botton{
	width: 16px;
}
.news_save_botton{
	width: 14px;
	height: 14px;
	text-decoration: none;
	display: block;
	margin-top: 1px;
}
.news_path{
	/* width: 300px; */
	float: right;
	font: 12px IRANSansX-Medium;
}
.news_path a{
    color: #282828;
    font: 18px BMitra;
	text-decoration: none;
}
.news_comments{
 	/*width: 200px;*/
 	float: right;
 	text-align: center; 
}
.news_comments a{
	font: 12px IRANSansX-Medium;
	color: #000;
	text-decoration: none;
}
.news_size_down, .news_size_reset, .news_size_up{
	width: 14px;
	height: 14px;
	text-decoration: none;
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}
.news_size_up{
	background-position: -48px 0;
}
.news_size_reset{
	width: 28px;
	background-position: -17px 0;
}
.news_size_down{
	background-position: 0 0;
}

/*------------------------*/
/*------- Share to -------*/
/*------------------------*/
.share_to_container{
	 width: 150px;
	 float: left;
	 text-align: left;
	 padding-top: 2px;
	 position: relative;
}
@media(min-width:767px){
	.share_to_container{
		 float: left;
		 text-align: left;
	}
	
}
@media(max-width:767px){
	.share_to_container{
		 float: right;
		 text-align: right;
	}
	
}
/*------------------------*/
/*--- Archive & Search ---*/
/*------------------------*/

.archive_form div, .search_form_c div{
	padding: 3px;
}
.archive_form div span, .search_form_c div span{
	margin: 3px 0;
}
.news_archive_container{
	width: 100%;
}
.archive_page_container{
	 direction:rtl;
	 text-align:left;
	 width:100%;
}
.archive_content{
	 direction:rtl;
	 text-align:left;
	 padding:10px;
}
.search_result_container, .search_result_nav{
	width: 100%;
}
/*------------------------*/
/*------ Newsletter ------*/
/*------------------------*/
.newsletter_container{
	text-align:right;
	margin-bottom:10px;
}
.newsletter_message{
	 padding: 50px 0;
	 text-align: center;
	 direction: rtl;
}
.newsletter_message2{
	 text-align: justify;
	 direction: rtl;
	 padding: 20px 0 0 0;
}
.newsletter_title{
	text-align: right;
	direction: rtl;
	padding: 20px 0 0 0;
	
}
/*------------------------*/
/*--------- Tag ----------*/
/*------------------------*/
.tag_page_container{
	width: 100%;
}
.tag {
    font:normal 9pt IRANSansX-Medium, Arial;
    color: #000;    
}
.tag_rutitr {
	font-family: 'IRANSansXFaNum-Regular';
	font-size: 12px;
	font-weight: 500;
	line-height: 25px;
	text-align: right;
	color: rgba(125, 125, 125, 1);
    direction: rtl;
    text-align: right;
	margin-bottom: 5px;
}

.tag_title {
	font-family: 'IRANSansXFaNum-Regular';
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-align: right;
	color: rgba(45, 44, 44, 1);
    direction: rtl;
    text-align: right;
	margin-bottom: 5px;
}

.tag_summerize {
	font-family: 'IRANSansXFaNum-Regular';
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	text-align: right;
	color: rgba(45, 44, 44, 1);
	direction: rtl;
    text-align: right;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
h3{
	line-height: unset !important;
	font-size: unset !important;
}
.tag_info {
	font-family: 'IRANSansXFaNum-Regular';
	font-size: 11px;
	font-weight: 300;
	line-height: 18.65px;
	text-align: right;
	color: var(--text-default);
	direction: rtl;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-bottom: 20px ;
}
.tag_page_container .pagination span.current{
	background: rgba(212, 14, 0, 1) !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	color: #fff !important;
}
.tag_info > div{
	margin-left: 4px;
}
/*------------------------*/
/*-------- Pager  --------*/
/*------------------------*/
div.pagination {
	padding: 3px;
	margin: 3px;
	direction: rtl;
	justify-content: center;
	align-items: center;
}

div.pagination a {
	border: 1px solid rgba(125, 125, 125, 1) !important;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	color: rgba(125, 125, 125, 1) !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid rgba(212, 14, 0, 1) !important;
	color: rgba(212, 14, 0, 1) !important;
}
div.pagination span.current {
	margin: 0 4px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	text-align: center;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/*------------------------*/
/*------- RSS Page -------*/
/*------------------------*/
.rss_def_c{
     float: right;
}
.rss_def{
    border: 1px solid #D1D1D1;
    padding: 18px;
    font: 12px IRANSansX-Medium;
    text-align: justify;
	margin-bottom: 10px;
}
.rss_block{
	width: 100%;
	margin-bottom: 40px;
	padding-top: 30px;
}
.rss_row{
	margin-bottom: 10px;
	text-indent: 30px;
	border-bottom: 1px dotted;
}
.rss_lists_container{
     width: 605px;
     float: right;
     margin-left: 20px;
     padding-right: 25px;
}
.rss_def_title{
     font: bold 14px arial;
     text-align: center;
     width: 100%;
}
.rss_def_content{
     width: 100%;
     padding-top: 10px;
     line-height: 130%;
}
.rss_list_title{
    font: bold 14px arial;
    margin-bottom: 10px;
}
.rss_list_pn{
    width: 150px;
    float: right;
    font: 12px IRANSansX-Medium;
    color: #000;
    padding-bottom: 5px;
    background: url('/client/themes/fa/main/img/rss_link.gif') no-repeat right;
}
.rss_list_link{
    font: 12px IRANSansX-Medium;
    color: #000;
    text-decoration: none;
    direction: ltr;
    display: block;
    float: left;
    text-align: left;
    width: 300px;
    padding-bottom: 5px;
}
/*------------------------*/

/* ----------- Tags  ----------------- */
.tags_container{
    width: 100%;
    margin-bottom: 30px;
}

.tags_item{
    font: 18px BMitra;
    color: #113b61;
    text-decoration: none;
    outline: none;
}
#tags table ,
#news table{
	max-width: 100% !important;
}
/* ----------- Share To  ----------------- */
.social_nets{
    width: 280px;
    position: absolute;
    left: 0;
    top: 19px;
    display: none;
    background: #FFF;
    z-index:999;
    border: 5px solid #6F6F6F;
}
.sn_top{
    width: 100%;
    height: 20px;
    background: #F8F8F8;
    border-bottom: 1px solid #CFCFCF;
}
.sn_top span{
    font: bold 12px IRANSansX-Medium;
    color: #000;
    padding: 10px 0 0 5px;
}
.close_sn{
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;
    float: right;
    color: #BF5557;
    font: bold 12px IRANSansX-Medium;
    text-align: center;
    line-height: 18px;
}
.sn_list{
    width: 100%;
}
.sn_left{
    width: 135px;
    float: left;
    padding: 10px 4px 10px 0;
    border-right: 1px solid #CFCFCF;
    margin-right: 5px;
}
.sn_right{
    width: 122px;
    float: left;
    padding: 10px 0;
}
.sn_left a, .sn_right a{
    width: 120px;
    height: 20px;
    display: block;
    text-decoration: none;
    font: 12px IRANSansX-Medium;
    color: #000;
    line-height: 18px;
    text-align: left;
    padding-left: 35px;
    margin-bottom: 5px;
}
.sn_twitter{
    background: url('/client/themes/fa/main/img/icon/twitter.gif') no-repeat 10px 2px;
}
.sn_facebook{
    background: url('/client/themes/fa/main/img/icon/facebook.gif') no-repeat 10px 2px;
}
.sn_greader{
    background: url('/client/themes/fa/main/img/icon/greader.gif') no-repeat 10px 2px;
}
.sn_su{
    background: url('/client/themes/fa/main/img/icon/su.gif') no-repeat 10px 2px;
}
.sn_digg{
    background: url('/client/themes/fa/main/img/icon/digg.gif') no-repeat 10px 2px;
}
.sn_delicious{
    background: url('/client/themes/fa/main/img/icon/delicious.gif') no-repeat 10px 2px;
}
.sn_telegram{
    background: url('/client/themes/fa/main/img/icon/telegram.gif') no-repeat 10px 2px;
}
.sn_telegram2{
    background: url('/client/themes/fa/main/img/icon/telegram.gif') no-repeat 0 0;
}
.sn_googleplus{
    background: url('/client/themes/fa/main/img/icon/google.png') no-repeat 10px 2px;
}
.sn_facenama{
    background: url('/client/themes/fa/main/img/icon/facenama.gif') no-repeat 10px 2px;
}
.sn_linkdin{
    background: url('/client/themes/fa/main/img/icon/linkedin.png') no-repeat 10px 2px;
}
.cl_link{
    background: url('/client/themes/fa/main/img/icon/cloob.gif') no-repeat 10px 2px;
}
.cl_link2{
    background: url('/client/themes/fa/main/img/icon/cloob.gif') no-repeat 0 0;
}
/* ---------- Text Advertisement ---------- */
.txt_adv_container{
	background-color: #113B65;
	direction: rtl;
	font: 12px IRANSansX-Medium;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	color: #fffbf8;
}
.txt_adv_content{
	font: normal 12px IRANSansX-Medium;
	text-align: center;
	direction: rtl;
	border-top: 1px solid #b9b9b9;
	padding: 5px 10px 10px 10px;
}
.txt_adv_content:hover{
	background: #F3F3F3;
}
.txt_adv_content a{
	display: block;
	text-align: right;
	font: 15px nassim-bold;
	color: #000;
}
.txt_adv_content2{
	float: right;
	width: 127px;
	margin-left: 5px;	
}
.txt_adv_text{
	text-align: right;
	color: #000;
}
/* ----------- Prayer time  ----------------- */
.prayer_time_container{
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
.prayer_time_container .row{
	align-items: center;
}

.prayer_time{
	 width: 223px;
	 float: right;
}
.ptime_c{
	width: 221px;
	border: 1px solid #CCCCCC;
}
.ptime_row{
	border-bottom: 1px solid #CCCCCC;
}
.ptime_title{
	 font: 12px IRANSansX-Medium;
	 text-align: center;
	 padding: 5px 0;
	 background: #113B63;
	 color: #fff !important;
}
.ptime_col1{
	width: 100px;
	float: right;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	font: 12px IRANSansX-Medium;
}
.ptime_col2{
	width: 100px;
	float: right;
	padding: 5px;
	text-align: center;
	font: 12px IRANSansX-Medium;
}
/*----- home ------*/
.home_ptime{
	width: 177px;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
}
.home_ptime_row{
	border-bottom: 1px solid #CCCCCC;
	font: 12px IRANSansX-Medium;
	text-align: center;
}
.home_ptime_row a{
	text-decoration: none;
	font: 12px IRANSansX-Medium;
	color: #D30C0C;
	padding: 5px 0;
	display: block;
}

.home_ptime_col1{
	width: 78px;
	float: right;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	font: 12px IRANSansX-Medium;
}
.home_ptime_col2{
	width: 78px;
	float: right;
	padding: 5px;
	text-align: center;
	font: 12px IRANSansX-Medium;
}
.send_freind_bot{
	 background: url('/client/themes/fa/main/img/email.gif') no-repeat right 3px;
    color: #000000;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    text-align: left;
    width: 95px;
}
.send_error_bot{
    color: #000000;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
    text-align: right;
}

.print_bot{
	background: url('/client/themes/fa/main/img/print.gif') no-repeat right 3px;
    color: #000000;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    text-align: left;
    width: 75px;
}

.newsTagImage{
	display: inline-block;
	width: 90px;
	min-width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid rgba(212, 14, 0, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.tags_Person .textPerson{
	display: inline-block;
	background: rgba(212, 14, 0, 1);
	color: #fff;
	border-radius: 50px;
	padding: 6px 50px 6px 32px;
	white-space: nowrap;
	z-index: 0;
	margin-inline-start: -35px;
	margin-inline-end: 9px;
	font: 15px/24px 'IRANSansX-Medium';
}

.newsTagImage .noImageP{
	width: 100%;
	height: 100%;
	display: block;
	background-color: grey;
}
.newsTagImage img{
	width: 100%;
	height: auto;
	aspect-ratio: calc(90 / 90);
}
.tags_Person{
	position: relative;
	display: flex;
	align-items: center;
}

.personTagBorder_newsPage{
	border-bottom: 1px solid rgba(212, 14, 0, 1);
	display: inline-block;
	width: 100%;
	height: 1px;
	position: relative;
}

.personTagBorder_newsPage:before{
	content: '';
	background: url('/client/themes/fa/main/img/newsImg/circle.svg') no-repeat center center;
	position: absolute;
	width: 6px;
	height: 6px;
	right: -1px;
	top: -2px;
}

#tags footer{
	margin-top: 0;
}

#tags .relatedNews_personTag_bg{
	padding-bottom: 59px;
}