@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    background-color: #2c4762;
}

select {
    color: #000;
}

.hide {
    display: none;
}

.bottom-left {
  position: fixed;
  bottom: 5;
  left: 5;
}

.banner-container {
  width: 50px;
  height: 25px;
}

#ui-container {
    display: block;
    position: fixed;
    z-index: 1;
}

.container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

#title-logo {
  background: url('/images/logo_fill.png') no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  margin: auto;
}

.title-group {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.title-group h1,
.title-group h2,
.title-group h3
{
  display: flex;
  margin: 0;
}

.title-group h1 {
  font-size: 22px;
  font-weight: 200;
  font-style: italic;
}

.title-group h2 {
  font-size: 18px;
}

.title-group h3 {
  font-size: 14px;
}

@media (max-width: 550px) {
  .title-group {
    padding-left: 5px;
  }
  .title-group h1 {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
  }

  .title-group h2 {
    font-size: 14px;
  }

  .title-group h3 {
    font-size: 10px;
  }

  #title-logo {
    height: 28px;
    width: 28px;
  }
}

#project-title {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 5px;
  padding-top: 5px;
  width: inherit;
  height: inherit;
}

#project-title,
#project-title:hover,
#project-title:focus {
  color: white;
  border: white;
  text-decoration: none;
}

/** top message thing **/
#notification-container {
    width: 300px;
    position: fixed;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    background: #2C485E;
    text-align: center;
    vertical-align: middle;
}

#notification-container .notification-header {
   text-align: center;
   height: 45px;
   padding: 15px 0px;
}

#notification-container .notification-header.notification-error {
    background: #f04949;
}

#notification-container .notification-body {
    text-align: center;
    min-height: 200px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#notification-container .notification-footer {
    height: 45px;
}

#viewer-bottom-bar {
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #2C485E;
}

#viewer-bottom-content {
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23);
    position: fixed;
    bottom: 50;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #172632;
}

#viewer-bottom-content-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #2C485E;
}

.btn {
    border-radius: 0;
}

.btn:focus {
    outline: none;
    background-color: none !important;
}

.btn:focus,.btn:active {
   outline: none !important;
   background-color: none !important;
}

.btn:active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

.btn:hover {
    color: #ffffff;
}

.btn-light-blue {
    background-color: #2196F3;
    color: #FFFFFF;
}

.btn-light-blue:hover {
    color: #FFFFFF;
    background-color: #3fa8fb;
}

.btn-dark-blue {
    background-color: #2C485E;
    color: #FFFFFF;
}

.btn-dark-blue:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-presentation {
    width: 70%;
    height: 100%;
}

.btn-stop-presentation {
    width: 100%;
    height: 100%;
    background-color: #2C485E;
    border-top: rgba(255, 255, 255, .2);
    border-top-style: solid;
    border-top-width: 1px;
}

.btn-stop-presentation:hover {
    width: 100%;
    height: 100%;
}

.btn-viewer-main {
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    border-radius: 0;
    padding: 10;
    background-color: #2C485E;
    border: rgba(255, 255, 255, 0.2);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    margin-left: -1px;
}

.btn-viewer-main:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-viewer-main.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: #2196f3;
    border-bottom-style: solid;
}

.hover-red:hover {
    background-color: #f04949;
}

.icon {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
}

.icon-sm {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}

.icon-annotation {
    background-image: url('/images/viewer/icon-annotation.png');
    background-size: cover;
}

.icon-360 {
    background-image: url('/images/viewer/icon-360.png');
    background-size: cover;
}

.icon-annotation-sm {
    background-image: url('/images/viewer/icon-annotation-sm.png');
    background-size: cover;
}

.icon-360-sm {
    background-image: url('/images/viewer/icon-360-sm.png');
    background-size: cover;
}

.icon-delete-sm {
    background-image: url('/images/viewer/icon-trash-sm.png');
    background-size: cover;
}

.icon-follow-sm {
    background-image: url('/images/viewer/icon-follow-sm.png');
    background-size: cover;
}

.menu-icon {
    height: 35px;
    width: 35px;
    padding: 5;
}

.icon-menu {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.menu-title {
    width: 175px;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
}

.menu-title-text {
    margin-left: 5px;
}

#viewer-bottom-content-header-title * {
    display: inline-block;
}

.content-table {
    height: 155px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
}

/* Let's get this party started */
.content-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
/* Track */
.content-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.content-table::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #3fa8fb;
}
.content-table::-webkit-scrollbar-thumb:window-inactive {
    background: #3fa8fb;
}

.content-item {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
    height: 120px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-item.active {
    background-color: #2196F3;
}

.item-contents {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.item-contents:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.item-delete {
    display: inline-block;
    height: 120px;
    width: 30px;
    padding-top: 40px;
}

.item-delete:hover {

}

.item-background-image {
    background-size: cover;
    width: 100%;
    height: 100px;
    margin: auto;
}

.item-background-image-default {
    opacity: 0.1;
    filter: alpha(opacity=10);
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
}

.item-image {
    background-image: url('/images/viewer/icon-360.png');
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
}

.item-title {
    text-align: center;
    font-size: .9em;
}

.item-inner-text {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5;
    width: 140px;
    max-width: 140px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: .75em;
}


#right-arrow-button {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: #2196F3;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: fixed;
    right: 1%;
    top: 40%;
}

#left-arrow-button a {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: #2196F3;
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: fixed;
    left: 1%;
    top: 40%;
}

.left-arrow {
    display: inline-block;
    margin-right: .1em;
}

.left-arrow:after {
    content: '';
    display: inline-block;
    margin-top: 1em;
    margin-left: 1.15em;
    width: 1em;
    height: 1em;
    border-top: 0.25em solid #fff;
    border-right: 0.25em solid #fff;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.right-arrow {
    display: inline-block;
    margin-left: .1em;
}

.right-arrow:after {
    content: '';
    display: inline-block;
    margin-top: 1em;
    margin-left: .75em;
    width: 1em;
    height: 1em;
    border-top: 0.25em solid #fff;
    border-right: 0.25em solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#info-right {
    position: fixed;
    padding: 10px;
    right: 5px;
}

#presentation-container {
    display: flex;
    position: fixed;
    top: 5px;
    right: 5px;
}

#toggle-vr-container {
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 10px;
}

#toggle-vr {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #2196F3;
    padding: 10px;
}

#toggle-vr:active {
   color: #ffffff;
}

#insitevr-banner {
  background: url('/images/poweredbyinsite.png') no-repeat;
  background-size: contain;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -45px;
left: 5px;
}

#rotate-info {
    background-image: url('/images/rotateVR.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 90px;
    height: 60px;
}

#text-card,
#img-selector {
    background-color: #2C485E;
    border: none;
}

#img-selector {
  width: 400px;
  height: 150px;
}

#viewer-presentation-window {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 200px;
    background-color: #2C485E;
    margin-left: 10px;
}

#viewer-presentation-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #2196F3;
    padding: 8;
    font-size: .9em;
}

#viewer-presentation-stop{
    height: 40px;
}

#share-presentation-button-container {
    width: 100px;
    height: 35px;
}

#share-presentation-button-container button {
    width: 100%;
}

/** client style **/
.client-list {
    margin-bottom: 0px;
}

.client-item {
    display: block;
    height: 40px;
    padding: 5;
    border-bottom: rgba(255, 255, 255, .2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.client-item.active {
    background-color: rgba(25, 255, 255, 0.1);
}

.client-item:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
}

.client-letter {
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    height: 30px;
    width: 30px;
    color: #2C485E;
    padding: 3;
    font-size: 1.2em;
    text-align: center;
}

.client-name {
    display: inline-block;
    margin-left: 10;
}

.client-follow {
    display: inline-block;
    width: 0px;
    height: 0px;
}

.client-follow-icon {
    background-color: #2C485E;;
    position: relative;
    left: -40px;
    bottom: 10px;
    margin-right: -40px;
    float: left;
    padding: 2px;
}

.client-follow-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #2C485E;
    display: inline-block;
    bottom: 3px;
    left: -17px;
    position: relative;
}

.no-padding {
    padding: 0;
}

#empty-clients {
    color: rgba(255, 255, 255, 0.5);
    font-size: .85em;
    font-style: italic;
    text-align: center;
    padding: 10px 0px;
}

/** debug **/

#sync-tools {
    position: absolute;
    top: 50px;
    left: 0;
    background: white;
    color: black;
}

#sync-tools ul {
    list-style: none;
}

#sync-tools ul li {
    padding: 5px;
}

#debug-tools {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 100px;
    width: 100%;
    background: none;
}

#debug-tools ul {
    list-style: none;
    display: block;
    padding: 0px;
}

#debug-tools ul li {
    display: inline-block;
    padding: 10px;
}

/** debug end **/

/** overrides for legacy viewerstyle.css **/

#cancel-button p {
    margin: 5px;
}

#cancel-button,
#image-object-modal .link-button,
#image-object-delete-modal .link-button,
#delete-annotation-modal .link-button {
    background: #2C485E;
    border: none;
}


.spinner-container {
    max-width: 750px;
    position: relative;
    margin: 0 auto;
    top: 20%;
}

.spinner-text {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    top: 20px;
    font-size: 150%;
    font-style: italic;
    font-weight: 200;
}

#loading-splash {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    position: fixed;
    background-color: #2c4762;
    opacity: 1;
    transition: all 1s ease-out;
    pointer-events: none;
}

#loading-splash.fade-out {
    opacity: 0;
}

#viewer-container {
    width: 100%;
}

#pulse-logo {
    width: 25%;
    position: relative;
    margin: auto auto;
    background: url('/images/logo_outline.png') no-repeat;
    background-size: contain;
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#pulse-logo img {
    width: 100%;
    animation-name: pulse;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: none;
    animation-duration: 1s ;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


/** overrides for legacy end **/

