ul li {
    list-style: none;
}

.moo_app_livenews_title{
    position: relative;
    float: left;
    margin-right: 30px;
}

.moo_app_livenews_action{
    position: relative;
    float: right;
}

.moo_app_livenews_action .list_option{
    top: 0;
}

.list-news li {
    width: 200px;
    float: left;
    padding: 10px;
}

#list-channel{
    padding:0;
}
.list-channel li {
    /*float: left;*/
    display: inline-block;
    padding:0 10px;
    position:relative;
}

.list-categories {
    padding: 10px;
}
.list-categories li{

    padding:5px 0;
}
.list-categories li a{
    display:block;
    padding:0 5px;
}
.list-categories:after,
ul#list-channel:after {
    clear: both;
    display: block;
    content: '';
}
ul#list-channel li.more_channel > span,
ul#list-channel li a {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.list-categories li a{
    color:#000;
}

ul#list-channel li a:hover{
    text-decoration:none;
    color:#000;
}
.news-post-date {
    font-size: 11px;
    margin: 5px 0;
}
.news-description{
    margin:10px 0 20px;
}
.news-detail img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.news-detail .like-section{
    overflow:hidden;
}
.livenews-menu ul {
    padding: 20px 0 10px;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
}

.livenews-menu li {
    margin-right:10px;
    float: left;
}
.news-grid__item img{
    max-width: 100%;
    width: 100%;
}
.news-grid__item {
    margin: 1%;
    border: 1px solid #dfdfdf;

}
.news-grid__item > div{
    padding:10px;
    overflow:hidden;
}
.title-news{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
/*More news*/
ul.more_from_channel{
    padding: 0;
    margin-bottom:0;
}
ul.more_from_channel li {
    padding-bottom: 5px;
    clear: both;
    min-height: 55px;
    overflow:hidden;
}
ul.more_from_channel li + li{
    border-top:1px solid #dfdfdf;
    padding-top:5px;
}
ul.more_from_channel li img {
    width: 50px;
    float: left;
}
ul.more_from_channel li > a{
    display:block;
    float:left;
}
ul.more_from_channel li a{
    color:#000;
}
ul.more_from_channel li > div {
    display: block;
    margin-left: 60px;
    color: #000;
}
.table-news-header{
    display: table-header-group;
    background-color: #f5f5f5;
    line-height: 25px;
    color:#999;
}
.table-news-header a{
    color:#999;
}
.table-news-content{
    display: table-row-group;
}
.table-news{
    width: 100%;
    display: table;
}
.table-tr {
    display: table-row;
}
.table-td {
    display: table-cell;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
}
.table-action,
.table-enable,
.table-active,
.table-logo {
    width: 75px;
}
.table-logo img{
    width:75px;
    height:75px;
}
.title-manage-news a{
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}
.table-manage-url{
    margin-top:5px;
}
.table-manage-url a{
    color:#999;
}
.table-action-more{
    width:150px;
}
.manage-news-page {
    line-height: 40px;
}
.news-in-mobile{
    display:none;
}
/*masonry css*/
#list-content.news-grid{
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;

}
#livenews{
    padding-bottom: 50px;
    position: relative;
}
#list-content.news-grid div.news-grid__item{
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dataTables_filter{
    padding: 10px 10px 0;
}
#newsContent{
    clear:both;
}
.channel-dropdown{
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    position: relative;
    margin-bottom:20px;
}
.channel-dropdown span {
    display: block;
    border-width: 5px;
    width: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 13px;
}
ul#list-channel li a.active{
    color:#000;
    font-weight:bold;
}
.more-news{
    clear: both;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}
.more-news a{
    font-size: 15px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    display: block;
    line-height: 50px;
    border: 1px solid #dfdfdf;
    background: #fafafa;
}
.list-channel li.more_channel li{
    float:none;
}
@media (min-width:992px){

    #list-channel{
        display:block!important;
    }
}
@media (max-width:991px){

    .table-tr{
        display:block;
    }
    .table-td{
        display:block;
        border:none;
        width: auto;
        line-height: 20px;
    }
    .table-logo{
        float:left;
    }
    .table-logo + div{
        margin-left:90px;
    }
    .table-manage-url{
        margin-bottom:5px;
    }
    .table-news-content .table-tr + .table-tr{
        border-top:1px solid #dfdfdf;
    }
    .news-in-mobile{
        display:inline-block;
        width: 75px;
    }
    .manage-cat-page .table-td{
        display:table-cell;
    }
    .manage-cat-page .table-tr{
        display:table-row;
    }
    #list-channel{
        display:none;
    }
    #list-channel{
        position: absolute;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        padding: 10px;
        left: 10px;
        right: 10px;
        box-shadow: 2px 2px 4px 0 #ccc;
        z-index:6;
    }
    .list-channel li {
        float: none;
        padding: 10px;
    }
    .list-channel li.more_channel{
        padding:0;
    }
    .list-channel li.more_channel > span{
        display:none;
    }
    .list-channel li.more_channel .dropdown-menu{
        display: block;
        width: 100%;
        position: static;
        border: none;
        padding: 0;
        box-shadow: none;
    }
    ul#list-channel .dropdown-menu>li>a{
        padding:0;
    }
}
@media (max-width:767px){
    #list-content.news-grid{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (max-width:480px){
    #list-content.news-grid{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}