.ImageCategory {
  margin: 0 0 10px 0;
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.ImageCategory .title {
  display: inline-block;
  width: 100%;
  /* margin-bottom: 10px; */
  line-height: 38px;
  background-image: linear-gradient(180deg, #2a78e5 0, #2a78e5 100%);
  text-align: center;
}

.ImageCategory .title a {
  color: var(--bg-blue-weight);
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid;
}

.ImageCategory .LibraryItem>a:hover {
  color: #005f9d;
}

.ImageCategory .LibraryItem>a {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  width: 100%;
  text-decoration: none;
}

.ImageCategory .LibraryItem>a>img {
  margin-bottom: 10px;
  height: 190px;
  display: block;
  object-fit: cover;
  /* border: 1px solid #ddd; */
  width: 100%;
  padding: 0 10px;
}

.ImageCategory .LibraryList {
  /* background: #f8f9fa none repeat scroll 0 0; */
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
  min-height: 200px;
  padding-top: 10px;
}

.ImageCategory .LibraryCategoryPager {
  cursor: pointer;
  margin: 10px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.ImageCategory .LibraryCategoryPager .CurrentPage {
  cursor: pointer;
  padding: 0 2px;
}

.ImageCategory .LibraryCategoryPager .PageLink {
  font: 12px arial;
  padding: 0 2px;
}

.ImageCategory .LibraryCategoryPager .PagerButton,
.ImageCategory .LibraryCategoryPager .CurrentPage,
.ImageCategory .LibraryCategoryPager .PageLink {
  width: 25px;
  height: 25px;
  display: inline-flex;
  background: #dee2e6;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 4px;
}

.ImageCategory .LibraryCategoryPager .CurrentPage {
  color: #fff;
  background: #2a78e5;
  font-size: 12px;
}

.ImageCategory .title>span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  div.ImageCategory {
    padding: 0 10px;
  }

  div.ImageCategory .LibraryList {
    padding-top: 10px;
  }

  div.LibraryList td.LibraryItem {
    width: 100% !important;
  }

  div.LibraryList td.LibraryItem>div {
    padding: 0;
  }

  .ImageCategory .LibraryItem>a>img {
    padding: 0px;
  }

  .ImageCategory {
    border: none;
  }
}