.ls-toggle {
  position: relative;
  padding: 15px 42px 15px 15px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  background: #ddd;
  border-radius: 3px;
}

.ls-toggle::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: FontAwesome;
  transition: 0.3s all;
  transform: translateY(-50%);
  content: '\f078';
}

.ls-toggle .ls-open .ls-toggle::after {
  transform: rotateX(180deg) translateY(50%);
}

.ls-toggle-content {
  display: none;
  padding: 5px;
  margin: 0;
}

.ls-open .ls-toggle-content {
  display: block;
  margin-left: 0;
}

.ls-toggle-content .ls-label {
  display: inline-block;
  width: calc(100% / 3);
  margin: 5px 0;
  list-style: none;
}

.ls-toggle-content .ls-label span {
  font-weight: bold;
}

.ig-grid-l .ls-toggle-content .ls-label,
.ig-grid-r .ls-toggle-content .ls-label {
  width: 100%;
}

.ls-checkbox {
  margin-right: 7px;
}

.searchBoxHeader {
  font-size: 16px;
}

.searchBox {
  min-width: 300px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.ig-grid-l .searchBox,
.ig-grid-r .searchBox {
  min-width: auto;
}

.ls-buttons {
  margin-top: 10px;
}

.ls-button {
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  transition: all 0.3s;
}

.ls-button:hover {
  color: #fff;
  background: #000;
}

.ls-spinner-row {
  padding: 10px 0;
  text-align: center;
}

.ls-spinner-row .sr-only {
  display: none;
}

.ls-search-results {
  padding: 10px 0;
}

.ls-results-header {
  font-size: 22px;
}

.ls-search-item {
  padding: 10px 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.ls-search-item .ls-label {
  display: inline-block;
  padding: 3px 10px;
  margin-right: 10px;
  margin-bottom: 3px;
  font-size: 12px;
  color: #fff;
  background: #0095da;
  border-radius: 3px;
}

.ls-search-item .ls-labels {
  margin: 10px 0;
}

.ls-search-item .ls-search-title a {
  font-size: 20px;
  color: #0095da !important;
}

.ls-search-item .ls-search-title a:hover {
  color: #0072a7 !important;
  text-decoration: none;
}

.ls-created-by {
  font-size: 13px;
}

.ls-created-by .ls-name {
  font-weight: bold;
}

.ls-search-desc {
  margin-top: 5px;
  font-size: 15px;
}

.ls-search-info {
  display: inline-block;
  width: calc(100% - 80px - 1em);
  vertical-align: top;
}

.ls-thumbnail {
  display: inline-block;
  width: 80px;
  margin-right: 1em;
}

.ls-thumbnail img {
  max-width: 100%;
}

.ls-date {
  font-weight: normal;
}

.ls-label-group .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0 !important;
}

.ls-label-group .filters li {
  display: flex;
  min-width: 100px;
  min-height: 50px;
  margin: 5px 0;
  list-style: none;
}

.ls-label-group .filters label {
  min-width: 100%;
  min-height: 100%;
  cursor: pointer;
}

.ls-label-group .filters .ls-checkbox {
  display: none;
}

.ls-label-group .filters span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  line-height: 2.5;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 2px;
}

.ls-label-group .filters span:hover, .ls-label-group .filters span.selected {
  box-shadow: 0 0 3px #6f6f6f;
}

.ls-label-group .filters span.selected {
  background: rgba(111, 111, 111, 0.25);
}

.ls-label-group .filters input[type='checkbox']:disabled + span {
  cursor: wait;
}

.wikiIndex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0;
}

.wikiIndex span,
.wikiIndex a {
  align-items: center;
  min-width: 19px;
  margin: 0 4px 5px 0;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
  border-radius: 2px;
}

.wikiIndex a {
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
}

.wikiIndex a:hover {
  color: #fff !important;
  background: #0095da;
  border: 1px solid #0095da;
}

.wikiLetter h2 {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #6f6f6f;
}

.wikiLetter li {
  width: 50%;
  list-style: none;
}

.wikiLetter li input {
  display: none;
}

@media (min-width: 760px) {
  .wikiLetter ul {
    display: flex;
    flex-wrap: wrap;
  }
}
