/* ================================================
   NAVARCHOS FACILITY MODULE STYLES
   Facility management and CAD viewer specific styles
   ================================================ */

/* ===== CAD VIEWER CUSTOM MENUS ===== */
.spaceobjectCustomMenu_placeholder {
  top: calc(100vh - 400px) !important;
  position: absolute !important;
  z-index: 2 !important;
  display: block !important;
  width: 605px !important;
}

.coordinatesMenu_placeholder {
  top: calc(100vh - 450px) !important;
  position: absolute !important;
  z-index: 2 !important;
  display: block !important;
}

.topIconMenu_placeholder_2 {
  z-index: 2 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  top: calc(100vh - 430px) !important;
  left: calc(100vw - 800px) !important;
  background-image: url(/assets/cadviewer/app//images/cvjsToolbar_dra_pageChange_11B.png) !important;
}

/* ===== CAD VIEWER SVG ===== */
#floorPlan_svg {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  width: 1580px !important;
  height: 593.562px !important;
}
