﻿/* style.scss */
/*
//
// Reset bootstrap
// --------------------------------------------------
*/
p {
  margin: 0;
}

.card {
  border-radius: 0;
}

/* style.scss */
.img-fluid {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card {
  flex-direction: row;
}

.itemTitle {
  text-align: right;
}

a.TitleAsLink {
  font-weight: 600;
  color: inherit;
}

.itemTags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.itemTags .bx {
  font-size: 2rem;
}

.itemTags .spanLink {
  margin-right: 4px;
}

.itemTags .filterLink {
  margin-left: 4px;
  color: #D0D0D0;
  cursor: pointer;
  font-size: 0.8rem;
}

.itemTags .spanLink + a.filterLink {
  margin-left: 0;
}

.itemTags .tagDivider {
  margin-right: 7px;
}

.itemTags .filterLink.selected, .itemTags .filterLink:hover {
  color: #555;
}

.singleItemTitle {
  text-align: right;
  padding-right: 0;
  color: #888888;
}

li.showMoreAdvanced {
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #1f1f1f;
  line-height: 23px;
  text-align: center;
  margin: 17px 0 0;
  cursor: pointer;
  font-size: 1.3rem;
}

a.seeMoreLink {
  padding: 0px 6px 0 6px;
  display: inline-block;
  background: #e8e8e8;
  color: #1f1f1f;
  margin-right: 4px;
}

.modal-dialog {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 90%;
}
