/* fallback */

@font-face {
  font-family: 'Cupix Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://storage.cupix.com/assets/fonts/cupix-temp.woff?20180920') format('woff');
}

.cupix-icons {
  font-family: 'Cupix Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  /* Preferred icon size */
  /* display: inline-block; */
  /* line-height: 1; */
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  height: 24px;
  width: 24px;
  padding: 0 5px;
}

[md-mini-fab] i, [md-mini-fab] md-icon {
  padding: 10px 0;
}
#player-area {
  float: left;
  height: 100%;
  min-width: 310px;
}

#ui-wrapper {
  position: fixed;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column;
  top: 0px;
  bottom: 15px;
}

#ui-content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

#ui-footer-wrapper {
  width: 100%;
  opacity: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}

#hud-group-wrapper {
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/*#hud-group-wrapper.mobile.floorplan.open {}*/

#floorplan-area {
  border-radius: 4px;
}

#floorplan-header-button {
  display: none;
  z-index: 1;
  border-radius: 4px;
  border: none;
}

#floorplan-header-button>* {
  vertical-align: middle;
}

#floorplan-header-button span {
  margin-left: 5px;
  line-height: 24px;
  font-size: 14px;
}

#floorplan-header-button i {
  text-align: right;
}

#floorplan-header-button.open {
  border-radius: 0 0 4px 4px;
}

#floorplan-content-wrapper {
  display: table-cell;
  overflow: hidden;
  width: 30vw;
  height: 30vw;
  float: left;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

#floorplan-content-wrapper.open {
  border-radius: 4px 4px 0 0;
}

#floorplan-content-wrapper.mobile {
  /*position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;*/
  /* width: calc(30% - 10px) !important; */
  /* height: 100% !important; */
  /* max-width: calc(30% - 10px); */
}

#floorplan-content-wrapper.mobile.portrait-floorplan {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  display: table-cell;
  vertical-align: bottom;
}

#floorplan-content {
  width: 100%;
  height: calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1px;
  text-align: center;
}

#floorplan-resize-handle {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  z-index: 1;
  cursor: nesw-resize;
  /* margin: 8px 4px 0 0; */
  line-height: 19px;
}

#floorplan-resize-handle i {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 20px;
}

#floorplan-resize-handle i:hover {
  color: white;
}

#floorplan-resize-handle.mobile {
  /*display: none !important;*/
}

#floorplan-ui {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

#floorplan-ui i {
  font-size: 15px;
  padding: 0 7px;
}

#floorplan-resize-handle i:hover {
  color: white;
}

#floorplan-ui.mobile {
  /*display: none !important;*/
}

#empty-floorplan-message {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#empty-floorplan-message i {
  width: 100px;
  height: 100px;
  font-size: 100px;
  left: calc(50% - 50px);
}

#empty-floorplan-warn {
  /*background-color: rgba(0,0,0,0.4);*/
  padding: 5px 0px;
  bottom: calc(50% - 70px);
  left: 0px;
  right: 0px;
  text-align: center;
}

@media only screen and (max-width: 549px) {
  #view-floorplan {
    display: none;
  }

  #floorplan-area.mobile {
    display: none !important;
  }

  #floorplan-area.max.mobile {
    width: 90% !important;
    max-width: 90% !important;
  }

  #floorplan-area.mobile.portrait-floorplan {
    display: block !important;
  }

  #hud-group-wrapper.mobile.floorplan {
    left: 0px !important;
    width: 100% !important;
  }

  #hud-group-wrapper.mobile.floorplan.open {
    left: 0px !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 550px) and (max-width: 1279px) {
  #view-floorplan {
    /* display: none; */
  }

  #floorplan-area.mobile {
    width: 30% !important;
    max-width: 30% !important;
  }

  #floorplan-area.max.mobile {
    width: 50% !important;
    max-width: 50% !important;
  }

  #floorplan-header-button.mobile {
    color: rgb(204, 204, 204);
    background-color: rgba(0, 0, 0, 0.6);
    /*position: fixed;*/
    /*left: 10px !important;
        bottom: 10px !important;*/
    width: 100% !important;
    height: 33px;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    outline: none;
    border: none;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: left;
    margin: 0;
    padding: 0px 5px;
  }

  /*#floorplan-header-button.open.mobile {}*/
  #floorplan-header-button.mobile.notch-x {
    left: 50px !important;
  }

  #floorplan-content-wrapper.mobile {
    /* left: 10px !important; */
    /* bottom: 43px !important; */
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: table-cell;
    vertical-align: bottom;
  }

  #floorplan-content-wrapper.mobile.notch-x {
    left: 50px !important;
  }

  #floorplan-content.mobile {
    /* pointer-events: none; */
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  #hud-group-wrapper.mobile.floorplan {}

  #hud-group-wrapper.mobile.floorplan.notch-x {
    left: calc(30% + 40px) !important;
    width: calc(70% - 40px) !important;
  }
}

@media only screen and (min-width: 1280px) {
  #floorplan-content {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
html, body {
  font-family: 'Lato', 'Helvetica', sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  padding: 0;
  margin: 0;
}

br {
  margin-top: 4px;
}

.hidden {
  display: none;
}

.link {
  text-decoration: none;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.df {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dwb {
  display: -webkit-box;
  display: -ms-flexbox;
}

.dfr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row;
  -webkit-flex-flow: row;
}

.dfc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column;
}

.dif {
  display: -webkit-inline-box;
  display: inline-flex;
}

.fww {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dih {
  display: inherit;
}

.dit {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

.pa {
  position: absolute;
}

.pabz {
  position: absolute;
  bottom: 0;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.oh {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.oa {
  overflow: auto;
}

.rtl {
  direction: rtl;
}

.right {
  float: right;
}

.left {
  float: left;
}

.r0 {
  right: 0;
}

.tar {
  text-align: right;
  text-align: -webkit-right;
}

.tal {
  text-align: left;
  text-align: -webkit-left;
}

.tac {
  text-align: center;
  text-align: -webkit-center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr60 {
  margin-right: 60px;
}

.mtm10 {
  margin-top: -10px;
}

.mlm10 {
  margin-left: -10px;
}

.ml50 {
  margin-left: 50px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pt15 {
  padding-top: 15px;
}

.p16 {
  padding: 16px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-7 {
  opacity: 0.7;
}

.left0 {
  left: 0 !important;
}

.full {
  width: 100%;
}

.full-v {
  height: 100%;
}

.quarter {
  width: 25%;
}

.onethird {
  width: 33%;
}

.fortyfive {
  width: 45%;
}

.threequarter {
  width: 75%;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.inline-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}

.inline-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.inline-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.vac {
  align-items: center;
}

.vat {
  vertical-align: top;
}

.vas {
  vertical-align: super;
}

.vertical-space20 {
  margin: 20px auto;
}

.w40 {
  min-width: 40px !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline-gray {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.black {
  color: black;
}

.white {
  color: white;
}

.white2 {
  color: #e2e2e2;
}

.cupix-icons.white2:hover {
  color: white;
}

.red {
  color: #F44336;
}

.wash-out {
  color: rgba(0, 0, 0, 0.54);
}

.wash-out2 {
  color: rgba(0, 0, 0, 0.34);
}

.wash-out-white {
  color: rgba(255, 255, 255, 0.34);
}

.h-spacer {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.zero-width {
  width: 0;
}

.ofys {
  overflow-y: scroll;
}

.ofya {
  overflow-y: auto;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pp-wrapper.width-max{
  width: 100%;  /* IE fail over */
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: max-content;
}

.cupix-color {
  color: #F57C00;
}

.fa {
  font-size: 24px;
}

.font-small {
  font-size: 12px;
}

.font-bigger {
  font-size: 120%;
}

.icon-wrapper {
  text-shadow: 0 0 0.1em #333, 0 0 0.1em #333;
}

#play .icon-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  font-size: 36px;
  padding: 0;
}

.rotate::before{
  font-family: 'Cupix Icons';
  content:"I";
  position: absolute;
  top: 18px;
  left: 10px;
  font-size: 32px;
}

.card-shadow {
  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);
}

.card-shadow-up {
  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);
}

.wide-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
}

.down-wide-shadow {
  box-shadow: 0 2px 9px rgba(0, 0, 0, .36);
}

.shaded-box {
  background-color: rgba(0, 0, 0, 0.04);
}

.panel-dark {
  color: rgb(204, 204, 204);
  background: rgba(0, 0, 0, 0.6);
  /* border-top: 1px solid rgba(0,0,0,0.85); */
  border-radius: 4px;
  padding: 0 5px;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.z-level1 {
  z-index: 2000;
}

.z-level2 {
  z-index: 1900;
}

.z-level3 {
  z-index: 1800;
}

md-hint {
  padding-top: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

md-sidenav {
  height: 100%;
  max-height: 100%;
  min-height: 3000px;
  overflow: auto;
}

.page-wrapper {
  width: calc(100% - 40px);
}

.page-wrapper md-card {
  margin-bottom: 16px;
}

.card-container {
  max-width: 1000px;
  margin: auto;
  /*background-color: #f00;*/
  display: flex;
  flex-flow: row wrap;
}

.check-group {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 22px;
  cursor: pointer !important;
}

.check-group label {
  cursor: pointer !important;
}

.check-group input {
  position: absolute;
  opacity: 0;
  left: 0;
  z-index: 100;
  cursor: pointer !important;
}

.check-group .checkmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer !important;
}

.check-group .optionmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  cursor: pointer !important;
}

.check-group:hover label {
  opacity: 0.7;
}

.check-group input~.checkmark, .check-group input~.optionmark {
  background-color: rgba(0, 0, 0, 0.3);
}

.check-group input:checked~.checkmark, .check-group input:checked~.optionmark {
  background-color: #62bb66;
}

.check-group .checkmark:after, .check-group .optionmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group input:checked~.checkmark:after, .check-group input:checked~.optionmark:after {
  display: block;
}

.check-group .checkmark:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.check-group .optionmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.transition-fast {
  transition: all 0.4s ease;
}

div#pagination_container {
  text-align: center;
  width: 100%;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.4s linear;
  animation: fadeInDown 0.4s linear;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.4s linear;
  animation: fadeInUp 0.4s linear;
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.4s linear;
  animation: fadeOutUp 0.4s linear;
}

.fadeInInPlace {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.fadeOutInPlace {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

/* Custom scrollbar */

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.24)
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.43);
}

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

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Cupix Scrollbar */

.cpScroll {
  overflow: auto;
  overflow-x: hidden;
}

.cpScroll::-webkit-scrollbar-track {
  box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.cpScroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.cpScroll::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, .4);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.cpScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, .6);
}

/*md button*/

.pickable {
  cursor: pointer !important;
}

.pickable:hover {
  opacity: 0.7;
}

.icon-button {
  display: none;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 24px;
  color: currentColor;
  text-align: center;
  background: transparent;
  min-width: 0;
  width: auto;
  height: 33px;
  padding: 2px;
  margin: 0;
  border-radius: 4px;
}

.icon-button>* {
  vertical-align: middle;
}

.hover-white:hover {
  color: white;
}

.eventThrough {
  pointer-events: none;
}

.eventAll {
  pointer-events: all;
}

.ext-link {
  color: #2196f3;
  cursor: pointer;
  text-decoration: none;
}

.ext-link:hover {
  text-decoration: underline;
}
.editor {
    /*side bar tab*/
    left: 38px !important;
}

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

.icon-text {
    font-size: 18px !important;
    height: 24px;
    width: 24px;
    padding-top: 7px;
}

.button-text {
    /* height: 24px; */
    /* line-height: 1; */
    /* padding-top: 7px; */
    display: inline-block;
}

.cupix-icon {
    font-size: 20px;
    padding-top: 3px;
}

.toggle-group button {
    padding: 0 10px;
}

.v-bar {
    font-size: 18px;
    vertical-align: -1px;
    color: grey;
    font-weight: 100;
}

.v-bar2 {
    font-size: 18px;
    vertical-align: 4px;
    color: grey;
    font-weight: 100;
}

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.gutter {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    cursor: col-resize;
    background-image: url("https://storage.cupix.com/assets/images/vsizegrip.png") !important
}

.split.split-horizontal, .gutter.gutter-horizontal {
    height: 100%;
    float: left;
}

.btn-exit-wrapper {
    position: relative;
    z-index: 1;
    float: left;
}

.btn-exit {
    position: absolute;
    left: -3px;
    top: 10px;
    color: #a6a6a6;
}

.btn-exit:before {
    content:"x";
    background-color: rgba(16, 20, 23, 1);
    font-family: 'Cupix Icons';
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-exit:hover {
    color: white;
}

#social-share-wrapper {
    display: inline-block;
    position: relative;
}

#share-slide-wrapper {
    position: absolute;
    right: 0px;
    overflow: hidden;
    pointer-events: none;
}

#share-slide-wrapper.top {
    margin-top: 10px;
}

#share-slide-wrapper.bottom {
    bottom: 40px;
}

#share-slide {
    background-color: rgba(0,0,0,.25);
    float: right;
    border-radius: 3px;
    transition: all .5s;
    padding: 5px 0;
    text-align: center;
}

#share-slide i {
    font-size: 22px;
}

#share-slide.top {
    transform: translateY(-200px);
}

#share-slide.bottom {
    transform: translateY(200px);
}

#share-slide.top.open,
#share-slide.bottom.open {
    transform: translateY(0px);
}

/* ui align  */

#bottom-controls-header.right #bottom-controls{
    flex-direction: row-reverse;
  }
  
  #bottom-controls-header.left{
    justify-content: flex-start;
  }
  
  #bottom-controls-header.right{
    justify-content: flex-end;
  }
  
  #bottom-controls-header.top{
    top:0px;
  }
  
  #bottom-controls-header.bottom{
    bottom:0px;
  }
  
  #floor-selector-area.left,#floorplan-area.left, #nav-highlights-title.left{ left: 0px; }
  #floor-selector-area.right,#floorplan-area.right, #nav-highlights-title.right{ right: 0px;}
  #floor-selector-area.top,#floorplan-area.top, #nav-highlights-title.top{top:0px;}
  #floor-selector-area.bottom,#floorplan-area.bottom, #nav-highlights-title.bottom{bottom: 0px;}
  
  
  #hud-group-wrapper.left { 
    flex-flow: row-reverse;
  }
  #hud-group-wrapper.right { 
    flex-flow: row;
  }
  #hud-group-wrapper.top { 
    flex-flow: column-reverse;
  }
  #hud-group-wrapper.bottom { 
    flex-flow: column;
  }
  
  #nav-highlights-wrapper.top,
  #nav-highlights-wrapper.bottom {
    width: 100%;
    height: auto;
  
  }
  
  #nav-highlights-wrapper.left,
  #nav-highlights-wrapper.right{
    width: auto;
    height: 100%;
  }
  
  #nav-highlights-wrapper.top #nav-highlights-list,
  #nav-highlights-wrapper.bottom #nav-highlights-list {
    width: calc(100% - 10px);
    height: auto;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
  }
  
  #nav-highlights-wrapper.left #nav-highlights-list,
  #nav-highlights-wrapper.right #nav-highlights-list {
    height: calc(100%);
    width: auto;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
  }

  #nav-highlights-wrapper.top #nav-highlights-item,
  #nav-highlights-wrapper.bottom #nav-highlights-item {
    display: flex;
    flex-flow: row;
    -webkit-flex-flow: row;
 }

 #nav-highlights-wrapper.left #nav-highlights-item,
 #nav-highlights-wrapper.right #nav-highlights-item{
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
 }
  
  #nav-highlights-item {
    overflow-x: overlay;
    overflow-y: hidden;
    position: relative;
  }
/*#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) {}
.spinner-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: wait;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.spinner-message-container {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2001;
  cursor: wait;
}

.spinner-modal-container {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2001;
  cursor: wait;
}

.spinner-message {
  display: none;
  text-align: center;
  vertical-align: middle;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: 60px;
  left: 100px;
  background-color: rgba(0, 0, 0, 0.75);
}

.spinner-wrapper {
  background: rgba(255, 255, 255, 0.12);
  width: 42px;
  height: 40px;
  margin: 0 auto;
  padding-top: 6px;
  border-radius: 6px;
}

md-spinner {
  margin: 0 auto;
  height: 32px;
  width: 32px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.maskedCircle {
  width: 16px;
  height: 16px;
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.74);
}

.mask {
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.spinner {
  width: 26px;
  height: 26px;
  animation: spin 1.5s infinite linear;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2001;
}

.colored-bg {
  background-color: #FF6F00;
}

.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#present-logo {
  top: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 100%;
}

#powered-logo {
  display: none;
  bottom: 55px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

#play {
  position: absolute;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid white;
  color: rgba(255, 255, 255, 0.8);
  z-index: 5002;
  outline: none;
  cursor: pointer;
  transform: translateY(-30px)
}

#play:hover {
  color: #2196F3;
  border: 3px solid rgba(255, 255, 255, 0.6);
}

#explore3d {
  position: absolute;
  z-index: 5002;
  top: calc(50% + 75px);
  left: 50%;
  transform: translate(-50%, 0%);
}

#pixelatePreview {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

#loading-wrapper {
  color: rgba(255, 255, 255, 0.74);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: Verdana, Geneva, sans-serif;
  background: #263238;
  z-index: -1;
}

#logo-text-cell {
  padding-right: 10px;
}

#logo-image-cell {
  width: 120px;
  height: 60px;
}

.loading img {
  max-width: 120px;
  max-height: 60px;
  vertical-align: middle;
}

#tour-title-wrapper {
  position: absolute;
  color: white;
  width: calc(100% - 40px);
  top: 25%;
  left: 50%;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  -webkit-flex-flow: column;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

#tour-title {
  font-size: 24px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
}

#progress-msg {
  font-size: 14px;
}

#progress-bar {
  border-top: 2px solid #2196F3;
  width: 0;
  height: 0;
}

#progress-bar-base {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -10px;
  width: 100%;
  height: 0;
}

#background-img {
  max-width: 400px;
  max-height: 280px;
  width: 400px;
  height: 280px;
  overflow: hidden;
}

#background-img {
  box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 0 64px rgba(0, 0, 0, .36);
}

#logo-wrapper {
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.64);
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.loader {
  border: 4px solid transparent;
  /* Light grey */
  border-top: 4px solid #3f51b5;
  /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1.5s linear infinite;
  position: relative;
  left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#error-wrapper {
  color: rgba(255, 255, 255, 0.74);
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 1);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
}

#error-msg {
  padding: 0 60px;
}

#error-detail {
  padding: 10px 60px;
  font-size: 9px;
  color: #393939;
}

#error-env {
  position: absolute;
  bottom: 0%;
  padding: 10px 60px;
  font-size: 9px;
  color: #393939;
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #FFFFFF;
}
.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    /*bottom: 0;*/
    bottom: 10%;
    right: 0;
    width: auto;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-container {
    /*position: fixed;*/
    position: absolute;
    width:280px;
    z-index: 2000;
    cursor: pointer;
    transition: opacity ease 0.5s;
    animation: slideUp 0.5s ease;
}

.toast-container br {
    margin: 0;
    content: unset;
}

.toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.toast-container > div {
  display: block;
  opacity: 1.0;
  overflow: hidden;
  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);
  line-height: 28px;
  font-size:14px;
  color: white;
  width: auto;
  position: relative;
  margin: 0 0 6px;
  border-radius: 3px 3px 3px 3px;
  background-repeat: no-repeat;
}

/*@media (max-width: 768px) and (min-width: 481px){
  .toast-container > div {
    width: auto;
  }
}*/

.toast-container > div.toast-custom {
    padding: 15px;
    color: #030303;
}
@media (max-width: 480px) and (min-width: 241px){
    .toast-container>div {
    padding: 8px 8px 8px 15px;
    }
}


.toast-container > div.toast-custom .toast-close-button {
    color: #999999 !important;
}

.toast-container.toast-top-center > div,
.toast-container.toast-bottom-center > div {
    margin: auto;
}
.toast-container.toast-top-full-width > div,
.toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto;
}
.toast {
    background-color: #FFFFFF;
	padding:10px;
    border-radius: 5px;
	position: absolute;
	display: inline-block;

}
.toast-success {
    background-color: #51A351;
}
.toast-error {
    background-color: #BD362F;
}
.toast-info {
    background-color: #2F96B4;
}
.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
}

/*Responsive Design*/
.toast-container .white-back {
  background: rgba(255,255,255,0.8);
  border-radius: 3px;
  padding: 0 3px;
  color: black;
  font-size: 12px;
}
.mr-small {
  margin: 0 2px;
}

.ml-small {
  margin-left: 4px;
}

.toast-container .cupix-icons {
  font-size: 17px;
  vertical-align: bottom;
  margin-top: -10px;
  padding: 0;
}

.toast-container > .toast-warning {
  background-image: none !important;
}

.toast-container > .toast-info {
  background-image: none !important;
}

.toast-container > .toast-success {
  background-image: none !important;
}

.toast-container > .toast-error {
  background-image: none !important;
}

.toast .title {
  padding: 15pt 15px 10px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20pt;
}

.toast-wrapper {
  position: relative;
}

.toast .close-icon {
  position: absolute;
  top: -12px;
  right: -10px;
  margin: 0;
  padding: 0 0 0 6px;
  background: rgba(0,0,0,0.1);
  border-radius: 6px;
  font-size: 13px;
}

.toast > span{
	display: inline;
}

.toast p{
    line-height: 24px;
    padding: 0 5px;
}

br {
  display: block;
  content: "";
  margin-top: 12px;
}
.pp-wrapper {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: rgba(22, 22, 22, 0.8);
  color: #cccccc;
  border-radius: 3px;
  margin: 0;
  padding: 15px;
  width: 300px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.pp-wrapper .pp-title {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.pp-wrapper .pp-desc {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pp-wrapper .pp-desc a {
  color: #4682b4;
}

.pp-wrapper.width-max{
  width: 100%;  /* IE fail over */
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: max-content;
}

.pp-wrapper iframe, .pp-wrapper embed {
  max-width: 100%;
  display: block;
  margin: auto;
}

.pp-wrapper .pp-desc p {
  margin: 0;
}

.pp-wrapper .video-wrapper {
  position: relative;
}

.pp-wrapper .video-wrapper .video-clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.pp-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 10000;
  top: 0px;
  left: 0px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
}

.pp-popup-wrapper {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  padding: 0;
  background-color: black;
  border: 6px solid rgba(255, 255, 255, 0.8);
}

.pp-popup-wrapper .close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
}

.pp-popup-wrapper .close-btn .cupix-icons {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  cursor: pointer;
  padding: 0 5px;
}

.pp-popup-wrapper iframe {
  display: table;
  background-color: #e2e2e2;
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  background-image: -webkit-linear-gradient(45deg, #c8c8c8 25%, transparent 25%, transparent 75%, #c8c8c8 75%, #c8c8c8), -webkit-linear-gradient(45deg, #c8c8c8 25%, transparent 25%, transparent 75%, #c8c8c8 75%, #c8c8c8);
  background-image: -moz-linear-gradient(45deg, #c8c8c8 25%, transparent 25%, transparent 75%, #c8c8c8 75%, #c8c8c8), -moz-linear-gradient(45deg, #c8c8c8 25%, transparent 25%, transparent 75%, #c8c8c8 75%, #c8c8c8);
  background-image: linear-gradient(45deg, #c8c8c8 25%, transparent 25%, transparent 75%, #c8c8c8 75%, #c8c8c8), linear-gradient(45deg, #c8c8c8 25%, transparent 25%, transparent 75%, #c8c8c8 75%, #c8c8c8);
}

.pp-div-wrapper.top {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.pp-div-wrapper.bottom {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.pp-div-wrapper.left {
  position: absolute;
  left: 30px;
  transform: translateY(-50%);
}

.pp-div-wrapper.right {
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.8;
  float: none !important;
  position: relative;
}

.triangle.top {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 0 15px 30px 0;
  border-color: transparent transparent #161616 transparent;
}

.triangle.bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 30px 15px 0 0;
  border-color: #161616 transparent transparent transparent;
}

.triangle.left {
  position: absolute;
  top: calc(50% - 15px);
  right: 100%;
  border-width: 15px 30px 0 0;
  border-color: transparent #161616 transparent transparent;
}

.triangle.left-top {
  border-width: 0 30px 15px 0;
  border-color: transparent #161616 transparent transparent;
}

.triangle.left-bottom {
  border-width: 0 0 15px 30px;
  border-color: transparent transparent #161616 transparent;
}

.triangle.right {
  position: absolute;
  top: calc(50% - 15px);
  left: 100%;
  border-width: 15px 0 0 30px;
  border-color: transparent transparent transparent #161616;
}

.triangle.right-top {
  border-width: 15px 30px 0 0;
  border-color: #161616 transparent transparent transparent;
}

.triangle.right-bottom {
  border-width: 15px 0 0 30px;
  border-color: transparent transparent transparent #161616;
}

.hud-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  color: #383838;
  border-radius: 3px;
  margin: 0;
  padding: 0 4px;
  font-size: 12px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.pp-event-through {
  pointer-events: none;
}

.viewer-wrapper .pp-img {
  cursor: zoom-in;
}

.pp-img {
  max-width: 100%;
  display: block;
  box-shadow: 0px 0 4px 0 rgba(0, 0, 0, 0.45);
  margin: 4px auto;
}

.popup-center-position {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-block-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  z-index: 100001;
  top: 0px;
  left: 0px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
}

#popupPreview {
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  position: fixed !important;
  padding: 0;
  background-color: black;
  border: 6px solid rgba(255, 255, 255, 0.8);
  transition: opacity ease 0.5s;
}

#popupPreview img {
  display: flex;
}

#popupPreviewFrame {
  overflow: hidden;
  min-width: 150px;
  min-height: 150px;
  max-width: 100%;
  max-height: 100%;
}

#popupPreviewClose {
  position: absolute;
  top: 5px;
  right: 5px;
}

#popupPreviewZoom {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.engine-center-align {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.engine-ui-wrapper {
  display: flex;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.engine-icon-button {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14px;
  line-height: 24px;
  color: currentColor;
  text-align: center;
  background: transparent;
  min-width: 0;
  width: auto;
  height: 33px;
  padding: 2px;
  margin: 0;
  border-radius: 4px;
}

.engine-icon-button>* {
  vertical-align: middle;
}

.engine-icon-wrapper {
  text-shadow: 0 0 0.1em #333, 0 0 0.1em #333
}

.engine-white2 {
  color: #e2e2e2;
}

.cupix-icons.engine-white2:hover {
  color: white;
}

table.dim {
  color: rgba(0, 0, 0, 0.8);
  border-collapse: collapse;
}

table.dim td {
  padding: 3px;
}

table.dim .value.xc {
  color: #C62828;
}

table.dim .value.yc {
  color: #1B5E20;
}

table.dim .value.zc {
  color: #01579B;
}

.scaleIn {
  visibility: visible;
  opacity: 1;
  -webkit-animation: scaleIn 0.3s ease;
  animation: scaleIn 0.3s ease;
}

.scaleOut {
  visibility: hidden;
  opacity: 0;
  transform: scale(0%);
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s ease;
}

.selectBox {
  position: absolute;
  z-index: 1010;
  background-color: #c8c8c8;
  opacity: 0.2;
  border-width: 2px;
  border-color: #3c3c3c;
  border-style: dashed;
}

@keyframes scaleIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    transform: scale(100%);
  }
}

@-moz-keyframes scaleIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    transform: scale(100%);
  }
}

@-webkit-keyframes scaleIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    transform: scale(100%);
  }
}

@-ms-keyframes scaleIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    transform: scale(100%);
  }
}

@-o-keyframes scaleIn {
  0% {
    visibility: visible;
    transform: scale(0);
  }
  100% {
    transform: scale(100%);
  }
}

@keyframes scaleOut {
  0% {
    transform: scale(100%);
  }
  100% {
    visibility: hidden;
    transform: scale(0);
  }
}

@-moz-keyframes scaleOut {
  0% {
    transform: scale(100%);
  }
  100% {
    visibility: hidden;
    transform: scale(0);
  }
}

@-webkit-keyframes scaleOut {
  0% {
    transform: scale(100%);
  }
  100% {
    visibility: hidden;
    transform: scale(0);
  }
}

@-ms-keyframes scaleOut {
  0% {
    transform: scale(100%);
  }
  100% {
    visibility: hidden;
    transform: scale(0);
  }
}

@-o-keyframes scaleOut {
  0% {
    transform: scale(100%);
  }
  100% {
    visibility: hidden;
    transform: scale(0);
  }
}