@import url('../js/vendor/photo-sphere/core/index.css');
@import url('../js/vendor/photo-sphere/markers-plugin/index.css');

#viewer {
  width: 100%;
  height: 600px;
  margin: 0;
  font-family: sans-serif;
}

.psv-panel, .psv-tooltip {
  background: rgba(99, 81, 65, 0.9);
}

.psv-navbar {
  background: rgba(0, 157, 224, 0.8);
}

.psv-caption {
  text-align: right;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.psv-tooltip {
  max-width: 300px;
}

.psv-scene-select-wrapper {
  padding: 0 0.5rem;
}

.scene-select {
  font-size: 0.85rem;
  padding: 0;
  border: none;
  background: #ffffff;
  color: #443A31;
}

.footer {
  margin: 0;
  padding: 0;
  background: #eee;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;

  .credits {
    padding-left: 1rem
  }

  .ub {
    position: relative;
    top: 0;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px 0 40px;
    margin: 0 4rem 0 0;
    background: none;
    overflow: visible;

    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transform-origin: 0 100%;
      transform: skewX(-30deg);
      background: #443A31;
    }

    a {
      position: relative;
      right: 0;
      line-height: 24px;
      margin-right: 0;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;

      &:hover, &:focus, &:active {
        text-decoration: underline;
      }
    }

    &::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 100%;
      width: 100px;
      bottom: 0;
      background: rgb(0, 158, 224);
      transform-origin: 0 100%;
      transform: skewX(-30deg);
    }
  }

  .spacer {

  }
}
