/* module-key = 'com.mute.confluence.plugins.terms:terms-common-res', location = '/public/css/terms-server.css' */
#page,
#full-height-container,
#com-atlassian-confluence,
#rw_wrapper {
  min-height: 100%;
  height: 100% !important;
  cursor: default;
}

#full-height-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#main,
#content,
.ia-splitter {
  padding: 0;
  overflow: hidden;
  height: 100%;
}

#main {
  min-height: 300px;
}

#main-header,
#footer {
  display: none !important;
}

.with-space-sidebar #main #content.space {
  margin-top: 0;
}

@media (max-width: 767px) {
  #header #search-ui {
    display: none;
  }
}

/*REFINED*/

#rw_menu_bar_wrapper,
#rw_footer_wrapper,
.rw_create_experience,
.rw_license_banner.rw_evaluate,
#rw_wrapper #content #rw_splitter,
#rw_wrapper #content #rw_left_column {
  display: none !important;
}

#rw_main,
#rw_theme_content,
#rw_wrapper #main,
.rw_global_section,
#rw_wrapper #content,
#rw_main_column,
#rw_content,
.rw_content {
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
}

body.profile #rw_wrapper #main,
body.profile #rw_main_column,
body.profile .rw_create_experience,
body.profile #rw_menu_bar_wrapper {
  display: block !important;
}

body.profile #rw_wrapper #content {
  display: table !important;
}

body.profile #rw_wrapper #content #rw_left_column {
  display: table-cell !important;
}

.rw_global_section,
.rw_content,
#rw_main_column,
#rw_main {
  padding: 0 !important;
  margin: 0 !important;
}

#rw_wrapper.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_2 {
  height: 71px !important;
}

#rw_wrapper .trm-app-container {
  height: -webkit-fill-available;
}

/*LINCHPIN*/

.linchpin-theme-plugin-resources #main {
  padding: 0 !important;
}

.linchpin-navigation-menus ul {
  margin-top: 0 !important;
}

/*BRIKIT*/

#brikit-non-page-content,
#brikit-page-content,
#brikit-canvas-content {
  height: 100%;
}

/*ENTREPRISE*/

.getu-skin #pageheader,
.getu-skin #main-footer,
#pagespacer-left,
#pagespacer-right {
  display: none !important;
}

.getu-skin #maincontainer {
  height: 100%;
}

.getu-skin #full-height-container {
  height: auto !important;
}

.getu-skin #main .getu-skin #header {
  padding: 0 !important;
  margin: 0 !important;
}

.getu-skin .bv-content-wrapper,
.getu-skin #main.has-sidebar .bv-splitter-content,
.getu-skin #content,
.getu-skin #main,
.getu-skin #cols-container,
.getu-skin #content-maincol,
.getu-skin #maincontainer,
.getu-skin #subcontainer {
  height: 100% !important;
  min-height: 100% !important;
}

.getu-skin .has-sidebar .bv-content-wrapper,
.getu-skin #cols-container,
.getu-skin #main {
  padding: 0 !important;
}

.getu-skin #maincontainer,
.getu-skin #header {
  margin: 0 !important;
}

.getu-skin #main {
  max-width: 100% !important;
  width: 100% !important;
}
input.focus-visible {
  box-shadow: none !important;
}

/* module-key = 'com.mute.confluence.plugins.terms:terms-common-res', location = '/public/css/jsmind/jsmind.css' */
/**
 * @license BSD
 * @copyright 2014-2023 hizzgdev@163.com
 * 
 * Project Home:
 *   https://github.com/hizzgdev/jsmind/
 */

/* important section */
.jsmind-inner {
  position: relative;
  width: 100%;
  max-height: 100vh !important;
  outline: none;
  overflow-x: hidden !important;
}
.jsmind-inner {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jsmind-inner canvas {
  position: absolute;
}

/* z-index:1 */
svg.jsmind {
  z-index: 1;
}

svg.jsmind path {
  position: absolute;
  z-index: 1;
  stroke-width: 1px !important;
  stroke: #000 !important;
}

canvas.jsmind {
  position: absolute;
  z-index: 1;
}

/* z-index:2 */
jmnodes {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
} /*background color is necessary*/

jmnode {
  position: absolute;
  cursor: default;
  display: flex;
  cursor: pointer;
}

jmnode:hover > .remove-button {
  display: block !important;
}

jmexpander {
  position: absolute;
  width: 11px;
  height: 11px;
  overflow: hidden;
  line-height: inherit;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

jmnode:not([nodeid*="-relation"]):not(.root):hover {
  background-color:  var(--cvs-tags-background-color, #f4f5f7)  !important;
  display: flex;
  align-items: center;
  padding: 0 0px 0 5px !important;
}

jmnode:not([nodeid*="-relation"]):not(.root):not(:has(.remove-button)):hover {
  padding: 0 5px 0 5px !important;
}

.remove-button {
  padding: 5px;
  display: none;
  cursor: pointer;
  border: none;
  background-color: var(--cvs-tags-background-color, #f4f5f7);
}

.remove-button:hover {
  background-color: #ffbdad;
}

.jmnode-overflow-wrap jmnodes {
  min-width: 420px;
}

.jmnode-overflow-hidden jmnode {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* default theme */
jmnode {
  padding: 0 5px;
  border-radius: 3px;
  font-size: 13px;
  background-color: var(--cvs-tags-background-color, #f4f5f7) !important;
  line-height: 20px;
  color: var(--cvs-tags-color,#3f4f69) !important;
}

jmnode[nodeid*="-relation"] {
  background-color: transparent !important;
  cursor: auto !important;
}

jmnode:hover {
  box-shadow: none !important;
}

jmnode.selected:not([nodeid*="-relation"]):not(.root) {
  box-shadow: none !important;
}

jmnode.root {
  font-size: 13px;
  background-color: #0048c5 !important;
  line-height: 20px;
  color: white !important;
  cursor: auto !important;
}

jmexpander {
  border-color: #dadde2;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

jmexpander:hover {
  border-color: #000;
}

@media screen and (max-device-width: 1024px) {
  jmnode {
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
  }

  jmnode.root {
    font-size: 21px;
  }
}
