/*#subViewer{
  border: 1px solid white;
}*/

#panel-header {
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  color: white;
  cursor: move;
}

#panel-header [md-mini-fab] {
  background: transparent;
  box-shadow: none;
}

#panel-header md-icon {
  color: rgba(255, 255, 255, 0.6);
}

#panel-header md-icon:hover {
  color: rgba(255, 255, 255, 1.0);
}

#house-info {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 4px -1px rgba(0, 0, 0, 0.3), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  max-height: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3000;
}

#house-info.transition {
  transition: all ease 0.5s;
}

#house-info.shown {
  opacity: 1;
  visibility: visible;
}

#house-info a {
  color: #4682b4 !important;
}

#house-info.nobrand {
  margin-top: 53px;
}

#info-title {
  flex: 0 0 auto;
  padding: 10pt 15px 10px 15px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(100, 181, 246) !important;
  line-height: 20pt;
}

#info-title .info-wrapper #title-text {
  padding-left: 24px;
  display: inline-block;
}

#info-title .info-wrapper i {
  position: absolute;
  left: -2px;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 19px;
  max-height: 50px;
}

#info-description {
  position: relative;
  flex: 0 1 auto;
  padding: 0 15pt 15px 39px;
  font-size: 16px;
  color: rgb(204, 204, 204);
  line-height: 16pt;
  pointer-events: auto;
  max-height: 250px;
}

#info-description .info-wrapper {
  display: block;
}

.info-wrapper {
  position: relative;
  height: 100%;
}

#more-vertical {
  display: none;
}

#more-icons-set {
  display: none;
  transition: opacity ease 0.5s;
}

#more-icons-set button {
  margin-right: 5px;
}

#resize-handle {
  right: 0;
  bottom: 0;
}

#resize-handle [md-icon-button] {
  width: auto;
  height: auto;
}

#resize-handle [md-icon-button]:hover::after {
  background-color: transparent;
  color: white;
}

#resize-handle md-icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

#resize-handle md-icon:hover {
  color: rgba(0, 0, 0, 1.0);
  cursor: se-resize;
}

#description-text {
  white-space: pre-line;
}

.group-wrapper {
  position: absolute;
  right: 10px;
  top: 50px;
  display: table;
}

.group-header {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  cursor: move;
}

.player-group-wrapper {
  /*for player mode*/
  position: absolute;
  bottom: 0px;
  display: table;
  width: 100%;
}

.photos {
  width: 100%;
  height: 300px;
  margin-left: 340px;
  /*background-color: blue;*/
}

.note {
  font-weight: bold;
}

.colorPicker {
  position: relative;
  top: 10px;
  left: -50px;
  background-color: transparent;
  border: none;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.hide {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0 !important;
}

.invisible {
  visibility: hidden;
  opacity: 0;
}

#bottom-controls-header {
  display: flex;
  width: 100%;
}

#bottom-controls {
  margin: 0 10px 10px 10px;
  transition: all 0.4s ease;
  padding-bottom: 5px;
}

#bottom-controls [md-icon-button] {
  padding: 2px 6px;
}

#bottom-controls>.icon-button {
  z-index: 100000;
  /*toast + 1*/
}

#navigation-toggle-button {
  z-index: 100000;
  /*toast + 1*/
}

#floorplan-header-button i,
#compare-toggle-button i,
#navigation-toggle-button i,
#floor-toggle-button i,
#reference-toggle-button i,
#measure-toggle-button i {
  line-height: 24px;
  font-size: 18px;
}

#floorplan-area,
#floor-selector-area,
#compare-selector-area,
#nav-highlights-title,
#nav-highlights-wrapper,
#bottom-controls {
  transition: transform 0.4s ease;
}

#floor-selector-area {
  float: left;
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 7, 23, 0.6);
  margin: 10px
}

#nav-highlights-title {
  margin: 10px;
  direction: ltr;
}

#nav-highlights-wrapper {
  width: 100%;
  height: auto;
}

#nav-highlights-list {
  width: calc(100% - 10px);
  height: auto;
  border-radius: 0;
}

#nav-highlights-item {
  overflow-x: overlay;
  overflow-y: hidden;
  position: relative;
}

[md-icon-button] {
  height: 30px;
  width: auto;
}

[md-icon-button]:hover {
  color: white;
  background-color: transparent;
}

[md-icon-button].pressed {
  color: #64b5f6;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-items {
  transition: all .4s ease-in-out;
  display: none;
}

.dropdown.opened .dropdown-items {
  display: block;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-item {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #cccccc;
  line-height: 32px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  text-align: left;
  padding: 0 5px;
}

.dropdown-item:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown-item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.dropdown-item:hover {
  background: rgba(0, 0, 0, 0.4);
}

.dropdown-item:hover,
.dropdown-item.selection {
  color: #64b5f6;
}

.text-ellipsis {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.highlight-thumb {
  margin: 10px 5px;
  cursor: pointer;
  display: table-cell;
  flex-shrink: 0;
  /* iOS 9 issue */
}

.highlight-thumb:first-child {
  margin-left: 0;
}

.highlight-thumb::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 1);
  transition: box-shadow .1s ease;
}

.highlight-thumb:hover::after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
}

.highlight-thumb.selected::after {
  box-shadow: inset 0 0 0 2px #64b5f6;
}

.highlight-thumb img {
  height: 72px;
}

.highlight-title-overlay {
  bottom: 3px;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: white;
  overflow: hidden;
  padding: 3px 0 6px 0;
}

#player-overlay {
  background: #263238;
}

#player-button {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.34);
  padding: 0 38px 40px 0;
  border-radius: 50%;
}

#player-button:hover {
  color: rgba(255, 255, 255, 1.0);
}

#player-background-img {
  max-width: 400px;
  max-height: 280px;
  overflow: hidden;
  border: 4px solid rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 0 64px rgba(0, 0, 0, .36);
}

#overlay-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

#watermark-logo {
  /* position: relative; */
  /* top: 15px; */
  display: block;
  margin: 15px auto 15px auto;
  opacity: 0.6;
  z-index: 100;
  max-width: 120px;
  max-height: 60px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.watermark-logo-left {
  margin-left: 30px !important;
}

.watermark-logo-right {
  margin-right: 30px !important;
}

.rotate90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.rotate-90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.hud-measure {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgb(204, 204, 204);
  border-radius: 3px;
  padding: 5px 10px 0 10px;
  font-size: 13px;
  word-wrap: break-word;
}

.hud-measure .color-button {
  color: #0376d4 !important;
}

.hud-measure .keyword {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid black;
  box-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  min-width: 16px;
  padding: 4px;
  border-radius: 3px;
  font-size: 90%;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.hud-measure .right {
  color: #a6a6a6;
  text-align: right;
  padding-right: 5px;
}

.hud-measure .left {
  text-align: left;
}

.force-hidden {
  display: none !important;
}

@media only screen and (max-width: 549px) {
  #house-info {
    width: 300px;
  }

  #info-title .info-wrapper i {
    display: none;
  }

  #info-title .info-wrapper #title-text {
    padding-left: 0;
  }

  #info-description {
    padding-left: 15px;
  }

  #more-icons-set .cupix-icons {
    padding: 0;
  }
}

@media only screen and (min-width: 550px) and (max-width: 1279px) {}