#gallery-vaigation {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 9px;
  border-radius: 0;
  background-color: #00273c; }

#gallery-content.has-header {
  top: 80px; }

.gallery-title {
  pointer-events: none; }

.gallery {
  font-size: 0;
  line-height: 0;
  height: calc(100vh - 122px);
  margin: 0; }

.nav_selection {
  display: inline-block;
  margin: 0;
  padding: 4px 10px 4px 10px;
  color: white;
  border-radius: 10px; }

.flecha {
  color: #26b3ff; }

.filter-contents {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 18px; }

gallery-thumbnail {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  background-color: #00273c; }
  gallery-thumbnail.selected:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 132, 100, 0.74);
    content: ""; }
  gallery-thumbnail > img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%); }

[ng-include="'Gallery/GalleryTile/GalleryTile.html'"] {
  display: inline-block; }

gallery-tile {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: calc(100vw / 3);
  padding: 0;
  border: 2px solid #00273c; }
  @media (min-width: 500px) {
    gallery-tile {
      width: 50vw;
      height: calc(50vw / 3); } }
  @media (min-width: 992px) {
    gallery-tile {
      width: 33.33vw;
      height: calc(33.33vw / 3); } }
  @media (min-width: 1200px) {
    gallery-tile {
      width: 25vw;
      height: calc(25vw / 3); } }
  gallery-tile title {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 10px;
    display: inline;
    color: #efefef;
    text-shadow: 0 0 10px #000; }
  gallery-tile qty {
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    display: inline;
    padding: 5px;
    color: #efefef;
    border-radius: 25px;
    background-color: #00273c;
    text-shadow: 0 0 0 #000; }
  gallery-tile span {
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 4%;
    color: white; }
  gallery-tile bar {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline;
    height: 0;
    background-color: #158464; }
  gallery-tile pano {
    font-size: 30px;
    font-weight: normal;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 10px;
    display: inline;
    color: #efefef;
    text-shadow: 0 0 10px #000; }
  gallery-tile .pul_btn > .icon {
    margin-left: .5em; }
  gallery-tile .span_ani {
    pointer-events: none; }

gallery-timelapse {
  display: block;
  width: 100vw;
  height: 0;
  overflow: hidden;
  transition: all .333s ease-in-out;
  opacity: 0; }
  gallery-timelapse.active {
    height: calc(100vw/3 + 16px);
    opacity: 1; }
  gallery-timelapse .gtVideoTimeLapse {
    position: relative;
    height: calc(100vw/3 + 16px);
    /* height: calc(100vw/2 - 30px);
        top: calc( ( (100vw/3) - (100vw/2) ) + 30px); */ }
    gallery-timelapse .gtVideoTimeLapse span {
      position: absolute;
      top: 50px;
      right: 20px;
      /* width: 20px;
            height: 30px; */
      opacity: .5; }
      gallery-timelapse .gtVideoTimeLapse span i {
        color: #ffffff !important; }

#app_gallery ion-nav-bar.bar-positive.nav-bar-container.hide,
[id^="app_gallery_"] ion-nav-bar.bar-positive.nav-bar-container.hide {
  display: initial; }

.galleryRatingStars {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffff00; }
  .galleryRatingStars .ion-ios-star-outline {
    position: relative;
    top: 1px; }

.galleryRatingStars .lighter {
  color: #000000;
  opacity: 0.4; }

.setGalleryPercentageRate {
  font-size: 20px;
  color: #ffffff; }

#Timelapse #Timelapse-Content > .scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%; }

ion-content {
  background: #00273c; }

.button.color_delete {
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #c32525 !important; }

.button.color_edit {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #00952f !important; }

.button.color_show {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #183a4f !important; }

.alert_delete > .popup {
  background-color: white !important; }
  .alert_delete > .popup > .popup-head {
    padding: 15px 20px; }
    .alert_delete > .popup > .popup-head > .popup-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: black; }
  .alert_delete > .popup > .popup-body > input {
    background-color: #e6e6e6; }

.hard_delete > .popup {
  background-color: white !important; }
  .hard_delete > .popup > .popup-head {
    padding: 15px 20px;
    text-align: center; }
    .hard_delete > .popup > .popup-head > .popup-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: black; }
  .hard_delete > .popup > .popup-body {
    padding: 15px 20px;
    text-align: center; }
    .hard_delete > .popup > .popup-body > .waiting > .spinner-ios {
      stroke: black; }

.Sync_select > .popup {
  height: auto;
  width: 80%; }
  .Sync_select > .popup > .popup-head {
    padding: 12px 12px;
    text-align: center; }
    .Sync_select > .popup > .popup-head > .popup-title {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      color: white; }
  .Sync_select > .popup > .popup-body {
    padding: 20px 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.0;
    color: white;
    text-align: left; }
    .Sync_select > .popup > .popup-body > .waiting > .spinner-ios {
      stroke: black; }

.pano-popup > .popup > .popup-head > .popup-title {
  line-height: 2; }

.pano-popup > .popup > .popup-body {
  color: white; }

timelapse-player {
  position: relative;
  display: block; }
  timelapse-player timelapse-controls {
    position: absolute;
    z-index: 9007199254740991;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none; }
    timelapse-player timelapse-controls .top,
    timelapse-player timelapse-controls .bottom {
      display: flex;
      flex-direction: row;
      width: 100%; }
      timelapse-player timelapse-controls .top > *,
      timelapse-player timelapse-controls .bottom > * {
        pointer-events: auto; }
    timelapse-player timelapse-controls .top {
      justify-content: flex-end; }
      timelapse-player timelapse-controls .top > * {
        margin-left: 6px; }
    timelapse-player timelapse-controls .bottom {
      justify-content: flex-start; }
      timelapse-player timelapse-controls .bottom > * {
        margin-right: 6px; }
  timelapse-player timelapse-progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    border: none;
    background: #464646; }
    timelapse-player timelapse-progressbar .shot {
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 5px;
      left: 0;
      transition: width 1s linear;
      pointer-events: none; }
      timelapse-player timelapse-progressbar .shot-id {
        z-index: 0;
        background: transparent; }
      timelapse-player timelapse-progressbar .shot-loaded {
        z-index: 1;
        background: rgba(255, 255, 255, 0.4); }
      timelapse-player timelapse-progressbar .shot-shown {
        z-index: 2;
        background: red; }

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

@keyframes throb {
  0% {
    opacity: .5; }
  50% {
    opacity: .3; }
  100% {
    opacity: .5; } }
  timelapse-player timelapse-status-indicator {
    position: absolute;
    z-index: 9007199254740991;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 0;
    pointer-events: none; }
    timelapse-player timelapse-status-indicator .icon {
      font-size: 88px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all .666s ease-in-out;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      color: #08283c; }
      timelapse-player timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-ios-refresh), timelapse-player timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-alert-circled) {
        font-size: 98px;
        opacity: 1; }
      timelapse-player timelapse-status-indicator .icon.ng-hide-add-active {
        display: none; }
      timelapse-player timelapse-status-indicator .icon.ion-ios-refresh {
        top: calc(50% - 40px);
        left: calc(50% - 20px);
        animation: spin 2s linear infinite, throb 4s linear infinite .666s;
        opacity: .5; }
        timelapse-player timelapse-status-indicator .icon.ion-ios-refresh.ng-hide {
          display: block !important;
          animation-name: spin;
          opacity: 0; }
      timelapse-player timelapse-status-indicator .icon.ion-alert-circled {
        opacity: 1; }
        timelapse-player timelapse-status-indicator .icon.ion-alert-circled.ng-hide-add-active {
          opacity: .5; }
  timelapse-player timelapse-viewer {
    display: block; }
    timelapse-player timelapse-viewer .viewer {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: calc(100vw / 3);
      background-color: #00273c; }
      timelapse-player timelapse-viewer .viewer .frame {
        position: absolute;
        z-index: -1000;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        padding: 0;
        transform: translateX(-50%) translateY(-50%); }
        timelapse-player timelapse-viewer .viewer .frame.poster {
          z-index: 0;
          opacity: .35; }
      timelapse-player timelapse-viewer .viewer canvas {
        position: absolute;
        top: 0;
        right: 0;
        left: 0; }

.sync_view_connection {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 12px; }

.sync_view_pending_1 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 9px;
  background-color: #104566; }

.sync_view_pending_2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 9px;
  background-color: #1a4c6d; }

ion-content {
  background: #00273c; }

.button.color_delete {
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #c32525 !important; }

.button.color_edit {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #00952f !important; }

.button.color_show {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #183a4f !important; }

.alert_delete > .popup {
  background-color: white !important; }
  .alert_delete > .popup > .popup-head {
    padding: 15px 20px; }
    .alert_delete > .popup > .popup-head > .popup-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: black; }
  .alert_delete > .popup > .popup-body > input {
    background-color: #e6e6e6; }

.hard_delete > .popup {
  background-color: white !important; }
  .hard_delete > .popup > .popup-head {
    padding: 15px 20px;
    text-align: center; }
    .hard_delete > .popup > .popup-head > .popup-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: black; }
  .hard_delete > .popup > .popup-body {
    padding: 15px 20px;
    text-align: center; }
    .hard_delete > .popup > .popup-body > .waiting > .spinner-ios {
      stroke: black; }

.Sync_select > .popup {
  height: auto;
  width: 80%; }
  .Sync_select > .popup > .popup-head {
    padding: 12px 12px;
    text-align: center; }
    .Sync_select > .popup > .popup-head > .popup-title {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      color: white; }
  .Sync_select > .popup > .popup-body {
    padding: 20px 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.0;
    color: white;
    text-align: left; }
    .Sync_select > .popup > .popup-body > .waiting > .spinner-ios {
      stroke: black; }

.pano-popup > .popup > .popup-head > .popup-title {
  line-height: 2; }

.pano-popup > .popup > .popup-body {
  color: white; }

.sync_view_connection {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 12px; }

.sync_view_pending_1 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 9px;
  background-color: #104566; }

.sync_view_pending_2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 9px;
  background-color: #1a4c6d; }

pano-viewer {
  display: block;
  height: 100%; }

pano-viewer.window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.pb-item-device {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  pointer-events: none;
  opacity: .4; }
  .pb-item-device.item {
    color: white !important;
    border-width: 0 !important;
    border-color: rgba(221, 221, 221, 0);
    background-color: rgba(255, 255, 255, 0); }
    .pb-item-device.item.activated {
      border: 1px solid white !important;
      background-color: #00273c; }
  .pb-item-device.selected {
    background-color: #1d78a9; }
  .pb-item-device.canConnect {
    pointer-events: auto;
    opacity: 1; }
  .pb-item-device > span {
    margin-left: 80px !important; }

.pb-button {
  font-size: 9px;
  font-weight: 400;
  line-height: 42px;
  position: relative;
  display: inline-block;
  min-width: 52px;
  min-height: 47px;
  margin: 0;
  padding: 0 12px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  letter-spacing: 4px;
  text-overflow: ellipsis;
  color: #444;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  background-color: #f8f8f8; }
  .pb-button-refresh {
    font-size: 9px;
    font-weight: 400;
    line-height: 42px;
    position: relative;
    display: inline-block;
    min-width: 52px;
    min-height: 47px;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    letter-spacing: 4px;
    text-overflow: ellipsis;
    color: #444;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 4px;
    background-color: #f8f8f8; }

.pb-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .pb-bar-footer {
    padding: 0;
    border-top-width: 0; }
  .pb-bar.pb-bar-positive {
    border-color: #004669;
    background-color: #004669;
    background-image: linear-gradient(0deg, #004669, #004669 50%, transparent 50%); }
    .pb-bar.pb-bar-positive-footer {
      background-image: linear-gradient(180deg, #0c60ee, #0c60ee 50%, transparent 50%); }
  .pb-bar .pb-button {
    border-radius: 0; }

.pb-bar-positive .pb-button {
  color: #fff;
  border-color: #004669;
  background-color: #004669; }
  .pb-bar-positive .pb-button-positive {
    color: #fff;
    border-color: transparent; }
    .pb-bar-positive .pb-button-positive.activated {
      border-color: #004669;
      background-color: #004669; }
  .pb-bar-positive .pb-button-refresh-positive {
    background-color: #009e4c; }
    .pb-bar-positive .pb-button-refresh-positive.activated {
      background-color: #009e4c; }

.pb-ion:before {
  margin-right: 15px !important; }

html,
body {
  overscroll-behavior: none; }

.formInvalid::-webkit-input-placeholder {
  color: red; }

.formInvalid:-moz-placeholder {
  color: red; }

.formInvalid::-moz-placeholder {
  color: red; }

.formInvalid:-ms-input-placeholder {
  color: red; }

#infoCam {
  color: white; }

.equir::before {
  width: 100px;
  height: 100px;
  padding-top: 28px;
  background-color: rgba(62, 191, 255, 0.75);
  border-radius: 50px; }

.equir {
  margin: 20px; }

.radio-list > input {
  color: white; }

.radio-list > div > div {
  color: white;
  text-align: left; }

.radio-list > div > i {
  color: white; }

.equir-par {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.equi_modal > .popup > .popup-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px; }

.equi_modal > .popup > .popup-body {
  padding-top: 0px !important; }

.equi_modal > .popup {
  width: 100%; }

.round_but {
  border-radius: 40px !important;
  height: 52px !important;
  font-size: 20px !important;
  padding-left: 16px !important;
  width: 52px !important;
  -webkit-animation-name: but !important;
  -webkit-animation-duration: 2s !important;
  animation-name: but !important;
  animation-duration: 2s !important;
  background-color: rgba(33, 181, 255, 0.2) !important; }

@keyframes but {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.item.changed {
  color: #00ff21 !important; }

.item-select select {
  width: 10%;
  min-width: 160px; }

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear; }

.list .item.item-accordion.ng-hide {
  line-height: 0px; }

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important; }

.item.active,
.item.activated,
.item-complex.active .item-content,
.item-complex.activated .item-content,
.item .item-content.active,
.item .item-content.activated {
  font-weight: 500; }

.tech .item {
  padding: 2px !important; }

.cent {
  text-align: center;
  font-size: 20px; }

.sharing > .popup {
  width: 100%;
  border-radius: 0px !important;
  background-color: rgba(1, 25, 37, 0.71) !important; }

.sharing > .popup > .popup-body {
  padding: 35px; }

.cent2 {
  text-align: center; }

.obsStatM {
  margin: 2vw; }

/*
#MapOpt {
  right: 2px !important;
  position: absolute !important;
  bottom: 4px !important;
}
*/
.popup-body {
  text-align: center;
  padding: 10px;
  overflow: auto; }
  .popup-body textarea,
  .popup-body input[type="text"],
  .popup-body input[type="password"] {
    border: 2px solid #cccccc !important; }

#jumpPano {
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: 3px !important;
  left: 0px !important; }

.obsBTN {
  height: 20px !important;
  padding: 0px !important;
  border-radius: 20px !important;
  width: 250px !important;
  background-color: rgba(119, 38, 21, 0) !important;
  border: 2px solid white !important; }

.obsBTN.start {
  background-color: rgba(119, 38, 21, 0) !important; }

.obsBTN.stop {
  background-color: rgba(119, 38, 21, 0) !important; }

#popvalu {
  text-align: center;
  background-color: #e6e6e6; }

.obsStatM div {
  display: flex;
  align-items: baseline;
  text-align: center;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  color: white;
  font-size: 20px; }

.obsStatM div i {
  margin: 2px !important; }

@keyframes down1 {
  0% 100% {
    opacity: 1; }
  20% {
    opacity: 0.6; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; } }

.downloading:nth-child(1) {
  -webkit-animation: 1s linear 0s infinite alternate down1;
  -moz-animation: 1s linear 0s infinite alternate down1;
  -o-animation: 1s linear 0s infinite alternate down1;
  animation: 1s linear 0s infinite alternate down1; }

.downloading:nth-child(2) {
  -webkit-animation: 1s linear 0.2s infinite alternate down1;
  -moz-animation: 1s linear 0.2s infinite alternate down1;
  -o-animation: 1s linear 0.2s infinite alternate down1;
  animation: 1s linear 0.2s infinite alternate down1; }

.downloading:nth-child(3) {
  -webkit-animation: 1s linear 0.4s infinite alternate down1;
  -moz-animation: 1s linear 0.4s infinite alternate down1;
  -o-animation: 1s linear 0.4s infinite alternate down1;
  animation: 1s linear 0.4s infinite alternate down1; }

.imgobs {
  padding: 0px !important;
  min-height: 80px !important;
  min-width: 80px !important;
  max-width: 250px !important;
  max-height: 250px !important;
  height: 30vw !important; }

#imgobs2 {
  padding: 0px !important; }

.obsStatP {
  display: flex;
  justify-content: center; }

.item-checkbox .item-content {
  text-align: left;
  font-weight: 300; }

#compassPano {
  position: absolute;
  z-index: 99999;
  left: 10px;
  top: -80px; }

#circleCompass img {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important; }

#rotatingCompass img {
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important; }

#rotatingCompass {
  width: 40px !important;
  height: 40px !important;
  opacity: 0.5; }

.checkbox input:checked + .checkbox-icon:before {
  background: #004669;
  border-color: white;
  border-width: 2px; }

.checkbox-icon:before {
  background: #004669;
  border-color: white;
  border-width: 2px; }

.logoDevices img {
  height: 60px;
  width: 60px;
  padding: 0px !important;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0%, -50%); }

.card,
.list-inset {
  background-color: #228ac1; }

.itemDevices {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  .itemDevices > span {
    margin-left: 80px !important; }

.itemConnections {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
  .itemConnections > span {
    margin-left: 30px !important; }

.itemSyncView {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }
  .itemSyncView > span {
    margin-left: 1px !important;
    font-size: 12px;
    color: white; }

.itemSyncPending_1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }
  .itemSyncPending_1 > span {
    margin-left: 1px !important;
    font-size: 5px;
    color: yellow; }

.itemSyncPending_2 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }
  .itemSyncPending_2 > span {
    margin-left: 1px !important;
    font-size: 5px;
    color: pink; }

12 .item.activated {
  background-color: #00273c;
  border: 1px solid white !important; }

.foot_btns {
  padding: 0px !important;
  border-top-width: 0px !important; }

.color_apply {
  width: 130px !important;
  background-color: #009e4c !important;
  right: 0px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.ShotInfo {
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 99999;
  font-weight: 300;
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px #000000; }

.panoRatingStars {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffff00; }
  .panoRatingStars .ion-ios-star-outline {
    position: relative;
    top: 1px; }

.panoRatingStars .lighter {
  color: #000000;
  opacity: 0.4; }

.panoPGroups {
  position: absolute;
  bottom: 35px;
  right: 10px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffffff; }
  .panoPGroups .icon {
    margin-left: 3px; }

.filterRatingStars {
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffff00; }
  .filterRatingStars .ion-ios-star-outline {
    position: relative;
    top: 1px; }
  .filterRatingStars .icon {
    margin-left: 1px; }

.spinner-ios,
.spinner-ios-small {
  stroke: #ffffff; }

.custom-spinner-box {
  top: 40vh !important;
  position: absolute;
  left: calc(50vw - 3px); }

#panel[disabled] {
  opacity: 0.1; }

.toggle .track {
  border-color: #fff;
  background-color: #fff; }

.toggle.toggle-positive input:checked + .track {
  border-color: #009e4c;
  background-color: #009e4c; }

.toggle input:checked + .track .handle {
  background-color: #00273c; }

.toggle .handle {
  background-color: #00273c; }

.apply-show {
  -webkit-animation-name: example !important;
  -webkit-animation-duration: 1s !important;
  animation-name: example !important;
  animation-duration: 1s !important; }

.apply-hide {
  -webkit-animation-name: example2 !important;
  -webkit-animation-duration: 1s !important;
  animation-name: example2 !important;
  animation-duration: 1s !important; }

@keyframes example {
  from {
    right: -130px; }
  to {
    right: 0px; } }

@keyframes example2 {
  from {
    right: 0px; }
  to {
    right: -130px; } }

.color_apply::before {
  margin-right: 15px !important; }

.color_new {
  width: 160px !important;
  right: 0px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.color_new1 {
  width: 200px !important;
  right: 0px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.color_refresh::before {
  margin-right: 15px !important; }

.color_refresh {
  width: 150px !important;
  background-color: #0182a7 !important;
  right: 130px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.um-search-bar-top {
  top: 92px;
  width: 100%;
  height: 48px;
  display: flex;
  position: absolute; }

.button[disabled] {
  opacity: .6;
  cursor: default !important;
  pointer-events: none;
  background-color: #2b2b2b !important;
  color: #b1b1b1 !important; }

.bar-positive .button.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px; }

.bar-positive .button.button-clear-small {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px; }

.bar-positive .button.button-clear-small::before {
  font-size: 20px; }

.circular {
  width: 100px !important;
  height: 100px !important;
  border-radius: 75px !important; }

#invalidPass {
  height: 100px; }

#ipAndPort_input {
  background-color: white !important; }

#ipAndPort_input input:disabled {
  color: #b1b1b1 !important; }

#pass {
  background-color: white !important; }

#pass input:disabled {
  color: #b1b1b1 !important; }

#usr {
  background-color: white !important; }

#usr input:disabled {
  color: #b1b1b1 !important; }

.has-um-search-bar-top {
  /* top: 137px; */
  margin-top: 92px; }

.scroll-content {
  background-color: #00273c; }

.item-content {
  color: white !important;
  background-color: rgba(255, 255, 255, 0) !important; }

.item {
  border-color: rgba(221, 221, 221, 0);
  background-color: rgba(255, 255, 255, 0);
  border-width: 0px !important;
  color: white !important; }

.item-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px 0 5px 16px;
  margin-bottom: 2px; }

.platform-android .bar .title {
  font-size: 15px; }

.button.button-block,
.button.button-full {
  margin-top: 2px;
  margin-bottom: 2px; }

.button-disabled {
  border-color: transparent !important;
  background-color: #222222 !important;
  color: #666666 !important; }

h3,
.h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 2; }

.bar .title {
  letter-spacing: 3px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  margin: 0 10px;
  min-width: 30px;
  height: 43px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 300;
  line-height: 44px; }

.button {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  min-width: 52px;
  min-height: 47px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 9px;
  line-height: 42px;
  cursor: pointer;
  letter-spacing: 4px;
  font-weight: 400; }

.modal {
  top: 20%;
  right: 20%;
  left: 20%;
  min-height: 240px;
  width: 60%; }

.modal-users {
  top: 20%;
  right: 20%;
  left: 20%;
  min-height: 290px;
  width: 60%; }

.modal-backdrop-bg {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  background-color: #000;
  opacity: 0; }

.active .modal-backdrop-bg {
  opacity: 0.5; }

.video_place {
  top: calc(25vw + 80px) !important; }

.timelapse-range {
  border-color: rgba(221, 221, 221, 0);
  background-color: rgba(255, 255, 255, 0);
  border-width: 0px !important;
  color: white !important;
  position: absolute;
  bottom: 42px;
  width: 100% !important;
  padding: 0px;
  left: 1px; }

#slider_timelapse {
  background: linear-gradient(to right, #f34141 0%, #f34141 100%);
  background-position: center;
  background-size: 99% 5px;
  margin: 0px;
  padding: 0px;
  height: 6px; }

.stars_rating {
  font-size: 24px;
  margin-bottom: 18px; }

#go_back {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 16px;
  color: white; }

.rating {
  width: 0;
  height: 0;
  border-top: 30px solid #00273c;
  border-right: 30px solid transparent;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white; }

.rating > .icon {
  font-size: 10px;
  position: absolute;
  top: -27px;
  left: 5px; }

.show_tl {
  height: 25vw;
  -webkit-animation-name: tl_show;
  -webkit-animation-duration: 0.5s;
  animation-name: tl_show;
  animation-duration: 0.5s; }

@keyframes pp {
  from {
    font-size: 100px;
    opacity: 0.8; }
  to {
    font-size: 200px;
    opacity: 0;
    display: none; } }

.btn_sdw {
  text-shadow: 0px 0px 10px #000; }

.close_tl {
  height: 0vw;
  -webkit-animation-name: tl_hide;
  -webkit-animation-duration: 0.5s;
  animation-name: tl_hide;
  animation-duration: 0.5s; }

.close_btn {
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: transparent !important;
  font-size: 14px;
  text-shadow: 0px 0px 10px #000; }

.hide_can {
  -webkit-animation-name: can_hide;
  -webkit-animation-duration: 1s;
  animation-name: can_hide;
  animation-duration: 1s; }

@keyframes can_hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.show_can {
  -webkit-animation-name: can_show;
  -webkit-animation-duration: 1s;
  animation-name: can_show;
  animation-duration: 1s; }

@keyframes can_show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tl_show {
  from {
    height: 0px; }
  to {
    height: 25vw; } }

@keyframes tl_showl {
  from {
    height: 0px; }
  to {
    height: 35vw; } }

@keyframes tl_hide {
  from {
    height: 25vw; }
  to {
    height: 0px; } }

@keyframes tl_hidel {
  from {
    height: 35vw; }
  to {
    height: 0px; } }

.title_page {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 10px;
  letter-spacing: 2px;
  font-size: 16px; }

.title_page i {
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top: 2px; }

#home {
  background-image: url(../img/home.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#start {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #004669; }

#start .scroll {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #fff;
  font-weight: 300; }

#start.scroll-content {
  display: table !important;
  width: 100% !important;
  height: 100% !important; }

#home h3,
#home h4,
#home p {
  color: #fff; }

#home.scroll-content {
  display: table !important;
  width: 100% !important;
  height: 100% !important; }

#home .scroll {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

img {
  -webkit-user-drag: none;
  width: 80%;
  max-width: 480px;
  padding-left: 30px;
  padding-right: 30px; }

#logo {
  margin-top: -90px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%; }

@media (max-width: 500px) {
  #logo {
    margin-top: 0px;
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%; }
  #logo > img {
    -webkit-user-drag: none;
    width: 80%;
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 80px;
    transform: translate(-50%, -50%); } }

.holaaa {
  opacity: 0.5; }

.popup {
  border-radius: 10px !important;
  background-color: rgba(0, 0, 0, 0.62) !important; }

.popup-head {
  border: 0px !important; }

.popup-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 3;
  color: #fff; }

.alert_fail > .popup {
  background-color: rgba(115, 11, 11, 0.69) !important; }

#logo.connect {
  margin-top: 0px;
  top: 15%; }

.bar.bar-positive {
  background-color: #004768;
  border-color: #004768;
  background-image: none !important; }

.tabs-positive > .tabs,
.tabs.tabs-positive {
  border-color: #004768;
  background-color: #004768;
  background-image: none !important;
  color: #fff; }

.bar-positive .button {
  border-color: #004768;
  background-color: #004768;
  color: #fff; }

.button.button-positive {
  border-color: transparent;
  background-color: #004768;
  color: #fff; }

.button.button-gallery-sync {
  border-color: transparent;
  background-color: #183a4f !important;
  color: #fff; }

.button.button-sync-add {
  border-color: transparent;
  background-color: #00952f !important;
  color: #fff; }

.button.button-sync-remove {
  border-color: transparent;
  background-color: #c32525 !important;
  color: #fff; }

#mainMenu {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px; }

#homeMenu {
  display: flex;
  flex-wrap: wrap; }

#homeMenu p {
  margin: 0;
  flex: 1;
  min-width: 150px;
  height: 100px; }

#homeMenu p.irButton {
  min-width: 250px; }

#homeMenu p a {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  border-radius: 0px; }

#homeMenu p a.color1 {
  background-color: rgba(0, 122, 152, 0.6); }

#homeMenu p a.color2 {
  background-color: rgba(0, 137, 167, 0.6); }

#homeMenu p a.color3 {
  background-color: rgba(0, 142, 182, 0.6); }

#homeMenu p a.color4 {
  background-color: rgba(0, 157, 197, 0.6); }

#homeMenu p a.color5 {
  background-color: rgba(0, 176, 220, 0.6); }

#homeMenu p a.color7 {
  background-color: rgba(0, 197, 97, 0.6);
  bottom: 210px;
  left: calc(50vw - 110px); }

#homeMenu .button-positive .icon {
  margin-top: -1px;
  margin-bottom: 3px;
  display: block;
  height: 20px; }

#versionTag {
  position: fixed;
  bottom: 1px;
  right: 5px;
  cursor: default;
  color: white; }

#shoot {
  display: flex;
  flex-direction: row-reverse;
  line-height: 12px;
  margin-bottom: 20px; }

#shoot a i {
  display: block;
  margin-top: 10px; }

#shoot a p {
  line-height: 12px; }

@media (min-width: 500px) {
  #homeMenu p a.color7 {
    bottom: 110px !important;
    left: calc(50vw + 2px); } }

.feature_lock::before {
  margin-top: 20px;
  font-size: 12px !important;
  bottom: 0px;
  right: 10px;
  position: absolute; }

#connection {
  margin-top: 50px;
  display: inline-block;
  width: 300px;
  height: 300px; }

.startup {
  margin-top: 50px;
  display: inline-block;
  width: 300px;
  height: 300px; }

.ui-resizable {
  border-color: #004768 !important;
  max-height: calc(100vh - 44px) !important;
  max-width: 100vw !important; }

#resizeIcon1 {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  top: -10px;
  left: 2px; }

#resizeIcon2 {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: -4px; }

#resizeVerticalIcon {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -3px; }

#resizeHorizontalIcon {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -3px; }

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

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.floating {
  width: 25%;
  border-radius: 0px;
  margin: 1px -1px 0px -2px !important;
  background-color: #3c86af !important;
  padding-top: 15px;
  padding-bottom: 10px; }

.floating1 {
  width: 25%;
  border-radius: 0px;
  margin: 1px -1px 0px -2px !important;
  background-color: #3c86af !important;
  padding-top: 15px;
  padding-bottom: 10px; }

.shuter {
  font-size: 50px;
  position: absolute; }

#timer1 {
  color: white;
  width: 80vw;
  font-size: 40px; }

.box1 {
  max-width: 500px;
  transform: translate(50%, 150px);
  position: fixed;
  width: 60%;
  right: 50%; }

.timer2 {
  color: white;
  font-size: 20px;
  transform: translate(50%, 55px);
  position: fixed;
  right: 50%; }

.color_config {
  background-color: rgba(79, 118, 140, 0.6) !important; }

@media (max-width: 900px) {
  .floating {
    width: 33.3%; } }

@media (max-width: 700px) {
  .floating {
    width: 50%; } }

@media (max-width: 370px) {
  .floating {
    width: 100%; } }

.range-knob-pressed {
  border-radius: 0% !important; }

.zoom {
  position: absolute !important;
  background-color: #004669;
  height: 30px;
  width: 30px;
  border: 0px;
  left: 3px;
  border-radius: 30px;
  padding: 0; }

#zoomIN {
  color: white !important;
  top: 5px;
  z-index: 99; }

#zoomOUT {
  color: white !important;
  top: 39px;
  z-index: 99; }

#toggleMapType {
  color: white !important;
  top: 73px;
  z-index: 99; }

.devName {
  font-weight: 500;
  margin-right: 10px !important; }

.color2 {
  background-color: rgba(0, 137, 167, 0.6) !important; }

.color3 {
  background-color: rgba(0, 142, 182, 0.6) !important; }

.color4 {
  background-color: rgba(0, 157, 197, 0.6) !important; }

.color6 {
  background-color: #004669 !important; }

.anthracite {
  background-color: #1e2628 !important;
  border-color: #1e2628 !important; }

.live-header {
  background-color: #124a20 !important;
  border-color: #124a20 !important; }

.live-title {
  display: inline-flex;
  align-items: center;
  gap: 6px; }

.recording-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px; }

.recording-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 16px; }

.recording-label {
  font-size: 16px;
  color: #ddd !important; }

.recording-toggle--disabled {
  opacity: 0.6;
  pointer-events: none; }

.recording-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff2a2a;
  box-shadow: 0 0 6px rgba(255, 42, 42, 0.8); }

.recording-dot--small {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 4px rgba(255, 42, 42, 0.8); }

.anthracite.toggled {
  background-color: #2f393b !important; }

.anthracite.live-header.toggled {
  background-color: #1f8438 !important; }

.irColor {
  background-color: rgba(41, 49, 51, 0.6) !important; }

.color10 {
  background-color: green !important;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4); }

.color7 {
  background-color: rgba(0, 197, 97, 0.6) !important; }

.refresh2 {
  right: 0px !important;
  background-color: #009e4c !important; }

#segrip,
#egrip,
#sgrip {
  z-index: 100; }

#segrip {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -15px;
  right: -15px;
  /* background-color: #990000; */
  background-size: cover;
  z-index: 101;
  /* border: 1px solid #004669; */
  padding-left: 7px;
  padding-top: 4px; }

#sgrip {
  position: absolute;
  /* background-color: #009900; */
  left: 0;
  width: 100%;
  height: 20px;
  bottom: -10px; }

#egrip {
  position: absolute;
  /* background-color: #000099; */
  top: 0;
  height: 100%;
  width: 20px;
  right: -10px; }

.mapTopleft {
  max-width: 90% !important;
  max-height: 90% !important; }

.mapLeft {
  max-width: 90% !important; }

.mapTop {
  max-height: 90% !important; }

.locked_button {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(148, 171, 184, 0.4) !important; }

@font-face {
  font-family: 'iconpano';
  src: url("../fonts/iconpano.eot?450rpu");
  src: url("../fonts/iconpano.eot?450rpu#iefix") format("embedded-opentype"), url("../fonts/iconpano.ttf?450rpu") format("truetype"), url("../fonts/iconpano.woff?450rpu") format("woff"), url("../fonts/iconpano.svg?450rpu#iconpano") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconpano' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-vr:before {
  content: "\e900"; }

.icon-Map-corner:before {
  content: "\e901"; }

.icon-Map-vertical:before {
  content: "\e902"; }

.icon-Map-horizontal:before {
  content: "\e903"; }

.icon-Map-full:before {
  content: "\e904"; }

.icon-View-normal:before {
  content: "\e905"; }

.icon-View-equi:before {
  content: "\e906"; }

.icon-View-lp:before {
  content: "\e907"; }

#more_opt1:before {
  font-size: 16px !important; }

.progressbar-text {
  color: white !important;
  font-size: 30px; }

.view_optns {
  width: 80px !important;
  position: absolute;
  right: 90px;
  top: 0px !important;
  transform: translate(0, -100%);
  z-index: 99; }

.map_optns {
  width: 80px !important;
  position: absolute;
  right: 10px;
  top: 0px !important;
  transform: translate(0, -100%);
  z-index: 99; }

.more_optns {
  width: 47px !important;
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 99; }

.view_opt {
  min-width: 80px !important;
  background-color: rgba(0, 70, 105, 0.5);
  color: white;
  border-radius: 0px; }

.map_opt {
  min-width: 80px !important;
  background-color: rgba(0, 70, 105, 0.5);
  color: white;
  border-radius: 0px; }

.more_opt {
  width: 47px !important;
  background-color: rgba(0, 70, 105, 0.5);
  color: white;
  border-radius: 0px; }

.mp {
  right: -2px !important; }

#limitedsp {
  top: 50px;
  right: 10px;
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  z-index: 9999; }

#appVersion {
  bottom: 10px;
  right: 10px;
  position: absolute;
  color: grey; }

.show_view_opt {
  -webkit-animation-name: viewshow !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: viewshow !important;
  animation-duration: 0.5s !important; }

.hide_view_opt {
  -webkit-animation-name: viewhide !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: viewhide !important;
  animation-duration: 0.5s !important; }

@keyframes viewshow {
  from {
    right: -100px; }
  to {
    right: 100px; } }

@keyframes viewhide {
  from {
    right: 100px; }
  to {
    right: -100px; } }

.show_map_opt {
  -webkit-animation-name: mapshow !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: mapshow !important;
  animation-duration: 0.5s !important; }

.hide_map_opt {
  -webkit-animation-name: maphide !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: maphide !important;
  animation-duration: 0.5s !important; }

@keyframes mapshow {
  from {
    right: -100px; }
  to {
    right: 10px; } }

@keyframes maphide {
  from {
    right: 10px; }
  to {
    right: -100px; } }

.show_more_opt {
  -webkit-animation-name: moreshow !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: moreshow !important;
  animation-duration: 0.5s !important; }

.hide_more_opt {
  -webkit-animation-name: morehide !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: morehide !important;
  animation-duration: 0.5s !important; }

.span_ani {
  animation: spaning 2s infinite;
  -webkit-animation: spaning 2s infinite; }

@keyframes spaning {
  0% {
    text-shadow: 0px 0px 10px #000; }
  50% {
    text-shadow: 0px 0px 30px #000; }
  100% {
    text-shadow: 0px 0px 10px #000; } }

.pul_btn {
  animation: pulsing 1s infinite;
  -webkit-animation: pulsing 1s infinite;
  box-shadow: 0px 0px 5px 5px rgba(250, 250, 250, 0); }

@keyframes pulsing {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(250, 250, 250, 0.4); } }

@keyframes moreshow {
  from {
    right: -50px; }
  to {
    right: 0px; } }

@keyframes morehide {
  from {
    right: 0px; }
  to {
    right: -50px; } }

.button:hover {
  color: #20d6ad;
  text-decoration: none; }

#map_opt5,
#view_mode0 {
  font-size: 10px !important;
  letter-spacing: 0px !important; }

.usr_optns {
  top: 33px;
  left: -140px;
  position: absolute;
  opacity: 1;
  z-index: 999;
  margin-top: 10px; }

#usr_opt1 {
  border-radius: 0px !important;
  font-size: 8px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  background-color: #107db3;
  height: 51px !important; }

#signout1 {
  font-size: 11px !important; }

#shootToggle {
  text-align: right;
  margin: -10px -10px; }

.padd > .item-content {
  padding: 16px 59px 16px 16px !important; }

#shootToggle > .item-content {
  padding: 16px 19px 16px 16px; }

.activ > .item-content {
  background-color: green !important; }

.dctiv > .item-content {
  background-color: #f33627 !important; }

#changing {
  position: absolute;
  top: 55px;
  right: 9px;
  z-index: 999999; }

.itmOpt {
  letter-spacing: 1px;
  margin: 20px 20px 20px 10px; }

.disableShoot {
  background-color: #f33627 !important; }

.enableShoot {
  background-color: #0f800f !important; }

ion-view {
  background-color: #004669 !important; }

.spinner-thumbnail {
  height: 33.33vw;
  width: 100%;
  position: relative;
  background-color: #17435a !important;
  display: inline-block; }

.spinner-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (min-width: 500px) {
  .spinner-thumbnail {
    height: 16.66vw;
    width: 50%; } }

@media (min-width: 992px) {
  .spinner-thumbnail {
    height: 11vw;
    width: 33%; } }

@media (min-width: 1200px) {
  .spinner-thumbnail {
    height: 8.33vw;
    width: 25%; } }

#xvmap_inViewer {
  /*
    position: fixed;
    z-index: 2;
    right: 0;
    top: 42px;
    left: 0;
    */
  position: relative;
  width: 33%;
  height: 33%;
  opacity: .75;
  border-width: 2px;
  border-style: solid;
  border-color: #004669; }
  #xvmap_inViewer .ol-viewport {
    position: absolute !important;
    z-index: -1;
    top: 0; }

.connectedDEV {
  border: 1px solid white !important; }

label > span {
  color: white !important; }

.um-input {
  color: #c5fffe !important; }

label.item {
  color: grey !important; }

input.styled-input {
  border: 1px solid #ffffff;
  padding: 14px;
  color: #fff; }

.span-colour-white {
  color: #fff; }

#xvpano1 {
  top: 0px !important;
  height: 100vh !important;
  width: 100vw !important; }

.item-validation {
  padding: 0 0 0 16px;
  color: #f33627; }
  .item-validation > * {
    padding: 6px 0; }

.foot_btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .foot_btns .button {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    min-width: 130px !important; }

.pano_foot_btns {
  /*
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    */ }
  .pano_foot_btns .button {
    /*
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        */
    min-width: 80px !important; }

ion-item.selected {
  background-color: #00273c;
  border: 1px solid white !important; }

ion-list > .list {
  min-height: 75vh; }

.setstars {
  color: #ffff00 !important;
  padding-bottom: 20px;
  padding-top: 0; }
  .setstars i {
    font-size: 24px;
    min-width: 25px;
    text-align: center;
    display: inline-block; }

.live-view-menu {
  position: absolute;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #404648;
  transition: right 0.2s;
  transition-timing-function: ease-in-out; }

.live-view-menu.open {
  right: 0; }

select.dropdown {
  margin: 0;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  width: 100%;
  height: 50px;
  border: 1px solid #02557c;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  background-color: #004768;
  border-radius: 5px;
  outline: none; }

.live-view-menu select.dropdown {
  background-color: #1e2628;
  border: 1px solid #2f3739; }

.button.button-live-view-menu-src {
  min-width: 100%;
  margin-top: 8px; }

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #eeeeee;
  outline: none; }

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1e2628;
  border: 1px solid #2f3739;
  cursor: pointer; }

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1e2628;
  border: 1px solid #2f3739;
  cursor: pointer; }

#second-view {
  position: absolute;
  cursor: move;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 2px solid white;
  border-radius: 4px;
  overflow: visible;
  z-index: 2; }
  #second-view .resize-handle {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 18px;
    height: 18px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    cursor: se-resize;
    z-index: 10;
    border-radius: 0 0 4px 0; }
  #second-view .close-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #second-view .close-btn::before, #second-view .close-btn::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 16px;
      height: 2px;
      background: #fff;
      border-radius: 1px;
      transform-origin: center; }
    #second-view .close-btn::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #second-view .close-btn::after {
      transform: translate(-50%, -50%) rotate(-45deg); }

.video-controls-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%); }

.video-controls-buttons {
  padding: 4px 12px 32px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px; }

.video-control-btn {
  background: transparent;
  background-color: transparent !important;
  border: none;
  padding: 8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center; }
  .video-control-btn.play-btn {
    background-image: url("../img/play.svg"); }
  .video-control-btn.pause-btn {
    background-image: url("../img/pause.svg");
    background-size: 32px 32px; }
  .video-control-btn:hover {
    opacity: 0.8; }
  @media (max-width: 768px) {
    .video-control-btn {
      width: 40px;
      height: 40px;
      padding: 6px;
      background-size: 32px 32px; }
      .video-control-btn.pause-btn {
        background-size: 28px 28px; } }

ion-content {
  background: #00273c; }

.button.color_delete {
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #c32525 !important; }

.button.color_edit {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #00952f !important; }

.button.color_show {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 44px;
  border-radius: 0;
  background-color: #183a4f !important; }

.alert_delete > .popup {
  background-color: white !important; }
  .alert_delete > .popup > .popup-head {
    padding: 15px 20px; }
    .alert_delete > .popup > .popup-head > .popup-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: black; }
  .alert_delete > .popup > .popup-body > input {
    background-color: #e6e6e6; }

.hard_delete > .popup {
  background-color: white !important; }
  .hard_delete > .popup > .popup-head {
    padding: 15px 20px;
    text-align: center; }
    .hard_delete > .popup > .popup-head > .popup-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: black; }
  .hard_delete > .popup > .popup-body {
    padding: 15px 20px;
    text-align: center; }
    .hard_delete > .popup > .popup-body > .waiting > .spinner-ios {
      stroke: black; }

.Sync_select > .popup {
  height: auto;
  width: 80%; }
  .Sync_select > .popup > .popup-head {
    padding: 12px 12px;
    text-align: center; }
    .Sync_select > .popup > .popup-head > .popup-title {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      color: white; }
  .Sync_select > .popup > .popup-body {
    padding: 20px 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.0;
    color: white;
    text-align: left; }
    .Sync_select > .popup > .popup-body > .waiting > .spinner-ios {
      stroke: black; }

.pano-popup > .popup > .popup-head > .popup-title {
  line-height: 2; }

.pano-popup > .popup > .popup-body {
  color: white; }

timelapse-player {
  position: relative;
  display: block; }
  timelapse-player timelapse-controls {
    position: absolute;
    z-index: 9007199254740991;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none; }
    timelapse-player timelapse-controls .top,
    timelapse-player timelapse-controls .bottom {
      display: flex;
      flex-direction: row;
      width: 100%; }
      timelapse-player timelapse-controls .top > *,
      timelapse-player timelapse-controls .bottom > * {
        pointer-events: auto; }
    timelapse-player timelapse-controls .top {
      justify-content: flex-end; }
      timelapse-player timelapse-controls .top > * {
        margin-left: 6px; }
    timelapse-player timelapse-controls .bottom {
      justify-content: flex-start; }
      timelapse-player timelapse-controls .bottom > * {
        margin-right: 6px; }
  timelapse-player timelapse-progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    border: none;
    background: #464646; }
    timelapse-player timelapse-progressbar .shot {
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 5px;
      left: 0;
      transition: width 1s linear;
      pointer-events: none; }
      timelapse-player timelapse-progressbar .shot-id {
        z-index: 0;
        background: transparent; }
      timelapse-player timelapse-progressbar .shot-loaded {
        z-index: 1;
        background: rgba(255, 255, 255, 0.4); }
      timelapse-player timelapse-progressbar .shot-shown {
        z-index: 2;
        background: red; }

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

@keyframes throb {
  0% {
    opacity: .5; }
  50% {
    opacity: .3; }
  100% {
    opacity: .5; } }
  timelapse-player timelapse-status-indicator {
    position: absolute;
    z-index: 9007199254740991;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 0;
    pointer-events: none; }
    timelapse-player timelapse-status-indicator .icon {
      font-size: 88px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all .666s ease-in-out;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      color: #08283c; }
      timelapse-player timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-ios-refresh), timelapse-player timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-alert-circled) {
        font-size: 98px;
        opacity: 1; }
      timelapse-player timelapse-status-indicator .icon.ng-hide-add-active {
        display: none; }
      timelapse-player timelapse-status-indicator .icon.ion-ios-refresh {
        top: calc(50% - 40px);
        left: calc(50% - 20px);
        animation: spin 2s linear infinite, throb 4s linear infinite .666s;
        opacity: .5; }
        timelapse-player timelapse-status-indicator .icon.ion-ios-refresh.ng-hide {
          display: block !important;
          animation-name: spin;
          opacity: 0; }
      timelapse-player timelapse-status-indicator .icon.ion-alert-circled {
        opacity: 1; }
        timelapse-player timelapse-status-indicator .icon.ion-alert-circled.ng-hide-add-active {
          opacity: .5; }
  timelapse-player timelapse-viewer {
    display: block; }
    timelapse-player timelapse-viewer .viewer {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: calc(100vw / 3);
      background-color: #00273c; }
      timelapse-player timelapse-viewer .viewer .frame {
        position: absolute;
        z-index: -1000;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        padding: 0;
        transform: translateX(-50%) translateY(-50%); }
        timelapse-player timelapse-viewer .viewer .frame.poster {
          z-index: 0;
          opacity: .35; }
      timelapse-player timelapse-viewer .viewer canvas {
        position: absolute;
        top: 0;
        right: 0;
        left: 0; }

.sync_view_connection {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 12px; }

.sync_view_pending_1 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 9px;
  background-color: #104566; }

.sync_view_pending_2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 9px;
  background-color: #1a4c6d; }

.pb-popover-menu {
  width: 50px;
  margin: 5px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
  .pb-popover-menu .scroll-content {
    margin: 0;
    background: transparent; }
  .pb-popover-menu .button {
    color: white;
    border-radius: 0;
    background-color: rgba(0, 70, 105, 0.5); }
  .pb-popover-menu .scroll {
    height: auto; }

.popover-open .pb-popover-menu {
  pointer-events: none; }
  .popover-open .pb-popover-menu .scroll {
    pointer-events: auto; }

.popup-buttons {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .popup-buttons .button.button-block {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
    margin-top: 0px; }
    .popup-buttons .button.button-block:last-child {
      margin-right: 0px;
      margin-bottom: 0px; }

.pb-item-device {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  pointer-events: none;
  opacity: .4; }
  .pb-item-device.item {
    color: white !important;
    border-width: 0 !important;
    border-color: rgba(221, 221, 221, 0);
    background-color: rgba(255, 255, 255, 0); }
    .pb-item-device.item.activated {
      border: 1px solid white !important;
      background-color: #00273c; }
  .pb-item-device.selected {
    background-color: #1d78a9; }
  .pb-item-device.canConnect {
    pointer-events: auto;
    opacity: 1; }
  .pb-item-device > span {
    margin-left: 80px !important; }

.pb-button {
  font-size: 9px;
  font-weight: 400;
  line-height: 42px;
  position: relative;
  display: inline-block;
  min-width: 52px;
  min-height: 47px;
  margin: 0;
  padding: 0 12px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  letter-spacing: 4px;
  text-overflow: ellipsis;
  color: #444;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  background-color: #f8f8f8; }
  .pb-button-refresh {
    font-size: 9px;
    font-weight: 400;
    line-height: 42px;
    position: relative;
    display: inline-block;
    min-width: 52px;
    min-height: 47px;
    margin: 0;
    padding: 0 12px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    letter-spacing: 4px;
    text-overflow: ellipsis;
    color: #444;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 4px;
    background-color: #f8f8f8; }

.pb-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .pb-bar-footer {
    padding: 0;
    border-top-width: 0; }
  .pb-bar.pb-bar-positive {
    border-color: #004669;
    background-color: #004669;
    background-image: linear-gradient(0deg, #004669, #004669 50%, transparent 50%); }
    .pb-bar.pb-bar-positive-footer {
      background-image: linear-gradient(180deg, #0c60ee, #0c60ee 50%, transparent 50%); }
  .pb-bar .pb-button {
    border-radius: 0; }

.pb-bar-positive .pb-button {
  color: #fff;
  border-color: #004669;
  background-color: #004669; }
  .pb-bar-positive .pb-button-positive {
    color: #fff;
    border-color: transparent; }
    .pb-bar-positive .pb-button-positive.activated {
      border-color: #004669;
      background-color: #004669; }
  .pb-bar-positive .pb-button-refresh-positive {
    background-color: #009e4c; }
    .pb-bar-positive .pb-button-refresh-positive.activated {
      background-color: #009e4c; }

.pb-ion:before {
  margin-right: 15px !important; }

#gallery-vaigation {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 9px;
  border-radius: 0;
  background-color: #00273c; }

#gallery-content.has-header {
  top: 80px; }

.gallery-title {
  pointer-events: none; }

.gallery {
  font-size: 0;
  line-height: 0;
  height: calc(100vh - 122px);
  margin: 0; }

.nav_selection {
  display: inline-block;
  margin: 0;
  padding: 4px 10px 4px 10px;
  color: white;
  border-radius: 10px; }

.flecha {
  color: #26b3ff; }

.filter-contents {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 18px; }

gallery-thumbnail {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  background-color: #00273c; }
  gallery-thumbnail.selected:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 132, 100, 0.74);
    content: ""; }
  gallery-thumbnail > img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%); }

[ng-include="'Gallery/GalleryTile/GalleryTile.html'"] {
  display: inline-block; }

gallery-tile {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: calc(100vw / 3);
  padding: 0;
  border: 2px solid #00273c; }
  @media (min-width: 500px) {
    gallery-tile {
      width: 50vw;
      height: calc(50vw / 3); } }
  @media (min-width: 992px) {
    gallery-tile {
      width: 33.33vw;
      height: calc(33.33vw / 3); } }
  @media (min-width: 1200px) {
    gallery-tile {
      width: 25vw;
      height: calc(25vw / 3); } }
  gallery-tile title {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 10px;
    display: inline;
    color: #efefef;
    text-shadow: 0 0 10px #000; }
  gallery-tile qty {
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    display: inline;
    padding: 5px;
    color: #efefef;
    border-radius: 25px;
    background-color: #00273c;
    text-shadow: 0 0 0 #000; }
  gallery-tile span {
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 4%;
    color: white; }
  gallery-tile bar {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline;
    height: 0;
    background-color: #158464; }
  gallery-tile pano {
    font-size: 30px;
    font-weight: normal;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 10px;
    display: inline;
    color: #efefef;
    text-shadow: 0 0 10px #000; }
  gallery-tile .pul_btn > .icon {
    margin-left: .5em; }
  gallery-tile .span_ani {
    pointer-events: none; }

gallery-timelapse {
  display: block;
  width: 100vw;
  height: 0;
  overflow: hidden;
  transition: all .333s ease-in-out;
  opacity: 0; }
  gallery-timelapse.active {
    height: calc(100vw/3 + 16px);
    opacity: 1; }
  gallery-timelapse .gtVideoTimeLapse {
    position: relative;
    height: calc(100vw/3 + 16px);
    /* height: calc(100vw/2 - 30px);
        top: calc( ( (100vw/3) - (100vw/2) ) + 30px); */ }
    gallery-timelapse .gtVideoTimeLapse span {
      position: absolute;
      top: 50px;
      right: 20px;
      /* width: 20px;
            height: 30px; */
      opacity: .5; }
      gallery-timelapse .gtVideoTimeLapse span i {
        color: #ffffff !important; }

#app_gallery ion-nav-bar.bar-positive.nav-bar-container.hide,
[id^="app_gallery_"] ion-nav-bar.bar-positive.nav-bar-container.hide {
  display: initial; }

.galleryRatingStars {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffff00; }
  .galleryRatingStars .ion-ios-star-outline {
    position: relative;
    top: 1px; }

.galleryRatingStars .lighter {
  color: #000000;
  opacity: 0.4; }

.setGalleryPercentageRate {
  font-size: 20px;
  color: #ffffff; }

#Timelapse #Timelapse-Content > .scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%; }

html,
body {
  overscroll-behavior: none; }

.formInvalid::-webkit-input-placeholder {
  color: red; }

.formInvalid:-moz-placeholder {
  color: red; }

.formInvalid::-moz-placeholder {
  color: red; }

.formInvalid:-ms-input-placeholder {
  color: red; }

#infoCam {
  color: white; }

.equir::before {
  width: 100px;
  height: 100px;
  padding-top: 28px;
  background-color: rgba(62, 191, 255, 0.75);
  border-radius: 50px; }

.equir {
  margin: 20px; }

.radio-list > input {
  color: white; }

.radio-list > div > div {
  color: white;
  text-align: left; }

.radio-list > div > i {
  color: white; }

.equir-par {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.equi_modal > .popup > .popup-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px; }

.equi_modal > .popup > .popup-body {
  padding-top: 0px !important; }

.equi_modal > .popup {
  width: 100%; }

.round_but {
  border-radius: 40px !important;
  height: 52px !important;
  font-size: 20px !important;
  padding-left: 16px !important;
  width: 52px !important;
  -webkit-animation-name: but !important;
  -webkit-animation-duration: 2s !important;
  animation-name: but !important;
  animation-duration: 2s !important;
  background-color: rgba(33, 181, 255, 0.2) !important; }

@keyframes but {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.item.changed {
  color: #00ff21 !important; }

.item-select select {
  width: 10%;
  min-width: 160px; }

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear; }

.list .item.item-accordion.ng-hide {
  line-height: 0px; }

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important; }

.item.active,
.item.activated,
.item-complex.active .item-content,
.item-complex.activated .item-content,
.item .item-content.active,
.item .item-content.activated {
  font-weight: 500; }

.tech .item {
  padding: 2px !important; }

.cent {
  text-align: center;
  font-size: 20px; }

.sharing > .popup {
  width: 100%;
  border-radius: 0px !important;
  background-color: rgba(1, 25, 37, 0.71) !important; }

.sharing > .popup > .popup-body {
  padding: 35px; }

.cent2 {
  text-align: center; }

.obsStatM {
  margin: 2vw; }

/*
#MapOpt {
  right: 2px !important;
  position: absolute !important;
  bottom: 4px !important;
}
*/
.popup-body {
  text-align: center;
  padding: 10px;
  overflow: auto; }
  .popup-body textarea,
  .popup-body input[type="text"],
  .popup-body input[type="password"] {
    border: 2px solid #cccccc !important; }

#jumpPano {
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: 3px !important;
  left: 0px !important; }

.obsBTN {
  height: 20px !important;
  padding: 0px !important;
  border-radius: 20px !important;
  width: 250px !important;
  background-color: rgba(119, 38, 21, 0) !important;
  border: 2px solid white !important; }

.obsBTN.start {
  background-color: rgba(119, 38, 21, 0) !important; }

.obsBTN.stop {
  background-color: rgba(119, 38, 21, 0) !important; }

#popvalu {
  text-align: center;
  background-color: #e6e6e6; }

.obsStatM div {
  display: flex;
  align-items: baseline;
  text-align: center;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  color: white;
  font-size: 20px; }

.obsStatM div i {
  margin: 2px !important; }

@keyframes down1 {
  0% 100% {
    opacity: 1; }
  20% {
    opacity: 0.6; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0; }
  80% {
    opacity: 0; } }

.downloading:nth-child(1) {
  -webkit-animation: 1s linear 0s infinite alternate down1;
  -moz-animation: 1s linear 0s infinite alternate down1;
  -o-animation: 1s linear 0s infinite alternate down1;
  animation: 1s linear 0s infinite alternate down1; }

.downloading:nth-child(2) {
  -webkit-animation: 1s linear 0.2s infinite alternate down1;
  -moz-animation: 1s linear 0.2s infinite alternate down1;
  -o-animation: 1s linear 0.2s infinite alternate down1;
  animation: 1s linear 0.2s infinite alternate down1; }

.downloading:nth-child(3) {
  -webkit-animation: 1s linear 0.4s infinite alternate down1;
  -moz-animation: 1s linear 0.4s infinite alternate down1;
  -o-animation: 1s linear 0.4s infinite alternate down1;
  animation: 1s linear 0.4s infinite alternate down1; }

.imgobs {
  padding: 0px !important;
  min-height: 80px !important;
  min-width: 80px !important;
  max-width: 250px !important;
  max-height: 250px !important;
  height: 30vw !important; }

#imgobs2 {
  padding: 0px !important; }

.obsStatP {
  display: flex;
  justify-content: center; }

.item-checkbox .item-content {
  text-align: left;
  font-weight: 300; }

#compassPano {
  position: absolute;
  z-index: 99999;
  left: 10px;
  top: -80px; }

#circleCompass img {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important; }

#rotatingCompass img {
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important; }

#rotatingCompass {
  width: 40px !important;
  height: 40px !important;
  opacity: 0.5; }

.checkbox input:checked + .checkbox-icon:before {
  background: #004669;
  border-color: white;
  border-width: 2px; }

.checkbox-icon:before {
  background: #004669;
  border-color: white;
  border-width: 2px; }

.logoDevices img {
  height: 60px;
  width: 60px;
  padding: 0px !important;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0%, -50%); }

.card,
.list-inset {
  background-color: #228ac1; }

.itemDevices {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  .itemDevices > span {
    margin-left: 80px !important; }

.itemConnections {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }
  .itemConnections > span {
    margin-left: 30px !important; }

.itemSyncView {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }
  .itemSyncView > span {
    margin-left: 1px !important;
    font-size: 12px;
    color: white; }

.itemSyncPending_1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }
  .itemSyncPending_1 > span {
    margin-left: 1px !important;
    font-size: 5px;
    color: yellow; }

.itemSyncPending_2 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }
  .itemSyncPending_2 > span {
    margin-left: 1px !important;
    font-size: 5px;
    color: pink; }

12 .item.activated {
  background-color: #00273c;
  border: 1px solid white !important; }

.foot_btns {
  padding: 0px !important;
  border-top-width: 0px !important; }

.color_apply {
  width: 130px !important;
  background-color: #009e4c !important;
  right: 0px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.ShotInfo {
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 99999;
  font-weight: 300;
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px #000000; }

.panoRatingStars {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffff00; }
  .panoRatingStars .ion-ios-star-outline {
    position: relative;
    top: 1px; }

.panoRatingStars .lighter {
  color: #000000;
  opacity: 0.4; }

.panoPGroups {
  position: absolute;
  bottom: 35px;
  right: 10px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffffff; }
  .panoPGroups .icon {
    margin-left: 3px; }

.filterRatingStars {
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px #000000;
  color: #ffff00; }
  .filterRatingStars .ion-ios-star-outline {
    position: relative;
    top: 1px; }
  .filterRatingStars .icon {
    margin-left: 1px; }

.spinner-ios,
.spinner-ios-small {
  stroke: #ffffff; }

.custom-spinner-box {
  top: 40vh !important;
  position: absolute;
  left: calc(50vw - 3px); }

#panel[disabled] {
  opacity: 0.1; }

.toggle .track {
  border-color: #fff;
  background-color: #fff; }

.toggle.toggle-positive input:checked + .track {
  border-color: #009e4c;
  background-color: #009e4c; }

.toggle input:checked + .track .handle {
  background-color: #00273c; }

.toggle .handle {
  background-color: #00273c; }

.apply-show {
  -webkit-animation-name: example !important;
  -webkit-animation-duration: 1s !important;
  animation-name: example !important;
  animation-duration: 1s !important; }

.apply-hide {
  -webkit-animation-name: example2 !important;
  -webkit-animation-duration: 1s !important;
  animation-name: example2 !important;
  animation-duration: 1s !important; }

@keyframes example {
  from {
    right: -130px; }
  to {
    right: 0px; } }

@keyframes example2 {
  from {
    right: 0px; }
  to {
    right: -130px; } }

.color_apply::before {
  margin-right: 15px !important; }

.color_new {
  width: 160px !important;
  right: 0px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.color_new1 {
  width: 200px !important;
  right: 0px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.color_refresh::before {
  margin-right: 15px !important; }

.color_refresh {
  width: 150px !important;
  background-color: #0182a7 !important;
  right: 130px !important;
  position: fixed !important;
  height: 44px;
  top: 0px !important;
  border-radius: 0px !important; }

.um-search-bar-top {
  top: 92px;
  width: 100%;
  height: 48px;
  display: flex;
  position: absolute; }

.button[disabled] {
  opacity: .6;
  cursor: default !important;
  pointer-events: none;
  background-color: #2b2b2b !important;
  color: #b1b1b1 !important; }

.bar-positive .button.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px; }

.bar-positive .button.button-clear-small {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px; }

.bar-positive .button.button-clear-small::before {
  font-size: 20px; }

.circular {
  width: 100px !important;
  height: 100px !important;
  border-radius: 75px !important; }

#invalidPass {
  height: 100px; }

#ipAndPort_input {
  background-color: white !important; }

#ipAndPort_input input:disabled {
  color: #b1b1b1 !important; }

#pass {
  background-color: white !important; }

#pass input:disabled {
  color: #b1b1b1 !important; }

#usr {
  background-color: white !important; }

#usr input:disabled {
  color: #b1b1b1 !important; }

.has-um-search-bar-top {
  /* top: 137px; */
  margin-top: 92px; }

.scroll-content {
  background-color: #00273c; }

.item-content {
  color: white !important;
  background-color: rgba(255, 255, 255, 0) !important; }

.item {
  border-color: rgba(221, 221, 221, 0);
  background-color: rgba(255, 255, 255, 0);
  border-width: 0px !important;
  color: white !important; }

.item-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6px 0 5px 16px;
  margin-bottom: 2px; }

.platform-android .bar .title {
  font-size: 15px; }

.button.button-block,
.button.button-full {
  margin-top: 2px;
  margin-bottom: 2px; }

.button-disabled {
  border-color: transparent !important;
  background-color: #222222 !important;
  color: #666666 !important; }

h3,
.h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 2; }

.bar .title {
  letter-spacing: 3px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  margin: 0 10px;
  min-width: 30px;
  height: 43px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 300;
  line-height: 44px; }

.button {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  min-width: 52px;
  min-height: 47px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 9px;
  line-height: 42px;
  cursor: pointer;
  letter-spacing: 4px;
  font-weight: 400; }

.modal {
  top: 20%;
  right: 20%;
  left: 20%;
  min-height: 240px;
  width: 60%; }

.modal-users {
  top: 20%;
  right: 20%;
  left: 20%;
  min-height: 290px;
  width: 60%; }

.modal-backdrop-bg {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  background-color: #000;
  opacity: 0; }

.active .modal-backdrop-bg {
  opacity: 0.5; }

.video_place {
  top: calc(25vw + 80px) !important; }

.timelapse-range {
  border-color: rgba(221, 221, 221, 0);
  background-color: rgba(255, 255, 255, 0);
  border-width: 0px !important;
  color: white !important;
  position: absolute;
  bottom: 42px;
  width: 100% !important;
  padding: 0px;
  left: 1px; }

#slider_timelapse {
  background: linear-gradient(to right, #f34141 0%, #f34141 100%);
  background-position: center;
  background-size: 99% 5px;
  margin: 0px;
  padding: 0px;
  height: 6px; }

.stars_rating {
  font-size: 24px;
  margin-bottom: 18px; }

#go_back {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 16px;
  color: white; }

.rating {
  width: 0;
  height: 0;
  border-top: 30px solid #00273c;
  border-right: 30px solid transparent;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white; }

.rating > .icon {
  font-size: 10px;
  position: absolute;
  top: -27px;
  left: 5px; }

.show_tl {
  height: 25vw;
  -webkit-animation-name: tl_show;
  -webkit-animation-duration: 0.5s;
  animation-name: tl_show;
  animation-duration: 0.5s; }

@keyframes pp {
  from {
    font-size: 100px;
    opacity: 0.8; }
  to {
    font-size: 200px;
    opacity: 0;
    display: none; } }

.btn_sdw {
  text-shadow: 0px 0px 10px #000; }

.close_tl {
  height: 0vw;
  -webkit-animation-name: tl_hide;
  -webkit-animation-duration: 0.5s;
  animation-name: tl_hide;
  animation-duration: 0.5s; }

.close_btn {
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: transparent !important;
  font-size: 14px;
  text-shadow: 0px 0px 10px #000; }

.hide_can {
  -webkit-animation-name: can_hide;
  -webkit-animation-duration: 1s;
  animation-name: can_hide;
  animation-duration: 1s; }

@keyframes can_hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.show_can {
  -webkit-animation-name: can_show;
  -webkit-animation-duration: 1s;
  animation-name: can_show;
  animation-duration: 1s; }

@keyframes can_show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tl_show {
  from {
    height: 0px; }
  to {
    height: 25vw; } }

@keyframes tl_showl {
  from {
    height: 0px; }
  to {
    height: 35vw; } }

@keyframes tl_hide {
  from {
    height: 25vw; }
  to {
    height: 0px; } }

@keyframes tl_hidel {
  from {
    height: 35vw; }
  to {
    height: 0px; } }

.title_page {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 10px;
  letter-spacing: 2px;
  font-size: 16px; }

.title_page i {
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top: 2px; }

#home {
  background-image: url(../img/home.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#start {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #004669; }

#start .scroll {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #fff;
  font-weight: 300; }

#start.scroll-content {
  display: table !important;
  width: 100% !important;
  height: 100% !important; }

#home h3,
#home h4,
#home p {
  color: #fff; }

#home.scroll-content {
  display: table !important;
  width: 100% !important;
  height: 100% !important; }

#home .scroll {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

img {
  -webkit-user-drag: none;
  width: 80%;
  max-width: 480px;
  padding-left: 30px;
  padding-right: 30px; }

#logo {
  margin-top: -90px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%; }

@media (max-width: 500px) {
  #logo {
    margin-top: 0px;
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%; }
  #logo > img {
    -webkit-user-drag: none;
    width: 80%;
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 80px;
    transform: translate(-50%, -50%); } }

.holaaa {
  opacity: 0.5; }

.popup {
  border-radius: 10px !important;
  background-color: rgba(0, 0, 0, 0.62) !important; }

.popup-head {
  border: 0px !important; }

.popup-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 3;
  color: #fff; }

.alert_fail > .popup {
  background-color: rgba(115, 11, 11, 0.69) !important; }

#logo.connect {
  margin-top: 0px;
  top: 15%; }

.bar.bar-positive {
  background-color: #004768;
  border-color: #004768;
  background-image: none !important; }

.tabs-positive > .tabs,
.tabs.tabs-positive {
  border-color: #004768;
  background-color: #004768;
  background-image: none !important;
  color: #fff; }

.bar-positive .button {
  border-color: #004768;
  background-color: #004768;
  color: #fff; }

.button.button-positive {
  border-color: transparent;
  background-color: #004768;
  color: #fff; }

.button.button-gallery-sync {
  border-color: transparent;
  background-color: #183a4f !important;
  color: #fff; }

.button.button-sync-add {
  border-color: transparent;
  background-color: #00952f !important;
  color: #fff; }

.button.button-sync-remove {
  border-color: transparent;
  background-color: #c32525 !important;
  color: #fff; }

#mainMenu {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px; }

#homeMenu {
  display: flex;
  flex-wrap: wrap; }

#homeMenu p {
  margin: 0;
  flex: 1;
  min-width: 150px;
  height: 100px; }

#homeMenu p.irButton {
  min-width: 250px; }

#homeMenu p a {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  border-radius: 0px; }

#homeMenu p a.color1 {
  background-color: rgba(0, 122, 152, 0.6); }

#homeMenu p a.color2 {
  background-color: rgba(0, 137, 167, 0.6); }

#homeMenu p a.color3 {
  background-color: rgba(0, 142, 182, 0.6); }

#homeMenu p a.color4 {
  background-color: rgba(0, 157, 197, 0.6); }

#homeMenu p a.color5 {
  background-color: rgba(0, 176, 220, 0.6); }

#homeMenu p a.color7 {
  background-color: rgba(0, 197, 97, 0.6);
  bottom: 210px;
  left: calc(50vw - 110px); }

#homeMenu .button-positive .icon {
  margin-top: -1px;
  margin-bottom: 3px;
  display: block;
  height: 20px; }

#versionTag {
  position: fixed;
  bottom: 1px;
  right: 5px;
  cursor: default;
  color: white; }

#shoot {
  display: flex;
  flex-direction: row-reverse;
  line-height: 12px;
  margin-bottom: 20px; }

#shoot a i {
  display: block;
  margin-top: 10px; }

#shoot a p {
  line-height: 12px; }

@media (min-width: 500px) {
  #homeMenu p a.color7 {
    bottom: 110px !important;
    left: calc(50vw + 2px); } }

.feature_lock::before {
  margin-top: 20px;
  font-size: 12px !important;
  bottom: 0px;
  right: 10px;
  position: absolute; }

#connection {
  margin-top: 50px;
  display: inline-block;
  width: 300px;
  height: 300px; }

.startup {
  margin-top: 50px;
  display: inline-block;
  width: 300px;
  height: 300px; }

.ui-resizable {
  border-color: #004768 !important;
  max-height: calc(100vh - 44px) !important;
  max-width: 100vw !important; }

#resizeIcon1 {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  top: -10px;
  left: 2px; }

#resizeIcon2 {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: -4px; }

#resizeVerticalIcon {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -3px; }

#resizeHorizontalIcon {
  display: block !important;
  font-size: 22px !important;
  color: #004669;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -3px; }

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

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.floating {
  width: 25%;
  border-radius: 0px;
  margin: 1px -1px 0px -2px !important;
  background-color: #3c86af !important;
  padding-top: 15px;
  padding-bottom: 10px; }

.floating1 {
  width: 25%;
  border-radius: 0px;
  margin: 1px -1px 0px -2px !important;
  background-color: #3c86af !important;
  padding-top: 15px;
  padding-bottom: 10px; }

.shuter {
  font-size: 50px;
  position: absolute; }

#timer1 {
  color: white;
  width: 80vw;
  font-size: 40px; }

.box1 {
  max-width: 500px;
  transform: translate(50%, 150px);
  position: fixed;
  width: 60%;
  right: 50%; }

.timer2 {
  color: white;
  font-size: 20px;
  transform: translate(50%, 55px);
  position: fixed;
  right: 50%; }

.color_config {
  background-color: rgba(79, 118, 140, 0.6) !important; }

@media (max-width: 900px) {
  .floating {
    width: 33.3%; } }

@media (max-width: 700px) {
  .floating {
    width: 50%; } }

@media (max-width: 370px) {
  .floating {
    width: 100%; } }

.range-knob-pressed {
  border-radius: 0% !important; }

.zoom {
  position: absolute !important;
  background-color: #004669;
  height: 30px;
  width: 30px;
  border: 0px;
  left: 3px;
  border-radius: 30px;
  padding: 0; }

#zoomIN {
  color: white !important;
  top: 5px;
  z-index: 99; }

#zoomOUT {
  color: white !important;
  top: 39px;
  z-index: 99; }

#toggleMapType {
  color: white !important;
  top: 73px;
  z-index: 99; }

.devName {
  font-weight: 500;
  margin-right: 10px !important; }

.color2 {
  background-color: rgba(0, 137, 167, 0.6) !important; }

.color3 {
  background-color: rgba(0, 142, 182, 0.6) !important; }

.color4 {
  background-color: rgba(0, 157, 197, 0.6) !important; }

.color6 {
  background-color: #004669 !important; }

.anthracite {
  background-color: #1e2628 !important;
  border-color: #1e2628 !important; }

.live-header {
  background-color: #124a20 !important;
  border-color: #124a20 !important; }

.live-title {
  display: inline-flex;
  align-items: center;
  gap: 6px; }

.recording-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px; }

.recording-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 16px; }

.recording-label {
  font-size: 16px;
  color: #ddd !important; }

.recording-toggle--disabled {
  opacity: 0.6;
  pointer-events: none; }

.recording-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff2a2a;
  box-shadow: 0 0 6px rgba(255, 42, 42, 0.8); }

.recording-dot--small {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 4px rgba(255, 42, 42, 0.8); }

.anthracite.toggled {
  background-color: #2f393b !important; }

.anthracite.live-header.toggled {
  background-color: #1f8438 !important; }

.irColor {
  background-color: rgba(41, 49, 51, 0.6) !important; }

.color10 {
  background-color: green !important;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4); }

.color7 {
  background-color: rgba(0, 197, 97, 0.6) !important; }

.refresh2 {
  right: 0px !important;
  background-color: #009e4c !important; }

#segrip,
#egrip,
#sgrip {
  z-index: 100; }

#segrip {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -15px;
  right: -15px;
  /* background-color: #990000; */
  background-size: cover;
  z-index: 101;
  /* border: 1px solid #004669; */
  padding-left: 7px;
  padding-top: 4px; }

#sgrip {
  position: absolute;
  /* background-color: #009900; */
  left: 0;
  width: 100%;
  height: 20px;
  bottom: -10px; }

#egrip {
  position: absolute;
  /* background-color: #000099; */
  top: 0;
  height: 100%;
  width: 20px;
  right: -10px; }

.mapTopleft {
  max-width: 90% !important;
  max-height: 90% !important; }

.mapLeft {
  max-width: 90% !important; }

.mapTop {
  max-height: 90% !important; }

.locked_button {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(148, 171, 184, 0.4) !important; }

@font-face {
  font-family: 'iconpano';
  src: url("../fonts/iconpano.eot?450rpu");
  src: url("../fonts/iconpano.eot?450rpu#iefix") format("embedded-opentype"), url("../fonts/iconpano.ttf?450rpu") format("truetype"), url("../fonts/iconpano.woff?450rpu") format("woff"), url("../fonts/iconpano.svg?450rpu#iconpano") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconpano' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-vr:before {
  content: "\e900"; }

.icon-Map-corner:before {
  content: "\e901"; }

.icon-Map-vertical:before {
  content: "\e902"; }

.icon-Map-horizontal:before {
  content: "\e903"; }

.icon-Map-full:before {
  content: "\e904"; }

.icon-View-normal:before {
  content: "\e905"; }

.icon-View-equi:before {
  content: "\e906"; }

.icon-View-lp:before {
  content: "\e907"; }

#more_opt1:before {
  font-size: 16px !important; }

.progressbar-text {
  color: white !important;
  font-size: 30px; }

.view_optns {
  width: 80px !important;
  position: absolute;
  right: 90px;
  top: 0px !important;
  transform: translate(0, -100%);
  z-index: 99; }

.map_optns {
  width: 80px !important;
  position: absolute;
  right: 10px;
  top: 0px !important;
  transform: translate(0, -100%);
  z-index: 99; }

.more_optns {
  width: 47px !important;
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 99; }

.view_opt {
  min-width: 80px !important;
  background-color: rgba(0, 70, 105, 0.5);
  color: white;
  border-radius: 0px; }

.map_opt {
  min-width: 80px !important;
  background-color: rgba(0, 70, 105, 0.5);
  color: white;
  border-radius: 0px; }

.more_opt {
  width: 47px !important;
  background-color: rgba(0, 70, 105, 0.5);
  color: white;
  border-radius: 0px; }

.mp {
  right: -2px !important; }

#limitedsp {
  top: 50px;
  right: 10px;
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  z-index: 9999; }

#appVersion {
  bottom: 10px;
  right: 10px;
  position: absolute;
  color: grey; }

.show_view_opt {
  -webkit-animation-name: viewshow !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: viewshow !important;
  animation-duration: 0.5s !important; }

.hide_view_opt {
  -webkit-animation-name: viewhide !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: viewhide !important;
  animation-duration: 0.5s !important; }

@keyframes viewshow {
  from {
    right: -100px; }
  to {
    right: 100px; } }

@keyframes viewhide {
  from {
    right: 100px; }
  to {
    right: -100px; } }

.show_map_opt {
  -webkit-animation-name: mapshow !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: mapshow !important;
  animation-duration: 0.5s !important; }

.hide_map_opt {
  -webkit-animation-name: maphide !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: maphide !important;
  animation-duration: 0.5s !important; }

@keyframes mapshow {
  from {
    right: -100px; }
  to {
    right: 10px; } }

@keyframes maphide {
  from {
    right: 10px; }
  to {
    right: -100px; } }

.show_more_opt {
  -webkit-animation-name: moreshow !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: moreshow !important;
  animation-duration: 0.5s !important; }

.hide_more_opt {
  -webkit-animation-name: morehide !important;
  -webkit-animation-duration: 0.5s !important;
  animation-name: morehide !important;
  animation-duration: 0.5s !important; }

.span_ani {
  animation: spaning 2s infinite;
  -webkit-animation: spaning 2s infinite; }

@keyframes spaning {
  0% {
    text-shadow: 0px 0px 10px #000; }
  50% {
    text-shadow: 0px 0px 30px #000; }
  100% {
    text-shadow: 0px 0px 10px #000; } }

.pul_btn {
  animation: pulsing 1s infinite;
  -webkit-animation: pulsing 1s infinite;
  box-shadow: 0px 0px 5px 5px rgba(250, 250, 250, 0); }

@keyframes pulsing {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(250, 250, 250, 0.4); } }

@keyframes moreshow {
  from {
    right: -50px; }
  to {
    right: 0px; } }

@keyframes morehide {
  from {
    right: 0px; }
  to {
    right: -50px; } }

.button:hover {
  color: #20d6ad;
  text-decoration: none; }

#map_opt5,
#view_mode0 {
  font-size: 10px !important;
  letter-spacing: 0px !important; }

.usr_optns {
  top: 33px;
  left: -140px;
  position: absolute;
  opacity: 1;
  z-index: 999;
  margin-top: 10px; }

#usr_opt1 {
  border-radius: 0px !important;
  font-size: 8px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  background-color: #107db3;
  height: 51px !important; }

#signout1 {
  font-size: 11px !important; }

#shootToggle {
  text-align: right;
  margin: -10px -10px; }

.padd > .item-content {
  padding: 16px 59px 16px 16px !important; }

#shootToggle > .item-content {
  padding: 16px 19px 16px 16px; }

.activ > .item-content {
  background-color: green !important; }

.dctiv > .item-content {
  background-color: #f33627 !important; }

#changing {
  position: absolute;
  top: 55px;
  right: 9px;
  z-index: 999999; }

.itmOpt {
  letter-spacing: 1px;
  margin: 20px 20px 20px 10px; }

.disableShoot {
  background-color: #f33627 !important; }

.enableShoot {
  background-color: #0f800f !important; }

ion-view {
  background-color: #004669 !important; }

.spinner-thumbnail {
  height: 33.33vw;
  width: 100%;
  position: relative;
  background-color: #17435a !important;
  display: inline-block; }

.spinner-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (min-width: 500px) {
  .spinner-thumbnail {
    height: 16.66vw;
    width: 50%; } }

@media (min-width: 992px) {
  .spinner-thumbnail {
    height: 11vw;
    width: 33%; } }

@media (min-width: 1200px) {
  .spinner-thumbnail {
    height: 8.33vw;
    width: 25%; } }

#xvmap_inViewer {
  /*
    position: fixed;
    z-index: 2;
    right: 0;
    top: 42px;
    left: 0;
    */
  position: relative;
  width: 33%;
  height: 33%;
  opacity: .75;
  border-width: 2px;
  border-style: solid;
  border-color: #004669; }
  #xvmap_inViewer .ol-viewport {
    position: absolute !important;
    z-index: -1;
    top: 0; }

.connectedDEV {
  border: 1px solid white !important; }

label > span {
  color: white !important; }

.um-input {
  color: #c5fffe !important; }

label.item {
  color: grey !important; }

input.styled-input {
  border: 1px solid #ffffff;
  padding: 14px;
  color: #fff; }

.span-colour-white {
  color: #fff; }

#xvpano1 {
  top: 0px !important;
  height: 100vh !important;
  width: 100vw !important; }

.item-validation {
  padding: 0 0 0 16px;
  color: #f33627; }
  .item-validation > * {
    padding: 6px 0; }

.foot_btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .foot_btns .button {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    min-width: 130px !important; }

.pano_foot_btns {
  /*
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    */ }
  .pano_foot_btns .button {
    /*
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        */
    min-width: 80px !important; }

ion-item.selected {
  background-color: #00273c;
  border: 1px solid white !important; }

ion-list > .list {
  min-height: 75vh; }

.setstars {
  color: #ffff00 !important;
  padding-bottom: 20px;
  padding-top: 0; }
  .setstars i {
    font-size: 24px;
    min-width: 25px;
    text-align: center;
    display: inline-block; }

.live-view-menu {
  position: absolute;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #404648;
  transition: right 0.2s;
  transition-timing-function: ease-in-out; }

.live-view-menu.open {
  right: 0; }

select.dropdown {
  margin: 0;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  width: 100%;
  height: 50px;
  border: 1px solid #02557c;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  background-color: #004768;
  border-radius: 5px;
  outline: none; }

.live-view-menu select.dropdown {
  background-color: #1e2628;
  border: 1px solid #2f3739; }

.button.button-live-view-menu-src {
  min-width: 100%;
  margin-top: 8px; }

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #eeeeee;
  outline: none; }

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1e2628;
  border: 1px solid #2f3739;
  cursor: pointer; }

.range-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1e2628;
  border: 1px solid #2f3739;
  cursor: pointer; }

#second-view {
  position: absolute;
  cursor: move;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 2px solid white;
  border-radius: 4px;
  overflow: visible;
  z-index: 2; }
  #second-view .resize-handle {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 18px;
    height: 18px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    cursor: se-resize;
    z-index: 10;
    border-radius: 0 0 4px 0; }
  #second-view .close-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #second-view .close-btn::before, #second-view .close-btn::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 16px;
      height: 2px;
      background: #fff;
      border-radius: 1px;
      transform-origin: center; }
    #second-view .close-btn::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #second-view .close-btn::after {
      transform: translate(-50%, -50%) rotate(-45deg); }

.video-controls-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%); }

.video-controls-buttons {
  padding: 4px 12px 32px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px; }

.video-control-btn {
  background: transparent;
  background-color: transparent !important;
  border: none;
  padding: 8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center; }
  .video-control-btn.play-btn {
    background-image: url("../img/play.svg"); }
  .video-control-btn.pause-btn {
    background-image: url("../img/pause.svg");
    background-size: 32px 32px; }
  .video-control-btn:hover {
    opacity: 0.8; }
  @media (max-width: 768px) {
    .video-control-btn {
      width: 40px;
      height: 40px;
      padding: 6px;
      background-size: 32px 32px; }
      .video-control-btn.pause-btn {
        background-size: 28px 28px; } }


gallery-thumbnail {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  background-color: #00273c; }
  gallery-thumbnail.selected:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 132, 100, 0.74);
    content: ""; }
  gallery-thumbnail > img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%); }

gallery-tile {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: calc(100vw / 3);
  padding: 0;
  border: 2px solid #00273c; }
  @media (min-width: 500px) {
    gallery-tile {
      width: 50vw;
      height: calc(50vw / 3); } }
  @media (min-width: 992px) {
    gallery-tile {
      width: 33.33vw;
      height: calc(33.33vw / 3); } }
  @media (min-width: 1200px) {
    gallery-tile {
      width: 25vw;
      height: calc(25vw / 3); } }
  gallery-tile title {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 10px;
    display: inline;
    color: #efefef;
    text-shadow: 0 0 10px #000; }
  gallery-tile qty {
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    position: absolute;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    display: inline;
    padding: 5px;
    color: #efefef;
    border-radius: 25px;
    background-color: #00273c;
    text-shadow: 0 0 0 #000; }
  gallery-tile span {
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 4%;
    color: white; }
  gallery-tile bar {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline;
    height: 0;
    background-color: #158464; }
  gallery-tile pano {
    font-size: 30px;
    font-weight: normal;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 10px;
    display: inline;
    color: #efefef;
    text-shadow: 0 0 10px #000; }
  gallery-tile .pul_btn > .icon {
    margin-left: .5em; }
  gallery-tile .span_ani {
    pointer-events: none; }

gallery-timelapse {
  display: block;
  width: 100vw;
  height: 0;
  overflow: hidden;
  transition: all .333s ease-in-out;
  opacity: 0; }
  gallery-timelapse.active {
    height: calc(100vw/3 + 16px);
    opacity: 1; }
  gallery-timelapse .gtVideoTimeLapse {
    position: relative;
    height: calc(100vw/3 + 16px);
    /* height: calc(100vw/2 - 30px);
        top: calc( ( (100vw/3) - (100vw/2) ) + 30px); */ }
    gallery-timelapse .gtVideoTimeLapse span {
      position: absolute;
      top: 50px;
      right: 20px;
      /* width: 20px;
            height: 30px; */
      opacity: .5; }
      gallery-timelapse .gtVideoTimeLapse span i {
        color: #ffffff !important; }

timelapse-player {
  position: relative;
  display: block; }
  timelapse-player timelapse-controls {
    position: absolute;
    z-index: 9007199254740991;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none; }
    timelapse-player timelapse-controls .top,
    timelapse-player timelapse-controls .bottom {
      display: flex;
      flex-direction: row;
      width: 100%; }
      timelapse-player timelapse-controls .top > *,
      timelapse-player timelapse-controls .bottom > * {
        pointer-events: auto; }
    timelapse-player timelapse-controls .top {
      justify-content: flex-end; }
      timelapse-player timelapse-controls .top > * {
        margin-left: 6px; }
    timelapse-player timelapse-controls .bottom {
      justify-content: flex-start; }
      timelapse-player timelapse-controls .bottom > * {
        margin-right: 6px; }
  timelapse-player timelapse-progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    border: none;
    background: #464646; }
    timelapse-player timelapse-progressbar .shot {
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 5px;
      left: 0;
      transition: width 1s linear;
      pointer-events: none; }
      timelapse-player timelapse-progressbar .shot-id {
        z-index: 0;
        background: transparent; }
      timelapse-player timelapse-progressbar .shot-loaded {
        z-index: 1;
        background: rgba(255, 255, 255, 0.4); }
      timelapse-player timelapse-progressbar .shot-shown {
        z-index: 2;
        background: red; }

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

@keyframes throb {
  0% {
    opacity: .5; }
  50% {
    opacity: .3; }
  100% {
    opacity: .5; } }
  timelapse-player timelapse-status-indicator {
    position: absolute;
    z-index: 9007199254740991;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 0;
    pointer-events: none; }
    timelapse-player timelapse-status-indicator .icon {
      font-size: 88px;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all .666s ease-in-out;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      color: #08283c; }
      timelapse-player timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-ios-refresh), timelapse-player timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-alert-circled) {
        font-size: 98px;
        opacity: 1; }
      timelapse-player timelapse-status-indicator .icon.ng-hide-add-active {
        display: none; }
      timelapse-player timelapse-status-indicator .icon.ion-ios-refresh {
        top: calc(50% - 40px);
        left: calc(50% - 20px);
        animation: spin 2s linear infinite, throb 4s linear infinite .666s;
        opacity: .5; }
        timelapse-player timelapse-status-indicator .icon.ion-ios-refresh.ng-hide {
          display: block !important;
          animation-name: spin;
          opacity: 0; }
      timelapse-player timelapse-status-indicator .icon.ion-alert-circled {
        opacity: 1; }
        timelapse-player timelapse-status-indicator .icon.ion-alert-circled.ng-hide-add-active {
          opacity: .5; }
  timelapse-player timelapse-viewer {
    display: block; }
    timelapse-player timelapse-viewer .viewer {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: calc(100vw / 3);
      background-color: #00273c; }
      timelapse-player timelapse-viewer .viewer .frame {
        position: absolute;
        z-index: -1000;
        top: 50%;
        left: 50%;
        overflow: hidden;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        padding: 0;
        transform: translateX(-50%) translateY(-50%); }
        timelapse-player timelapse-viewer .viewer .frame.poster {
          z-index: 0;
          opacity: .35; }
      timelapse-player timelapse-viewer .viewer canvas {
        position: absolute;
        top: 0;
        right: 0;
        left: 0; }

.VideoTimeLapse {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%; }

.pb-popover-menu {
  width: 50px;
  margin: 5px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
  .pb-popover-menu .scroll-content {
    margin: 0;
    background: transparent; }
  .pb-popover-menu .button {
    color: white;
    border-radius: 0;
    background-color: rgba(0, 70, 105, 0.5); }
  .pb-popover-menu .scroll {
    height: auto; }

.popover-open .pb-popover-menu {
  pointer-events: none; }
  .popover-open .pb-popover-menu .scroll {
    pointer-events: auto; }

.popup-buttons {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .popup-buttons .button.button-block {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
    margin-top: 0px; }
    .popup-buttons .button.button-block:last-child {
      margin-right: 0px;
      margin-bottom: 0px; }

.pb-popover-menu {
  width: 50px;
  margin: 5px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
  .pb-popover-menu .scroll-content {
    margin: 0;
    background: transparent; }
  .pb-popover-menu .button {
    color: white;
    border-radius: 0;
    background-color: rgba(0, 70, 105, 0.5); }
  .pb-popover-menu .scroll {
    height: auto; }

.popover-open .pb-popover-menu {
  pointer-events: none; }
  .popover-open .pb-popover-menu .scroll {
    pointer-events: auto; }

.popup-buttons {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .popup-buttons .button.button-block {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
    margin-top: 0px; }
    .popup-buttons .button.button-block:last-child {
      margin-right: 0px;
      margin-bottom: 0px; }

.filter-contents {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 18px; }

timelapse-controls {
  position: absolute;
  z-index: 9007199254740991;
  top: 0;
  right: 0;
  bottom: 15px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none; }
  timelapse-controls .top,
  timelapse-controls .bottom {
    display: flex;
    flex-direction: row;
    width: 100%; }
    timelapse-controls .top > *,
    timelapse-controls .bottom > * {
      pointer-events: auto; }
  timelapse-controls .top {
    justify-content: flex-end; }
    timelapse-controls .top > * {
      margin-left: 6px; }
  timelapse-controls .bottom {
    justify-content: flex-start; }
    timelapse-controls .bottom > * {
      margin-right: 6px; }

timelapse-progressbar {
  position: relative;
  display: block;
  width: 100%;
  height: 15px;
  border: none;
  background: #464646; }
  timelapse-progressbar .shot {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    transition: width 1s linear;
    pointer-events: none; }
    timelapse-progressbar .shot-id {
      z-index: 0;
      background: transparent; }
    timelapse-progressbar .shot-loaded {
      z-index: 1;
      background: rgba(255, 255, 255, 0.4); }
    timelapse-progressbar .shot-shown {
      z-index: 2;
      background: red; }

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

@keyframes throb {
  0% {
    opacity: .5; }
  50% {
    opacity: .3; }
  100% {
    opacity: .5; } }

timelapse-status-indicator {
  position: absolute;
  z-index: 9007199254740991;
  top: 0;
  right: 0;
  bottom: 15px;
  left: 0;
  pointer-events: none; }
  timelapse-status-indicator .icon {
    font-size: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .666s ease-in-out;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    color: #08283c; }
    timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-ios-refresh), timelapse-status-indicator .icon.ng-hide-remove-active:not(.ion-alert-circled) {
      font-size: 98px;
      opacity: 1; }
    timelapse-status-indicator .icon.ng-hide-add-active {
      display: none; }
    timelapse-status-indicator .icon.ion-ios-refresh {
      top: calc(50% - 40px);
      left: calc(50% - 20px);
      animation: spin 2s linear infinite, throb 4s linear infinite .666s;
      opacity: .5; }
      timelapse-status-indicator .icon.ion-ios-refresh.ng-hide {
        display: block !important;
        animation-name: spin;
        opacity: 0; }
    timelapse-status-indicator .icon.ion-alert-circled {
      opacity: 1; }
      timelapse-status-indicator .icon.ion-alert-circled.ng-hide-add-active {
        opacity: .5; }

timelapse-viewer {
  display: block; }
  timelapse-viewer .viewer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vw / 3);
    background-color: #00273c; }
    timelapse-viewer .viewer .frame {
      position: absolute;
      z-index: -1000;
      top: 50%;
      left: 50%;
      overflow: hidden;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      padding: 0;
      transform: translateX(-50%) translateY(-50%); }
      timelapse-viewer .viewer .frame.poster {
        z-index: 0;
        opacity: .35; }
    timelapse-viewer .viewer canvas {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }

distance-ings {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }


.live-timeline-bar {
  position: relative;
  width: calc(100% - 64px);
  left: 32px;
  right: 32px;
  height: 24px;
  /* Increased height for better clickability */
  border-radius: 4px;
  cursor: pointer;
  /* Show pointer cursor on hover */
  padding: 7px 0;
  /* Add padding to center the ticks vertically */
  box-sizing: border-box;
  /* Include padding in height calculation */ }

.live-timeline-tick {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  transition: height 0.2s;
  pointer-events: none;
  /* Makes the ticks non-interactive */ }

.live-timeline-tick--short {
  height: 25%;
  top: 75%; }

.live-timeline-tick--labeled {
  height: 50%;
  top: 50%; }

.live-timeline-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  padding: 2px 4px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 2px;
  background-color: #000;
  pointer-events: auto;
  /* Make the label clickable */
  z-index: 1;
  /* Ensure it's above the ticks */ }

.live-timeline-tag {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ff3b30;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  pointer-events: auto; }
  .live-timeline-tag:hover {
    border-top-color: #ff6b5b; }

.live-timeline-cursor {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  margin-left: -12px;
  /* Center the cursor */
  cursor: ew-resize;
  /* Indicate horizontal dragging */
  z-index: 10;
  pointer-events: auto;
  /* Make it interactive */
  transition: background-color 0.2s; }
  .live-timeline-cursor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 11px;
    width: 2px;
    height: 100%;
    background-color: #fff; }
  .live-timeline-cursor:hover, .live-timeline-cursor:active {
    background-color: rgba(255, 255, 255, 0.8); }

.live-timeline-cursor::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 8px solid white; }
