html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

button {
  margin: 5px;
}

button:disabled
{
/*Button disabled - CSS color class*/
  opacity: 0.4
}

.mainIcon {
    height: 30px;
    width: 25px;
}

.ol-mouse-position {
  color: #ffffff;
  background-color: rgba(51, 51, 51, 1);
  border: #5fbcd3 solid ;
  border-radius: 2px;
}

.ol-scale-line{
  background: rgba(51,51,51,1);
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}

.mapcontainer {
  position: relative;
  margin-bottom: 20px;
}

.ZoomBar {
  position: absolute;
  left: 0.5em;
  top: 200px;
  width: 50px;
}

.ControlObliqueBar {
  position:absolute;
  left: 300px;
  top: 10px;
}

.ControlOrtho {
    position:absolute;
    left: 300px;
    top: 10px;
}

.itemSelected {
    border-style: solid;
    border-width: 3px;
    border-color: rgba(52, 185, 255, 0.8);
}

.locationZone {
  cursor: url('../../resources/1445871576_location-24.svg') 11 22, move;
}

.NavBar_rotateLeft {
    float: left !important;
    margin-right: 0 !important;
    margin-top: 20px;
    width: 25px !important;
    height : 40px !important;
    background-size: 25px Auto;
    background-image: url('../../resources/FlechaI.svg');
}

.NavBar_rotateRight {
    float: left !important;
    margin-right: 0 !important;
    margin-top: 20px;
    width: 25px !important;
    height : 40px !important;
    background-size: 25px Auto;
    background-image: url('../../resources/FlechaD.svg');
}

.NavBar_rotate {
    float: left !important;
    margin-right: 0 !important;
    width: 60px !important;
    height : 60px !important;
    background-size: 60px Auto;
    background-image: url('../../resources/Compass.svg');
}

.NavBar_rotate_static {
    float: left !important;
    margin-right: 0 !important;
    width: 40px !important;
    height : 40px !important;
    background-size: 40px Auto;
    background-image: url('../../resources/Compass.svg');
}

.NavBar_rotate:hover, .NavBar_rotate:focus {
    background-image: url('../../resources/Compass_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_rotateLeft:hover, .NavBar_rotateLeft:focus {
    background-image: url('../../resources/FlechaI_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_rotateRight:hover, .NavBar_rotateRight:focus {
    background-image: url('../../resources/FlechaD_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_rotate:active {
    background-image: url('../../resources/Compass_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_rotateLeft:active {
    background-image: url('../../resources/FlechaI_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_rotateRight:active {
    background-image: url('../../resources/FlechaD_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Container .NavBar_Button {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: block;
    background-size: contain;
    float: right;
    clear: right;
}

.NavBarButton_Container {
    position:absolute;
    left: 40px;
    top: 40px;
}


.NavBar_Move{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Move.svg');
}

.NavBar_Move:hover, .NavBar_Move:focus {
    background-image: url('../../resources/Move_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Move:active {
    background-image: url('../../resources/Move_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_TakeButton{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Select.svg');
}

.NavBar_MapButton{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/map.svg');
}

.NavBar_MapButton:hover, .NavBar_MapButton:focus {
    background-image: url('../../resources/map_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_MapButton:active {
    background-image: url('../../resources/map_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_TakeButton:hover, .NavBar_TakeButton:focus {
    background-image: url('../../resources/Select_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_TakeButton:active {
    background-image: url('../../resources/Select_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_HeightMeasure{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/ZMeasure.svg');
}

.NavBar_HeightMeasure:hover, .NavBar_HeightMeasure:focus {
    background-image: url('../../resources/ZMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_HeightMeasure:active {
    background-image: url('../../resources/ZMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_HeightMeasure_Stereo{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/ZMeasure_stereo.svg');
  }

.NavBar_HeightMeasure_Stereo:hover, .NavBar_HeightMeasure_Stereo:focus {
    background-image: url('../../resources/ZMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_HeightMeasure_Stereo:active {
    background-image: url('../../resources/ZMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_LinearMeasure_Stereo{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/LinearMeasure_stereo.svg');
  }

.NavBar_LinearMeasure_Stereo:hover, .NavBar_LinearMeasure_Stereo:focus {
    background-image: url('../../resources/LinearMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_LinearMeasure_Stereo:active {
    background-image: url('../../resources/LinearMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_AreaMeasure_Stereo{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/AreaMeasure_stereo.svg');
  }

.NavBar_AreaMeasure_Stereo:hover, .NavBar_AreaMeasure_Stereo:focus {
    background-image: url('../../resources/AreaMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_AreaMeasure_Stereo:active {
    background-image: url('../../resources/AreaMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Sync{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Sync.svg');
}

.NavBar_Sync_clicked{
    background-image: url('../../resources/Sync_focus.svg');
}

.NavBar_Sync:hover, .NavBar_Sync:focus {
    background-image: url('../../resources/Sync_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Sync:active {
    background-image: url('../../resources/Sync_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_bearing{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/bearing.svg');
}

.NavBar_bearing:hover, .NavBar_bearing:focus {
    background-image: url('../../resources/bearing_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_bearing:active {
    background-image: url('../../resources/bearing_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_linear{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/LinearMeasure.svg');
}

.NavBar_linear:hover, .NavBar_linear:focus {
    background-image: url('../../resources/LinearMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_linear:active {
    background-image: url('../../resources/LinearMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_FacadeHeightMeasure{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/HeigthMeasure.svg');
}

.NavBar_FacadeHeightMeasure:hover, .NavBar_FacadeHeightMeasure:focus {
    background-image: url('../../resources/HeigthMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_FacadeHeightMeasure:active {
    background-image: url('../../resources/HeigthMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}


.NavBar_FacadeAreaMeasure{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/AreaMeasure.svg');
}

.NavBar_FacadeAreaMeasure:hover, .NavBar_FacadeAreaMeasure:focus {
    background-image: url('../../resources/AreaMeasure_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_FacadeAreaMeasure:active {
    background-image: url('../../resources/AreaMeasure_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Thrash{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Thrash.svg');
}

.NavBar_Thrash:hover, .NavBar_Thrash:focus {
    background-image: url('../../resources/Thrash_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Thrash:active {
    background-image: url('../../resources/Thrash_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_ZoomIn{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/ZoomIn.svg');
}

.NavBar_ZoomIn:hover, .NavBar_ZoomIn:focus {
    background-image: url('../../resources/ZoomIn_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_ZoomIn:active {
    background-image: url('../../resources/ZoomIn_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_ZoomOut{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/ZoomOut.svg');
}

.NavBar_ZoomOut:hover, .NavBar_ZoomOut:focus {
    background-image: url('../../resources/ZoomOut_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_ZoomOut:active {
    background-image: url('../../resources/ZoomOut_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_EditMeasure{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Edit.svg');
}

.NavBar_EditMeasure:hover, .NavBar_EditMeasure:focus {
    background-image: url('../../resources/Edit_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_EditMeasure:active {
    background-image: url('../../resources/Edit_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}


.NavBar_Delete{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Delete.svg');
}

.NavBar_Delete:hover, .NavBar_Delete:focus {
    background-image: url('../../resources/Delete_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Delete:active {
    background-image: url('../../resources/Delete_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}


.NavBar_Note{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Note.svg');
}

.NavBar_Note:hover, .NavBar_Note:focus {
    background-image: url('../../resources/Note_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Note:active {
    background-image: url('../../resources/Note_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_3DMeasure{
  float: left !important;
  margin-right: 0 !important;
  width: 50px !important;
  height : 50px !important;
  background-size: 50px Auto;
  background-image: url('../../resources/Measure3D.svg');
}

.NavBar_3DMeasure:hover, .NavBar_3DMeasure:focus {
    background-image: url('../../resources/Measure3D_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_3DMeasure:active {
    background-image: url('../../resources/Measure3D_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_HeightMeasure_b:hover, .NavBar_HeightMeasure_b:focus {
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}



.NavBar_Cadaster{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/wms.svg');
  }
  
.NavBar_Cadaster:hover, .NavBar_Cadaster:focus {
    background-image: url('../../resources/wms_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Cadaster:active {
    background-image: url('../../resources/wms_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}


.NavBar_Import{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/import.svg');
  }
  
.NavBar_Import:hover, .NavBar_Import:focus {
    background-image: url('../../resources/import_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Import:active {
    background-image: url('../../resources/import_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Stereo{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/stereo.svg');
  }
  
.NavBar_Stereo:hover, .NavBar_Stereo:focus {
    background-image: url('../../resources/stereo_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Stereo:active {
    background-image: url('../../resources/stereo_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Export{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/export.svg');
  }
  
.NavBar_Export:hover, .NavBar_Export:focus {
    background-image: url('../../resources/export_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_Export:active {
    background-image: url('../../resources/export_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}


.NavBar_ShowInfo{
    float: left !important;
    margin-right: 0 !important;
    width: 50px !important;
    height : 50px !important;
    background-size: 50px Auto;
    background-image: url('../../resources/showinfo.svg');
  }
  
.NavBar_ShowInfo:hover, .NavBar_ShowInfo:focus {
    background-image: url('../../resources/showinfo_focus.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}

.NavBar_ShowInfo:active {
    background-image: url('../../resources/showinfo_active.svg');
    cursor: url('../../resources/hand_controller.svg') 11 22, move;
}



.tooltip_title{
  display: inline;
  position: relative;
}

.tooltip_title:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltip_title:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}


.crossRotate {
-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  outline: 0;
}

.tooltipBG {
    background-color: white;
}

.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}
