/*@import url("https://community.compuwareapm.com/community/includes/css/docspace.css");
*/

#space-menu-link {  
display: none;  
}  /* hide Confluence help */  
  
#help-menu-link {  
    display: none;  
} /* hide Confluence help */  
  
#space-blogposts-link {  
display: none;  
} /* hide _Blog_ menu entry in Browse */

#upm-requests-link {  
display: none;  
} /* hide _Blog_ menu entry in Browse */

#view-mytasks-link {  
display: none;  
} /* hide _Blog_ menu entry in Browse */
  
@media all and (max-width: 1366px) {
/** Fixed page width **/
body#tinymce.fullsize, 
#main 
{
  margin        : 0 auto;
  border        : 0;
  padding       : 15px 15px 0px 15px;
  min-height    : 40em;
 }
}

@media all and (min-width: 1377px) {
/** Fixed page width **/
body#tinymce.fullsize, 
#main 
{
  margin        : 0 auto;
  width         : 1180px;
  border        : 0;
  padding       : 15px 0px 0px 10px;
  min-height    : 40em;
 }
.nav-panel {
   width: 250px;
} 
/** Fix Attachments table column size **/
#viewAttachmentsDiv table.attachments {  
    table-layout: inherit;  
}  
  
table.attachments .filename-column {  
  width:  175px;   
}  
}
        
/**********************************************
**PAGE CONTENT - HEADER & FOOTER
/**********************************************/

/** Hide metadata that appears below page title; show on hover **/
.page-metadata 
{
	opacity: 0;
    font-size: 12px;
	margin: -20px 0px 30px 0px;
}
.page-metadata:hover 
{
	opacity: .8;
}

/* Adjust the space between the page metadata and body content (margin-bottom)
Adjust the location of the Edit/Tools menu buttons (padding-right)*/
#main-header, #preview-header {
    margin-bottom: 20px;
	padding-right: 50px;
}
/** Reduce default visibility of Edit/Share/Tools menu; increase on hover **/
#navigation ul.ajs-menu-bar 
{
	/* Determines transparency of page menus */
	/* Set to 0 to make menus invisible, except on hover */
	/* Set to 1 to make fully opaque, or a value in between for semi-transparent */
	opacity: 0.5;
	/* Move the menu bar up so long titles doesn't wrap */
	margin-top: -12px;
}
#navigation ul.ajs-menu-bar:hover 
{
	opacity:1.0;
}
#navigation ul.ajs-menu-bar,
.page-metadata 
{
  transition         : opacity .30s ease-in-out;
  -moz-transition    : opacity .30s ease-in-out;
  -webkit-transition : opacity .30s ease-in-out;
}
/* margin-bottom controls the distance between the breadcrumbs and title.
padding controls the distance between the breadcrumbs and top of the page */
#breadcrumb-section
{
  margin-bottom: 6px;
  margin-top: 3px;
  padding: 0px;
}
#breadcrumbs li,
#breadcrumbs li a
{
color: #00a1b2;
font-size: 13px;
}

#title-text 
{
  font-size: 26px;
  font-family: Roboto, sans-serif;
}

#children-section
{
  /* Uncomment to hide child page section */
  display: none;
}

#likes-section {
display: none;
}
/**********************************************
**PAGE CONTENT - BODY
**********************************************/

.wiki-content a:link, .wiki-content a:visited
{
  text-decoration: none;
  color: #00a1b2;
}


#main 
{
  background    : white;
}

p,
body,
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p 
{
  background: transparent;
  font-family: 'Open Sans', sans-serif; 
}

p,
tr, 
td,
body, 
table, 
.bodytext, 
.stepfield, 
.panelContent,
.wiki-content p
{
  color: #292D36;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4
{
  color: #333;
  font-weight: normal;
  font-family: Roboto, sans-serif; 
}

.wiki-content h5,
.wiki-content h6 
{
  color: #505050;
  font-weight: normal;
  font-family: Roboto, sans-serif; 
}

#com-atlassian-confluence .wiki-content h1 {
   font-size: 140%; 
}
#com-atlassian-confluence .wiki-content h2 {
   font-size: 125%;
}
#com-atlassian-confluence .wiki-content h3 {
   font-size: 110%;
   font-weight: bold;   
}
#com-atlassian-confluence .wiki-content h4 { 
   font-size: 105%;
   font-weight: bold; 
}
#com-atlassian-confluence .wiki-content h5 {
   font-size: 105%;
   font-weight: bold;
}
#com-atlassian-confluence .wiki-content h6 {
   font-size: 100%;
   font-weight: bold;
}

/******************************
**MACRO CUSTOMIZATIONS
******************************/
.wiki-content .aui-message
{
	margin: 10px 0 20px;
}

/*Info, Note, Warning, & Tip macro global style overrides
   Hide the shaded background and space above and below equally*/
.aui-message.hint,
.aui-message.warning,
.aui-message.problem,
.aui-message.success
 {
	margin: 10px 0 10px;
    padding: 10px 10px 10px 36px;
	background-color: transparent;
	border-color: solid;
	border-style: solid;
	overflow-y: auto;
	overflow-x: auto;
}

/* Change the style for expand macro title text */  
.expand-control {  
	-moz-box-sizing: border-box;  
    /* border-top: 1px dashed #CCCCCC; */ 
    cursor: pointer;  
    display: inline-block;  
    padding: 5px 5px 5px 0px;  
    width: 99%;  
    margin: 1px;  
    opacity: 1;  
} 

.expand-control-text {
    color: #00a1b2;
}

/* Display a gray background shading in Expand macro box */    
.expand-control:hover  {
	background-color: #F0F0F0;
}

/* Display dashed top and bottom borders */
.expand-container {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0px 10px 0;
	width: 99%; 
}

#splitter-sidebar > .expand-container {
  border-bottom: none;
  border-top: none;
  margin: -5px 0px 0px 10px;
}

#splitter-sidebar > .expand-container > .expand-control {
  padding: 5px 5px 0px 0px;
}


#splitter-sidebar .expand-control-text {
  font-size: 95%;
}

/*Remove the Content-by-label page icon */
ul.content-by-label .icon {
   background-image: none;
}
/*Color the content-by-label text the same as body text */ 
.smalltext {
   color: #333333;
}

/*style the gallery captions */
.gallery .gallery-caption {
	font-size: 13px;
	font-style: italic;
}

/*******************************
**NAV PANEL STYLING
********************************/

/* Hide extraneous para added by INLINE nav panel macros */
div.nav-panel + p {
  display: none;
}

.nav-panel {
   font-size: 13px;
   line-height: 22px;
   border-left: 1px solid #ababab;
   margin: 0px 0px 0px 0px;
   color: #505050;
}

.nav-panel {
   padding: 1px 0px 14px 10px;
}

.nav-panel p {
   font-size: 13px;
   color: #505050;
   padding: 0px;
   line-height: 16px;
}

div > p.nav-panel-subhead {
   padding: 0px;
   margin: 0px 0px 5px 0px;
}

.nav-panel ul {
   list-style: none;
   padding: 0 0 0 0px;
}

.nav-panel li {
   line-height: 24px;
   list-style: none;
}

.nav-panel div.toc-macro {
   font-size: 13px;
}

.nav-panel .toc-indentation ,
.nav-panel .childpages-macro,
.nav-panel .content-by-label {
   margin: 0px 0px 3px 0px;
   padding: 0px;
   list-style-type: none; 
}

.nav-panel .toc-indentation > li ,
.nav-panel .childpages-macro > li, 
.nav-panel .content-by-label > li {
   margin: 10px 0px 10px 0px;
   line-height: 16px; 
}

.nav-panel .icon,
.nav-panel .icon-page * {
   display: none;
}

.nav-panel h1 {
   font-size: inherit;
   line-height: inherit;
   padding: 0 0 0 21px;
   font-weight: normal;
}

/*Indent the Content-by-Label macro */
div.nav-panel .content-by-label > li .details {
   padding-left: 0;
}

/*remove Incoming Links macro icon */
div.nav-panel > ul > li > img {
   display: none;
}

/**********************************************
**LEFT NAVIGATION PANE
/**********************************************/
#splitter .vsplitbar {
	background-color: white;
	border-left: 1px solid #DDD;
}

#splitter-sidebar {
	padding-top: 10px;
}

#splitter-sidebar a {
	font-size: 13px;
}

#splitter-sidebar > p > strong, #splitter-sidebar > p > strong > a, #splitter-sidebar > p > strong > a:hover {
	color: #505050;
}

#splitter-sidebar > p > strong > a {
	line-height: 2.2;
}

#splitter-sidebar > p > strong {
	font-size: 13px;
}
#splitter-sidebar li a, #splitter-sidebar p, #splitter-sidebar h1, #splitter-sidebar h2, #splitter-sidebar h3 {
    line-height: 18px;
}
#splitter-sidebar .plugin_pagetree li a {
	padding-top: 3px;
}

.wikihide {
display: none;
} 
*/


