
/* Custom styles for Confluence (included for all themes by default) */

/*****************************************************
** PUT SPACE SPECIFIC STYLING HERE (NOT AT BOTTOM)  
***************************************************/

#children-section
{
  display     : none;
}

#comments-section
{
  /*display     : none;*/
}

/***************************************************
** ATLASSIAN DOCUMENTATION THEME 
***************************************************/

#main 
{
  background    : white;
}

p,
body,
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p 
{
  background    : transparent;
}

p,
tr, 
td,
body, 
table, 
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p
{
  color :  #444; /*#333;*/
  -webkit-font-smoothing: antialiased;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3
{
  color :  #23517F;   /*#333;*/
  font-weight   : bold;
  /*border-bottom: 1px solid rgb(145, 150, 153);*/
}

.wiki-content h4,
.wiki-content h5,
.wiki-content h6 
{
  color  : #23517F;  /*#333;*/
}

/***************************************************
** CONFLUENCE HEADER
***************************************************/
#browseMenu
{
  float         : right;
}

#browse-menu-link
{
  opacity       : 0;
}

#browse-menu-link:hover
{
  opacity       : 1;
}

/***************************************************
** THEME HEADER & FOOTER
** (e.g. info panel used for doc versions) 
***************************************************/

#theme-header, 
#theme-footer 
{
  margin        : 30px auto 0px;
  /*width         : 1090px;*/
  text-align    : center;
}

#theme-footer 
{
  margin        : 30px auto 50px;
}

#theme-header .sectionMacro td,
#theme-footer .sectionMacro td 
{
  text-align    : center;
}

/***************************************************
** MAIN 
***************************************************/

body#tinymce.fullsize, 
#main 
{
  margin        : 0 auto;
  /*width         : 1040px;*/
  border        : 0;
  padding       : 20px 40px 20px 40px;
  min-height    : 40em;
}

/***************************************************
** MAIN HEADER 
***************************************************/

#main-header 
{
  margin        : 10px 0 0;
}

#breadcrumb-section
{
  margin-bottom : 20px;
}

#breadcrumbs li,
#breadcrumbs li a
{
  color         : #999;
}

h1.pagetitle img 
{
  display       : none;
}

#title-text 
{
  font-family:  "Oswald", "Helvetica Neue", Helvetica, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif;
  font-weight   : 400;
  font-size     : 40px; /*34px;*/
  line-height   : 48px; /*40px; */
}

#title-text a  
{
  color         : #3B73AF !important;
}

#navigation ul.ajs-menu-bar 
{
  opacity       : 1;
}

#navigation ul.ajs-menu-bar:hover 
{
  opacity       : 1.0;
}

.page-metadata 
{
  opacity       : 1;
  margin        :  10px 0 -20px; /*10px 0 20px;*/
}

.page-metadata:hover 
{
  opacity       : 1.0;
}

#browse-menu-link,
#navigation ul.ajs-menu-bar,
.page-metadata 
{
  transition         : opacity .25s ease-in-out;
  -moz-transition    : opacity .25s ease-in-out;
  -webkit-transition : opacity .25s ease-in-out;
}

/***************************************************
** CONTENT 
***************************************************/

#content 
{
  margin-right  : 0 !important;
}

/***************************************************
** PERSONAL INFO SIDEBAR 
***************************************************/

#personal-info-sidebar 
{
  /*display       : none;*/
}

/***************************************************
** LIKES & LABELS 
***************************************************/

#likes-and-labels-container 
{
  margin        : 50px 0;
  border-top    : 1px solid #DDD;
  border-bottom : 1px solid #DDD;
}

/***************************************************
** CHILDREN SECTION
***************************************************/

#children-section
{
  margin-bottom : 50px;
}

/***************************************************
** WIKI-CONTENT 
***************************************************/

.wiki-content 
{
  font-family   : "Noto Sans Japanese", "Helvetica Neue", Helvetica, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif;
  line-height   : 24px; /* 25 */
  font-size     : 14px;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.wiki-content h5,
.wiki-content h6 
{ 
  padding       : 5px 0;
  /*border        : none;*/
}

.wiki-content img.emoticon 
{
  vertical-align: text-top;
}

.wiki-content a:link 
{
  text-decoration: none;
}

.wiki-content p 
{
  /*padding-top   : 10px;*/
  line-height   : 20px;
  color         :  #444;  /*#333;*/
  font-weight   : normal;
  line-height   : 24px;
}

.wiki-content p,
.wiki-content table
{
  /* margin        : 0 0 10px; */
}

.wiki-content ul,
.wiki-content ol
{
  /*margin-left : -5px;*/
}

.wiki-content .aui-message
{
  margin        : 10px 0 20px;
}

.wiki-content li 
{
  line-height   : 24px;
 margin-left : -5px;
}

.wiki-content .confluence-content-image-border 
{
  border        : 1px solid #999;
}

.wiki-content .wysiwyg-macro-body > pre 
{
  word-break    : break-all;
}

/***************************************************
** SIDEBAR
***************************************************/ 
#splitter-sidebar > p:first-child a,
#splitter-sidebar > h2:first-child a
{
  font-family:  "Helvetica Neue", Helvetica, 'Hiragino Kaku Gothic ProN', Arial, Meiryo, sans-serif;
  font-weight   : 400;
  color         : #3b73af !important;
  font-size     : 20px;
  display       : inline-block;
  padding       : 15px 0 5px 3px;
}

/* End custom styles for Confluence */


