/* module-key = 'com.refinedwiki.confluence.plugins.theme.original:batch', location = 'originaltheme/css/theming-min.css' */
/**
 * _frontend / theming / css / theming
 * Aggregator for theming CSS
 */
/**
 * Config
 */
/**
 * Themes: Background
 */
#rw_theme_header {
  z-index: 10;
  position: relative; }

#rw_wrapper.rw_background_top .rw_background_section_background1 {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: -2; }
  #rw_wrapper.rw_background_top .rw_background_section_background1:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#rw_wrapper.rw_background_top.rw_theme_grey #rw_theme_header #rw_category_menu.rw_body_theme_pointed ul li a.rw_active:after {
  border-bottom: 10px solid #ededed; }

#rw_wrapper.rw_background_top.rw_theme_white #rw_theme_header #rw_category_menu.rw_theme_pointed ul li a.rw_active:after {
  border-bottom: 10px solid #ffffff; }

#rw_wrapper.rw_background_top #rw_theme_content #main {
  margin-left: auto;
  margin-right: auto;
  width: 92%; }
  @media screen and (max-width: 1100px) {
    #rw_wrapper.rw_background_top #rw_theme_content #main {
      width: 100% !important; } }

#rw_wrapper.rw_background_top.rw_content_menu_transparent .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_content_menu_transparent_dark .rw_background_section_background1 {
  height: 60px; }

#rw_wrapper.rw_background_top.rw_content_menu_transparent.rw_content_menu_open .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_content_menu_transparent_dark.rw_content_menu_open .rw_background_section_background1 {
  height: 120px; }

#rw_wrapper.rw_background_top.rw_header_height_space .rw_background_section_background1 {
  height: 100px; }

#rw_wrapper.rw_background_top.rw_header_height_space.rw_content_menu_transparent .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_header_height_space.rw_content_menu_transparent_dark .rw_background_section_background1 {
  height: 110px; }

#rw_wrapper.rw_background_top.rw_header_height_space.rw_content_menu_transparent.rw_content_menu_open .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_header_height_space.rw_content_menu_transparent_dark.rw_content_menu_open .rw_background_section_background1 {
  height: 170px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row .rw_background_section_background1 {
  height: 130px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row.rw_content_menu_transparent .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_header_theme_2row.rw_content_menu_transparent_dark .rw_background_section_background1 {
  height: 140px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row.rw_content_menu_transparent.rw_content_menu_open .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_header_theme_2row.rw_content_menu_transparent_dark.rw_content_menu_open .rw_background_section_background1 {
  height: 200px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row.rw_header_height_space .rw_background_section_background1 {
  height: 175px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row.rw_header_height_space.rw_content_menu_transparent .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_header_theme_2row.rw_header_height_space.rw_content_menu_transparent_dark .rw_background_section_background1 {
  height: 185px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row.rw_header_height_space.rw_content_menu_transparent.rw_content_menu_open .rw_background_section_background1, #rw_wrapper.rw_background_top.rw_header_theme_2row.rw_header_height_space.rw_content_menu_transparent_dark.rw_content_menu_open .rw_background_section_background1 {
  height: 245px; }

#rw_wrapper.rw_background_partial .rw_background_section_background1 {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: -2; }
  #rw_wrapper.rw_background_partial .rw_background_section_background1:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#rw_wrapper.rw_background_partial #rw_theme_content #main {
  margin-left: auto;
  margin-right: auto;
  width: 92%; }
  @media screen and (max-width: 1100px) {
    #rw_wrapper.rw_background_partial #rw_theme_content #main {
      width: calc(100% - 40px) !important; } }

#rw_wrapper.rw_background_partial.rw_blog_portal .rw_background_section_background1 {
  height: 350px; }

#rw_wrapper.rw_background_partial.rw_header_height_space .rw_background_section_background1 {
  height: 350px; }

#rw_wrapper.rw_background_partial.rw_header_height_space.rw_blog_portal .rw_background_section_background1 {
  height: 450px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row .rw_background_section_background1 {
  height: 360px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space .rw_background_section_background1 {
  height: 425px; }

#rw_wrapper.rw_background_full .rw_background_section_background1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: -2; }
  #rw_wrapper.rw_background_full .rw_background_section_background1:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#rw_wrapper.rw_background_full #rw_theme_content #main {
  margin-left: auto;
  margin-right: auto;
  width: 92%; }
  @media screen and (max-width: 1100px) {
    #rw_wrapper.rw_background_full #rw_theme_content #main {
      width: calc(100% - 40px) !important; } }

#rw_wrapper #rw_theme_footer {
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute; }
  #rw_wrapper #rw_theme_footer.rw_theme_dark {
    background: #333;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    border-top: 1px solid #000; }
  #rw_wrapper #rw_theme_footer.rw_theme_light {
    background: #f6f6f6;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ccc; }

#rw_wrapper.rw_corners_rounded #main {
  border-radius: 10px; }

#rw_wrapper.rw_corners_rounded.rw_background_full.rw_content_spaces_gray2 #rw_main_column.rw_has_left_column > .rw_content, #rw_wrapper.rw_corners_rounded.rw_background_full.rw_content_spaces_gray3 #rw_main_column.rw_has_left_column > .rw_content {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important; }

#rw_wrapper.rw_corners_rounded.rw_background_full.rw_content_spaces_gray2 #rw_main_column.rw_has_right_column > .rw_content, #rw_wrapper.rw_corners_rounded.rw_background_full.rw_content_spaces_gray3 #rw_main_column.rw_has_right_column > .rw_content {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 0px !important; }

#rw_wrapper.rw_corners_rounded.rw_background_full.rw_content_spaces_white2 #rw_left_column {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 0px !important; }

#rw_wrapper.rw_corners_rounded.rw_background_full.rw_content_spaces_white2 #rw_right_column {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important; }

#rw_wrapper.rw_corners_rounded.rw_background_full .rw_dashboard_section {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

/**
 * Themes: Background Effects
 */
#rw_wrapper .rw_bg_shadow {
  position: absolute;
  float: left;
  width: 100%;
  height: 450px;
  top: 80px;
  overflow: hidden;
  z-index: -1; }
  #rw_wrapper .rw_bg_shadow .rw_shadow_container {
    float: none;
    margin: 0 auto;
    height: 100%;
    position: relative; }

#rw_wrapper.rw_effects_popup_shadow .rw_shadow_left {
  position: absolute;
  float: left;
  width: 40px;
  height: 450px;
  left: -20px;
  top: 90px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_popup_shadow .rw_shadow_left:after {
    content: " ";
    position: absolute;
    float: left;
    width: 20px;
    height: 100%;
    left: 26px;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transform: skew(1.5deg); }

#rw_wrapper.rw_effects_popup_shadow .rw_shadow_right {
  position: absolute;
  float: left;
  width: 40px;
  height: 450px;
  right: -20px;
  top: 90px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_popup_shadow .rw_shadow_right:after {
    content: " ";
    position: absolute;
    float: left;
    width: 20px;
    height: 100%;
    left: -6px;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transform: skew(-1.5deg); }

#rw_wrapper.rw_effects_popup_shadow .rw_shadow_top {
  position: absolute;
  float: left;
  height: 90px;
  left: -20px;
  top: 0;
  overflow: hidden;
  margin: 0 auto; }
  #rw_wrapper.rw_effects_popup_shadow .rw_shadow_top:after {
    content: " ";
    position: absolute;
    float: left;
    height: 100%;
    left: 20px;
    top: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

#rw_wrapper.rw_effects_popup_border .rw_shadow_left {
  position: absolute;
  float: left;
  width: 1px;
  height: 450px;
  top: 20px;
  overflow: hidden;
  left: -1px; }
  #rw_wrapper.rw_effects_popup_border .rw_shadow_left:after {
    content: " ";
    position: absolute;
    float: left;
    width: 20px;
    height: 100%;
    top: 0;
    background: linear-gradient(#ccc, rgba(0, 0, 0, 0)); }

#rw_wrapper.rw_effects_popup_border .rw_shadow_right {
  position: absolute;
  float: left;
  width: 1px;
  right: -1px;
  height: 450px;
  top: 20px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_popup_border .rw_shadow_right:after {
    content: " ";
    position: absolute;
    float: left;
    width: 20px;
    height: 70%;
    top: 0;
    background: linear-gradient(#ccc, rgba(0, 0, 0, 0)); }

#rw_wrapper.rw_effects_popup_border .rw_shadow_top {
  position: absolute;
  float: left;
  height: 20px;
  left: -1px;
  top: 0;
  overflow: hidden;
  margin: 0 auto; }
  #rw_wrapper.rw_effects_popup_border .rw_shadow_top:after {
    content: " ";
    position: absolute;
    float: left;
    width: 100%;
    height: 70%;
    left: 0;
    top: 19px;
    border: 1px solid #ccc;
    box-sizing: border-box; }

#rw_wrapper.rw_effects_paper .rw_shadow_left {
  position: absolute;
  float: left;
  width: 40px;
  height: 450px;
  left: -40px;
  top: 35px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_paper .rw_shadow_left:after {
    content: " ";
    position: absolute;
    float: left;
    width: 40px;
    height: 100%;
    left: 25px;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    transform: skew(5deg); }

#rw_wrapper.rw_effects_paper .rw_shadow_right {
  position: absolute;
  float: left;
  width: 40px;
  height: 450px;
  right: -40px;
  top: 35px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_paper .rw_shadow_right:after {
    content: " ";
    position: absolute;
    float: left;
    width: 40px;
    height: 100%;
    left: -25px;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    transform: skew(-5deg); }

#rw_wrapper.rw_effects_long_shadow_right .rw_shadow_right, #rw_wrapper.rw_effects_long_shadow .rw_shadow_right {
  position: absolute;
  float: left;
  width: 400px;
  height: 450px;
  right: -400px;
  top: 20px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_long_shadow_right .rw_shadow_right:after, #rw_wrapper.rw_effects_long_shadow .rw_shadow_right:after {
    content: " ";
    position: absolute;
    float: left;
    width: 400px;
    height: 400px;
    left: -284px;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    transform: skew(30deg); }

#rw_wrapper.rw_effects_long_shadow_left .rw_shadow_left, #rw_wrapper.rw_effects_long_shadow .rw_shadow_left {
  position: absolute;
  float: left;
  width: 400px;
  height: 450px;
  left: -400px;
  top: 20px;
  overflow: hidden; }
  #rw_wrapper.rw_effects_long_shadow_left .rw_shadow_left:after, #rw_wrapper.rw_effects_long_shadow .rw_shadow_left:after {
    content: " ";
    position: absolute;
    float: left;
    width: 400px;
    height: 400px;
    left: 284px;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    transform: skew(-30deg); }

#rw_wrapper.rw_effects_shadow_down:not(.rw_blog_portal) #rw_theme_header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

#rw_wrapper.rw_effects_shadow_up:not(.rw_blog_portal) #rw_theme_content {
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.3); }

#rw_wrapper.rw_effects_transparent_box #rw_theme_content #main {
  background: rgba(0, 0, 0, 0.15); }
  #rw_wrapper.rw_effects_transparent_box #rw_theme_content #main #rw_right_column > div {
    padding: 20px;
    background-color: #ededed; }

#rw_wrapper.rw_effects_transparent_box #rw_theme_content.rw_corners_rounded #rw_right_column > div {
  border-radius: 6px; }

#rw_wrapper.rw_corners_rounded.rw_effects_popup_shadow .rw_bg_shadow .rw_shadow_top:after {
  border-radius: 10px; }

#rw_wrapper.rw_corners_rounded.rw_effects_popup_border .rw_bg_shadow .rw_shadow_top {
  height: 30px; }
  #rw_wrapper.rw_corners_rounded.rw_effects_popup_border .rw_bg_shadow .rw_shadow_top:after {
    border-radius: 10px; }

#rw_wrapper.rw_corners_rounded.rw_effects_popup_border .rw_bg_shadow .rw_shadow_left,
#rw_wrapper.rw_corners_rounded.rw_effects_popup_border .rw_bg_shadow .rw_shadow_right {
  top: 30px; }

#rw_wrapper.rw_corners_rounded.rw_effects_paper .rw_bg_shadow .rw_shadow_left:after,
#rw_wrapper.rw_corners_rounded.rw_effects_paper .rw_bg_shadow .rw_shadow_right:after {
  border-radius: 10px; }

#rw_wrapper.rw_corners_rounded.rw_effects_long_shadow_left .rw_bg_shadow .rw_shadow_left,
#rw_wrapper.rw_corners_rounded.rw_effects_long_shadow_left .rw_bg_shadow .rw_shadow_right,
#rw_wrapper.rw_corners_rounded.rw_effects_long_shadow_right .rw_bg_shadow .rw_shadow_left,
#rw_wrapper.rw_corners_rounded.rw_effects_long_shadow_right .rw_bg_shadow .rw_shadow_right,
#rw_wrapper.rw_corners_rounded.rw_effects_long_shadow .rw_bg_shadow .rw_shadow_left,
#rw_wrapper.rw_corners_rounded.rw_effects_long_shadow .rw_bg_shadow .rw_shadow_right {
  top: 30px; }

#rw_wrapper.rw_background_top .rw_bg_shadow {
  top: 30px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row .rw_bg_shadow {
  top: 100px; }

#rw_wrapper.rw_background_top.rw_header_theme_2row.rw_category_menu_theme_traditional .rw_bg_shadow {
  top: 110px; }

#rw_wrapper.rw_background_top.rw_header_height_space .rw_bg_shadow {
  top: 80px; }

#rw_wrapper.rw_background_partial.rw_header_height_space .rw_bg_shadow, #rw_wrapper.rw_background_full.rw_header_height_space .rw_bg_shadow {
  top: 130px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row .rw_bg_shadow, #rw_wrapper.rw_background_full.rw_header_theme_2row .rw_bg_shadow {
  top: 140px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space .rw_bg_shadow, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space .rw_bg_shadow {
  top: 205px; }

#rw_wrapper.rw_blog_portal .rw_bg_shadow {
  top: 170px; }

#rw_wrapper.rw_blog_portal.rw_header_height_space .rw_bg_shadow {
  top: 220px; }

/**
 * Themes: Dashboard
 */
.rw_confluencecontent_module {
  padding: 30px; }
  .rw_confluencecontent_module .rw_activity_module,
  .rw_confluencecontent_module .rw_news_module {
    padding: 0; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_primary_text {
  color: #999;
  font-size: 18px;
  text-align: center;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box; }
  .rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_primary_text ~ .rw_secondary_text {
    margin-top: -30px;
    padding-top: 0; }
  .rw_title_position_left .rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_primary_text {
    text-align: left; }
  .rw_title_position_right .rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_primary_text {
    text-align: right; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_secondary_text {
  display: block;
  padding: 30px 20px 30px 20px;
  color: #ccc;
  text-align: center;
  box-sizing: border-box; }
  .rw_title_position_left .rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_secondary_text {
    text-align: left; }
  .rw_title_position_right .rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .rw_secondary_text {
    text-align: right; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .confluence-embedded-file-wrapper:not(.image-center-wrapper) {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group .confluence-embedded-image {
  max-width: 100%;
  height: auto; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > *:first-child {
  margin-top: 0px; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > * {
  overflow-x: hidden; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > *:last-child {
  margin-bottom: 0px; }
  .rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > *:last-child.conf-macro > *:last-child {
    margin-bottom: 0px; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group:last-child {
  margin-bottom: 0px; }

.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > h1:first-child,
.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > h2:first-child,
.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > h3:first-child,
.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > h4:first-child,
.rw_theme_context_dashboard #page .rw_dashboard .rw_layout_group > h5:first-child {
  margin-top: 0px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1.rw_content_menu_solid #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1.rw_content_menu_transparent .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1.rw_content_menu_transparent .rw_content_section, .rw_theme_context_dashboard #page .rw_content_dashboards_gray1.rw_content_menu_transparent_dark .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1.rw_content_menu_transparent_dark .rw_content_section {
  background: #ededed;
  min-height: 380px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1.rw_blog_portal #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_spaces_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_news_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_activity_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_mywork_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_pages_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_userscategory_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_users_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_userdetails_module,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 .rw_confluencecontent_module {
  padding: 25px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout {
  padding: 10px; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout .rw_layout_group .rw_primary_text {
    padding: 40px 20px 20px 20px; }
    .rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout .rw_layout_group .rw_primary_text ~ .rw_secondary_text {
      margin-top: -20px;
      padding-top: 0; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout .rw_layout_group .rw_secondary_text {
    padding: 40px 20px 20px 20px; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout .rw_layout_group .rw_module {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 10px; }
    .rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout .rw_layout_group .rw_module ~ .rw_module {
      margin-top: 20px; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_rendered_layout .rw_layout_group .rw_confluencecontent_module .rw_module {
    box-shadow: none;
    margin: 0; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_theme_content.rw_corners_rounded .rw_corners {
  border-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray1 #rw_left_column {
  padding: 20px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2.rw_content_menu_solid #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2.rw_content_menu_transparent .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray2.rw_content_menu_transparent .rw_content_section, .rw_theme_context_dashboard #page .rw_content_dashboards_gray2.rw_content_menu_transparent_dark .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray2.rw_content_menu_transparent_dark .rw_content_section {
  background: #ededed;
  min-height: 380px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2.rw_blog_portal #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_rendered_layout {
  padding: 20px; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_rendered_layout .rw_layout_group {
    background: #ffffff; }
    .rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_rendered_layout .rw_layout_group ~ .rw_layout_group {
      margin-top: 20px; }
    .rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_rendered_layout .rw_layout_group .rw_table .rw_table_cell {
      padding-right: 0;
      padding-left: 0; }
      .rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_rendered_layout .rw_layout_group .rw_table .rw_table_cell ~ .rw_table_cell {
        border-left: 3px solid rgba(0, 0, 0, 0.05); }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_theme_content.rw_corners_rounded .rw_corners {
  border-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_theme_content.rw_corners_rounded .rw_table:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_theme_content.rw_corners_rounded .rw_table:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray2 #rw_left_column {
  padding: 20px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_content_menu_solid #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_content_menu_transparent .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_content_menu_transparent .rw_content_section, .rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_content_menu_transparent_dark .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_content_menu_transparent_dark .rw_content_section {
  background: #ededed;
  min-height: 380px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_blog_portal #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_rendered_layout .rw_layout_group {
  background: #ffffff; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_rendered_layout .rw_layout_group ~ .rw_layout_group {
    margin-top: 20px; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_rendered_layout .rw_layout_group .rw_table .rw_table_cell {
    padding-right: 0;
    padding-left: 0; }
    .rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_rendered_layout .rw_layout_group .rw_table .rw_table_cell ~ .rw_table_cell {
      border-left: 3px solid rgba(0, 0, 0, 0.05); }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_theme_content.rw_corners_rounded .rw_corners {
  border-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_theme_content.rw_corners_rounded .rw_table:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3.rw_corners_rounded #rw_theme_content .rw_corners {
  border-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_gray3 #rw_left_column {
  padding: 20px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_content_menu_solid #main {
  background: #ffffff; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_content_menu_transparent .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_content_menu_transparent .rw_content_section, .rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_content_menu_transparent_dark .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_content_menu_transparent_dark .rw_content_section {
  background: #ffffff;
  min-height: 380px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_blog_portal #main {
  background: #ffffff; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1 #rw_rendered_layout .rw_layout_group ~ .rw_layout_group {
  margin-top: 20px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1 #rw_rendered_layout .rw_layout_group .rw_table .rw_table_cell {
  padding-right: 0;
  padding-left: 0; }
  .rw_theme_context_dashboard #page .rw_content_dashboards_white1 #rw_rendered_layout .rw_layout_group .rw_table .rw_table_cell ~ .rw_table_cell {
    border-left: 3px solid rgba(0, 0, 0, 0.05); }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1 #rw_theme_content > .rw_content_section {
  background: #ffffff; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1.rw_corners_rounded #rw_theme_content .rw_corners {
  border-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_white1 #rw_left_column {
  padding: 20px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_content_menu_solid #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_content_menu_transparent .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_content_menu_transparent .rw_content_section, .rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_content_menu_transparent_dark .rw_dashboard_section,
.rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_content_menu_transparent_dark .rw_content_section {
  background: #ededed;
  min-height: 380px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_blog_portal #main {
  background: #ededed; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating #rw_rendered_layout .rw_layout_group:nth-child(even) {
  background: #fff; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating #rw_rendered_layout .rw_layout_group:nth-child(odd) {
  background: #f6f6f6; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating #rw_theme_content > .rw_content_section {
  background: #ffffff; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating.rw_corners_rounded #rw_theme_content .rw_corners {
  border-radius: 6px; }

.rw_theme_context_dashboard #page .rw_content_dashboards_alternating #rw_left_column {
  padding: 20px; }

/**
 * Blogpost: Default blog Theme. Used when legacy themes is in use
 */
.rw_blog_portal_default_theme #rw_main {
  width: 100%;
  background: #ededed; }

.rw_blog_portal_default_theme #rw_blog_bar {
  border-bottom: 2px solid #ddd;
  background: none;
  box-shadow: none; }
  .rw_blog_portal_default_theme #rw_blog_bar ul#rw_blog_bar_content > li > a {
    background: #ddd; }
    .rw_blog_portal_default_theme #rw_blog_bar ul#rw_blog_bar_content > li > a.rw_dd:before {
      border-color: #666 transparent transparent; }
    .rw_blog_portal_default_theme #rw_blog_bar ul#rw_blog_bar_content > li > a span {
      color: #666; }
    .rw_blog_portal_default_theme #rw_blog_bar ul#rw_blog_bar_content > li > a:hover {
      background: #ccc; }
      .rw_blog_portal_default_theme #rw_blog_bar ul#rw_blog_bar_content > li > a:hover span {
        color: #333; }

.rw_blog_portal_default_theme #rw_theme_header,
.rw_blog_portal_default_theme #rw_theme_content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.rw_blog_portal_default_theme #rw_theme_header {
  padding-top: 25px;
  padding-bottom: 25px; }
  .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu .rw_blog_title {
    margin-left: 20px;
    color: #666; }
    .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu .rw_blog_title a {
      color: #666; }
      .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu .rw_blog_title a:hover {
        color: #333; }
  .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_actions.rw_active .rw_icon {
    color: #999; }
  .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_actions .rw_icon {
    color: #666; }
  .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_actions:hover .rw_icon {
    color: #333; }
  .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_favourite .rw_favourite_space {
    color: #999; }
    .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_favourite .rw_favourite_space:hover {
      color: #333; }
    .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_favourite .rw_favourite_space.rw_selected {
      color: #ffca4a; }
      .rw_blog_portal_default_theme #rw_theme_header .rw_blog_title_menu > .rw_item_favourite .rw_favourite_space.rw_selected:hover {
        color: #e0a10b; }
  .rw_blog_portal_default_theme #rw_theme_header .rw_blog_actions {
    margin-right: 20px; }
    .rw_blog_portal_default_theme #rw_theme_header .rw_blog_actions li > * {
      background: #ddd; }
      .rw_blog_portal_default_theme #rw_theme_header .rw_blog_actions li > * span {
        color: #666; }
      .rw_blog_portal_default_theme #rw_theme_header .rw_blog_actions li > *:hover {
        background-color: #ccc; }
        .rw_blog_portal_default_theme #rw_theme_header .rw_blog_actions li > *:hover span {
          color: #333; }

.rw_blog_portal_default_theme #rw_theme_content .rw_content_section #rw_left_column {
  padding-right: 20px; }

.rw_blog_portal_default_theme #rw_theme_content .rw_content_section #rw_right_column {
  padding-left: 20px; }

.rw_blog_portal_default_theme #rw_theme_content .rw_content_section #rw_main_column .rw_content {
  background: #fff; }

/**
 * Themes/_general.scss
 */
html, body, #full-height-container, #page {
  height: 100% !important; }

body.rw_body_gray,
.rw_body.rw_body_gray {
  background: #ededed; }

body.rw_body_white,
.rw_body.rw_body_white {
  background: #fff; }

body #full-height-container,
.rw_body #full-height-container {
  background: none; }

#rw_wrapper {
  display: block;
  min-height: 100%;
  height: auto;
  position: relative; }

/* Confluence main section  */
#rw_main #main {
  padding: 0px;
  border: 0 none;
  min-height: 450px; }
  #rw_main #main > #content {
    min-height: 450px; }
  #rw_main #main.grow-main {
    background: #fff; }

#rw_main .rw_dashboard {
  min-height: 450px; }

#rw_main {
  min-height: 100%;
  width: 100%;
  box-sizing: border-box; }

body.rw_simple_decorator #main {
  min-height: 0px; }

body.rw_simple_decorator .attachment-section table.attachments td.attachment-actions ul li {
  border: none; }

body.rw_simple_decorator .attachment-section .editAttachmentLink {
  display: none; }

body .dashboard {
  margin: 0px; }

.rw_header_menu {
  display: inline-block; }
  .rw_header_menu > li {
    float: left; }
    .rw_header_menu > li > a {
      color: #666;
      padding: 5px 5px;
      height: 24px;
      line-height: 24px;
      cursor: pointer;
      text-decoration: none !important; }
      .rw_header_menu > li > a:hover, .rw_header_menu > li > a.active {
        color: #fff; }
      .rw_header_menu > li > a span {
        display: inline-block; }
    .rw_header_menu > li span.aui-icon {
      height: 24px; }
    .rw_header_menu > li ~ li {
      margin-left: 5px; }
  .rw_header_menu span.aui-icon-dropdown {
    top: 2px;
    border-color: #999 transparent transparent;
    opacity: 0.8; }
  .rw_header_menu .aui-icon-small:before {
    margin-top: -12px; }
  .rw_header_menu .rw_icon_dropdown {
    border-color: #999 transparent transparent;
    margin-bottom: 3px; }
  .rw_header_menu a:hover span.aui-icon-dropdown,
  .rw_header_menu a.active span.aui-icon-dropdown {
    border-color: #fff transparent transparent; }
  .rw_header_menu #user-menu-link .aui-avatar img {
    width: 24px;
    height: 24px; }
  .rw_header_menu #user-menu-link {
    float: right; }
  .rw_header_menu > li .rw_icon:before {
    font-size: 16px; }
  .rw_header_menu #notifications-anchor .badge-i .badge-w {
    top: -12px; }
  .rw_header_menu #notifications-anchor > .badge-w {
    top: 8px !important; }
  .rw_header_menu #notifications-anchor {
    padding: 5px 8px;
    height: 24px; }

#rw_global_menu .aui-dropdown2-trigger {
  padding-right: 23px !important;
  position: relative; }
  #rw_global_menu .aui-dropdown2-trigger:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-right: 4px solid transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    left: 100%;
    margin-left: -18px;
    margin-top: -2px;
    opacity: 0.8;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 0; }
  #rw_global_menu .aui-dropdown2-trigger .aui-icon-dropdown {
    display: none; }

#messageContainer .aui-message,
body.rw_version_6 > .aui-message {
  z-index: 2; }

/**************************************************
*
*	Top Menu TEMPPPPP
*
**************************************************/
#rw_top_menu_container {
  float: right; }

#rw_top_menu {
  float: right;
  margin-right: 8px;
  position: relative; }

#rw_top_menu_items_container {
  right: 0px; }

.rw_rw-blogs-header-link:before,
.rw_blogs_popup:before {
  content: "\e001"; }

.rw_header-people-link:before,
.rw_people_directory:before {
  content: "\e005"; }

.rw_personal_space:before {
  content: "\e006"; }

.rw_favourite_content:before {
  content: "\e008"; }

.rw_activity_popup:before {
  content: "\e004"; }

.rw_header-spaces-link:before {
  content: "\e009"; }

.rw_header-teamcalendars-link:before {
  content: "\e00a"; }

.rw_view-microblog-web-item:before {
  content: "\e03A"; }

/**
 * Themes/_global-section.scss
 * Space admin, Spaces and User styles
 */
.rw_global_section {
  padding: 20px;
  background: #fff;
  min-height: 410px; }
  .rw_global_section .aui-page-panel {
    border-top: 0; }
  .rw_global_section #search-results-header h1 {
    visibility: hidden; }

.rw_content_menu_solid .rw_global_section {
  margin: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .rw_content_menu_solid .rw_global_section #search-results-header {
    padding-top: 0px; }

.rw_content_menu_solid #rw_theme_content.rw_corners_rounded .rw_global_section {
  border-radius: 6px; }

.rw_dashboard_section > .pagecontent {
  padding: 20px; }

#rw_wrapper #rw_theme_header .rw_header_row {
  margin-left: auto;
  margin-right: auto;
  width: 92%; }

#rw_wrapper #rw_theme_header .rw_row_1 {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 50px; }
  #rw_wrapper #rw_theme_header .rw_row_1 > * {
    display: table-cell;
    vertical-align: top; }
  #rw_wrapper #rw_theme_header .rw_row_1 #rw_app_switcher {
    display: block;
    position: absolute; }
  #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_left {
    padding: 0 20px 0 10px;
    line-height: 0px;
    width: 25px; }
    #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_left.rw_has_logo {
      width: 120px; }
      #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_left.rw_has_logo.rw_has_app_switcher {
        width: 160px; }
    #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_left #rw_logo_container a {
      display: table-cell;
      vertical-align: middle;
      height: 50px;
      width: 120px;
      text-align: center; }
      #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_left #rw_logo_container a img {
        max-height: 40px;
        max-width: 120px; }
    #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_left #rw_logo_container.rw_has_app_switcher {
      padding-left: 40px; }
  #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_center {
    width: 100%; }
  #rw_wrapper #rw_theme_header .rw_row_1 #rw_category_menu {
    width: 100%; }
  #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_right {
    width: 220px; }
    #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_right.rw_has_menu {
      width: 456px; }
      #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_right.rw_has_menu #rw_search_query:focus {
        width: 150px; }
    #rw_wrapper #rw_theme_header .rw_row_1 .rw_header_right #rw_search_container {
      padding-top: 10px;
      padding-right: 10px; }

#rw_wrapper #rw_theme_header.rw_logo_size_small .rw_header_left.rw_has_logo {
  width: 60px; }
  #rw_wrapper #rw_theme_header.rw_logo_size_small .rw_header_left.rw_has_logo.rw_has_app_switcher {
    width: 100px; }

#rw_wrapper #rw_theme_header.rw_logo_size_small .rw_header_left #rw_logo_container a {
  width: 60px; }
  #rw_wrapper #rw_theme_header.rw_logo_size_small .rw_header_left #rw_logo_container a img {
    max-height: 30px;
    max-width: 60px; }

#rw_wrapper #rw_theme_header.rw_logo_size_large .rw_header_left.rw_has_logo {
  width: 200px; }
  #rw_wrapper #rw_theme_header.rw_logo_size_large .rw_header_left.rw_has_logo.rw_has_app_switcher {
    width: 240px; }

#rw_wrapper #rw_theme_header.rw_logo_size_large .rw_header_left #rw_logo_container a {
  width: 200px; }
  #rw_wrapper #rw_theme_header.rw_logo_size_large .rw_header_left #rw_logo_container a img {
    max-height: 46px;
    max-width: 200px; }

#rw_wrapper.rw_header_theme_1row.rw_header_height_space #rw_theme_header .rw_row_1 {
  padding-top: 25px;
  height: 75px; }

#rw_wrapper.rw_header_theme_1row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header #rw_category_menu, #rw_wrapper.rw_header_theme_1row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header #rw_category_menu {
  padding-top: 25px; }

#rw_wrapper.rw_header_theme_2row #rw_theme_header .rw_row_1 {
  padding-top: 10px; }
  #rw_wrapper.rw_header_theme_2row #rw_theme_header .rw_row_1 > * {
    display: inline-block; }
  #rw_wrapper.rw_header_theme_2row #rw_theme_header .rw_row_1 .rw_header_left {
    float: left; }
    #rw_wrapper.rw_header_theme_2row #rw_theme_header .rw_row_1 .rw_header_left #rw_logo_container a {
      text-align: left; }
  #rw_wrapper.rw_header_theme_2row #rw_theme_header .rw_row_1 .rw_header_right {
    float: right; }

#rw_wrapper.rw_header_theme_2row #rw_theme_header .rw_row_2 {
  display: block;
  padding-top: 10px;
  height: 60px; }

#rw_wrapper.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header .rw_row_1, #rw_wrapper.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header .rw_row_1, #rw_wrapper.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header .rw_row_1 {
  padding-top: 20px; }

#rw_wrapper.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header .rw_row_2, #rw_wrapper.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header .rw_row_2, #rw_wrapper.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header .rw_row_2 {
  height: 50px; }

#rw_wrapper.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_1 {
  padding-top: 25px; }

#rw_wrapper.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_2 {
  padding-top: 25px;
  height: 75px; }

#rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header .rw_row_1, #rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header .rw_row_1, #rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header .rw_row_1 {
  padding-top: 40px; }

#rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header .rw_row_2, #rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header .rw_row_2, #rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header .rw_row_2 {
  padding-top: 10px; }

#rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header #rw_category_menu, #rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header #rw_category_menu, #rw_wrapper.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header #rw_category_menu {
  padding-top: 25px; }

#rw_wrapper.rw_background_partial #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full #rw_theme_header .rw_row_1 {
  padding-top: 25px;
  height: 75px; }
  #rw_wrapper.rw_background_partial #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_marker, #rw_wrapper.rw_background_partial #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_tabs, #rw_wrapper.rw_background_full #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_marker, #rw_wrapper.rw_background_full #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_tabs {
    padding-top: 25px; }

#rw_wrapper.rw_background_partial.rw_header_height_space #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_height_space #rw_theme_header .rw_row_1 {
  padding-top: 50px;
  height: 100px; }
  #rw_wrapper.rw_background_partial.rw_header_height_space #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_marker, #rw_wrapper.rw_background_partial.rw_header_height_space #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_tabs, #rw_wrapper.rw_background_full.rw_header_height_space #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_marker, #rw_wrapper.rw_background_full.rw_header_height_space #rw_theme_header .rw_row_1 #rw_category_menu.rw_theme_tabs {
    padding-top: 50px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row #rw_theme_header .rw_row_1 {
  padding-top: 25px;
  height: 50px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row #rw_theme_header .rw_row_2 {
  display: block;
  padding-top: 10px;
  height: 75px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header .rw_row_1 {
  padding-top: 35px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header .rw_row_2 {
  padding-top: 0; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_tabs #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_marker #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_category_menu_theme_underline #rw_theme_header #rw_category_menu {
  padding-top: 25px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_1 {
  padding-top: 40px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space #rw_theme_header .rw_row_2 {
  padding-top: 35px;
  height: 100px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header .rw_row_1, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header .rw_row_1 {
  padding-top: 70px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header .rw_row_2, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header .rw_row_2 {
  padding-top: 5px; }

#rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_partial.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_tabs #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_marker #rw_theme_header #rw_category_menu, #rw_wrapper.rw_background_full.rw_header_theme_2row.rw_header_height_space.rw_category_menu_theme_underline #rw_theme_header #rw_category_menu {
  padding-top: 50px; }

#rw_wrapper.rw_centered_header .rw_row_1 .rw_header_left #rw_logo_container a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

#rw_wrapper.rw_centered_header .rw_row_1 .rw_header_left.rw_has_app_switcher #rw_logo_container a img {
  margin: auto 50px; }

#rw_wrapper .rw_header_menu {
  padding-top: 8px; }
  #rw_wrapper .rw_header_menu > li > a {
    color: #fff; }
    #rw_wrapper .rw_header_menu > li > a span.aui-icon {
      color: #fff; }
    #rw_wrapper .rw_header_menu > li > a:hover, #rw_wrapper .rw_header_menu > li > a.rw_active, #rw_wrapper .rw_header_menu > li > a.active {
      background: rgba(255, 255, 255, 0.15); }

#rw_wrapper #rw_global_menu .aui-dropdown2-trigger:after,
#rw_wrapper .rw_header_menu .rw_icon_dropdown {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent; }

#rw_wrapper #rw_theme_header.rw_corners_rounded .rw_header_menu > li > a {
  border-radius: 5px; }

#rw_wrapper #rw_theme_header.rw_search_theme_dark #rw_search_query {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }
  #rw_wrapper #rw_theme_header.rw_search_theme_dark #rw_search_query::placeholder {
    color: rgba(255, 255, 255, 0.8); }

/**
 * Themes: Macro
 * Here goes macro modifications for the different space layouts.
 */
.rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default,
.rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public,
.rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default,
.rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public,
.rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default,
.rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public {
  padding: inherit;
  border: none;
  background: inherit; }
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu {
    border-bottom: 4px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section,
.rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_page_left_section,
.rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro,
.rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section,
.rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_page_left_section,
.rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro,
.rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section,
.rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_page_left_section,
.rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_page_left_section,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_page_left_section,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro {
  background: inherit;
  border: none; }
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section > .rw_item_header,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_page_left_section > .rw_item_header,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro > .rw_item_header,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section > .rw_item_header,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_page_left_section > .rw_item_header,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro > .rw_item_header,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section > .rw_item_header,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_page_left_section > .rw_item_header,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro > .rw_item_header,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section > .rw_item_header,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_page_left_section > .rw_item_header,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro > .rw_item_header,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section > .rw_item_header,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_page_left_section > .rw_item_header,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro > .rw_item_header {
    padding-left: 0;
    padding-right: 0; }
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section .rw_configure_button,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_page_left_section .rw_configure_button,
  .rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro .rw_configure_button,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section .rw_configure_button,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_page_left_section .rw_configure_button,
  .rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro .rw_configure_button,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section .rw_configure_button,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_page_left_section .rw_configure_button,
  .rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro .rw_configure_button,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section .rw_configure_button,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_page_left_section .rw_configure_button,
  .rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro .rw_configure_button,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_sidebar_section .rw_configure_button,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_page_left_section .rw_configure_button,
  .rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_users_space_macro .rw_configure_button {
    right: 0; }

.rw_content_spaces_gray3 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item),
.rw_content_spaces_gray4 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item),
.rw_content_spaces_white2 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item),
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item),
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item) {
  padding: 20px 0 0 0;
  border-top: 4px solid #ddd !important; }

.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_quick_links_container,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_default .rw_space_content_menu,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_quick_links_container,
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) .rw_pagetree.rw_theme_public .rw_space_content_menu {
  border-bottom: 4px solid #ededed; }

.rw_content_spaces_white3 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item),
.rw_content_spaces_gray5 #rw_left_column:not(.rw_collapsed) > div ~ div:not(.rwui_expandable_item) {
  border-top: 4px solid #ededed !important; }

.rw_content_spaces_gray1 #rw_left_column:not(.rw_collapsed) #rw_blogpost_calendar,
.rw_content_spaces_gray2 #rw_left_column:not(.rw_collapsed) #rw_blogpost_calendar,
.rw_content_spaces_white1 #rw_left_column:not(.rw_collapsed) #rw_blogpost_calendar {
  padding: 10px;
  background-color: #f6f6f6;
  border: 1px solid #ddd; }
  .rw_content_spaces_gray1 #rw_left_column:not(.rw_collapsed) #rw_blogpost_calendar .rw_sidebar_title,
  .rw_content_spaces_gray2 #rw_left_column:not(.rw_collapsed) #rw_blogpost_calendar .rw_sidebar_title,
  .rw_content_spaces_white1 #rw_left_column:not(.rw_collapsed) #rw_blogpost_calendar .rw_sidebar_title {
    padding: 5px 0 0 5px; }

/**
 * Themes: Space Layout
 */
#page .rw_content_spaces_gray1.rw_content_menu_solid #main {
  background: #ededed; }

#page .rw_content_spaces_gray1.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_gray1.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_gray1.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_gray1.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ededed;
  min-height: 380px; }

#page .rw_content_spaces_gray1.rw_blog_portal #main {
  background: #ededed; }

#page .rw_content_spaces_gray1 .rw_content_section {
  padding: 20px; }
  #page .rw_content_spaces_gray1 .rw_content_section #rw_left_column {
    padding-right: 20px; }
    #page .rw_content_spaces_gray1 .rw_content_section #rw_left_column > *.rw_preview {
      background: #f6f6f6;
      border: 1px solid #ddd; }
  #page .rw_content_spaces_gray1 .rw_content_section #rw_right_column {
    padding-left: 20px; }
    #page .rw_content_spaces_gray1 .rw_content_section #rw_right_column > *.rw_preview {
      background: #ffffff; }
  #page .rw_content_spaces_gray1 .rw_content_section #rw_main_column .rw_content {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#page .rw_content_spaces_gray1 #rw_theme_content.rw_corners_rounded #rw_main_column .rw_content,
#page .rw_content_spaces_gray1 #rw_theme_content.rw_corners_rounded .rw_corners {
  border-radius: 6px; }

#page .rw_content_spaces_gray2.rw_content_menu_solid #main {
  background: #ededed; }

#page .rw_content_spaces_gray2.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_gray2.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_gray2.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_gray2.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ededed;
  min-height: 380px; }

#page .rw_content_spaces_gray2.rw_blog_portal #main {
  background: #ededed; }

#page .rw_content_spaces_gray2 #content.space-blogposts {
  padding: 0 !important; }

#page .rw_content_spaces_gray2 .rw_content_section #rw_left_column {
  padding: 20px; }
  #page .rw_content_spaces_gray2 .rw_content_section #rw_left_column > *.rw_preview {
    background: #f6f6f6;
    border: 1px solid #ddd; }

#page .rw_content_spaces_gray2 .rw_content_section #rw_right_column {
  padding: 20px; }

#page .rw_content_spaces_gray2 .rw_content_section #rw_main_column .rw_content {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#page .rw_content_spaces_gray2 #rw_theme_content.rw_corners_rounded #rw_main_column .rw_content {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

#page .rw_content_spaces_gray2 #rw_theme_content.rw_corners_rounded .rw_corners {
  border-radius: 6px; }

#page .rw_content_spaces_gray2.rw_content_menu_solid #rw_main_column {
  padding-top: 20px; }

#page .rw_content_spaces_gray2.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_main_column.rw_has_left_column .rw_content {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_gray2.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_main_column.rw_has_right_column .rw_content {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_gray3.rw_content_menu_solid #main {
  background: #ededed; }

#page .rw_content_spaces_gray3.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_gray3.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_gray3.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_gray3.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ededed;
  min-height: 380px; }

#page .rw_content_spaces_gray3.rw_blog_portal #main {
  background: #ededed; }

#page .rw_content_spaces_gray3 #content.space-blogposts {
  padding: 0 !important; }

#page .rw_content_spaces_gray3 .rw_content_section #rw_left_column {
  padding: 20px; }

#page .rw_content_spaces_gray3 .rw_content_section #rw_right_column {
  padding: 20px; }

#page .rw_content_spaces_gray3 .rw_content_section #rw_main_column .rw_content {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#page .rw_content_spaces_gray3 #rw_theme_content.rw_corners_rounded #rw_main_column .rw_content {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

#page .rw_content_spaces_gray3 #rw_main_column {
  padding-top: 0px; }

#page .rw_content_spaces_gray3.rw_content_menu_solid #rw_main_column {
  padding-top: 20px; }

#page .rw_content_spaces_gray3.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_main_column.rw_has_left_column .rw_content {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_gray3.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_main_column.rw_has_right_column .rw_content {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_gray4.rw_content_menu_solid #main {
  background: #ededed; }

#page .rw_content_spaces_gray4.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_gray4.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_gray4.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_gray4.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ededed;
  min-height: 380px; }

#page .rw_content_spaces_gray4.rw_blog_portal #main {
  background: #ededed; }

#page .rw_content_spaces_gray4 .rw_content_section {
  padding: 20px; }
  #page .rw_content_spaces_gray4 .rw_content_section #rw_left_column {
    padding-right: 20px; }
  #page .rw_content_spaces_gray4 .rw_content_section #rw_right_column {
    padding-left: 20px; }
  #page .rw_content_spaces_gray4 .rw_content_section #rw_main_column .rw_content {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#page .rw_content_spaces_gray4 #rw_theme_content.rw_corners_rounded #rw_main_column .rw_content {
  border-radius: 6px; }

#page .rw_content_spaces_gray5.rw_content_menu_solid #main {
  background: #ffffff; }

#page .rw_content_spaces_gray5.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_gray5.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_gray5.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_gray5.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ffffff;
  min-height: 380px; }

#page .rw_content_spaces_gray5.rw_blog_portal #main {
  background: #ffffff; }

#page .rw_content_spaces_gray5 .rw_content_section {
  padding: 25px; }
  #page .rw_content_spaces_gray5 .rw_content_section #rw_left_column {
    padding-right: 25px; }
  #page .rw_content_spaces_gray5 .rw_content_section #rw_right_column {
    padding-left: 25px; }
  #page .rw_content_spaces_gray5 .rw_content_section #rw_main_column .rw_content {
    padding: 0;
    overflow-x: hidden; }
  #page .rw_content_spaces_gray5 .rw_content_section #rw_main_column.rw_has_left_column .rw_content {
    padding-left: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
  #page .rw_content_spaces_gray5 .rw_content_section #rw_main_column.rw_has_right_column .rw_content {
    padding-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }

#page .rw_content_spaces_gray5.rw_content_menu_solid .rw_content_section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px !important; }

.spacetools.with-space-sidebar #page .rw_content_spaces_gray5 #main-header {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  background: none; }

.spacetools #page .rw_content_spaces_gray5 .aui-navgroup-horizontal {
  margin-left: 0;
  margin-right: 0; }

#page .rw_content_spaces_gray5 #likes-and-labels-container,
#page .rw_content_spaces_gray5 .rw_blogpost_share {
  margin: 0;
  border-color: #ededed;
  background-color: #fff; }

#page .rw_content_spaces_white1.rw_content_menu_solid #main {
  background: #ffffff; }

#page .rw_content_spaces_white1.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_white1.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_white1.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_white1.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ffffff;
  min-height: 380px; }

#page .rw_content_spaces_white1.rw_blog_portal #main {
  background: #ffffff; }

#page .rw_content_spaces_white1 #content.space-blogposts {
  padding: 0 !important; }

#page .rw_content_spaces_white1 .rw_content_section #rw_left_column {
  padding: 20px; }
  #page .rw_content_spaces_white1 .rw_content_section #rw_left_column > *.rw_preview {
    background: #f6f6f6;
    border: 1px solid #ddd; }

#page .rw_content_spaces_white1 .rw_content_section #rw_right_column {
  padding: 20px; }

#page .rw_content_spaces_white1 #rw_theme_content.rw_corners_rounded .rw_corners {
  border-radius: 6px; }

#page .rw_content_spaces_white1.rw_content_menu_solid #rw_main_column {
  padding-top: 20px; }

#page .rw_content_spaces_white1.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_main_column.rw_has_left_column .rw_content {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_white1.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_main_column.rw_has_right_column .rw_content {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_white1 #likes-and-labels-container,
#page .rw_content_spaces_white1 .rw_blogpost_share {
  border-color: #ededed;
  background-color: #fff; }

#page .rw_content_spaces_white2.rw_content_menu_solid #main {
  background: #ffffff; }

#page .rw_content_spaces_white2.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_white2.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_white2.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_white2.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ffffff;
  min-height: 380px; }

#page .rw_content_spaces_white2.rw_blog_portal #main {
  background: #ffffff; }

#page .rw_content_spaces_white2 #content.space-blogposts {
  padding: 0 !important; }

#page .rw_content_spaces_white2 .rw_content_section #rw_left_column {
  background: #ededed;
  padding: 20px;
  margin-right: 20px; }

#page .rw_content_spaces_white2 .rw_content_section #rw_right_column {
  background: #ededed;
  padding: 20px;
  margin-left: 20px; }

#page .rw_content_spaces_white2 #rw_theme_content.rw_corners_rounded #rw_left_column {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

#page .rw_content_spaces_white2 #rw_theme_content.rw_corners_rounded #rw_right_column {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

#page .rw_content_spaces_white2.rw_content_menu_solid .rw_content_section {
  padding-top: 20px; }

#page .rw_content_spaces_white2.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_left_column {
  border-top-right-radius: 6px; }

#page .rw_content_spaces_white2.rw_content_menu_solid #rw_theme_content.rw_corners_rounded #rw_right_column {
  border-top-left-radius: 6px; }

#page .rw_content_spaces_white2 #likes-and-labels-container,
#page .rw_content_spaces_white2 .rw_blogpost_share {
  border-color: #ededed;
  background-color: #fff; }

#page .rw_content_spaces_white3.rw_content_menu_solid #main {
  background: #ffffff; }

#page .rw_content_spaces_white3.rw_content_menu_transparent .rw_content_section,
#page .rw_content_spaces_white3.rw_content_menu_transparent .rw_dashboard_section, #page .rw_content_spaces_white3.rw_content_menu_transparent_dark .rw_content_section,
#page .rw_content_spaces_white3.rw_content_menu_transparent_dark .rw_dashboard_section {
  background: #ffffff;
  min-height: 380px; }

#page .rw_content_spaces_white3.rw_blog_portal #main {
  background: #ffffff; }

#page .rw_content_spaces_white3 .rw_content_section {
  padding: 25px; }
  #page .rw_content_spaces_white3 .rw_content_section #rw_left_column {
    padding-right: 25px; }
  #page .rw_content_spaces_white3 .rw_content_section #rw_right_column {
    padding-left: 25px; }
  #page .rw_content_spaces_white3 .rw_content_section #rw_main_column .rw_content {
    padding: 0;
    overflow-x: hidden; }
  #page .rw_content_spaces_white3 .rw_content_section #rw_main_column.rw_has_left_column .rw_content {
    padding-left: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
  #page .rw_content_spaces_white3 .rw_content_section #rw_main_column.rw_has_right_column .rw_content {
    padding-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }

#page .rw_content_spaces_white3.rw_content_menu_solid .rw_content_section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px !important; }

.spacetools.with-space-sidebar #page .rw_content_spaces_white3 #main-header {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  background: none; }

.spacetools #page .rw_content_spaces_white3 .aui-navgroup-horizontal {
  margin-left: 0;
  margin-right: 0; }

#page .rw_content_spaces_white3 #likes-and-labels-container,
#page .rw_content_spaces_white3 .rw_blogpost_share {
  margin: 0;
  border-color: #ededed;
  background-color: #fff; }

/**
 * Themes: Category Menu
 */
#rw_category_menu.rw_theme_traditional {
  height: 50px;
  position: relative;
  overflow: hidden; }
  #rw_category_menu.rw_theme_traditional ul.rw_category_items {
    list-style: none;
    padding: 0 10px;
    height: 50px; }
    #rw_category_menu.rw_theme_traditional ul.rw_category_items li {
      display: inline-block;
      float: left; }
      #rw_category_menu.rw_theme_traditional ul.rw_category_items li a {
        padding: 15px;
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        float: left;
        white-space: nowrap; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a > * {
          height: 20px;
          display: inline-block;
          vertical-align: middle; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_logo {
          margin-right: 10px;
          width: 20px;
          line-height: 20px;
          text-align: center; }
          #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_logo .rw_icon {
            opacity: 0.7; }
            #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_logo .rw_icon:before {
              vertical-align: middle; }
          #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_logo img {
            max-height: 20px;
            max-width: 20px; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_dd {
          position: relative;
          width: 20px;
          height: 20px;
          margin-left: 5px;
          margin-right: -5px;
          border-radius: 10px;
          text-align: center; }
          #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_dd:before {
            content: " ";
            width: 20px;
            height: 20px;
            border-radius: 10px;
            opacity: 0; }
          #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_dd:after {
            content: " ";
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #fff transparent transparent transparent;
            margin: 0;
            opacity: 0.7;
            display: inline-block;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_icon {
          margin-left: 5px; }
          #rw_category_menu.rw_theme_traditional ul.rw_category_items li a .rw_item_icon:before {
            opacity: 0.7;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a:hover .rw_item_dd:before {
          opacity: 0.6; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a:hover .rw_item_dd:after {
          opacity: 1; }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li a:hover .rw_item_dd:hover:before {
          opacity: 1; }
      #rw_category_menu.rw_theme_traditional ul.rw_category_items li.rw_active a {
        background: rgba(255, 255, 255, 0.2); }
        #rw_category_menu.rw_theme_traditional ul.rw_category_items li.rw_active a .rw_item_dd:after {
          border-color: #fff transparent transparent transparent; }
      #rw_category_menu.rw_theme_traditional ul.rw_category_items li ~ li {
        margin-left: 5px; }
        #rw_wrapper.rw_background_top.rw_header_theme_1row.rw_header_height_tight #rw_category_menu.rw_theme_traditional ul.rw_category_items li ~ li {
          margin-left: 0; }
  #rw_category_menu.rw_theme_traditional.rw_corners_rounded a {
    border-radius: 5px; }
    #rw_category_menu.rw_theme_traditional.rw_corners_rounded a.rw_category_dropdown_visible {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  #rw_category_menu.rw_theme_traditional.rw_dividers li ~ li {
    margin-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 5px; }
  #rw_category_menu.rw_theme_traditional.rw_text_size_large a {
    font-size: 16px; }
  #rw_category_menu.rw_theme_traditional.rw_text_size_magnify li.rw_active a {
    font-size: 16px; }

#rw_category_menu.rw_theme_tabs {
  overflow: hidden;
  height: 50px;
  position: relative; }
  #rw_category_menu.rw_theme_tabs ul.rw_category_items {
    list-style: none;
    padding: 0 10px;
    height: 50px; }
    #rw_category_menu.rw_theme_tabs ul.rw_category_items li {
      float: left;
      display: inline-block; }
      #rw_category_menu.rw_theme_tabs ul.rw_category_items li a {
        padding: 10px 15px;
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        margin: 10px 0 0 0;
        background: rgba(0, 0, 0, 0.2);
        white-space: nowrap; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a > * {
          height: 20px;
          display: inline-block;
          vertical-align: middle; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_logo {
          margin-right: 10px;
          width: 20px;
          line-height: 20px;
          text-align: center; }
          #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_logo .rw_icon {
            opacity: 0.7; }
            #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_logo .rw_icon:before {
              vertical-align: middle; }
          #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_logo img {
            max-height: 20px;
            max-width: 20px; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_dd {
          position: relative;
          width: 20px;
          height: 20px;
          margin-left: 5px;
          margin-right: -5px;
          border-radius: 10px;
          text-align: center; }
          #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_dd:before {
            content: " ";
            width: 20px;
            height: 20px;
            border-radius: 10px;
            opacity: 0; }
          #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_dd:after {
            content: " ";
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #fff transparent transparent transparent;
            margin: 0;
            opacity: 0.7;
            display: inline-block;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_icon {
          margin-left: 5px; }
          #rw_category_menu.rw_theme_tabs ul.rw_category_items li a .rw_item_icon:before {
            opacity: 0.7;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a:hover .rw_item_dd:before {
          opacity: 0.6; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a:hover .rw_item_dd:after {
          opacity: 1; }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li a:hover .rw_item_dd:hover:before {
          opacity: 1; }
      #rw_category_menu.rw_theme_tabs ul.rw_category_items li.rw_active a {
        background: rgba(255, 255, 255, 0.1); }
        #rw_category_menu.rw_theme_tabs ul.rw_category_items li.rw_active a .rw_item_dd:after {
          border-color: #fff transparent transparent transparent; }
      #rw_category_menu.rw_theme_tabs ul.rw_category_items li ~ li {
        margin-left: 10px; }
  #rw_category_menu.rw_theme_tabs.rw_corners_rounded a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #rw_category_menu.rw_theme_tabs.rw_text_size_large ul a {
    font-size: 16px;
    margin-top: 4px;
    padding: 13px 15px; }
  #rw_category_menu.rw_theme_tabs.rw_text_size_magnify ul li.rw_active a {
    font-size: 16px;
    margin-top: 4px;
    padding: 13px 15px; }
  #rw_wrapper.rw_effects_popup_border #rw_category_menu.rw_theme_tabs ul {
    margin-top: -1px; }
    #rw_wrapper.rw_effects_popup_border #rw_category_menu.rw_theme_tabs ul li.rw_active a {
      border-top: 1px solid #ccc !important;
      border-left: 1px solid #ccc !important;
      border-right: 1px solid #ccc !important;
      padding-top: 9px;
      padding-bottom: 11px; }
  #rw_wrapper.rw_effects_popup_border #rw_category_menu.rw_theme_tabs.rw_text_size_magnify ul li.rw_active a,
  #rw_wrapper.rw_effects_popup_border #rw_category_menu.rw_theme_tabs.rw_text_size_large ul li.rw_active a {
    padding-top: 12px;
    padding-bottom: 14px; }
  #rw_wrapper.rw_header_theme_2row #rw_category_menu.rw_theme_tabs {
    margin: 0 10px; }

#rw_category_menu.rw_theme_marker {
  height: 50px;
  position: relative;
  overflow: hidden; }
  #rw_category_menu.rw_theme_marker ul.rw_category_items {
    list-style: none;
    padding: 0 10px;
    height: 50px; }
    #rw_category_menu.rw_theme_marker ul.rw_category_items li {
      float: left;
      display: inline-block; }
      #rw_category_menu.rw_theme_marker ul.rw_category_items li a {
        padding: 15px 15px;
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        position: relative;
        white-space: nowrap; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a > * {
          height: 20px;
          display: inline-block;
          vertical-align: middle; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_logo {
          margin-right: 10px;
          width: 20px;
          line-height: 20px;
          text-align: center; }
          #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_logo .rw_icon {
            opacity: 0.7; }
            #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_logo .rw_icon:before {
              vertical-align: middle; }
          #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_logo img {
            max-height: 20px;
            max-width: 20px; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_dd {
          position: relative;
          width: 20px;
          height: 20px;
          margin-left: 5px;
          margin-right: -5px;
          border-radius: 10px;
          text-align: center; }
          #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_dd:before {
            content: " ";
            width: 20px;
            height: 20px;
            border-radius: 10px;
            opacity: 0; }
          #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_dd:after {
            content: " ";
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #fff transparent transparent transparent;
            margin: 0;
            opacity: 0.7;
            display: inline-block;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_icon {
          margin-left: 5px; }
          #rw_category_menu.rw_theme_marker ul.rw_category_items li a .rw_item_icon:before {
            opacity: 0.7;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a.rw_category_dropdown_visible:after {
          display: none; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a:hover .rw_item_dd:before {
          opacity: 0.6; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a:hover .rw_item_dd:after {
          opacity: 1; }
        #rw_category_menu.rw_theme_marker ul.rw_category_items li a:hover .rw_item_dd:hover:before {
          opacity: 1; }
      #rw_category_menu.rw_theme_marker ul.rw_category_items li.rw_active a:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -12px;
        border-bottom: 12px solid #ededed; }
        [class*="rw_content_spaces_white"] #rw_category_menu.rw_theme_marker ul.rw_category_items li.rw_active a:after,
        [class*="rw_content_dashboards_white"] #rw_category_menu.rw_theme_marker ul.rw_category_items li.rw_active a:after {
          border-bottom: 12px solid #fff; }
        .rw_content_menu_transparent #rw_category_menu.rw_theme_marker ul.rw_category_items li.rw_active a:after {
          border-bottom: 12px solid rgba(0, 0, 0, 0.2); }
        .rw_content_menu_transparent_dark #rw_category_menu.rw_theme_marker ul.rw_category_items li.rw_active a:after {
          border-bottom: 12px solid rgba(0, 0, 0, 0.5); }
      #rw_category_menu.rw_theme_marker ul.rw_category_items li.rw_active a .rw_item_dd:after {
        border-color: #fff transparent transparent transparent; }
  #rw_category_menu.rw_theme_marker.rw_dividers li ~ li {
    margin-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 5px; }
  #rw_category_menu.rw_theme_marker.rw_text_size_large a {
    font-size: 16px; }
  #rw_category_menu.rw_theme_marker.rw_text_size_magnify li.rw_active a {
    font-size: 16px; }
  #rw_wrapper.rw_effects_popup_border #rw_category_menu.rw_theme_marker ul li.rw_active a:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px; }

#rw_category_menu.rw_version_3 {
  /* Scroll buttons */ }
  #rw_category_menu.rw_version_3 .rw_target_blank {
    width: 15px; }
  #rw_category_menu.rw_version_3 #rw_category_menu_scroll_container {
    overflow-x: scroll;
    overflow-y: hidden;
    float: none;
    display: block;
    position: relative;
    height: 500px; }
  #rw_category_menu.rw_version_3 #rw_category_menu_left_container,
  #rw_category_menu.rw_version_3 #rw_category_menu_right_container {
    position: absolute;
    z-index: 2;
    width: 18px; }
  #rw_category_menu.rw_version_3 #rw_category_menu_left_container {
    left: 0;
    padding-right: 12px;
    background: url("/s/en_US/7702/fee96fdad3b600d4843bc89ccaf16ec6d71d5b89/6.0.7/_/download/resources/com.refinedwiki.confluence.plugins.theme.original:batch/images/icons5.png") no-repeat scroll 25px center transparent; }
  #rw_category_menu.rw_version_3 #rw_category_menu_right_container {
    right: 0;
    padding-left: 12px;
    background: url("/s/en_US/7702/fee96fdad3b600d4843bc89ccaf16ec6d71d5b89/6.0.7/_/download/resources/com.refinedwiki.confluence.plugins.theme.original:batch/images/icons5.png") no-repeat scroll -50px center transparent; }
  #rw_category_menu.rw_version_3 #rw_category_menu_left_button,
  #rw_category_menu.rw_version_3 #rw_category_menu_right_button {
    cursor: pointer;
    float: left;
    width: 100%;
    height: 100%; }
    #rw_category_menu.rw_version_3 #rw_category_menu_left_button:hover,
    #rw_category_menu.rw_version_3 #rw_category_menu_right_button:hover {
      background: rgba(0, 0, 0, 0.15); }
  #rw_category_menu.rw_version_3 #rw_category_menu_left_button:before {
    float: left;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent #fff transparent transparent;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: 2px; }
  #rw_category_menu.rw_version_3 #rw_category_menu_right_button:before {
    float: left;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #fff;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: 7px; }

#rw_category_menu.rw_theme_underline {
  height: 50px;
  position: relative;
  overflow: hidden; }
  #rw_category_menu.rw_theme_underline ul.rw_category_items {
    list-style: none;
    padding: 0 10px;
    height: 50px; }
    #rw_category_menu.rw_theme_underline ul.rw_category_items li {
      float: left;
      display: inline-block; }
      #rw_category_menu.rw_theme_underline ul.rw_category_items li a {
        padding: 15px;
        line-height: 20px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        position: relative;
        white-space: nowrap; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a > * {
          height: 20px;
          display: inline-block;
          vertical-align: middle; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_logo {
          margin-right: 10px;
          width: 20px;
          line-height: 20px;
          text-align: center; }
          #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_logo .rw_icon {
            opacity: 0.7; }
            #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_logo .rw_icon:before {
              vertical-align: middle; }
          #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_logo img {
            max-height: 20px;
            max-width: 20px; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_dd {
          position: relative;
          width: 20px;
          height: 20px;
          margin-left: 5px;
          margin-right: -5px;
          border-radius: 10px;
          text-align: center; }
          #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_dd:before {
            content: " ";
            width: 20px;
            height: 20px;
            border-radius: 10px;
            opacity: 0; }
          #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_dd:after {
            content: " ";
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #fff transparent transparent transparent;
            margin: 0;
            opacity: 0.7;
            display: inline-block;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_icon {
          margin-left: 5px; }
          #rw_category_menu.rw_theme_underline ul.rw_category_items li a .rw_item_icon:before {
            opacity: 0.7;
            vertical-align: middle; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a:hover .rw_item_dd:after, #rw_category_menu.rw_theme_underline ul.rw_category_items li a.rw_hovered .rw_item_dd:after {
          opacity: 0.6; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a:hover .rw_item_dd:hover:after, #rw_category_menu.rw_theme_underline ul.rw_category_items li a.rw_hovered .rw_item_dd:hover:after {
          opacity: 1; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a:hover:after, #rw_category_menu.rw_theme_underline ul.rw_category_items li a.rw_hovered:after {
          height: 6px; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a.rw_category_dropdown_visible:after {
          display: none !important; }
        #rw_category_menu.rw_theme_underline ul.rw_category_items li a:after {
          content: '';
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0;
          background: rgba(255, 255, 255, 0.2);
          position: absolute;
          float: left;
          transition: height .2s; }
      #rw_category_menu.rw_theme_underline ul.rw_category_items li.rw_active a:after {
        height: 6px; }
      #rw_category_menu.rw_theme_underline ul.rw_category_items li.rw_active a .rw_item_dd:after {
        border-color: #fff transparent transparent transparent; }
      #rw_category_menu.rw_theme_underline ul.rw_category_items li ~ li {
        margin-left: 5px; }
        #rw_wrapper.rw_background_top.rw_header_theme_1row.rw_header_height_tight #rw_category_menu.rw_theme_underline ul.rw_category_items li ~ li {
          margin-left: 0; }
  #rw_category_menu.rw_theme_underline.rw_corners_rounded a {
    border-radius: 5px; }
    #rw_category_menu.rw_theme_underline.rw_corners_rounded a.rw_category_dropdown_visible {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  #rw_category_menu.rw_theme_underline.rw_text_size_large a {
    font-size: 16px; }
  #rw_category_menu.rw_theme_underline.rw_text_size_magnify li.rw_active a {
    font-size: 16px; }

/**
 * Here is a couple of CSS overrides
 * They will be removed when we refactor the main css documents.
 */
.rw_has_left_column {
  margin: 0;
  padding: 0; }

h1 .editable-title {
  padding-top: 5px;
  width: 70%; }

h1 .editable-title #content-title {
  float: left;
  font-size: 16px;
  margin-top: -5px;
  padding: 0; }

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

/*# sourceMappingURL=theming-min.css.map */