﻿.TrendingNowSection {
  /*margin-top: 50px;*/
}

.TrendingNowSection .item {
  padding: 10px;
  vertical-align: top;
}

.TrendingNowSection h4 {
  color: #116cac;
  font: 400 17px/170% "proxima-nova", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.TrendingNowSection h4.ila_h4 {
  margin: 0 0 12px 0;
}

.TrendingNowSection .section_title {
  text-align: center;
}

.TrendingNowSection .description_wrapper {
  padding: 8px 15px 15px 15px;
  background-color: #f5f5f5;
  line-height: 22px;
  min-height: 90px;
  vertical-align: top;
}

.TrendingNowSection .description_wrapper .site_name {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.TrendingNowSection .description_wrapper .category_name {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 600;
}

.TrendingNowSection .description_wrapper .article_title {
  font-size: 15px;
}

.TrendingNowSection .description_wrapper .article_title a {
  color: #7b8a97;
}

.TrendingNowSection .btn-default:hover, .TrendingNowSection .btn-default:focus, .TrendingNowSection .btn-default.focus, .TrendingNowSection .btn-default:active, .TrendingNowSection .btn-default.active, .TrendingNowSection .open > .dropdown-toggle.btn-default {
  background-color: #116cac;
  border-color: #116cac;
  color: #fff;
}

.TrendingNowSection .text-center {
  text-align: center;
  display: block;
}

.TrendingNowSection .pagination {
  border-radius: 0;
  margin: 20px 0;
  padding-left: 0;
  display: inline-block;
}

.TrendingNowSection .pagination > li {
  display: inline;
}

.TrendingNowSection .pagination > li > a, .TrendingNowSection .pagination > li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}

.TrendingNowSection .pagination > li:first-child > a, .TrendingNowSection .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

.TrendingNowSection .pagination > li:last-child > a, .TrendingNowSection .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.TrendingNowSection .pagination > li > a:hover, .TrendingNowSection .pagination > li > span:hover, .TrendingNowSection .pagination > li > a:focus, .TrendingNowSection .pagination > li > span:focus {
  background-color: #eee;
}

.TrendingNowSection .pagination > .active > a, .TrendingNowSection .pagination > .active > span, .TrendingNowSection .pagination > .active > a:hover, .TrendingNowSection .pagination > .active > span:hover, .TrendingNowSection .pagination > .active > a:focus, .TrendingNowSection .pagination > .active > span:focus {
  background-color: #116cac;
  border-color: #116cac;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.TrendingNowSection .pagination > .disabled > span, .TrendingNowSection .pagination > .disabled > a, .TrendingNowSection .pagination > .disabled > a:hover, .TrendingNowSection .pagination > .disabled > a:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}

.TrendingNowSection .pagination-lg > li > a, .TrendingNowSection .pagination-lg > li > span {
  font-size: 18px;
  padding: 10px 16px;
}

.TrendingNowSection .pagination-lg > li:first-child > a, .TrendingNowSection .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.TrendingNowSection .pagination-lg > li:last-child > a, .TrendingNowSection .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.TrendingNowSection .pagination-sm > li > a, .TrendingNowSection .pagination-sm > li > span {
  font-size: 12px;
  padding: 5px 10px;
}

.TrendingNowSection .pagination-sm > li:first-child > a, .TrendingNowSection .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.TrendingNowSection .pagination-sm > li:last-child > a, .TrendingNowSection .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.TrendingNowSection .pager {
  list-style: outside none none;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}

.TrendingNowSection .pager::before, .TrendingNowSection .pager::after {
  content: " ";
  display: table;
}

.TrendingNowSection .pager::after {
  clear: both;
}

.TrendingNowSection .pager li {
  display: inline;
}

.TrendingNowSection .pager li > a, .TrendingNowSection .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}

.TrendingNowSection .pager li > a:hover, .TrendingNowSection .pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.TrendingNowSection .pager .next > a, .TrendingNowSection .pager .next > span {
  float: right;
}

.TrendingNowSection .pager .previous > a, .TrendingNowSection .pager .previous > span {
  float: left;
}

.TrendingNowSection .pager .disabled > a, .TrendingNowSection .pager .disabled > a:hover, .TrendingNowSection .pager .disabled > a:focus, .TrendingNowSection .pager .disabled > span {
  background-color: #fff;
  color: #999;
  cursor: not-allowed;
}

@media screen and (max-width: 480px) {
  .TrendingNowSection table {
    border: 0;
  }
  .TrendingNowSection table thead {
    display: none;
  }
  .TrendingNowSection table tr {
    margin-bottom: 10px;
    display: block;
  }
  .TrendingNowSection .ng-table-counts {
    display: none;
  }
  .TrendingNowSection table td {
    display: block;
    text-align: right;
    font-size: 15px;
    width: 100% !important;
  }
  .TrendingNowSection table td:last-child {
    border-bottom: 0;
  }
  .TrendingNowSection .table-zebra td:nth-child(1), .TrendingNowSection .table-zebra th:nth-child(1) {
    padding: 15px !important;
  }
  .TrendingNowSection table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    padding-right: 5px;
    color: #7b8a97;
    font-weight: 600;
  }
}

/*# sourceMappingURL=TrendingNowSection.css.map */