@keyframes view-toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.view {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  display: flex;
  flex-direction: column;
  */
}
.view--opening {
  animation: view-toggle 0.125s ease-out 1 forwards;
}
.view--closing {
  animation: view-toggle 0.125s ease-out 1 reverse;
}
.view__content {
  /*
  flex: 1;
  align-items: center;
  justify-content: center;
  */
  z-index: 5;
  position: relative;
  width: calc(100% - 150px);
  height: calc(100vh - 150px);
  margin: 75px auto;
  overflow-y: scroll;
  background-color: #EEE;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.45);
}
.view__content::-webkit-scrollbar {
  width: 8px;
}
.view__content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
}
.view__content .close {
  position: absolute;
  top: 10px;
  right: 15px;
}.card-shadow, .glaze-combo-card {
  /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);*/
  /*box-shadow: 0 10px 20px 0 rgba(57,58,61,.15);*/
  -webkit-box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.24);
}

.card-columns {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}

.glaze-combo-card {
  margin-bottom: 2rem !important;
  border-radius: 5px !important;
  overflow: hidden;
  background-color: #FFF;
}
.glaze-combo-card .btn-view-details {
  color: #6c757d;
  border-top: 1px solid rgba(52, 58, 64, 0.25) !important;
  border-radius: 0 0 5px 5px !important;
}
.glaze-combo-card .btn-view-details:hover {
  /*background-color: #6c757d;*/
  background-color: #343a40;
  color: #FFF;
}

.img-thumbnail {
  border: none;
}

.card-detail {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.card-detail .card-header {
  border-color: rgba(108, 117, 125, 0.25) !important;
  color: #6c757d !important;
}

.card-entry-wrapper {
  display: flex;
  flex-direction: row;
}
.card-entry-wrapper .card-entry-image {
  position: relative;
}
.card-entry-wrapper .card-entry-image .is-favorited {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  padding: 0 6px;
  height: 65px;
  width: 65px;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #F44336;
  background: linear-gradient(138deg, rgba(244, 67, 54, 0.65) 3%, rgba(244, 67, 54, 0.125) 33%, rgba(244, 67, 54, 0) 50%);
}
.card-entry-wrapper .card-entry-layers {
  display: flex;
  flex-direction: column;
}
.card-entry-wrapper .card-entry-layers .layer {
  box-sizing: border-box;
  width: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  font-size: 85%;
  flex: 1;
  min-width: 0;
  /* or some value */
  display: flex;
  align-items: center;
  line-height: 1.1em;
}
.card-entry-wrapper .card-entry-layers .layer:last-child {
  border-bottom: none;
}
.card-entry-wrapper .card-entry-layers .layer.inverted {
  color: rgba(0, 0, 0, 0.75);
}

body {
  background-color: #EEE !important;
}

.card-entry-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 160px;
  background-color: #6c757d;
}
.card-entry-image .card-img-top {
  visibility: hidden;
}

.glaze-combo-listing {
  padding: 2rem;
}
.glaze-combo-listing__list {
  margin-top: 60px;
}/*.glaze-combo-detail {
    max-height: 90vh;
    overflow: hidden;
}
*/
.text-decoration-underline, a.text-decoration-underline {
  text-decoration: underline !important;
}

a.text-decoration-underline:hover {
  text-decoration: none !important;
}

.glaze-layer {
  position: relative;
  display: block;
  background: #333;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  padding: 8px !important;
  margin-top: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.glaze-layer .application {
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 75%;
  opacity: 0.75;
}
.glaze-layer .note {
  font-style: italic;
  opacity: 0.75;
  font-size: 85%;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px dashed rgba(0, 0, 0, 0.35);
}
.glaze-layer .glaze-link {
  position: absolute;
  top: 7px;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.125s ease-out;
}
.glaze-layer .glaze-link:hover {
  color: #FFF;
  text-decoration: none;
}
.glaze-layer--inverted {
  color: rgba(0, 0, 0, 0.85);
}
.glaze-layer--inverted .glaze-link {
  color: rgba(0, 0, 0, 0.5);
}
.glaze-layer--inverted .glaze-link:hover {
  color: #000;
}
.glaze-layer .badge {
  cursor: default;
}

.img-main {
  max-height: 550px;
  /*
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  */
}

.gallery .img-thumbnail {
  cursor: pointer;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
}
.gallery .img-thumbnail.active {
  background: #6c757d;
  box-shadow: none;
}

.entry-info-layer {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 1px solid rgba(108, 117, 125, 0.25);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 50rem;
}
.entry-info-layer .list-group-item {
  background: transparent;
  cursor: default;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-info-layer .list-group-item.favorited {
  color: #F44336;
  text-align: center;
  font-weight: 600;
  background: rgba(244, 67, 54, 0.1);
}
.entry-info-layer .list-group-item.favorited i {
  animation: heartbeat 3s infinite ease-in-out;
}
.entry-info-layer .list-group-item:last-child {
  border-right: none;
}

.glaze-combo-detail .information .card-detail .card-body p:last-child {
  margin-bottom: 0;
}
.glaze-combo-detail .entry-id {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 14px;
  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 10px #EEE, 0 0 10px #EEE, 0 0 20px #EEE, 0 0 20px #EEE, 0 0 20px #EEE, 0 0 30px #EEE, 0 0 30px #EEE;
  font-size: 3rem;
  font-family: "Impact", sans-serif;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glaze-combo-detail .gallery img {
  height: 100px;
  width: 100px;
  background-color: #6c757d;
}
.glaze-combo-detail button.close {
  z-index: 999;
  text-shadow: 0 0 10px #EEE, 0 0 10px #EEE, 0 0 20px #EEE, 0 0 20px #EEE, 0 0 20px #EEE, 0 0 30px #EEE, 0 0 30px #EEE;
  position: absolute;
  top: 5px;
  right: 5px;
  color: rgba(52, 58, 64, 0.5);
  opacity: 1;
  font-size: 2rem;
  transition: all 0.125s linear;
  outline: none;
}
.glaze-combo-detail button.close:hover {
  color: #dc3545;
  opacity: 1;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/*




.card-columns {
  -webkit-column-count:5;
  -moz-column-count:5;
  column-count:5;
}


.glaze-combo-card {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}

.card-entry-wrapper {
    display: flex;
    flex-direction: row;

    .card-entry-image {
      //overflow: hidden;

    }

    .card-entry-layers {

      display: flex;
      flex-direction: column;



      .layer {
        box-sizing: border-box;
       width:100px;

        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color:rgba(255,255,255,0.75);
        padding:10px;
        font-size:85%;
        flex: 1;
         min-width: 0;  
        display: flex;
        align-items: center;
        line-height:1.1em;

        &:last-child {border-bottom:none;}
        &.inverted {color:rgba(0,0,0,0.75);}
      }
    }

  &:hover {

  }

  }
  */