﻿
/*.Span_News_XML > a
{
    margin-top:10pt;
    padding-top: 10px;
    text-align: justify;
    font-weight: bold;
    font-size: 9pt;
    color:navy !important;
    text-decoration : underline !important;
    display:block;
}

.Span_News_XML
{
    text-align: justify !important;
}*/

#dpt-rssGrid {
    padding-top: 10px;
    padding-bottom: 10px;
}
#dpt-rssGrid .jsgrid-grid-body{
    border-top: 1px solid #e9e9e9;
}
#dpt-rssGrid .jsgrid-grid-header {
    display: none !important;
}
/*===== rss item =====*/
.dp-rssItem {
    font-family: BYekan, Verdana, sans-serif !important;
}
.dp-rssItem .title {
    font: 20px BYekan, Verdana, sans-serif !important;
}
.dp-rssItem .title a{
    color:#333;
}
.dp-rssItem .title a i{
    font-size:8px;
    margin:0 5px;
    color:#FFCB05;
}
.dp-rssItem .title a:hover , .dp-rssItem .title a:focus{
    color:darkblue;
}

.dp-rssItem .date{
    font-size:13px;
    color:#888;
    padding:0 10px;
}
.dp-rssItem .date i{
    margin : 0 5px;
}

.dp-rssItem .description{
    padding:0 15px;
    font-size:13px;
    color:#444;
    line-height:24px;
}

.dp-rssItem .description img{
    border:solid 1px #e9e9e9;
    padding:3px;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100px;
}

.jsgrid-pager {
    text-align: left;
    font: 13px BYekan,Verdana,sans-serif;
    padding: 15px 5px;
    color: #909090;
}
.jsgrid-pager a{
    color:#333;
}
.jsgrid-pager-page, .jsgrid-pager-nav-button {
    /*border: solid 1px #ccc;
    background-color: #ddd;
    margin: 0 3px;*/
    text-align: center;
    border: 1px solid;
    display:inline-block;
    margin:4px 1px !important;
    width: auto;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    line-height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;

}
/*.jsgrid-pager-nav-button i{
    display:inline-block;
    position:relative;
    top:50%;
    -webkit-transform : translateY(-50%);
    -moz-transform : translateY(-50%);
    -ms-transform : translateY(-50%);
    -o-transform : translateY(-50%);
    transform : translateY(-50%);
}*/
.jsgrid-pager-page:hover , .jsgrid-pager-nav-button:hover ,
.jsgrid-pager-page:hover a, .jsgrid-pager-nav-button:hover a{
    color:#009dd8;
}
.jsgrid-pager-current-page {
    color: #fff !important;
    background: #009dd8; /* For browsers that do not support gradients */   
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
}
/*== image place ==*/
.dp-rssItem .imagePlace img{
    max-width: 100% !important;
    width:100%;
}
.dp-rssItem .description img {
    display: none !important;
}