/* Subset of HOOPS Visualize Web demo-app Desktop.css for mgmweb-hoops-ui-bridge (context menu + color picker).
 * Context menu container / hover colors come from visualization.css (loaded before this file); do not re-define
 * .ui-contextmenu or .ui-contextmenu-item:hover here or the cascade will replace Upchain theming. */
.desktop-ui-window {
  border-radius: 0.1875em;
  border: 0.0625em solid black;
  position: relative;
}

.desktop-ui-window-header {
  background-color: rgba(180, 180, 180, 1);
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #222222;
  padding: 0.3125em;
  cursor: default;
}

.desktop-ui-window-content {
  padding: 0.3125em;
  background-color: white;
}

.desktop-ui-window-footer {
  padding: 0.3125em;
  background-color: #e8e8e8;
  border-top: 0.0625em solid #999;
}

.desktop-ui-window-footer button {
  margin-right: 0.25em;
}

.ui-contextmenu.small {
  font-size: 0.5em;
}

.ui-contextmenu-item {
  padding: 0.3125em 0.625em;
  cursor: default;
}

.ui-contextmenu-item.disabled {
  color: gray;
}

.ui-contextmenu-separator {
  background-color: darkgray;
}
