/*------------------------*/
/*------- 404 Page -------*/
/*------------------------*/
.error_container{
	width: 100%;
	text-align: center;
	font: bold 16px vazir-bold;
	color: #000;
	padding: 150px 0;
}
/*------------------------*/
/*------- News Page ------*/
/*------------------------*/
.news_toolbar{
    padding-bottom: 5px;
    padding-top: 0;
    width: 100%;
}
.news_id_c{
	color: #272727;
    font: 15px/19px vazir;
    text-align: right;
	display: flex;
	align-items: center;
	gap: 5px;
}
.news_pdate_c{
	/*width: 240px;*/
	float: left;
	color: #272727;
    font: 15px/19px vazir;
	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: 11px tahoma;
}
.news_path a{
    color: #282828;
    font: 18px BMitra;
	text-decoration: none;
}
.news_comments{
 	/*width: 200px;*/
 	float: right;
 	text-align: center; 
}
.news_comments a{
	font: 11px tahoma;
	color: #000;
	text-decoration: none;
}
.news_size_down, .news_size_reset, .news_size_up{
	text-decoration: none;
	float: left;
}
.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 -------*/
/*------------------------*/

.svSpecialNews, .archive_content {
	background-color: #fff;
	border: 1px solid #1b4b9d;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	padding-block: 15px;
	margin-bottom: 15px;
}
.search-news-box {
	padding: 16px;
	border-bottom: 1px solid #efefef;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease-in;
}
.search-news-box:hover .tag_title {
	color: #1b4b9d;
}
.search-news-box:last-child {
	border-bottom: none;
}
#archive .title5.icon-line-news {
	font-family: "vazir-bold" !important;
}
#archive .current-pager  {
	padding-inline: 4px;
}
.title5.icon-line-news:hover {
	color: #1b4b9d;
}

@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, .search_form_c{
	border:1px solid #CFCFCF;
	background:#E9E9E9;
	padding: 10px;
}
.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 {
    color: #000;    
}
.tag_rutitr {
    font: 11px vazir;
    color: #808080;
    direction: rtl;
    text-align: right;
}

.tag_title {
    font: 16px vazir-bold;
    direction: rtl;
    text-align: right;
}
.tag:hover .tag_title {
	color: #1b4b9d;
}
.tag_summerize {
    font: normal 10pt vazir, Arial;
    color: #3A3A3D;   
    direction: rtl
}
.tag_info {
    font: 10pt vazir;
    margin-top: 5px;
    color: #000;
    direction: rtl;
    text-align: right; 
}
#archive .title5 {
	font: 16px vazir-bold;
}
.tag_summerize {
	font: 14px vazir;
	color: #000;
}
/*------------------------*/
/*-------- Pager  --------*/
/*------------------------*/
div.pagination {
	gap: 8px;
	padding: 4px;
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

div.pagination a {
	color: #fff;
	padding: 5px 8px;
	border: 1px solid #eee;
	background-color: #1b4b9d;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 5px 8px;
	background-color: #eee;
	border: 1px solid #dbdbdb;
}
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: 11px vazir;
    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: 11px tahoma;
    color: #000;
    padding-bottom: 5px;
    background: url('/client/themes/fa/main/img/rss_link.gif') no-repeat right;
}
.rss_list_link{
    font: 11px tahoma;
    color: #000;
    text-decoration: none;
    direction: ltr;
    display: block;
    float: left;
    text-align: left;
    width: 300px;
    padding-bottom: 5px;
}
/*------------------------*/

/* ----------- Tags  ----------------- */

/* ----------- 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 tahoma;
    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 tahoma;
    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 tahoma;
    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 tahoma;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	color: #fffbf8;
}
.txt_adv_content{
	font: normal 12px tahoma;
	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: 460px;
	margin: auto;
	padding: 40px 0;
	text-align: center;
}
.prayer_form{
	width: 205px;
	float: right;
	margin-left: 20px;
}
.prayer_time{
	 width: 223px;
	 float: right;
}
.ptime_c{
	width: 221px;
	border: 1px solid #CCCCCC;
}
.ptime_row{
	border-bottom: 1px solid #CCCCCC;
}
.ptime_title{
	 font: 11px tahoma;
	 text-align: center;
	 padding: 5px 0;
	 background: #113B63;
	 color: #fff;
}
.ptime_col1{
	width: 100px;
	float: right;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	font: 11px tahoma;
}
.ptime_col2{
	width: 100px;
	float: right;
	padding: 5px;
	text-align: center;
	font: 11px tahoma;
}
/*----- home ------*/
.home_ptime{
	width: 177px;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
}
.home_ptime_row{
	border-bottom: 1px solid #CCCCCC;
	font: 11px tahoma;
	text-align: center;
}
.home_ptime_row a{
	text-decoration: none;
	font: 11px tahoma;
	color: #D30C0C;
	padding: 5px 0;
	display: block;
}

.home_ptime_col1{
	width: 78px;
	float: right;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	font: 11px tahoma;
}
.home_ptime_col2{
	width: 78px;
	float: right;
	padding: 5px;
	text-align: center;
	font: 11px tahoma;
}
.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;
}
.poll_button {
	float: left;
	margin: 12px 10px;
	color: #fff;
	border: none;
	display: inline-block;
	font-size: .9em;
	padding: 4px 8px;
	width: 25%;
	background-color: #074c88;
	border-radius: 4px;
}
.poll_button:hover {
	background-color: #353535;
}
#imageTags {
	width: 391px;
	height: 260px;
	float: right;
	margin-inline: 14px;
}
.tagText {
	font: bold 18px vazir;
	direction: rtl;
	text-align: right;
}
#tagDescription p{
	font: 14px vazir;
	color: #000;
}
.tags_container.tags_page {
	border-bottom: 1px solid #1b4b9d;
	margin-bottom: 16px;
	padding-bottom: 10px;
}
.part-right {
	padding-left: 0 !important;
}
.adv_content{
	margin-bottom: 5px;
}
@media(max-width:992px) {
	#imageTags {
		float: unset;
		margin-inline: auto;
		display: block;
		margin-bottom: 10px;
		max-width: 100%;
		height: auto;
		aspect-ratio: 1.5;
	}
	.tags_container.tags_page {
		padding-inline: 20px;
	}
}