/* line 3, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
#quickSearchNotes {
  -webkit-transition: opacity linear 0.4s;
  -moz-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
  opacity: 0; }

/* line 8, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
a#whatsnew:hover {
  cursor: default; }
  /* line 11, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  a#whatsnew:hover + div#quickSearchNotes {
    opacity: 1; }

/* line 19, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.results-facets li {
  display: inline-block;
  margin-right: 6px; }
  /* line 23, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .results-facets li .active {
    background: #026EAD;
    color: #fff;
    padding: 4px 6px 4px 4px; }
    /* line 28, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
    .results-facets li .active:hover {
      text-decoration: none; }
    /* line 32, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
    .results-facets li .active em {
      font-size: 14px;
      vertical-align: top; }

/* line 43, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.releases-by-search {
  align-items: stretch;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap; }

/* line 54, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.releaseResult {
  margin-bottom: 36px;
  max-width: 300px; }
  /* line 58, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releaseResult li:not(.release-name) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  /* line 65, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releaseResult .releaseImageLink {
    display: block;
    width: 80%; }
  /* line 70, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releaseResult .release-name {
    background-position: 0 -7px;
    background-repeat: no-repeat;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    padding-left: 15px; }
  /* line 79, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releaseResult .release-track-player-img {
    height: 16px;
    margin-bottom: 0px; }
  /* line 84, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releaseResult em {
    background-color: #026EAD;
    color: #fff;
    font-style: normal;
    padding: 0 3px; }
  /* line 91, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releaseResult img {
    height: auto;
    margin-bottom: 12px; }

/* line 101, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.results-facets ul,
.releaseResult ul {
  list-style: none;
  margin-top: 0;
  padding: 0; }

/* line 107, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.results-facets li,
.releaseResult li {
  line-height: 18px; }

@media (min-width: 768px) {
  /* line 117, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .results-facets .content-box {
    margin-bottom: 12px;
    padding: 10px 0; }
  /* line 122, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .results-facets span {
    display: block;
    margin-bottom: 6px; }
  /* line 127, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .results-facets li {
    display: block;
    margin-right: 0; } }

/* line 136, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.msg-alert {
  background: #FAECEA;
  padding: 4px 6px; }

/* line 141, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.msg-qs-app {
  font-size: 12px; }
  /* line 144, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .msg-qs-app li {
    line-height: 18px; }

/* line 150, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.release-meta {
  max-width: 90%; }

@media (max-width: 767px) {
  /* line 155, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .releases-by-search.row {
    margin-left: 0;
    margin-right: 0; } }

/* line 161, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
table.label-search-results.data td {
  vertical-align: middle; }

/* line 165, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
.sub-label-name a {
  margin-left: 13px;
  position: relative; }
  /* line 169, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
  .sub-label-name a:before {
    transform: rotateY(180deg);
    color: #4A4A4A;
    content: "\21b5";
    left: -14px;
    position: absolute; }

/* line 179, /var/www/html/frontend/style-redesign/oa-applications/oa-quicksearch-redesign.scss */
ul.content-box {
  list-style: outside none;
  padding-left: 0; }
