﻿@charset "utf-8";
/* CSS Document */

/*Sets padding for items in TOC and Index */
li.tree-node div 
{
	border-bottom: 1px solid #dadde1; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0;
}

.tree-node .IndexTerm 
{
	padding-left: 8px;
}


.tree-node.tree-node-selected > div,
.web .tree-node.tree-node-selected > div:hover,
.tree-node.tree-node-collapsed.tree-node-selected > div,
.tree-node.tree-node-leaf.tree-node-selected > div
{
	background-color: #ccd6db;
	color:#000000;
}

.tree-node.tree-node-selected > div a:link,
.web .tree-node.tree-node-selected > div:hover a:link,
.tree-node.tree-node-collapsed.tree-node-selected > div a:link,
.tree-node.tree-node-leaf.tree-node-selected > div a:link
{
	color: #000000;
}

.tree-node a:link {
	color: #000000;
}


.tabs-panel-content /*Adjusts space between TOC/Index panel and show/hide bar */
{
	margin-right: -4px;
	padding-right:0;
}

.tabs-nav li#TocTab  /*Keeps TOC tab from running into the left side of the page and the Index tab */
{
	margin-right: 8px;
	margin-left: 8px;
	height: 26px;
}

#IndexTab {
	margin-left: 8px;
}

.tabs-nav li#IndexTab

{
	height: 26px;
}

#navigation  
{
	border-bottom: solid 12px #fff; /*Creates "margin" at bottom of page */
	margin-top: 22px; /*Aligns top edge of Toc/Index panel with topic border */
}

#contentBody {
	margin-top: 20px;
}

#contentBodyInner /*Bottom margin for topic container */
{
	margin-bottom: 10px;
	border-bottom: 1px solid #dadde1;
	margin-left: 2px; /*Adds space between topic and show/hide control bar */
}

.button-group-container-left {
	float: right;
}

#show-hide-navigation /*Color for show/hide control bar*/
{
	background-color: #007e45;
}

html.left-layout #show-hide-navigation /*Size and shape of show/hide control bar*/
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 14px;
	height: 74px;
	margin-left:1px;
	margin-top: 12px;
}

.tab.active .tabs-panel /*Controls space between Toc/Index panel and show/hide control bar*/
{
	margin-right: -3px;
}

.tabs-nav li /*Keeps consistent top and bottom margin for Index and TOC tab so that the active one isn't higher */
{
	margin-top: 0 !important;
}

.tabs-nav li.tabs-nav-inactive
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

a /*Removes dashed outline from around selected TOC items*/
{
	outline-style: none !important;
}

#header 
{
	background-color: #000000;
	min-width: 430px;
}

#search-field
{
	width: 275px;
}

.search-bar
{
    margin-top: 28px;
}

li.tree-node.tree-node-leaf.tree-node-selected
{
	border-right: 1px solid #CCD6DB;
}

#home /*Use in responsive output */
{
	margin-bottom: -6px;
}

div.languageSwitch
{
	float:right; 
	margin-top: -5px; 
	margin-right: 15px; 
	font-size:8pt;
}

p.languageSwitch
{
	color: #ffffff;
}

span.languageCurrent
{
	font-weight:bold;
}

a.languageSwitch
{
	text-decoration:underline; 
	color: #ffffff;
}

/* Styles for content added to top of search results page */

div.searchTips
{
    max-width: 300px;
    float: right;
	background-color: #e6ebed;
	margin: 16px;
	padding: 10px 20px;
    border: solid 6px #ffffff;
}

div.searchTips > h2
{
    font-weight: normal;
    font-size: 165%;
    margin-bottom: -8px;
}

div.searchTips > p
{
    line-height: 1.65em;
    font-size: 115%
}

a[class^="moreInformation"]:link

{
     color: #006738;
}

a[class^="moreInformation"]:visited

{
      color: #00324c;
    
}

a[class^="moreInformation"]:hover,
a[class^="moreInformation"]:focus



{
    color: #00324c; /* CSS variable IE 11 support */       
    text-decoration: underline !important; /* fix hover  */
    text-underline-offset: 20%;
}

#TocTab, #IndexTab {
    height: 26px;
}

@media only screen and (max-width: 516px)
{
	#header .logo 
	{
		display: none;
	}
}

@media only screen and (max-width: 417px)
{
	.toolbar-buttons
	{
		display: none;
	}
}

@media only screen and (max-width: 1024px) 
{
	/*#contentBodyInner 
	{
		margin-top: -20px;
		margin-left:0;
	}*/
	
	#sidebarButton {
	margin-top: -11px;
	}
} 