@charset "UTF-8";

/* ------------------------------------------------------- */

.feed_document, .image-list {
	border: 0px solid;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
	background-color: #ffffff;
}


.feed_document .feed-list {
/* 	border:5px solid; */
/* 	display: flex; */
/* 	flex:1 1 auto; */
}

.feed_document .feed-item {
	
}

/*
.feed_document .feed-list li.feed-item:nth-child(2n){
    -moz-column-break-before: always;
    -webkit-column-break-before: always;
    column-break-before: always;
    clear: both;
}
*/


.feed_document li.feed-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 420px;
    min-height: 150px;
    padding: 5px 5px 5px 10px;
    width: 420px;
    box-sizing: content-box;
}
.image-list {
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 100%;
    min-height: 140px;
    padding: 5px 5px 5px 10px;
    width: auto;
	
}

    

.feed_document li.feed-item a {
	float: left;
	display: inline-flex;
/* 	box-sizing: content-box; */
}
.feed_document li.feed-item a:HOVER {
	background-color: #ffffff;
}

.feed_document .feed-item-caption {
    padding: 20px;
}

.feed_document .icon {
    width: 64px !important;
    height: 64px !important;
    margin-right: 10px;
    margin-bottom: 2px;
    border: 0px solid;
}

.feed_document .icon:HOVER {
    border: 1px solid yellow;
    margin-right: 8px;
    margin-bottom: 0px;
    
}


.feed_document .doc-group-title {
    background-color: lightsteelblue;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    text-decoration-style: dotted;
    vertical-align: middle;
    clear: left;
}

.feed_document .feed-item-card div {
/* 	float: left; */
/* 	display: flex; */
/* 	clear: both; */
}
    
    
.feed_document .feed-item-title {
    color: #12a8e0;
    font-family: "Unity","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 1.5em;
    font-weight: 800;
/*     margin-bottom: 0.5em; */
    align-self:center;
}

.feed_document .feed-item-summary {
    line-height: 1.5;
    font-size:1em;
    text-align: justify;
    clear: both;
}


@media ( max-width : 479px) {
	.feed_document li.feed-item {
	    border: 1px solid #ddd;
	    border-radius: 5px;
	    float: left;
	    margin-bottom: 10px;
	    margin-right: 4px;
	    max-width: 420px;
	    min-height: 140px;
	    padding: 5px 5px 5px 10px;
	    width: auto;
	}	
	.feed_document div.doc-group-title {
		display: none;
	}	
	hr.line-light {
		display: none;
	}	
}


