
      body {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding: 0;
      }
      p {
        margin: 0;
      }
      
      .container {
        max-width: 980px;
        margin: 0 auto;
        padding:  0 15px;
      }
      .figure {
        width: 100%;
        height: 320px;
        max-width: 500px;
        margin-right: 20px;
        margin: 40px 0 0 0;
        padding: 0;
      }
      img {
        max-width: 100%;
      }
      .top-panel {
        min-height: 70px;
        width: 100%;
        max-width: 980px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .navigation a {
        text-decoration: none;
      }
      .navigation li {
        display: inline-block;
      }
      .navigation ul {
        list-style-type: none;
        padding: 0;
      }
      .fab {
        color: #42495b;
        margin-right: 10px;
        font-size: 40px;
      }
      
      .right__bar {
        width: 100%;
        max-width: 560px;
      }
      .main-content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      .title__bar {
        min-height: 35px;
        margin-top: 40px;
        max-width: 560px;
        width: 100%;
        display: none;
      }
      .right__bar-content {
        width: 100%;
        max-width: 560px;
        display: flex;
        flex-direction: column;
      }
      
      .right__bar-content .text {
        margin: 30px 0 15px 0px;
      }
      
      .left__bar {
        width: 100%;
        max-width: 500px;
      }
      
      .container, .top-panel {
          max-width: 1500px;
        }
      .left__bar {
        max-width: calc(100% - 600px);
      }
      .right__bar, .title__bar, .big-block, .right__bar-content {
        max-width: 580px;
      }
      .figure {
          max-width: 100%;
          height: 280px;
        }
      
      .display-none {
        display: none;
      }
      .position-relative  {
        position: relative;
      }
      .smv-selectors-box.smv-thumbnails.smv-h .smv-item {
        padding: 0;
      }
      .smv-selector[data-type=html] {
        padding: 5px 10px !important;
        border: 2px solid #dc4405 !important;
        font-weight: bold;
      }
      .smv-thumbnails .smv-item.smv-active .smv-selector[data-type=html] {
        /*background-color: #dc4405;*/
        background-color: rgba(220,68,5,1);
        color: #fff;
      }
      /*.smv-selector[data-type=html]  div {
        width: auto !important;
        height: auto !important;
        text-transform: uppercase;
      }*/
      .smv {
        height: 90vh !important;
      }
      
      
      .smv-arrow-control .smv-arrow .smv-icon {
        /*background-color: #dc4405;*/
        background-color: rgba(220,68,5,1);
      }
      #panorama {
        width: 100%;
        height: 100%;
      }
      /* Based on SMV hotspot styles https://scripts.sirv.com/sirvjs/v3/viewer.full.css */
      .custom-hotspot {
        height: 30px;
        width: 30px;
        border-radius: 15px;
        background-image:none
      }
      .custom-hotspot::after,
      .custom-hotspot::before {
        display:inline-block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        transform-origin:50% 50%;
        border-radius:100%;
        color: white;
        line-height: 26px;
        font-size: 30px;
        font-weight: 100;
      }
      @-moz-document url-prefix() {
          .custom-hotspot::before {
            font-size: 30px;
            line-height: 0.95em;
          }
      }

      .sirv-hotspot-pointer::before {
        background-color: rgba(220,68,5,1) !important;
        opacity:.9 !important;
        overflow:hidden !important;
        content: "+" !important;
        color: white !important;
        line-height: 1.2em !important;
      }
      .sirv-hotspot-pointer::after {
        border: 1px solid rgba(220,68,5,1) !important;
      }
      


      .custom-hotspot::before {
        transition:opacity .2s ease-in,transform .1s ease-out;
        /*background-color:#db450d;*/
        background-color: rgba(220,68,5,1);
        opacity:.9;
        overflow:hidden;
        content: "+";
      }
      .custom-hotspot::after {
        /*border:1px solid #db450d;*/
        border:1px solid rgba(220,68,5,1);
        opacity:0;
        box-sizing:border-box;
        -webkit-animation:custom-hotspot-pulsate 3s ease-out infinite;
        animation:custom-hotspot-pulsate 3s ease-out infinite;
        content: "";
      }
      .custom-hotspot:hover::before {
        cursor:pointer;
        opacity:.8
      }
      .custom-hotspot:active::before {
        transform:scale(.875)
      }
      .custom-hotspot:hover::after {
        -webkit-animation:none;
        animation:none
      }
      .custom-hotspot:active::after {
        -webkit-animation:pulsating-point-stop-pulsate .3s;
        animation:pulsating-point-stop-pulsate .3s
      }
      @-webkit-keyframes custom-hotspot-pulsate {
        0% {
          transform:scale(1);
          opacity:.8
        }
        45% {
          transform:scale(1.75);
          opacity:0
        }
      }
      @keyframes custom-hotspot-pulsate {
        0% {
          transform:scale(1);
          opacity:.8
        }
        45% {
          transform:scale(1.75);
          opacity:0
        }
      }
      @-webkit-keyframes pulsating-point-stop-pulsate {
        from {
          opacity:.4
        }
        to {
          transform:scale(2);
          opacity:0
        }
      }
      @keyframes pulsating-point-stop-pulsate {
        from {
          opacity:.4
        }
        to {
          transform:scale(2);
          opacity:0
        }
      }
      div.custom-tooltip span {
        visibility: hidden;
        position: absolute;
        border-radius: 3px;
        background-color: #fff;
        color: #000;
        text-align: center;
        width: 600px;
        max-width: 600px;
        padding: 5px 10px;
        margin-left: -220px;
        cursor: default;
      }
      div.custom-tooltip:click span{
        visibility: visible;
      }
      div.custom-tooltip:click span:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        bottom: -20px;
        left: -10px;
        margin: 0 50%;
      }
      div.custom-tooltip h1 {
        font-size: 24pt;
        font-weight: 900;
      }

      .custom-popup {
         position:  absolute;
         background-color: white;
         color: black !important;
         width: 96%;
         /*height: 96%;*/
         margin-left: 2%;
         margin-top: 1%;
         z-index: 0;
         text-align: left;
         max-height: 95%;
         overflow-y: auto;
      }

      .custom_hotspot_message {
        margin-left: 2%;
        margin-top: 1%;
        z-index: 0;
        text-align: left;
        max-height: 95%;
      }

      .custom-popup h1, .custom_hotspot_message h1
      {
        /*text-transform: uppercase;*/
        line-height: 100% !important;
      }
      .popup-content h1, .custom_hotspot_message h1 {
        line-height: 32px !important;
        margin-top: 0px  !important;
      }
      .popup-content h3, .custom_hotspot_message h3 {
        margin-top: 0px  !important;
        font-size: 1.4em;
        padding-bottom: 10px;
        line-height: initial;
      }
      .close-popup {
        float: right;
        padding-right: 32px;
        padding-top: 35px;
      }
      .close-popup a , .sirv-hotspot-box .sirv-hotspot-close-button {
        color: rgba(220,68,5,1) !important;
        text-decoration:  none !important;
        font-size: 26px;
        margin: 6px;
      }
      .popup-content {
        padding: 25px;
      }

      .pnlm-container {
        position:  absolute !important; 
        z-index: 10;
      }
      .pnlm-sprite {
        /* background-image: none;
        background: none; */
      }

      .popup-content img, .custom_hotspot_message img {
        width: 100% !important;
        margin-right: 5vmin;
        margin-bottom: 5vmin;
        max-width: 300px !important;
        height: auto;
      }
      
      .popup-content p, .custom_hotspot_message p {
        padding-bottom: 30px;
      }

      @media screen and (max-width: 576px) {
        .sirv-hotspot-box {
          transform: none !important;
          top: 5px !important;
          left: 0 !important;
        }
      }
      .sirv-hotspot-box {
        max-height: 500px !important;
        max-width: 900px !important;
      }




div.custom-tooltip span {
  text-align: left;
}
div.input-group-prepend {
  margin: 0px !important;
}
.pnlm-hotspot-base span { 
  display: none; 
}
.active-popup {
  z-index: 20 !important;
}
.hotspot-from-list {
  border: 2px solid blue;
  border-radius: 10px;
  padding: 10px;
}
.hotspot-from-list input {
  width: 95%;
}
.delete-hotspot a {
  font-size: 20px;
  text-decoration: none;
  color: red;
  padding-left: 4px;
}
.hotspots-list img {
  width: 21px;
  filter: invert(1);
  vertical-align: none;
}
.right-col h2 {
  text-align: center;
  color: darkgray;
}
.right-col h5 {
  text-align: center;
  color: darkgray;
  margin-bottom: 15px;
}
/* .modal-backdrop.show {
  opacity: 1 !important;
} */
.ip-data {
  font-size: 0.8rem;
  color: darkgray;
}
.ip-data.d-xl-none {
  font-size: 0.45rem;
}
@media screen and (max-width: 425px) {
  .ip-button {
    font-size: 0.6rem;
  }
}
.hotspot-container {
  padding: 10px;
  border: 0.5px solid darkslategray;
  border-radius: 10px;
}
.hotspot-header {
  margin: 0px;
  height: 15px;
}
.hotspot-header .delete {
  position: absolute !important;
  top: -1px;
  left: calc(100% - 31px);
  border-radius: 0px 5px;
  width: 32px;
  height: 32px;
  padding: 0px;
  opacity: 0.9;
}
.hotspot-header-info {
  position: absolute;
  top: -1px;
  margin: 0px !important;
  left: -1px;
  border: 1px solid darkslategray;
  border-radius: 9px 0px;
  padding: 3px;
}
.left-col {
  padding-left: 50px;
  padding-right: 20px;
}
.right-col {
  padding-right: 35px;
  background-color: #333333 !important;
}
.active-hotspot-container {
  box-shadow: 0 14px 28px rgba(255,255,255,0.25), 0 10px 10px rgba(255,255,255,0.22) !important;
}
.url-input {
  background-color: #f5f5f5;
}
.hotspot-container {
  box-shadow: 0 1px 3px rgba(255,255,255,0.12), 0 1px 2px rgba(255,255,255,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.hotspot-container:hover {
  box-shadow: 0 14px 28px rgba(255,255,255,0.25), 0 10px 10px rgba(255,255,255,0.22);
}
.url-input-div {
  width: 96% !important;
  padding-left: 0px !important;
}

.row.examples img {
  height: 200px;
  cursor: pointer;
}
img.hotspot-container {
  padding: 0px;
  border: none !important;
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
main.content {
  display: none;
}
.btn-primary {
  background-color: #2a68a0;
  border-color: #2a68a0;
}
.btn-light {
  border-color: #2a68a0; 
}
.welcome-text {
  color: #4d4d4d;
  font-size: 60px;
}
.sirv-img {
  padding: 25px;
}
.sirv-logo .col {
  justify-content: center;
  display: flex;
  align-items: baseline;
}
.content .input-group input, .content .input-group textarea, .accordion input[type=text] {
  background-color: #343235 !important;
  color: white !important;
  border-color: dimgray !important;
  border-radius: 3px !important;
}
.navbar {
  background-color: #181818 !important;
}
.top-logo .subtitle {
  font-size: larger;
  color: darkgrey;
}
.btn-outline-secondary:hover {
  background-color: #2a68a0;
  border-color: #2a68a0;
}
.navbar-top {
  background-color: #333333 !important;
  color: darkgrey;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pano-name {
  font-size: 1.1em;
}
.accordion button, .accordion .accordion-body{
  background-color: #333333 !important;
  color: darkgrey !important;
}
.accordion-item {
  border-bottom: 0px;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion .row {
  margin-bottom: 10px;
  height: 40px;
}
.accordion .form-switch .form-check-input {
  width: 3rem !important;
  height: 1.5rem !important;
  cursor: pointer;
}
.accordion form-check form-check-inline {
  cursor: pointer;
}
.hotspot-header .delete {
  background-color: red !important;
  z-index: 100;
}
.modal-body  {
  word-break: break-word;
}
#preview-panorama {
  width: 96%;
}
#preview-panorama .pnlm-hotspot-base span {
  display: initial;
}
#modal-preview .modal-body {
  padding: 0px !important;
  /* margin-left: 1em; */
}


.instructions-button .mobile {
  display: none;
}
.instructions-button .desktop {
  display: flex;
}

.json-button .mobile {
  display: none;
}
.json-button .desktop {
  display: flex;
}
@media screen and (max-width: 425px) {
  .instructions-button .desktop {
    display: none;
  }
  .instructions-button .mobile {
    display: flex;
  }
  .json-button .mobile {
    display: flex;
  }
  .json-button .desktop {
    display: none;
  }
  .navbar-top .container-fluid {
    padding-left: 0px;
  }
  .navbar-top .vr {
    display: none;
  }
  .navbar-top button {
    padding: 5px;
  }
  .smv {
    height: 50vh !important;
  }
}