<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "BYekan";
    font-style: normal;
    font-weight: normal;
    src: url("Fonts/BYekan.eot?#iefix") format("embedded-opentype"), 
         url("Fonts/BYekan.woff") format("woff"), 
         url("Fonts/BYekan.ttf") format("truetype");
}

body.rtl .TNWmc {background-color:#fff;}
body.rtl .TNWmr
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('Images/Window/Left.png') repeat-y right 50%;
}

/*===== add module dialog box setting =====*/
.TNWindowTable {
    background-color: #fff;
    padding:20px;
}
.dp-TNews.select-portal{
    font:13px BYekan,regular,sans-serif;
    color:#333;
    margin-bottom:15px;
}
.dp-TNews.select-portal select{
    display:block;
    width:100%;
    border:solid 1px #ccc;
}
.dp-TNews.selectBox-title{
    font:13px BYekan,regular,sans-serif;
    color:#333;
    padding: 5px 0;
}
.dp-TNews.select-module select{
    font:13px BYekan,regular,sans-serif;
    color:#333;
    display:block;
    width:100%;
    height:150px;
    overflow-y:auto;
}
.dp-TNews.select-module select option{
    cursor:pointer;
}
.dp-TNews.select-module select option:nth-child(2n+1){
    background-color:#eee;
}
.dp-TNews.select-module select option:hover{
    background-color:Highlight;
    color:#fff;
}
.dp-TNews.move-modules-btn{
    text-align:center;
    padding-top:40px !important;
}
.dp-TNews.move-modules-btn &gt; div{
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
}
.dp-TNews.move-modules-btn img{
    display:inline-block;
    margin: 0 auto;
}
.dp-TNews.confirm-btns input[type=button] {
    font: 13px BYekan,regular,sans-serif;
    color: #333;
    float:left;
    display: inline-block;
    border: solid 1px #ccc;
    background-color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 2px 10px;
    margin: 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.dp-TNews.confirm-btns input[type=button][id$="btnOk"]:hover{
    color:#fff;
    background-color:#8FCE48;
    border-color:#6fac34;
}
.dp-TNews.confirm-btns input[type=button][id$="btnCancel"]:hover{
    color:#fff;
    background-color:#666;
    border-color:#444;
}


/*====== top news full mode new responsive style - added by n.ghelichkhani ======*/
/* container */
.TNContainer {
    border: 5px solid #E8E8E8;
    margin: 3px;
    background: #ffffff;
}
/* box */
.dp-TNFull.box{
    margin:0;
}
/* news thumb */
.news_thumb {
    overflow: hidden;
    text-align: justify;
    padding:0;
}
.news_thumb div{
    margin:0;
    padding:0;
}
.news_thumb ul {
    margin: 0; 
    padding: 0; 
    list-style:none;
}
.news_thumb img {
    border:2px solid #fff;
    background: #fff;
    width:85px;
    height:60px;
    transition:0.2s linear;
}

.news_thumb .active li.active img{
    border:2px solid #1b78e2 !important;
    opacity:0.9;
}
.news_thumb ul li {
    border-bottom: 1px dashed #ccc; 
    list-style: none; 
    transition: 0.7s;
    width: 100%; 
    padding: 10px;
    cursor: pointer;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.news_thumb ul li:last-child {
    border-bottom: none;
}
.news_thumb ul li.active{
    background: #E8E8E8;
}
.dp-TNFull.title {
    margin: 2px;
    padding: 0 12px 0 0;
    color: #009CC2;
    font: normal 18px BYekan,regular,sans-serif !important;
}

.dp-TNFull.news_thumb .PreTitle {
    font: 13px BYekan,regular,sans-serif;
    margin: 0;
}
/* sub title */
.SubTitle {
    margin:0;
    padding:0 4px;
    color: #666;
    font: normal 11px BYekan;
}

/* main news */
.main_news {
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    /*height: 100%;*/
    padding: 0 !important;
}
.main_news &gt; a{
    display:inline-block;
    width:100%;
    /*position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);*/
}
.main_news &gt; a img{
    /*width:100% !important;*/
    max-width:100% !important;
    max-height:100% !important;
    margin: 0 auto;
}
.dp-custom-paragraph {
    color: #222222;
    text-align: left;
    margin: 3px 0 0 0;
    font: 12px BYekan,regular,sans-serif;
}
.rtl .dp-custom-paragraph {
    color: #222222;
    text-align: right;
}
.dp-custom-paragraph a {
    color: #009cc2;
}
.main_news .logo {
    display: none;
}
.main_news img {
    height: 100%;
}
.rtl .main_news .desc {
    left: auto;
    right: 0;
}
.main_news .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    top: auto;
}
.main_news .desc .SubTitle {
    color: #fff;
}
.main_news p {
    font: normal 12px BYekan,regular,sans-serif;
    padding: 5px 0px;
    margin: 0px 10px;
    line-height: 1.2em;
    /*direction: rtl;*/
    text-align: justify;
}

.rtl .main_news .desc .block {
    direction: rtl;
}
.main_news .desc .block {
    opacity: 1 !important;
    background: url("Images/transparent-bg.png") repeat;
    width: 100%;
    border-top: 1px solid #000;
    text-align: justify;
}
/* pre title */
.dp-TNFull.pre-title {
    display: block;
    color: #eee;
    font: 13px BYekan,regular,sans-serif;
    font-weight: normal;
    padding:0 5px;
}
/* title */
.dp-TNFull.title{
    padding: 0;
    margin: 0px 10px;
    font: normal 19px/40px BYekan,regular,sans-serif;
}
.dp-TNFull.title a{
    display:inline-block;
    margin-bottom:5px;
}
.dp-TNFull.title a {
    color: #fff;
}
.main_news .desc .block small {
    margin: 0px 30px;
    font-family: BYekan,regular,sans-serif;
    font-size: 9px;
}


/* toolbar */
.toolbar {
    background: #9F9F9F;
    /*height: 25px;
    max-height: 25px;*/
    overflow: hidden;
    padding-right:0 !important;
    padding-left:25px;
}
.toolbar &gt; div{
    height:100%;
}
.dp-TNFull.player-bullets{
    float:right;
}
.dp-TNFull.player-btns{
    float:left;
}
.toolbar img {
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
.toolbar ul {
    display:inline-block;
    padding: 0;
    margin: 0;
    height:100%;
}
.toolbar ul li {
    margin: 0 3px;
    display: inline-block;
    width:10px;
    height:10px;
    background-color:#fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.dp-TNFull.player-bullets ul li {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toolbar ul li.active {
    background-color:#0B486B;
}
.toolbarPause {
    margin: 0 7px;
}

/* pagebar */
.pagerbarContainer{
    height: 25px;
    background: #9F9F9F;
}
.rtl .pagerbar {
    direction: rtl;
}
.pagerbar {
    background: #9F9F9F;
    height: 25px;
    float:none;
    clear:both;
}
.pagerbar &gt; div{
    float:right;
}
.pagerbar span {
    color: #fff !important;
    font: 12px BYekan,regular,sans-serif;
    /*margin-left:10px;*/
}
.pagerbar ul {
    padding: 0;
    margin: 0;
    display:inline-block;
    float:none;
    clear:both;
}
.rtl .pagerbar ul li {
    float: right;
}
.pagerbar ul li {
    margin: 0px 1px;
    padding: 0px 5px;
    display: inline;
    color: #fff;
    list-style: none;
    font: 12px BYekan,regular,sans-serif;
    cursor: pointer;
    border: solid 1px #fff;
    margin: 2px 5px;
}
.pagerbar ul li.active , .pagerbar ul li:hover{
    color: #222;
    background: #d9d9da;
}
.seperatorCustom {
    position: relative;
    z-index: 1;
}
.seperatorFiller {
    width: 10px;
}

/* full mode responsive mode */
[data-responsive="true"] [data-responsiveChild] .dp-TNFull.player-bullets ul li {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

[data-responsive="true"] .toolbar[data-responsivechild],
[data-responsive="true"] .pagerbarContainer[data-responsivechild] {
    padding: 0;
}

/*====== top news text mode new responsive style ======*/
/* box */
.dp-TNText.box::before , .dp-TNText.box::after{
    content:'';
    display:block;
    float:none;
    clear:both;
}
.dp-TNText.box &gt; div {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* image */
.dp-TNText.image{
    text-align:center;
}
.dp-TNText.image a{
    display:inline-block;
}
/* detail */
.dp-TNText.detail{
    text-align:right;
}
/* bottom bar */
.dp-TNText.bottom-bar:before {
    content:'';
    display:block;
    height:4px;
    width:100%;
    background: url('/DesktopModules/TopNews/Stylesheets/Images/Skin/PagerBarShadow.png') repeat-x top;
}
.dp-TNText.bottom-bar .pagerbar {
    padding: 5px;
}
.dp-TNText.bottom-bar .pagerbar &gt; div {
    float: right;
}
/* pre title */
.dp-TNText.PreTitle{
    font:12px BYekan,regular,sans-serif;
    color:#888;
    padding:0 10px;
    margin:0;
}
/* title*/
.dp-TNText.title {
    font: 18px BYekan,regular,sans-serif;
    color: #1b78e2;
    margin:0;
    padding:0 10px;
}
/* sub title */
.dp-TNText.SubTitle{
    padding:0 10px;
}
/* abstract */
.dp-TNText.abstract p{ 
    font:13px BYekan,regular,sans-serif;
    background:#fff;
    margin-top:0 !important;
    padding:0;
    width:100%;
    overflow:hidden;
}
/* date */
.dp-TNText.date{
    margin:0;
}

/*===== picture mode =====*/
/* image */
.dp-TNPicture.image{
    width:auto;
    max-width:100%;
}
/* bullets */
.dp-TNPicture.toolbar {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dp-TNPicture.toolbar ul{
    padding:5px 0;
    float:right;
}
.dp-TNPicture.player-bullets li{
    float:right;
}
/* picture mode responsive mode */
[data-responsive="true"] .dp-TNPicture.toolbar[data-responsivechild],
[data-responsive="true"] .dp-TNFull.player-btns[data-responsivechild],
[data-responsive="true"] .dp-TNPicture.player-bullets[data-responsivechild] {
    padding: 0;
}
[data-responsive="true"] .dp-TNPicture.player-bullets[data-responsivechild] ul{
    float:none;
}

/*===== custom mode =====*/
.dp-TNCustom.main_news{
    position:relative;
}
.dp-TNCustom.main_news .desc{
    position:absolute;
    bottom:0;
    width:100%;
    right:0;
    left:0;
}
.pagerbarContainerCustom {
    background: #9F9F9F;
    width:100% !important;
}
/* big image */
.dp-TNCustom.big-image {
    display: block;
    background-color: #333333;
}
/* custom paragraph - abstract */
.dp-TNCustom.abstract{
    color:#fff;
}
.dp-TNCustom.abstract a{
    display:inline-block;
    color:#fff;
    background-color:#1b78e2;
    padding:2px 5px;
    opacity:.7;
}
.dp-TNCustom.abstract a:hover{
    opacity:1;
}
/* small image */
.dp-TNCustom.small-img {
    float: right;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
}
.dp-TNCustom.small-img a{
    display:inline-block;
    max-width:100%;
    margin:0 auto;
}
.dp-TNCustom.small-img a img{
    display:block;
    max-width:100%;
}
/* detail */
.dp-TNCustom.detail {
    float: right;
    width: calc(100% - 100px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:right;
}
/* title */
.dpTNCustom.title {
    font: 20px BYekan,regular,sans-serif;
    color: #009CC2;
    margin:10px auto;
}
/* page bar */
.dp-TNCustom.pagerbar{
    height:auto;
}
/*==== custom mode responsive mode ====*/
[data-responsive="true"] [data-responsiveChild].pagerbarContainerCustom {
    padding: 0;
}


/*===== Medias =====*/
@media only screen and (max-width:768px) {
    .pagerbarContainer{
        height:auto;
        border-bottom:solid 1px #ccc;
        text-align:center;
        padding:4px 0 0;
    }
    .pagerbar{
        display:inline-block
    }
    .dp-TNFull.title, .dp-TNFull.title a h4{
        font-size:16px;
    }
    .news_thumb ul li h2{
        font-size:15px !important;
    }
    /* text mode */
    .dp-TNText.news_thumb{
        height:auto !important;
    }
    .dp-TNText.pagerbar {
        width: 100%;
        height:auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width:560px){
    /* text mode */
    .dp-TNText.box &gt; div{
        float:none;
        width:100% !important;
    }
    .dp-TNText.image{
        text-align:center;
    }
    /* full mode */
    .dp-TNFull.toolbar{
        text-align:center;
        margin: 0 auto !important;
        padding:10px 0 !important;
    }
    .dp-TNFull.player-btns, .dp-TNFull.player-bullets {
        float:none;
    }
}
@media only screen and (max-width:480px){
    .dp-TNews.move-modules-btn{
        padding-top:10px !important;
    }
    .dp-TNews.move-modules-btn &gt; div{
        -webkit-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        transform:rotate(-90deg);
        width:25px;
        margin: 0 auto;
        position:relative;
    }
    .dp-TNews.move-modules-btn &gt; div:first-child{
        right:-14px;
    }
    .dp-TNews.move-modules-btn &gt; div:last-child{
        left:-14px;
        margin-top:-19px;
    }
}</pre></body></html>