/* == .ARTICLE-DETAIL-CUSTOM == */
.article-detail-custom .uk-panel{
    background:#FFF;
    padding:15px;
    border-radius: 4px;
    /* border-top:3px solid #744354; */
    
}
.article-detail-custom .table{
	margin-top:15px;
}
.article-detail-custom .uk-table th{
    background:#efefef;
}
@media (max-width:767px){
	.article-detail-custom .wrapper {
		margin-bottom: 10px;
	}
	.article-detail-custom .uk-panel{
		padding:10px;
	}
}
/* == .ARTICLE-BLOCK-CUSTOM == */
.article-block-custom .uk-panel{
	background:#FFF;
	border-radius:4px;
}
.article-block-custom .datagrid .item{
    height:80px;
}
.article-block-custom .datagrid .item .image{
    height:80px;
}
.article-block-custom .datagrid .item .body{
    margin-top:0px;
}
@media (max-width:767px){
	.article-block-custom>.uk-container>.wrapper{
		margin-bottom: 0px;
	}
	.article-block-custom .wrapper {
		margin-bottom: 10px;
	}
	.article-block-custom .uk-panel{
		box-shadow:none;
		padding:10px;
	}
}

/* == .ARTICLE-CUSTOM == */
.article-custom .uk-panel{
	padding:0px;
	/* background:#FFF; */
	/* border-radius:4px; */
}
.article-custom .uk-panel .uk-flex {
    margin-bottom: 25px;
    background: #FFF;
    padding: 10px;
    border-radius: 4px;
}
.article-custom .item{
    padding: 10px;
    background:#FFF;
    border-radius: 4px;
}
.article-custom .item .image{
    height:150px;
}
.article-custom .datagrid .item .image img{
    border-radius:4px;
}
@media (max-width:767px){
	.article-custom .wrapper {
		margin-bottom: 0px;
	}
	.article-custom .uk-panel .uk-flex {
		margin-bottom: 10px;
	}
	.article-custom .datagrid .uk-grid>div {
		margin-bottom: 10px;
	}
	.article-custom .item .image{
		height:115px;
	}
}
/* == .ARTICLE-FILTER-CUSTOM == */
.article-filter-custom .uk-panel{
    background:#FFF;
    padding:15px;
    border-radius:4px;
    
}
@media (max-width:767px){
	.article-filter-custom .uk-panel{
		padding:10px;
	}
}