﻿@font-face {
	font-family: irsans;
	font-style: normal;
	font-weight: bold;
	src: url('font/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: irsans;
	font-style: normal;
	font-weight: normal;
	src: url('font/IRANSansWeb.ttf') format('truetype');
}



body{ margin: 0px; font-family: irsans; font-size: 14px; }
   
.HandCursor{cursor:pointer;}
.CenterText{ text-align : center ; direction : ltr;}

.TextFont{	color: #202020;	font-size: 13px; }
.TextFontSmall{color: #202020; font-size: 12px;}
.TextFontXSmall{color: #202020; font-size: 11px;}
.TextFontBlue{font-size: 13px; color: #006898 ; }
.TextFontSmallBlue{font-size: 12px; color: #006898;}
.TextFontXSmallBlue{font-size: 11px; color: #006898;}
.TextFontGray{font-size: 13px; color: #444444 ; }
.TextFontSmallGray{font-size: 12px; color: #444444 ; }
.TextFontXSmallGray{font-size: 11px; color: #444444 ; }
.TextFontGrayLight{font-size: 13px; color: #A8A7AD ; }
.TextFontSmallGrayLight{font-size: 12px; color: #A8A7AD ; }
.TextFontXSmallGrayLight{font-size: 11px; color: #A8A7AD ; }
.TextFontOrange{font-size: 13px; color: #FF9900 ; }
.TextFontTitle{color: #005790; font-size: 14px;  font-weight:bold; text-shadow: 0px 2px #d1d1d1; }
.TextFontEnglish{color: #202020; font-family: Arial;font-size: 11px;}
.TextFontNewsBody{color: #444444; font-size: 13px; word-break:break-word;}
.TextFontLarge{	color: #202020;	font-size: 14px; }

.Msg {
    font-size: 13px;
    font-weight: bold;
    background-position: right top;
    padding-right: 28px;
    padding-top: 7px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 15px;
    background-repeat: no-repeat;
    direction: rtl;
    transition: opacity 1s;
    opacity: 100%;
}
.MsgErr{color: red;	background-image: url(../img/warning.png);}
.MsgOk {color: green;	background-image: url(../img/ok.png);}
.MsgInfo {color: #005790;	background-image: url(../img/info.png);}
.MsgFilter {color: #696969;	background-image: url(../img/filter.png);}


 
/*.TextBox{font-size: 11px; height: 19px;  border: solid 1px #707070; border-radius: 3px; text-align:right; color:#414042; }*/
input { font-family:irsans; }
.TextBox {height: 26px; padding: 3px 6px   ; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:right; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.TextBox[disabled] {    color:#a9a9a9 ; background-color:#f2f2f2; }

textarea{font-family:irsans; }	/*multiline textbox*/

.TextBoxCenter {font-family:irsans; height: 26px; padding: 3px 6px; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:center; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.TextBoxCenterLTR{font-family:irsans; height: 26px; padding: 3px 6px; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:center; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px; direction:ltr; }
.TextBoxLeft{height: 26px; padding: 3px 6px; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:left; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px; direction:ltr;}
.TextBoxGray{height: 26px; padding: 3px 6px; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:right; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.TextBoxCenterGray{height: 26px; padding: 3px 6px; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:center; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.TextBoxMobiles{height: 26px; padding: 3px 6px; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:left; direction:ltr; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.TextBoxFileEditor{padding:0; margin:0; direction:ltr; font-size:12px; font:arial;}
.DropDownList{height: 26px; padding: 1px 6px; font-family:irsans; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:right; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.DropDownList150{max-width: 150px;height: 26px;padding: 1px 6px;font-family: irsans; font-size: 13px; margin-top: 3px;margin-bottom: 3px;text-align: right; color: #444;background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.DropDownListEnglish{height: 26px; padding: 1px 6px; font-family:irsans; font-size: 13px; margin-top:3px; margin-bottom:3px; text-align:left; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.DropDownListSmall{height: 22px; padding: 1px 2px ; font-family:irsans; font-size: 12px; margin-top:2px; margin-bottom:2px; text-align:right; color: #444; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 3px;}
.DropDownListSmall150{max-width: 150px;    height: 22px;    padding: 1px 2px;    font-family: irsans;    font-size: 12px;    margin-top: 2px;    margin-bottom: 2px;    text-align: right;    color: #444;    background-color: #fff;    background-image: none;    border: 1px solid #ccc;    border-radius: 3px;}
/*.Button{border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px; padding: 2px 2px 4px 2px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF; background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85)); background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85); background-image: -moz-linear-gradient(top, #3093c7, #1c5a85); background-image: -ms-linear-gradient(top, #3093c7, #1c5a85); background-image: -o-linear-gradient(top, #3093c7, #1c5a85); background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);}*/
/*.Button:hover{ border:1px solid #1c5675; background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b)); background-image: -webkit-linear-gradient(top, #26759e, #133d5b); background-image: -moz-linear-gradient(top, #26759e, #133d5b); background-image: -ms-linear-gradient(top, #26759e, #133d5b); background-image: -o-linear-gradient(top, #26759e, #133d5b); background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b); cursor: pointer;}*/
.CheckBox{font-size: 11px;		}
.RadioButton{font-size: 12px;	font-family:irsans;	 }

.RadioButtonListImage{font-size: 12px; }
.RadioButtonListImage input{display:none;}
.RadioButtonListImage input:checked + label { background-color: #eb8f00;}
.RadioButtonListImage label{cursor:pointer; padding: 4px; display:block; }
.RadioButtonListImage label:hover{}

 input[type="file"] {   display: none;}
.fileupload {  border: 1px solid #ccc;  border-radius: 4px;   display: inline-block;    padding: 6px 10px;    cursor: pointer; background:#f8f8f8;}
.fileupload:hover{	background-color: gainsboro;}
.fileupload i{	padding: 2px  12px ; margin: 0 0 0 10px;	background-image: url(../img/upload.png);	background-repeat: no-repeat;}

.UploadTable{color: #202020;	font-size: 12px; BORDER-RIGHT: gainsboro 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: gainsboro 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; BORDER-LEFT: gainsboro 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: gainsboro 1px solid; BACKGROUND-COLOR: #eeeeee ; border-radius:2px; }

.HyperFooter{font-size: 10px; color: #949599; text-decoration: none;}
.HyperFooter:hover{color: #ffa000;}

.Hyper{ color: #202020  ; text-decoration: none;}
.Hyper:hover{ color: #202020 ;	text-decoration: underline;}
.Hyper:visited{color: #202020 ;}
.Hyper:active{color: #202020 ;}

.HyperGray{ color: #444444; text-decoration:none; }
.HyperGray:hover{ color: #444444; text-decoration: underline; }

.HyperBlue{ color: #005790  ; text-decoration:none; font-size: 13px; }
.HyperBlue:hover{ color: #FF9900 }

.HyperNewsTitle{  color: #005790  ; text-decoration:none; font-size: 13px; }
.HyperNewsTitle:hover{ color: #FF9900 }


.DgCheckBox{padding-top: 19px;}
.DgCheckBoxSearch{padding-top: 12px;}


.Toolbar {border: #A8A7AD 1px solid; padding: 2px 4px 2px 4px;  border-radius: 5px; display:inline-table;   width:-moz-fit-content; font-size:1px; background: linear-gradient(white,  #e4e4e4);}
.Toolbar a, .Toolbar input{height:28px;width:28px;border:0px; cursor:pointer; filter: grayscale(60%)  ;background-color:transparent;  margin:2px; vertical-align:bottom; }
.Toolbar a:hover, .Toolbar input:hover{filter:  none; }
.SMSIcon{background-image: url(../img/sms28.png);   }
.EmailIcon{background-image: url(../img/email28.png);}
.PdfIcon{background-image: url(../img/pdf28.png);}
.PrintIcon{background-image: url(../img/print28.png);}
.FaxIcon{background-image: url(../img/fax28.png); }
.EditIcon{background-image: url(../img/edit28.png);}
.DeleteIcon{background-image: url(../img/delete28.png);}
.MainURLIcon{background-image: url(../img/mainurl28.png);}
.SaveIcon{background-image: url(../img/save28.png);}
.ReportNewsIcon{background-image: url(../img/reportnews28.png);}
.WordIcon{background-image: url(../img/Word28.png);}
.TelegramIcon{background-image: url(../img/tg28.png);}
.GapIcon { background-image: url(../img/gap28.png);}
.BaleIcon {    background-image: url(../img/bale28.png);}



.ArchiveLogo {width:50px;}
.ArchiveLogo:hover { transform: scale(1.1) ;}


.Panel{ text-align:center; vertical-align:middle; BACKGROUND-POSITION: center center ; BACKGROUND-IMAGE: url(../img/cp_bg.jpg); WIDTH: 33%; BACKGROUND-REPEAT: no-repeat; HEIGHT: 140px}

.GridHeader {  background-color:#5D7B9D; height:25px;color: White; font-size:13px; text-align:center;}
.GridHeader span{ color: White; font-size:13px;}

.GridPager {    text-align :center;  direction:ltr; height:44px; }
.GridPager a{ color: #404040; text-decoration: underline; font-size: 14px;  padding:5px 10px 5px 10px;  transition: background-color .3s;}
.GridPager a:hover:not(.active) {background-color: #ddd;}
.GridPager span{  color: white; text-decoration: none ; font-size: 13px; font-weight:bold;   padding:5px 10px 5px 10px;      background-color: #FF9900;}


.Paging{ color: #404040; font-size: 12px; direction:rtl;  text-align: center;  }
.Paging:hover{ color: #404040 ;}
.Paging:visited{color: #404040 ;}
.Paging:Active{color: #404040 ;}

.PagingNext{padding-right:5px; padding-left:5px; filter:grayscale(100%); }
.PagingNext:hover {filter:none;}
.PagingPrev{padding-right:5px; padding-left:5px; filter:grayscale(100%);  }
.PagingPrev:hover {filter:none;}
.PagingNum{color: #404040; text-decoration: underline; font-size: 15px; vertical-align:top; padding:5px 10px 5px 10px;  transition: background-color .3s;}
.PagingNum:hover:not(.active) {background-color: #ddd;}
.PagingNumCurrentPage{ color: white; text-decoration: none ; font-size: 14px; font-weight:bold;  vertical-align:top; padding:5px 10px 5px 10px;      background-color: #FF9900;}

.PagingInvisible{ visibility : hidden;}

.PagingNext2 {padding-right: 20px;font-size: 14px;text-decoration: none;color: #404040}
.PagingNext2:hover {color: #FF9900;}
.PagingNext2:before {content: "صفحه بعد >";}
.PagingNext2 img {display:none;}
.PagingPrev2 {padding-left: 20px;font-size: 14px;text-decoration: none;color: #404040}
.PagingPrev2:before {content: "< صفحه قبل";}
.PagingPrev2:hover {color: #FF9900;}
.PagingPrev2 img {display: none;}
.PagingNum2 {display:none;}
.PagingNumCurrentPage2 {color: white;text-decoration: none;font-size: 14px;font-weight: bold;vertical-align: top;padding: 5px 10px 5px 10px;background-color: #FF9900;}
.PagingNumCurrentPage2:before {content: "صفحه ";}


.ImageRadiusThumb{  border-radius: 4px;}
.ImageRadius{  border-radius: 5px;}

.EnterFrame{border: #e3e3e3 1px solid; border-radius: 4px; min-height: 20px; padding: 15px; margin-bottom: 20px;  background: linear-gradient(to bottom left, #fafafa,  #eeeeee); }

.SummaryBox{border:  #e0e0e0 1px solid ;	border-radius: 5px; background-color:#f8f8f8;}

.NewsCatTab{border-bottom: #777777 1px solid; width:100%; padding-bottom:5px;  }
.NewsCatTab a{border-radius:3px 3px 0px 0px;  margin-bottom:-10px; display: inline-block; padding-right: 15px; padding-left: 15px; padding-top: 5px; padding-bottom:5px;  direction:rtl; background-color: #777777; text-decoration: none;  font-size: 14px; color: white ; border-bottom: #777777 1px solid;}
.NewsCatTab a:hover{background-color: #FF9900;  border-bottom: #ff9900 1px solid; }
    

.AutoNewsCatTab{border-bottom: #777777 1px solid; width:100%; padding-bottom:5px;  }
.AutoNewsCatTab a{ border-radius:3px 3px 0px 0px ;  margin-bottom:-10px; display: inline-block; padding-right: 15px; padding-left: 15px; padding-top: 5px; padding-bottom:5px;  direction:rtl; background-color: #777777; text-decoration: none;  font-size: 14px; color: white ; border-bottom: #777777 1px solid;}
.AutoNewsCatTab a:hover{background-color: #FF9900;  border-bottom: #ff9900 1px solid; }
/*.AutoNewsCatTab a:last-child {    background-image: url(../img/searchtab.png);    background-repeat: no-repeat;    background-position: 62px;    padding-right: 34px;}*/
.AutoNewsCatTab #hypSearch {background-image: url(../img/searchtab.png); background-repeat: no-repeat; background-position: 62px; padding-right: 34px;    }


.AutoNewsGridTable{BORDER-TOP: #777777 1px dotted; MARGIN-TOP: 10px; PADDING-TOP: 4px ; WIDTH: 100%;color: #404040; font-size: 12px;}
.AutoNewsGridTableSimilar{BORDER-TOP: 0px ; MARGIN-TOP: 0px; WIDTH: 100%;color: #404040; font-size: 12px; padding-right: 25px; font-size:12px; padding-bottom:0px; padding-top:0px;}
.AutoNewsGridTableTitleCell{ font-size:12px; PADDING-RIGHT: 12px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; LINE-HEIGHT: 120%; PADDING-TOP: 5px; TEXT-ALIGN: justify}
.AutoNewsGridTableTitleCellSimilar{ font-size:12px; PADDING-RIGHT: 12px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; LINE-HEIGHT: 120%; PADDING-TOP: 5px; TEXT-ALIGN: justify}
.AutoNewsGridTableDescCell{PADDING-RIGHT: 20px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; LINE-HEIGHT: 120%; PADDING-TOP: 2px; TEXT-ALIGN: justify}
.AutoNewsGridTableDescCellSimilar{visibility:hidden;}

.NewsGridchk{padding-top: 6px;}
.NewsGridchkHeader{}


.CommentTable{color: #404040;font-size: 11px;border-radius: 8px;border: lightgrey 1px solid;margin-bottom : 7px;WIDTH: 100%;}
.CommentHeader{background-color: lightgrey;color: #404040;height: 20px;padding: 3px;border-radius: 8px 8px 0px 0px;}
.CommentBody{color: #404040;padding: 12px;line-height: 140%;text-align: justify;}
.EnterCommentTable{color: #404040;font-size: 12px;border-radius: 8px;border: lightgrey 1px solid;}
.EnterCommentHeader{background-color: lightgrey;color: #404040;height: 20px;padding: 3px;border-radius: 8px 8px 0px 0px;}

img.Gray {	filter: grayscale(60%);	}

img.Gray:hover { filter: none; }

.imgbox { BORDER: #aaaaaa 1px solid; HEIGHT: 70px; border-radius: 3px; }
.imgbox:hover {	BORDER: #006898 1px solid;  HEIGHT: 70px; border-radius: 4px}

/*#region New */

div.TextFont,span.TextFont { padding-left:5px; text-align: left; }

/*.TextFont input[type="text"] { margin-bottom:6px; }*/
.TextFont input[type="file"] { margin-bottom:5px; margin-top:5px;}

.Button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration:none;
}

.Button:hover
{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/*#endregion */



.DeleteButton
{
	background-image: url(../img/delete.png);
}

.invisible{ visibility:hidden;}
.invisibleOpacity {opacity:0;}


.ImgNewsThumb{ max-height:70px;  max-width:110px;  border-radius:5px; }



#TopBtn {
    display: none;
    position: fixed;
    bottom: 25px; 
    right: 57px; 
    z-index: 99; /* Make sure it does not overlap */
    border: none;
    outline: none; 
    cursor: pointer;
    border-radius: 10px; 
	background-image: url('../img/toppage.png'); background-repeat: no-repeat;
	width:50px;
	height:50px;
}

#TopBtn:hover {
    filter:brightness(105%);
}

.BottomBar {position: fixed; z-index: 98; left: 24px; bottom:10px; right:190px; background-color: #CCCCCC; opacity: 0.95;padding:6px; border-radius:5px;}

.NewsListTag {
	background-color:#eeeeee ;
	border-radius:10px;
	display:inline-block;
	padding:2px 10px 1px 10px;
	}

.NewspaperLogoGrid
{
	width:50px;
	border-radius: 5px;
	box-shadow: 2px 2px gray;
	margin-left :5px;
}

.PosterGrid {
    max-width: 100px;
    max-height: 100px;
    border-radius: 5px;
    box-shadow: 2px 2px gray;
    margin: 5px;
}


.Frontpage{ border-radius: 5px; box-shadow: 3px 3px gray;}

.ShareIcons{display:inline;}
.ShareIcons img{filter:  drop-shadow(1px 1px gray); }
.ShareIcons img:hover{filter:  drop-shadow(1px 1px gray) brightness(120%);  }


.MasterPageLeftBottom{background-image: url(../img/left-bottom.jpg); width: 25px; background-repeat: no-repeat; height: 18px; background-position:left bottom;}
.MasterPageBottomTile {background-image: url(../img/bottom-tile.jpg); background-repeat: repeat-x; height: 18px; background-position:right bottom; font-size:1px;}
.MasterPageMenuBottom{background-image: url(../img/menu-bottom.jpg); width: 191px; background-position: right bottom; background-repeat: no-repeat; height: 18px;}
.MasterPageMenuBg{background-image: url(../img/menu-bg.jpg); width: 181px; background-repeat: repeat-y;}
.MasterPageLeftTile{background-position-x: left; background-image: url(../img/left-tile.jpg);   width: 18px; background-repeat: repeat-y;}
.Footer{background-image: url(../img/bottom-right-tile.jpg); width:100%;}
.FooterLeft {background-position:left top; background-image: url(../img/footer.jpg); width: 619px; background-repeat: no-repeat; height: 46px; padding-left: 175px; padding-top: 10px;}
.HeaderTopLeftTile{background-image: url(../img/top-left-tile.jpg); background-repeat: repeat-x; vertical-align:top;}
.HeaderBg{background-position-x: right; background-image: url(../img/header.jpg); width: 767px; height: 112px; background-repeat: no-repeat;vertical-align:bottom;}
.HeaderTopLeft{background-image:url(../img/top-left.jpg) ; width:27px;}
.MenuSep {background-image: url(../img/menu-sep.jpg); height: 1px}
.MenuSel{padding-right: 25px; background-image: url(../img/menu-sel.jpg); background-repeat: no-repeat; height: 31px; background-position-y: bottom; width:181px;  height: 31px;}
.MenuSel a{ text-shadow: 0px 1px #d1d1d1;  }
.MenuBg{ background-image:url(../img/bullet.jpg);  background-repeat:no-repeat; background-position: 160px ; width:181px;  height: 31px; padding-right: 25px;}
.Menu{ color: #404040  ; text-decoration: none; text-shadow: 0px 1px #aaa  ;  }
.Menu:hover{ color: #404040 ;	text-decoration: none;}
.Menu:visited{color: #404040 ;}
.Menu:Active{color: #404040 ;}
.WaitImg{background-image: url(../img/wait.gif); background-repeat: no-repeat; background-position-x :right;  width:20px;}
.BillboardHeaderTopLeftTile{background-image: url(../img/billboard_top-left-tile.jpg); background-repeat: repeat-x; vertical-align:top;}
.BillboardHeaderBg{background-position-x: right; background-image: url(../img/billboard_header.jpg); width: 767px; height: 95px; background-repeat: no-repeat;vertical-align:bottom;}
.BillboardFooter{background-image: url(../img/Billboard_bottom-right-tile.jpg); width:100%;}
.BillboardFooterLeft {background-position:left top; background-image: url(../img/footer.jpg); width: 619px; background-repeat: no-repeat; height: 46px; padding-left: 175px; padding-top: 10px;}


.Manualbar {  margin: 5px 0px 5px 5px; border-radius: 10px; display:inline-table;   width:100%; font-size:1px; background: linear-gradient(to right, white,  #eeeeee);}
.Manualbar a:hover{filter:  brightness(97%); }

.Gridbar {display:inline-table;   width:-moz-fit-content;}
.Gridbar a{filter: grayscale(50%)  ;  margin-left:4px; vertical-align:bottom;  }
.Gridbar a:hover{filter:  none; }
.GridEdit{  background-image: url(../img/edit28.png);  }
.GridDelete {	background-image: url(../img/delete28.png);}
.GridView{  background-image: url(../img/view28.png); }

/*.SetParentBtn{    background-image: url(../img/parentlist.png);}*/
.SetParentBtn {display:inline !important;font-size:11px;margin-right:5px;}


.SiteLogo{max-height:92px;}

.Highlight{background-color: #ffff00;}

.NewsPic{} /*to customize users news pic*/