/**
 * = Filter Bar Medallion Labs Theme
 */
.s-filter-bar {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}

.s-filter-pills {
  padding: 0.8rem 0 0.8rem 1rem;
}
.s-filter-pills a.s-add-filter {
  color: #40a8d9 !important;
  border: 1px solid #40a8d9;
  border-radius: 50px;
  padding: 0.3rem 0.8rem 0.4rem 0.8rem;
  display: inline-block;
  font-size: 0.9rem;
}

.s-tab-content .s-filter-pills {
  padding: 0 !important;
  margin-left: -15px;
}

.s-filter-pill {
  background-color: #fff;
  font-size: 80%;
  border: 1px solid #40a8d9;
  border-radius: 50px;
  padding: 0.4rem 0.8rem;
  margin-right: 0.5rem;
  display: inline-block;
  color: #40a8d9;
  text-transform: uppercase;
}
.s-filter-pill a {
  padding-right: 0.2rem;
  color: #40a8d9 !important;
  font-size: 0.8rem;
}
.s-filter-pill a.s-add-filter, .s-filter-pill a.s-add-filter:hover {
  color: #40a8d9;
  cursor: pointer;
  font-size: 0.8rem;
  border: 1px solid #40a8d9;
  border-radius: 50px;
  padding: 0.3rem 0.8rem 0.4rem 0.8rem;
  display: inline-block;
}
.s-filter-pill a:hover {
  color: #40a8d9;
  cursor: pointer;
}
.s-filter-pill span.close, .s-filter-pill span.close:hover {
  color: #40a8d9;
  cursor: pointer;
  opacity: 1;
  font-weight: 400;
  font-size: 1.1rem;
}

.s-add-filter {
  font-weight: 500;
  background-color: #fff;
}

.s-filter-bar-input.tt-input:focus {
  border-color: transparent;
  box-shadow: none;
  display: inline-block;
}

.s-filter-list-box {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 0.5rem;
}

.s-filter-pills-shown {
  color: #fff;
  background-color: #40a8d9;
}

.s-filter-pills-container-div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .s-filter-pill {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .s-filter-pill {
    margin-bottom: 0.5rem;
  }
}

.s-add-edit-filter-target {
    position: absolute;
    margin-top: 25px;
    margin-left: 19px;
 }


