/* 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;
}
