.ImageCategory {
        padding: 10px;
        /* background: rgb(233,246,253); */
        background: -moz-radial-gradient(center, ellipse cover, rgba(233,246,253,1) 0%, rgba(211,238,251,1) 100%);
        /* background: -webkit-radial-gradient(center, ellipse cover, rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); */
        /* background: radial-gradient(ellipse at center, rgba(233,246,253,1) 0%,rgba(211,238,251,1) 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=1 );
        margin: 0 0 10px;
        position: relative;
        border-radius: 3px;
        background: #e9ecef;
}
.ImageCategory .title {
        height: 30px;
}
.ImageCategory .title span{
        color: #b80403;
        text-transform: uppercase;
        padding: 0 10px;
        font-weight: 600;
        font-size: 13px;
        line-height: 30px;
}
.ImageCategory img {
        display: block;
        height: 135px;
        margin-bottom: 10px;
        width: 95%;
        object-fit: cover;
        border-radius: 3px;
        border: 1px solid #e4e4e4;
        background: #fff;
}
.ImageCategory .LibraryItem {
        width: 200px;
}
.ImageCategory .LibraryItem > a:hover {
        color: #0074c9;
}
.ImageCategory .LibraryItem > a {
        font-weight: 600;
        text-decoration: none;
}
.ImageCategory .LibraryList {
        border-radius: 5px;
        padding: 5px 0;
        text-align: center;
}
.ImageCategory .LibraryCategoryPager {
        cursor: pointer;
        margin: 10px;
        text-align: center;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
        cursor: pointer;
        padding: 0;
        font-size: 12px;
        background: #0681c9;
        color: #fff;
}
.ImageCategory .LibraryCategoryPager .PageLink {
        font: 12px arial;
        padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager>span span, 
.ImageCategory .LibraryCategoryPager>span a{
        width: 25px;
        height: 25px;
        display:inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 5px;
        font-size: 12px;
}
@media only screen and (max-width: 768px){
        .ImageCategory .LibraryList {
                padding-top: 0;
        }
        div.ImageCategory {
                padding: 5px 10px;
                border-radius: 0;
        }
}
