.esvnav {
  max-height: 80px;
}

/* global */

.btn-outline-primary {
  border-color: #0088CE !important;
  color: #0088CE !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
  border-color: #0088CE !important;
  color: #FFFFFF !important;
  background-color: #0088CE !important;
}

.btn-check:checked+.btn-outline-primary {
  color: #fff !important;
  background-color: #0088CE !important;
  border-color: #0088CE !important;
}

.alta-load-spinner {
  --bs-text-opacity: 1;
  color: #0088CE;
}

/* potree ui */

.potreecustomui {
  position: relative;
}

.potree-label {
  color: white;
}

.potree-icon-custom-ui:hover {
  cursor: pointer;
}

.potree-custom-ui-menu {
  z-index: 1;
  border-right: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 150px
}

.potree-viewer-legend {
  z-index: 1;
  text-align: end;
}

.legendscan1 {
  color: rgb(55, 171, 230);
}

.legendscan2 {
  color: rgb(224, 219, 51);
}

.legendscan3 {
  color: rgb(224, 67, 83);
}

#potree-menu-class-list {
  justify-content: center;
}

.potree-menu-classif-btn {
  border: 3px black solid !important;
  border-radius: 5px !important;
  height: 24px;
  max-width: 24px;
  width: 24px;
  padding: 0px !important;
}


/* footer */

#templatefooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

#footerappversion {
  color: #6c757d;
}


#footeruserinfosspan {
  position: fixed;
  right: 10px;
  color: #6c757d;
}

.altafootimg {
  max-height: 30px;
}

/* ol ext controls */

.ol-control.ol-layerswitcher {
  top: 0.5em !important;
}

.ol-control.ol-layerswitcher {
  background-color: #ffffffaa !important;
}

.ol-layerswitcher .layerExtent {
  background: #0088CE !important;
}

.ol-layerswitcher .layerswitcher-opacity {
  background: linear-gradient(to right, rgba(0, 60, 136, 0), #0088CE) !important;
  border-color: #0088CE !important;
}

.ol-layerswitcher [type="radio"]+label:before,
.ol-layerswitcher [type="checkbox"]+label:before,
.ol-layerswitcher [type="radio"]:checked+label:after,
.ol-layerswitcher [type="checkbox"]:checked+label:after {
  border-color: #0088CE !important;
}

.ol-layerswitcher [type="radio"]+label:before,
.ol-layerswitcher [type="checkbox"]+label:before,
.ol-layerswitcher [type="radio"]:checked+label:after,
.ol-layerswitcher [type="checkbox"]:checked+label:afte {
  border-color: #0088CE !important;
}


/* Modals */

.scroll-top-ui {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
}

.scroll-top-ui-inner {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
}

.tdPropertySuccess {
  color: #82BE00;
}

.tdPropertyFailed {
  color: #D52B1E;
}

.tdPropertyNotStarted {
  color: #3C3732;
}

.tdPropertyPending {
  color: #AFA59B;
}

.tdPropertyInProgress {
  color: #0088CE;
}

.tdHistoryComment {
  min-width: 180px;
}

.errorimg{
  max-width:100%;
  max-height:100%;
  height: auto;
}